Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Álvaro Domingo Fuentes
/
Civibankas
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0ae0c7bd
authored
Feb 24, 2023
by
Álvaro Domingo Fuentes
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upload New File
parent
cb80ae7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
0 deletions
Civibankas/Index.html
Civibankas/Index.html
0 → 100644
View file @
0ae0c7bd
<!DOCTYPE html>
<html
lang=
"es"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Civibankas
</title>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
>
<style>
#contenido-principal
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
height
:
70vh
;
}
main
{
background-color
:
#d3d3d3
;
}
</style>
</head>
<body>
<!-- HEADER -->
<header>
<nav
class=
"navbar navbar-expand-lg navbar-light bg-light"
>
<a
class=
"navbar-brand"
href=
"#"
><img
src=
"src/main/IMG/logo.png"
alt=
"Logo"
width=
"150"
height=
"50"
>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarNav"
aria-controls=
"navbarNav"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-collapse"
id=
"navbarNav"
>
<ul
class=
"navbar-nav"
>
<li
class=
"nav-item active"
>
<a
class=
"nav-link"
href=
"Index.html"
>
Inicio
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"Ofertas.html"
>
Ofertas
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"RegistroEmpresa.html"
>
Sign Up
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"#"
>
Log In
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
href=
"CrearOferta.html"
>
Contacto
</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- CONTENIDO PRINCIPAL -->
<main>
<div
class=
"container mx-auto"
id=
"contenido-principal"
>
<div
class=
"row"
>
<div
class=
"col-md-8 text-center"
>
<h1>
Bienvenido a Civibankas
</h1>
<p>
Aquí podrás encontrar las mejores ofertas para tu futuro.
</p>
<a
href=
"#"
class=
"btn btn-primary"
>
Ver ofertas de empleo
</a>
</div>
</div>
</div>
</main>
<!-- FOOTER -->
<footer>
<div
class=
"bg-light py-3"
>
<div
class=
"container text-center"
>
<p>
Derechos reservados
©
2023 Civibankas
</p>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script
src=
"https://code.jquery.com/jquery-3.5.1.slim.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"
></script>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
></script>
</body>
</html>
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