-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (39 loc) · 1.8 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
<!DOCTYPE html>
<html lang="es">
<meta charset="UTF-8">
<title>Jean Phillippe Studio - Link Derivator</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="./style.css">
<body>
<div class="doublewrap">
<div class="wrap">
<div class="profile">
<div style="width: 70%;">
<img src="./logo.png" style="max-width: 100%;float: left;">
</div>
<div style="width: 30%; text-align: right;">
<a href="https://wa.me/5492954446203?text=Hola%20Phillippe%21%20Te%20quer%C3%ADa%20hacer%20una%20consulta...."><img src="./whatsapp.png" style="max-width: 20px;opacity:.7;padding:10px 0 5px;"></a><br>
<a href="https://dribbble.com/jeanphillippe"><img src="./dribbble.png" style="max-width: 20px;opacity:.7;padding:0px 0 5px;"></a>
</div>
</div>
<div class="links">
<ul>
<li><a href="https://jeanphillippe.com" class="link">Sitio Web</a></li>
<li><a href="mailto:[email protected]" class="link">E-mail</a></li>
<li><a href="https://jeanphillippe.com#portfolio" class="link">Clientes</a></li>
<li style="color: rgb(255 255 255 / 67%);text-align:center;font-weight: bold;font-size: 0.9em;">Plataformas autoadministrables 👇</li>
<li><a href="https://commpra.com.ar" class="link">Commpra.com.ar<br><small style="font-size:.7em;">Vendé por Internet</small></a></li> <li><a href="https://jaimme.com" class="link">Jaimme.com<br><small style="font-size:.7em;">Administrá tus anuncios fácilmente</small></a></li>
</ul>
<div class="card" style="display:none">
<h3>Titular</h3>
<p>Texto</p>
</div>
</div>
</div>
<div class="sky rellax" data-rellax-speed="-10" style="transform: translate3d(0px, 0px, 0px);">
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</div>
</div>
</html>