-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
41 lines (38 loc) · 1.66 KB
/
index3.html
File metadata and controls
41 lines (38 loc) · 1.66 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A CERCA DE MI</title>
<link rel="stylesheet" href="style3.css">
</head>
<body>
<h1>A CERCA DE MI</h1>
<p class="subtitulo">Mi Nombre es: Sergio Lopez Unda.</p>
<div class="contenedor">
<div class="foto">
<img src="Imagenes/Imagen de WhatsApp 2024-01-30 a las 09.18.30_5a67e851.jpg" alt="Foto de Sergio Lopez Unda">
</div>
<div class="texto">
<p>CREATOR OF THIS PAGE WEB. AT THE MOMENT STUDYING AT THE AUTONOMOUS UNIVERSITY OF CHIAPAS (UNACH), I WAS BORN IN THE COUNTRY OF MEXICO.</p>
</div>
</div>
<div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<a href="https://api.whatsapp.com/send?phone=+52 962-516-39-28&text=¿Do you want to talk to the page's unscrambler?" class="float whatsapp-float pulse" target="_blank">
<i class="fab fa-whatsapp my-float"></i>
</a>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://www.facebook.com/unda.unda.5680899" target="_blank" class="float facebook-float pulse">
<i class="fab fa-facebook my-float"></i>
</a>
<a href="https://www.instagram.com/unda_73/?__pwa=1" target="_blank" class="float instagram-float pulse">
<i class="fab fa-instagram my-float"></i>
</a>
<a href="https://www.tiktok.com/@unda73t" target="_blank" class="float tiktok-float pulse">
<i class="fab fa-tiktok my-float"></i>
</a>
</div>
<button class="my-button" onclick="location.href='index.html'">Volver al Inicio</button>
</body>
</html>