This repository has been archived by the owner on May 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (80 loc) · 3.99 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<title>Jorge González | Laboratorio de Lenguajes de Programación</title>
<link rel="stylesheet" href="css/main.css" />
</head>
<body class="is-preload">
<div id="wrapper">
<div id="main">
<div class="inner">
<header id="header">
<h3 class="logo"><strong>Prácticas de Laboratorio de Lenguajes de Programación</strong></h3>
<ul class="icons">
<li><a class="icon fa-github" href="https://github.com/iksaku/LabLenguajesDeProgramacion"><span class="label">Fork me at Github</span></a></li>
<li></li>
</ul>
</header>
<section id="banner">
<div class="content">
<header class="main">
<h1>Sobre Mi</h1>
</header>
<p>
<ul>
<li><strong>Nombre:</strong> Jorge Alejandro González Guerra</li>
<li><strong>Matricula:</strong> 1889169</li>
<li><strong>Hora:</strong> Martes N4</li>
<li><strong>Semestre:</strong> Agosto - Diciembre 2018</li>
<li><strong>Maestro:</strong> Ing. Ismael Gutierréz Pimentel</li>
</ul>
</p>
<ul class="actions">
<li>
<a class="button" href="p1.html">Ir a la Práctica #1</a>
</li>
</ul>
</div>
<span class="image object">
<img src="img/profile_photo.jpg" alt="Foto de Jorge González" style="object-position: top;" />
</span>
</section>
</div>
</div>
<div id="sidebar">
<div class="inner">
<nav id="menu">
<header class="major">
<h2>Menu Principal</h2>
</header>
<ul>
<li><a>Inicio</a></li>
<li>
<span class="opener active">Prácticas</span>
<ul>
<li><a href="p1.html">Práctica #1</a></li>
<li><a href="p2.html">Práctica #2</a></li>
<li><a href="p3.html">Práctica #3</a></li>
<li><a href="p4.html">Práctica #4</a></li>
<li><a href="p5.html">Práctica #5</a></li>
<li><a href="p6.html">Práctica #6</a></li>
<li><a href="p7.html">Práctica #7</a></li>
<li><a href="p8.html">Práctica #8</a></li>
<li><a href="p9.html">Práctica #9</a></li>
<li><a href="p10.html">Práctica #10</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
</body>
</html>