Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Álvaro Domingo Fuentes
/
UJAdin
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
a26688c0
authored
Feb 23, 2024
by
Álvaro Domingo Fuentes
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Vistas terminadas
parent
bfbd600a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
src/main/webapp/VistaUsuarioEmpresaLog.html
src/main/webapp/index.html
src/main/webapp/style.css
src/main/webapp/VistaUsuarioEmpresaLog.html
View file @
a26688c0
...
@@ -24,15 +24,18 @@
...
@@ -24,15 +24,18 @@
<h1>
Ofertas Presentadas
</h1>
<h1>
Ofertas Presentadas
</h1>
<button
class=
"btn"
onclick=
"location.href='#'"
>
Crear Nueva Oferta
</button>
<button
class=
"btn"
onclick=
"location.href='#'"
>
Crear Nueva Oferta
</button>
<div
class=
"ofertas-container"
>
<div
class=
"ofertas-container"
>
<!-- Ejemplo de oferta -->
<div
class=
"oferta"
>
<div
class=
"oferta"
>
<h2>
Asistente web de la Facultad de ciencias experimentales
</h2>
<h2>
Asistente web de la Facultad de ciencias experimentales
</h2>
<p>
DSe necesita un estudiante en el grado de Ingerniería Informática para ayudar en la gestión de la web de la facultad
</p>
<p>
DSe necesita un estudiante en el grado de Ingerniería Informática para ayudar en la gestión de la web de la facultad
</p>
<button
class=
"btn btn-small"
onclick=
"location.href='#'"
>
Modificar
</button>
<button
class=
"btn btn-small"
onclick=
"location.href='#'"
>
Modificar
</button>
<button
class=
"btn btn-small btn-danger"
onclick=
"location.href='#'"
>
Eliminar
</button>
<button
class=
"btn btn-small btn-danger"
onclick=
"location.href='#'"
>
Eliminar
</button>
</div>
</div>
<!-- Replicar el bloque anterior para cada oferta -->
</div>
</div>
</div>
</div>
<footer>
<div
class=
"container"
>
<p>
©
2024 UJAdin. Todos los derechos reservados.
</p>
</div>
</footer>
</body>
</body>
</html>
</html>
src/main/webapp/index.html
View file @
a26688c0
...
@@ -18,6 +18,10 @@
...
@@ -18,6 +18,10 @@
<li><a
href=
"ofertas.html"
>
Ofertas de Prácticas
</a></li>
<li><a
href=
"ofertas.html"
>
Ofertas de Prácticas
</a></li>
</ul>
</ul>
</nav>
</nav>
</div>
</header>
<main>
<section
class=
"container"
>
<div
class=
"hero-section"
>
<div
class=
"hero-section"
>
<h1>
Conectando Talento con Oportunidades
</h1>
<h1>
Conectando Talento con Oportunidades
</h1>
<p>
Encuentra la práctica perfecta para avanzar en tu carrera.
</p>
<p>
Encuentra la práctica perfecta para avanzar en tu carrera.
</p>
...
@@ -31,11 +35,6 @@
...
@@ -31,11 +35,6 @@
empresa buscando talento fresco y motivado, UJAdin es tu punto de encuentro.
</p>
empresa buscando talento fresco y motivado, UJAdin es tu punto de encuentro.
</p>
<a
href=
"ofertas.html"
class=
"btn"
>
Ver Ofertas de Prácticas
</a>
<a
href=
"ofertas.html"
class=
"btn"
>
Ver Ofertas de Prácticas
</a>
</div>
</div>
</div>
</header>
<main>
<section
class=
"container"
>
<!-- Contenido principal aquí -->
</section>
</section>
</main>
</main>
<footer>
<footer>
...
...
src/main/webapp/style.css
View file @
a26688c0
...
@@ -57,8 +57,8 @@ body {
...
@@ -57,8 +57,8 @@ body {
.hero-section
h1
,
.hero-section
p
{
.hero-section
h1
,
.hero-section
p
{
color
:
var
(
--secondary-color
);
color
:
var
(
--secondary-color
);
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
/* Centra el contenido horizontalmente */
justify-content
:
center
;
margin-top
:
20px
;
/* Espacio arriba del botón */
margin-top
:
20px
;
}
}
footer
{
footer
{
...
...
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