Menu de las oposiciones
This commit is contained in:
parent
af7df947ce
commit
a63085e01b
|
|
@ -52,13 +52,8 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="formacion.html">Formación</a>
|
||||
</li>
|
||||
<<<<<<< HEAD
|
||||
<!--
|
||||
|
||||
=======
|
||||
|
||||
<!--
|
||||
>>>>>>> 5c4ff660dd49607da1d9843160ff7f2bcf7de4b7
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="experiencia.html">Experiencia</a>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -53,6 +53,29 @@ header h1 {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
/* Navbar */
|
||||
.navbar {
|
||||
background-color: var(--color-cabecera); /* var(--color-cabecera) con opacidad */
|
||||
border-bottom: 2px solid var(--color-borde);
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
font-weight: bold;
|
||||
color: var(--color-acento) !important;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
color: var(--color-texto) !important;
|
||||
font-size: 0.8rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.nav-link:hover {
|
||||
color: var(--color-acento) !important;
|
||||
}
|
||||
|
||||
|
||||
/* ======================
|
||||
TITULOS
|
||||
====================== */
|
||||
|
|
|
|||
|
|
@ -6,24 +6,18 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap" rel="stylesheet">
|
||||
<link rel="icon" href="tatianalogo.png" type="image/x-icon">
|
||||
<link rel="stylesheet" href="css/estilos.css">
|
||||
<h1>Temario TAI – AGE</h1>
|
||||
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="index.html">Temario</a></li>
|
||||
<li><a href="cuestionarios/index.html">Cuestionarios</a></li>
|
||||
<li><a href="https://tatvil.github.io/apuntes-taiage/">apuntes.md</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
<nav class="navbar navbar-expand-sm navbar-dark bg-dark shadow-sm border-bottom border-secondary">
|
||||
<div class="container-fluid">
|
||||
|
||||
<!-- Logo -->
|
||||
<a class="navbar-brand font-weight-bold" href="index.html" style="font-family: 'Consolas', monospace;">
|
||||
<span class="text-primary">{</span>Tatiana Villa <span class="text-primary">}</span>
|
||||
<span class="text-primary">{</span>Técnico Auxiliar Informático<span class="text-primary">}</span> Admin. del Estado
|
||||
</a>
|
||||
|
||||
<!-- Botón móvil -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue