forked from AlejandroPedrazaL/PrimeraEntrega
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
204 lines (204 loc) · 11.2 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Primera Entrega</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
</head>
<body>
<header class="row" style="background-color: #343a40;">
<div class="col-md-2">
<div class="nombre">
<img src="https://i.imgur.com/JlYDCiQ.jpg" class="img-fluid" alt="Responsive image">
</div>
</div>
<div class="col-md-10">
<h1 class="nombre">Alejandro Pedraza López</h1>
</div>
</header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#MensajeBienvenida">Welcome<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#DatosBio">Biograph Data</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#DatosAca">Academic Data</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Formulario">Contact aplication</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Sitios">Points of Interes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#Footer">Footer</a>
</li>
</ul>
</div>
</nav>
<div class="row">
<div id="MensajeBienvenida" class="parte col-12 col-sm-12 col-md-6 col-lg-12">
<h2 class="subtitulo">Welcome</h2>
<p class="mensaje">My name is Alejando Pedraza and this is a website about me</p>
<h2 class="subtitulo">Who I am?</h2>
<p class="mensaje">I'm a person that likes anime, videogames and programming. </p>
<p class="mensaje">I've seen quite a few anime throughout my life. I started being interested since I saw some movies by Studio Ghibli directed by Hayao Miyazaki, like Princess Mononoke or Spirited Away.
My favorite genre is comedy. I find quite interesting the anime made by Kyoto Animation or Shaft because of the detail of their pieces, making them my favorites anime studies.
Besides that, I really enjoy the work of Satochi Kon, Shinichiro Watanabe and Maasaki Yuasa.
One of the points I really pay atention while seing an anime os the OST, being ones of my favorites Samurai Champloo and Monogatari Series music.
In the oder hand, I enjoy reading manga too, being my favorites mangakas Asano Inio y Urasawa Naoki.</p>
<p class="mensaje">I've play a diverse amount of videogames in my whole life, but most of the time I'va spend it playing two specific games, Smite and Minecraft,
being more specific Smite that I've played since the PS4 Open Beta playing Support role most of the time.</p>
</div>
<div id="DatosBio" class="parte col-12 col-sm-12 col-md-6 col-lg-4">
<table class="table table-dark">
<thead>
<tr>
<th scope="col">Personal Information</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="col">Name</th>
<td>Alejandro Pedraza López</td>
</tr>
<tr>
<th scope="row">Citizen Card</th>
<td>1000588944</td>
</tr>
<tr>
<th scope="row">University code</th>
<td>201814653</td>
</tr>
<tr>
<th scope="row">Birthplace</th>
<td>Bogotá</td>
</tr>
<tr>
<th scope="row">Age</th>
<td>20</td>
</tr>
<tr>
<th scope="row">Birthday</th>
<td>July 27 of 2000</td>
</tr>
<tr>
<th scope="row">Blood Type / RH</th>
<td>B+</td>
</tr>
<tr>
<th scope="row">Zodiac Sign</th>
<td>Leo</td>
</tr>
</tbody>
</table>
</div>
<div id="DatosAca" class="col 12 col-sm-12 col-md-6 col-lg-4" style="background-color: grey;">
<h2 class="tituloLista">Academic Information</h2>
<ul class="list-group">
<li class="list-group-item list-group-item-dark">I'm cursing ISIS career</li>
<li class="list-group-item list-group-item-dark">I'm in Sixth Semeter</li>
<li class="list-group-item list-group-item-dark">I've seen 86 credits</li>
<li class="list-group-item list-group-item-dark">I graduated from Colombo American School in 2017</li>
<li class="list-group-item list-group-item-dark">I got C1 CEFR from TOEFL in 2018</li>
<li class="list-group-item list-group-item-dark">Monitor of ISIS-1106 for two semesters</li>
</ul>
<h2 class="tituloLista">Proyects</h2>
<ul class="list-group">
<li class="list-group-item list-group-item-dark">Habilis: Mid career proyect, MVP created and cancelled</li>
<li class="list-group-item list-group-item-dark">ColStart: In planning fase</li>
</ul>
</div>
<div id="Formulario" class="parte col-12 col-sm-12 col-md-6 col-lg-4">
<h3>Contact aplication</h3>
<form>
<div>
<label for="nombre">Name</label>
<br/>
<input type="text" id="nombre">
</div>
<div>
<label for="correo">Email</label>
<br/>
<input type="text" id="correo">
</div>
<div>
<label for="mensaje">Message</label>
<br/>
<textarea id="mensaje"></textarea>
</div>
<div>
<input type="reset" value="Delete">
<input type="submit" value="Send">
</div>
</form>
</div>
<div id="Sitios" class="col-12 col-sm-12 col-md-12 col-lg-12 parte">
<div>
<h2>Favorite Videos</h2>
<div class="row">
<div class="col">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/4VCkq0e2920" allowfullscreen></iframe>
</div>
</div>
<div class="col">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/GNhn6ETbf2E" allowfullscreen></iframe>
</div>
</div>
<div class="col">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/6-OXlGe1fe0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div>
<h2>Interesting Links</h2>
<a href="https://myanimelist.net/profile/ShiroWolves" class="btn btn-secondary btn-lg active" role="button" aria-pressed="true">MyAnimeList</a>
<a href="https://smite.guru/profile/501567426-ShiroWolves" class="btn btn-secondary btn-lg active" role="button" aria-pressed="true">SmiteGuru</a>
<h3>One of ma favorite songs:</h3>
<audio controls>
<source src="Hyouri.mp3" type="audio/mpeg">
</audio>
</div>
<div>
<h2>Images</h2>
<div class="card-group">
<div class="card">
<img src="https://areajugones.sport.es/wp-content/uploads/2020/06/gintama.jpg" class="card-img-top" alt="Gintama">
<div class="card-body">
<h5 class="card-title">Gintama</h5>
<p class="card-text">Favorite anime serie.</p>
</div>
</div>
<div class="card">
<img src="https://www.cgmbacklot.com/wp-content/uploads/2019/09/funimation-resurrects-the-disappearance-of-haruhi-suzumiya-in-2017-2-1024x576.jpg" class="card-img-top" alt="The Disappearance of Haruhi Suzumiya">
<div class="card-body">
<h5 class="card-title">The Disappearance of Haruhi Suzumiya</h5>
<p class="card-text">Favorite anime movie.</p>
</div>
</div>
<div class="card">
<img src="https://3.bp.blogspot.com/-Nv4xCvWyAEc/WdFZrKIQunI/AAAAAAAAALw/hGiSOAL9fkoLsZyUMIujBnHnjVGwtK8QQCLcBGAs/s1600/Oyasumi_Punpun_v02_090-091.png" class="card-img-top" alt="Oyasumi Punpun">
<div class="card-body">
<h5 class="card-title">Goodnight Punpun</h5>
<p class="card-text">Favorite manga.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="Footer" class="col-12 col-sm-12 col-md-12 col-lg-12 footer">
<p>© 2020 Alejandro Pedraza López <br>Correo:
<a href="mailto:[email protected]">[email protected]</a></p>
</footer>
</body>
</html>