-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (69 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Página Personal</title>
<link rel="stylesheet" type="text/css" href="blog.css">
<link rel="icon" type="image/png" href="html.gif" />
</head>
<body>
<header>
</header>
<body>
<h1><strong>¡Hola! Soy <em>Marina<em></strong></h1>
<div class="marker">
<div class="dot"></div>
<div class="pulse"></div>
</div>
<img src="html.gif">
<nav>
Puedes ver mis proyectos dándole click -> <img src="github.png" alt="icono github"> <a href="https://github.com/mcvcamblor"></a>
</nav>
<article>
<h2><p>Últimos libros leídos</p></h2>
<table class="tabla">
<thead>
<tr><th>Título</th> <th>Autor</th></tr>
</thead>
<tbody>
<tr><td>Saber perder</td> <td>David Trueba</td></tr>
<tr><td>¿Acaso no matan a los caballos?</td> <td>Horace McCoy</td></tr>
<tr><td>Las ilusiones</td> <td>Jonás Trueba</td></tr>
</tbody>
</table>
</article>
<article>
<h2>Mi <em>primer</em> post</h2>
<p>
<strong>G</strong>etting
<strong>S</strong>tarted
<p>with</p>
<strong>P</strong>rogramming
</p>
</body>
<img src="tortu.gif">
<ol>
<p>My favorite <strong>meals</strong> </p>
<p><em>Japanese food</em></p>
<ol class= "lista">
<li>Ramen</li>
<li>Okonomiyaki</li>
<li>Baos</li>
<li>Sushi</li>
<li>Temaki</li>
<li>Onigiri</li>
</ol>
</article>
<article>
<ul class="ulio">
<p><em>Emoticonos</em></p>
<li>Html5</li>
<img class="foti" src="fotos/HTML5.png">
<li>Html5</li>
<img class="foti" src="fotos/CSS.png">
<ul>
</article>
<footer>
Adalab 2017 ;)</footer>
</body>
</html>