-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·80 lines (56 loc) · 2.07 KB
/
index.php
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
<!DOCTYPE html>
<html lang="es" class="no-js">
<head>
<meta charset="UTF-8">
<?php include("0head.php") ?>
<title>Alex G'h</title>
<link rel="stylesheet" href="css/index.css">
<?php include("1links_animat.php") ?>
</head>
<body>
<?php include("2No_Script.php") ?>
<div class="aviso">
<h1 class="aviso-pagina-peq">
:'( <br> <br>
Pantalla. <br>
No soportada.
</h1>
</div>
<div id="particles-js"></div>
<!---------------------------------- Banner ------------------------------------>
<!------------------------------------ menu ------------------------------------>
<div id="bg-1index">
<?php include("menu.php") ?>
</div>
<!------------------------------------ menu ------------------------------------>
<!---------------------------------- Banner ------------------------------------>
<!---------------------------------- Contenido ------------------------------------>
<div id="bg-2-index">
<section id="cont-txt" class="animate-in" data-anim-type="bounce-in">
<div id="space"></div>
<div id="img-perfil"></div>
<article id="contxt">
<h1 class="title-txt-index"><br>
<b>Soy Alex Fernando <br>
Gallegos Hernandez.
</b>
</h1>
<p id="txt">
Un joven estudiante, me gusta aprender cosas no tan comunes para chavos
de mi edad, tengo obsesión por la tecnología y por algunas otras cosas raras,
por ejemplo, en los cubos de Rubik por eso y mas me considero <b>Geek</b>.
<br> <br>
Me gustan las fiestas, socializar y andar en las bicis por las noches. <br> <br>
Vivo en la Ciudad de México y tengo 19 años. <br> <br>
<b>Bienvenido a mi Sitio Web Personal.</b><br><br>
</p>
</article>
</section>
</div>
<!---------------------------------- Contenido ------------------------------------>
<script src="animate-index/particles.js"></script>
<script src="animate-index/app.js"></script>
<?php include("pie_pag.php") ?>
<?php include("3Java_Script.php") ?>
</body>
</html>