Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
ProyectoFinal-Bootcamp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jose Baez
ProyectoFinal-Bootcamp
Commits
67216b74
Commit
67216b74
authored
May 17, 2022
by
Yovan Martinez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Arreglando menu login
parent
e7f9db5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
82 additions
and
83 deletions
+82
-83
src/main/webapp/menu.html
+82
-83
No files found.
src/main/webapp/menu.html
View file @
67216b74
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<link
rel=
"shortcut icon"
href=
"imagenes/roshkaicon.ico"
sizes=
"any"
/>
<link
rel=
"shortcut icon"
href=
"imagenes/roshkaicon.ico"
sizes=
"any"
/>
</head>
</head>
<style>
<style>
<
link
href
=
"https://fonts.googleapis.com/css2?family=Concert+One&family=Francois+One&family=Satisfy&family=Staatliches&display=swap"
rel
=
"stylesheet"
>*
{
<
link
href
=
"https://fonts.googleapis.com/css2?family=Concert+One&family=Francois+One&family=Satisfy&family=Staatliches&display=swap"
rel
=
"stylesheet"
>
box-sizing
:
border-box
;
}
*
{
box-sizing
:
border-box
;
body
{
}
font-family
:
'Concert One'
,
cursive
;
font-family
:
'Francois One'
,
sans-serif
;
body
{
font-family
:
'Satisfy'
,
cursive
;
font-family
:
'Concert One'
,
cursive
;
font-family
:
'Staatliches'
,
cursive
;
font-family
:
'Francois One'
,
sans-serif
;
font-size
:
13px
font-family
:
'Satisfy'
,
cursive
;
}
font-family
:
'Staatliches'
,
cursive
;
font-size
:
13px
.header
,
}
.footer
{
background-color
:
rgb
(
18
,
18
,
98
);
.header
,
.footer
{
color
:
white
;
background-color
:
rgb
(
18
,
18
,
98
);
padding
:
60px
;
color
:
white
;
}
padding
:
60px
;
}
.column
{
float
:
left
;
.column
{
padding
:
30px
;
float
:
left
;
}
padding
:
30px
;
}
.clearfix
::after
{
content
:
""
;
.clearfix
::after
{
clear
:
both
;
content
:
""
;
display
:
table
;
clear
:
both
;
}
display
:
table
;
}
a
{
color
:
white
;
a
{
}
color
:
white
;
}
.menu
{
width
:
50%
;
.menu
{
}
width
:
50%
;
}
.content
{
width
:
50%
;
.content
{
}
width
:
50%
;
}
.menu
ul
{
list-style-type
:
none
;
.menu
ul
{
margin
:
0
;
list-style-type
:
none
;
padding
:
0
;
margin
:
0
;
}
padding
:
0
;
}
.menu
li
{
padding
:
8px
;
.menu
li
{
margin-bottom
:
8px
;
padding
:
8px
;
background-color
:
rgb
(
18
,
18
,
98
);
margin-bottom
:
8px
;
color
:
#ffffff
;
background-color
:
rgb
(
18
,
18
,
98
);
}
color
:
#ffffff
;
}
.menu
li
:hover
{
background-color
:
rgb
(
18
,
18
,
98
);
.menu
li
:hover
{
}
background-color
:
rgb
(
18
,
18
,
98
);
}
</style>
</style>
</head>
</head>
<body>
<body>
<div
class=
"header"
>
<div
class=
"header"
>
<h1>
MENU TH
</h1>
<h1>
MENU TH
</h1>
<h2>
EN LOS SIGUIENTES LINKS PUEDE MODIFICAR, AGREGAR O ELIMINAR DATOS DE LA BASE DE DATOS DEL BOOTCAMP
</h2>
<h2>
EN LOS SIGUIENTES LINKS PUEDE MODIFICAR, AGREGAR O ELIMINAR DATOS DE LA BASE DE DATOS DEL BOOTCAMP
</h2>
</div>
</div>
<div
class=
"column content"
>
<div
class=
"column content"
>
<h1>
PUEDE ACCEDER A LOS SIGUIENTES LINKS:
</h1>
<h1>
PUEDE ACCEDER A LOS SIGUIENTES LINKS:
</h1>
</div>
</div>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"column menu"
>
<div
class=
"column menu"
>
<ul>
<ul>
<li><a
href=
"#
"
>
MANAGE BOOTCAMP
</a></li>
<li><a
href=
"formulario_bootcamp.jsp
"
>
MANAGE BOOTCAMP
</a></li>
<li><a
href=
"filtros-postulante"
>
MANAGE POSTULANTE
</a></li>
<li><a
href=
"filtros-postulante"
>
MANAGE POSTULANTE
</a></li>
<li><a
href=
"#"
>
MANAGE LENGUAJES
</a></li>
<li><a
href=
"#"
>
MANAGE LENGUAJES
</a></li>
<li><a
href=
"#"
>
MANAGE PROFESORES
</a></li>
<li><a
href=
"#"
>
MANAGE PROFESORES
</a></li>
<li><a
href=
"#"
>
USUARIO NUEVO (ADMINISTRADOR)
</a></li>
<li><a
href=
"#"
>
USUARIO NUEVO (ADMINISTRADOR)
</a></li>
</ul>
</ul>
</div>
</div>
</div>
</body>
</div>
</html>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment