You are on page 1of 3

<!

DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible">
<meta name="viewpoint" content=""width=device-width, initial-scale="1.0">
<link rel="icon" href="./img/LOGO.png" type="image/png" size="16x16">
<link rel="stylesheet" type="text/css" href="./EstilosCssF/dcoloresf.css">
<link rel="stylesheet" type="text/css" href="./EstilosCssF/diseñocssf.css">
<style type="text/css">
#titulo1{
padding:1px;
background-color: rgb(42, 112, 112);
}
#titulo1 h1 {
text-align: center; /*Centrar texto*/
color: #0CF;
}

.fcolor-l5 {color: #000 !important; background-color: #f5f7f8 !important;}


.fcolor-l4 {color:#3a4b53 !important; background-color:#dfe5e8 !important;}
.fcolor-l3 {color:#3a4b53 !important; background-color:#becbd2 !important;}
.fcolor-l2 {color:#3a4b53 !important; background-color:#9eb1bb !important;}
.fcolor-l1 {color:#fff !important; background-color:#7d97a5 !important;}
.fcolor-d1 {
color: #fff !important;
background-color: #57707d !important;
font-family: Tahoma, Geneva, sans-serif;
}
.fcolor-d2 {color:#fff !important; background-color:#4d636f !important;}
.fcolor-d3 {color:#fff !important; background-color:#435761 !important;}
.fcolor-d4 {color:#fff !important; background-color:#3a4b53 !important;}
.fcolor-d5 {
color: #66B6FF !important;
background-color: #303e45 !important;
font-family: forte, "Blackadder ITC";
}
.fcolor-suave {color:#3a4b53 !important; background-color:#f5f7f8 !
important;}
.fcolor-oscuro {color:#fff !important; background-color:#303e45 !important;}
.fcolor-accion {color:#fff !important; background-color:#303e45 !important;}
.ftema {color:#fff !important; background-color:#607d8b !important;}
f-color-texto {color:#607d8b !important;}
f-color-borde {border-color:#607d8b !important;}
f-color-hover:hover {color:#fff!important; background-color:#607d8b !
important;}
f-color-text-hover:hover {color:#607d8b!important;}
f-color-borde-hover:hover {border-color:#607d8b!important;}
html{
font-family: 'Segoe UI',Tahoma, Geneva, Verdana, sans-serif;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #0FF;
}
body{
margin: 0px;
font-family: Tahoma, Geneva, sans-serif;
}
html{
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #00F;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: underline;
color: #0F0;
}
p {
font-family: Tahoma, Geneva, sans-serif;
}
h2 {
text-align: center;
font-family: Forte;
}
ul {
font-family: "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
color: #060;
}
a {
font-family: Arial, Helvetica, sans-serif;
color: #00C;
}
</style>
<title>Control de Tareas Asignadas</title>
</head>
<body>
<header id="titulo1" class= "fcolor-d5">
<h1 class="fcolor-accion">C.E.N.G "Inmaculada Concepcion"</h1>
</header>
<nav>
<u1>
<li>
<a href=¨#¨>Tareas Entregadas</a>
<div>
</li>
<li><a href=¨#¨>Tareas Pendientes</a>
<div>
</li>
<li><a href=¨#¨>Clases</a>
<div>
</li>
<li> <a href=¨cproductos.php¨>Proximas Entregas</a></li>
</nav>
<section class="fcolor-l1">
<div class="fcolor-accion">
<h2>Control de Asignaciones</h2>
</div>
<form action="guardar .php" method="post" enctype="multipart/form-data"
class="fcolor-d4" autocomplete="off">
<div>
<label>Código:<input type="text" name="codigo" id="codigo" pattern="[0-9]{3,}"
placeholder="Ingresar solo numeros" size="12" autofocus required> </label>
<label>Tarea Asignacion:<input type="text"name="ntAsignacion"id="ntAsignacion"
pattern="[a-zA-Z\s]{3,100}" placeholder="Ingresar solo letras"size="50" autofocus
required>
<br>
</label>
<label>
Docente:<input type="text"name="nameDocente"id="nameDocente"
pattern="[a-zA-Z\s]{3,100}" placeholder="Ingresar solo letras"size="50"
autofocus required>
<div>
</label>
<label>Fecha de Presentacion:<input
type="date"name="fecha_presentacion"id="fecha_presentacion"> </label>
</div>
<div>
<label>Observaciones:<input
type="text"name="nObservacion"id="nObservacion"pattern="[a-zA-Z\s]{3,100}"
placeholder="Ingresar solo letras"size="50" autofocus required> </label>
</div>
<div>
<img src= ""width="200px" alt= "Imagen del producto...">
</div>
<div>
<input type="file"name="simagen" id="simagen">
</div>
<input type="submit" value="Guardar">
</form>
</section>
<footer class="fcolor-d5">
<p>Derechos Reservados &copy; 2023 </p>
</footer>
</body>
</html>

You might also like