-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
57 lines (56 loc) · 2.78 KB
/
contact.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
<html lang="es">
<head>
<meta charset="utf-8">
<title>Contáctame</title>
<link rel="stylesheet" href="mystylesheet.css">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<div style="margin:-10px; text-align: center;">
<ul class="navBar">
<li><h1><strong id="juan">Juan</strong> Carrasco Vico</h1></li>
<ul style="text-align: left">
<li><a href="/">// Inicio</a></li>
<li><a href="/about.html">// Sobre mi</a></li>
<li style="margin-bottom:10px"><a id="active" href="/contact.html">// Contáctame</a></li>
</ul>
</ul>
</div>
<body>
<h2 class="greeter">Ponte en <span id="dataType">Contacto</span> <span id="pointer">this-></span><span id="juan">conmigo</span></h2>
<div class="entry">
<table style="width: 100%;padding: 0%">
<tr>
<h3 style="margin-bottom: 0%"><span id="dataType">Contacto::</span>siguemeEn(<span id="dataType">const</span> <span id="class">GitHub</span> jcv00036)</h3>
</tr>
<tr>
<td style="width: 70%;">
<ul id="noBulletList" style="background-color: rgb(20,20,20);padding-top:2%;padding-bottom:2%;">
<li id="comment">// <a href="https://github.com/jcv00036">Mi perfil</a></li>
<li id="comment">// <a href="https://github.com/jcv00036?tab=repositories">Mis repositorios</a></li>
</ul>
</td>
<td style="width: 30%;text-align:center" >
<a href="https://github.com/jcv00036"><img src="images/patuco.gif" width="70pe"></a>
</td>
</tr>
</table>
</div>
<br>
<div class="entry">
<table style="width: 100%;padding: 0%">
<tr>
<h3 style="margin-bottom: 0%"><span id="dataType">Contacto::</span>escribemeA(<span id="dataType">const</span> <span id="class">Mail</span> [email protected])</h3>
</tr>
<tr>
<td style="width: 70%;">
<ul id="noBulletList" style="background-color: rgb(20,20,20);padding-top:2%;padding-bottom:2%;">
<li id="comment">// <a href="mailto:[email protected]?subject=Un Asunto Interesante&body=Tu mensaje">Escribe un correo</a></li>
</ul>
</td>
<td style="width: 30%;text-align:center" >
<a href="https://github.com/jcv00036"><img src="images/patuco.gif" width="70pe"></a>
</td>
</tr>
</table>
</div>