-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
427 lines (404 loc) · 18.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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta
name="description"
content="My personal website!"
/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="style.css" rel="stylesheet" type="text/css" />
<title>My personal website</title>
</head>
<!-- Navbar -->
<!-- Carousel -->
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="#bienvenida">Carlos Salazar</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="nav-item active">
<a href="#datosB" class="nav-link">About me
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#sitios" class="nav-link">Interests/Hobbies</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section id="bienvenida">
<div>
<div id="carousel" class="carousel slide" data-ride="carousel" data-pause="false">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/bot.jpg" class="d-block w-100" alt="robot playing piano">
</div>
<div class="carousel-item">
<img src="images/code.jpg" class="d-block w-100" alt="Code">
</div>
<div class="carousel-item">
<img src="images/chess.jpg" class="d-block w-100" alt="Chess">
</div>
</div>
<div class="overlay">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 ">
<h1 class="text-light">Carlos Salazar</h1>
<p class="text-justify text-light">Hello there, Welcome to my personal web site!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- About Me section -->
<section id="datosB">
<div class="container mb-2 mt-4">
<div class="row mb-4">
<div class="col text-center text-uppercase">
<h2>About me</h2>
</div>
</div>
<div class="row">
<div class="col-8 col-md-10 offset-md-1 col-6 offset-2">
<div class="card mb-2">
<div class="row no-gutters">
<div class="col-md-4 border-image">
<img src="images/0.jpg" class="card-img rounded" alt="Me">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title text-center">My Biography</h5>
<p class="card-text text-center text-justify">My name is Carlos Andrés Salazar Aroca. I was born in
December 9th,
2000 in Ibagué, Colombia, the place where I currently live. I study Systems and computing
engineering at Universidad de los Andes in Bogotá, Colombia. I'm the firstborn in my family.
</p>
<h5 class="card-title text-center mt-4"> Contact Me</h5>
<div class="iconos text-center">
<a href="https://www.facebook.com/carlosandres.salazararoca/" target="_blank" rel="noreferrer"><img
class="icono ml-3" src="images/facebook.png" alt="Facebook"></a>
<a href="https://github.com/casalazara" target="_blank" rel="noreferrer"><img class="icono ml-3"
src="images/github.png" alt="Github"></a>
<a href="https://www.linkedin.com/in/carlosasalazara/" target="_blank" rel="noreferrer"><img class="icono ml-3"
src="images/linkedin.png" alt="LinkedIn"></a>
<a href=" https://twitter.com/AndresS65_" target="_blank" rel="noreferrer"><img class="icono ml-3"
src="images/twitter.png" alt="Twitter"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Timeline -->
<div class="container py-2">
<h2 class="text-muted text-center font-weight-dark">Academical timeline</h2>
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-light border"> </span>
</h5>
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
</div>
<div class="col">
<div class="card">
<div class="card-body">
<div class="float-right text-muted">2011 - 2017</div>
<h4 class="card-title text-muted">High School</h4>
<p class="card-text">I made my high school studies at San Simon School in Ibagué, Colombia.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-auto text-center flex-column d-none d-sm-flex">
<div class="row h-50">
<div class="col border-right"> </div>
<div class="col"> </div>
</div>
<h5 class="m-2">
<span class="badge badge-pill bg-success"> </span>
</h5>
</div>
<div class="col py-2">
<div class="card border-success shadow">
<div class="card-body">
<div class="float-right text-success">2018 - PRESENT</div>
<h4 class="card-title text-success">University</h4>
<p class="card-text">I'm currently studying Systems and Computing Engineering at Universidad de los
Andes located in Bogotá, Colombia.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Working Experience -->
<div class="container">
<h2 class="text-muted text-center font-weight-dark mb-4">Working experience</h2>
<div class="row">
<div class="col md-6">
<div class="card mb-2" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-6">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item mt-3 ml-3" src="https://www.youtube.com/embed/Yz0SeM0c3n4"
allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<div class="card-body">
<div class="float-right text-muted">2019-1 - 2020-1</div>
<h5 class="card-title">Tutor</h5>
<p class="card-text text-justify"> Courses: Introduction to programming, algorithm and
object-oriented programming.
Gave individual tutorials to students who had doubts about the different subjects of the course.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col md-6">
<div class="card mb-2" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-6">
<img src="images/progra.jpg" class="card-img img-fluid mt-4" alt="Programming">
</div>
<div class="col-md-6 ">
<div class="card-body">
<div class="float-right text-muted">2020-1 - 2020-1</div>
<h5 class="card-title">Teaching assistant</h5>
<p class="card-text text-justify"> Courses: Introduction to programming.<br>
Supported a teacher helping students during labs and grading projects and practical exams.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills -->
<div class="container">
<h2 class="text-muted text-center font-weight-dark mb-4">Skills</h2>
<div class="row mb-2">
<div class="col-md-12">
<h5 class="card-title text-center text-muted">Java</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100" style="width: 65%"> 65%</div>
</div>
</div>
</div>
<div class="row mb-2">
<div class="col-md-12">
<h5 class="card-title text-center text-muted">Python</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-warning" role="progressbar"
aria-valuenow="65" aria-valuemin="0" aria-valuemax="100" style="width: 65%"> 65%</div>
</div>
</div>
</div>
<div class="row mb-2">
<div class="col-md-12">
<h5 class="card-title text-center text-muted">Software Development</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-danger" role="progressbar"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%"> 50%</div>
</div>
</div>
</div>
<div class="row mb-2">
<div class="col-md-12">
<h5 class="card-title text-center text-muted">Data Science</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-info" role="progressbar"
aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%"> 60%</div>
</div>
</div>
</div>
<div class="row mb-2">
<div class="col-md-12">
<h5 class="card-title text-center text-muted">Algorithms</h5>
<div class="progress">
<div class="progress-bar progress-bar-striped progress-bar-animated bg-success" role="progressbar"
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%"> 50%</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects section -->
<section id="projects">
<div class="container">
<div class="row mb-4 mt-4">
<div class="col text-center text-uppercase mt-4">
<h2>Projects</h2>
</div>
</div>
<div class="card-deck">
<div class="card mb-4">
<a href="https://github.com/casalazara/BetAssistantBot" target="_blank" rel="noreferrer">
<div class="card-image">
<img class="card-img-top" src="images/bot2.jpg" alt="Bet Bot">
</div>
<div class="card-body">
<h5 class="card-title text-center">Telegram bet assistant bot</h5>
<p class="card-text text-justify text-center">It's a bot that let's you save and have control over your
bets. It's only done with
Python's telegram library.</p>
</a>
</div>
</div>
<div class="card mb-4">
<a href="https://github.com/casalazara/Sistrans-B13" target="_blank" rel="noreferrer">
<div class="card-image">
<img class="card-img-top" src="images/epsandes.jpg" alt="Card image cap">
</div>
<div class="card-body">
<h5 class="card-title text-center">EPS management app</h5>
<p class="card-text text-justify text-center">This is an app made using Java and SQL queries in order to
let EPS members take some
decissions about the health service, the patients and offer reservations to them.</p>
</a>
</div>
</div>
<div class="card mb-4">
<a href="https://github.com/casalazara/caso2_infracomp" target="_blank" rel="noreferrer">
<div class="card-image">
<img class="card-img-top" src="images/cipher.jpg" alt="Card image cap">
</div>
<div class="card-body">
<h5 class="card-title text-center">Cipher app</h5>
<p class="card-text text-justify text-center">This is a project that let's you stablish a protocol with a
server and encrypt the
messages between both, you and the server. It was done using only java</p>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Hobbies and Interests section -->
<section id="sitios">
<div class="container">
<div class="row mb-4 mt-4">
<div class="col text-center text-uppercase">
<h2>Interests/Hobbies</h2>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="card mb-4 w-25 h-25">
<div class="card-image">
<img class="card-img-top" src="images/machine-learning.png" alt="Card image cap">
</div>
<div class="card-header bg-secondary text-light text-center listText">
Interests
</div>
<div class="list-group">
<a href="https://en.wikipedia.org/wiki/Data_science"
class="listText list-group-item list-group-item-action text-center">Data Science</a>
<a href="https://en.wikipedia.org/wiki/Neural_network"
class="listText list-group-item list-group-item-action text-center">Neural Networks</a>
<a href="https://en.wikipedia.org/wiki/Quantum_machine_learning"
class="listText list-group-item list-group-item-action text-center">Quantum Machine Learning</a>
<a href="https://en.wikipedia.org/wiki/Web_development"
class="listText list-group-item list-group-item-action text-center">Web develovpment</a>
<a href="https://en.wikipedia.org/wiki/Statistics"
class="listText list-group-item list-group-item-action text-center">Statistics</a>
</div>
</div>
<div class="card mb-4 ml-4 w-25 h-25">
<div class="card-image">
<img class="card-img-top" src="images/jigsaw.png" alt="Card image cap">
</div>
<div class="card-header bg-secondary text-light text-center listText">
Hobbies
</div>
<div class="list-group">
<a href="https://lichess.org/@/carlossala"
class="listText list-group-item list-group-item-action text-center">Playing Chess</a>
<a href="https://open.spotify.com/user/5h8nej3ntltbqw7h53l5dmbz4?si=xjGsWAH9T0CViHnI-dvyHA"
class="listText list-group-item list-group-item-action text-center">Listening to music</a>
<a href="https://www.imdb.com/title/tt4158110/"
class="listText list-group-item list-group-item-action text-center">Watching Series</a>
<a href="https://steamcommunity.com/id/salacho65/"
class="listText list-group-item list-group-item-action text-center">Playing Videogames</a>
<a href="https://www.youtube.com/channel/UC784OkfcA7dWnx-tWnDvEFg?view_as=subscriber"
class="listText list-group-item list-group-item-action text-center">Watching videos</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Music -->
<section id="sitios">
<div class="container">
<div class="row mb-4 mt-4">
<div class="col text-center text-uppercase">
<h4>One of my favorite songs: UB40 - Kingston Town</h4>
</div>
</div>
<div class="row justify-content-center mb-4">
<audio controls>
<source src="music/kt.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<div class="container-fluid bg-dark ">
<div class="row">
<div class="col-8 offset-2 text-center mt-4">
<p class="text-light">Copyright © 2020 Carlos Salazar – Bootstrap</p>
<p class="text-light">Icons made by <a href="https://www.flaticon.com/authors/freepik"
title="Freepik">Freepik</a> from
<a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a></p>
<p class="text-light">Images taken from
<a href="https://unsplash.com/">www.unsplash.com</a></p>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
crossorigin="anonymous"></script>
</body>
</html>