-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
301 lines (299 loc) · 13.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Orlando Sabogal</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Exo|Ubuntu|PT+Sans" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png">
<link rel="manifest" href="/img/favicon/site.webmanifest">
<link rel="mask-icon" href="/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<script src="main.js"></script>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50" id="body">
<nav class="navbar navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="navbar-expand" id="navbar">
<div class="navbar-nav">
<a class="nav-item nav-link active" href="#">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="#education">Education</a>
<a class="nav-item nav-link" href="#languages">Languages</a>
<a class="nav-item nav-link" href="#skills">Skills</a>
<a class="nav-item nav-link" href="#more-about-me">More about Me</a>
</div>
</div>
<button class="btn btn-outline-info my-2 my-sm-0 pull-right" onclick="changeColor()">Color</button>
</nav>
<div>
<section class="pt-5 pb-5 mt-0 align-items-center d-flex bg-dark parallax">
<div class="container-fluid text-center">
<h1>Orlando Sabogal Rojas</h1>
<img id="profile" class="rounded-circle" src="/img/profile.png" alt="">
<div class="container description" id="general">
<p>I am in my 8th semester of undergraduate studies in systems engineering and computer science at the Universidad de los Andes, Colombia. <br>
I live with my mom, my brother and my two dogs. <br>
I am interested in mobile development, IoT and in the last few months I have discovered a great curiosity in Machine Learning and related topics.</p>
</div>
</div>
</section>
<!-- Header -->
</div>
<div class="content">
<div class="container background text-center" id="education">
<div class="row separator">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-sm-4">
<div class="card">
<h3>Colegio Parroquial San Luis Gonzaga</h3>
<img class="img-fluid" src="/img/logoCPSLG.png" alt="San Luis Gonzaga Logo">
<p>I studied all my life at St. Luis Gonzaga Catholic School. From there I graduated in 2014 with the best ICFES score of my class.</p>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<h3>Universidad de los Andes</h3>
<img class="img-fluid" src="/img/Andes_logo.png" alt="Universidad de los Andes Logo">
<p>Thanks to my performance at school I was admitted to the Quiero Estudiar Escala scholarship program. I will hopefully graduate soon to begin contributing to the education of other young people.</p>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<h3>What's next?</h3>
<img class="img-fluid" src="/img/travel.png" alt="traveling for thne world">
<p>I would like to leave the country to learn another language or to study for a master's degree in a subject of my interest.</p>
</div>
</div>
</div>
</div>
<div class="container background text-center" id="languages">
<div class="row separator">
<h2>Languages</h2>
</div>
<div class="row">
<!-- Languages -->
<div class="col-sm-4">
<div class="card">
<h3>Español</h3>
<img src="/img/españa.png" alt="España flag">
<p>My native language</p>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<h3>English</h3>
<img src="/img/england.png" alt="England flag">
<p>The most spoken language in the world. <br> My current level is B2.</p>
</div>
</div>
<div class="col-sm-4">
<div class="card">
<h3>Deutsch</h3>
<img src="/img/germany.png" alt="Germany flag">
<p>I took some courses at the university. <br> My current level is A1.</p>
</div>
</div>
</div>
</div>
<div class="container text-center" id="skills">
<!-- Skills -->
<div class="row separator">
<h2>Skills</h2>
</div>
<div class="row">
<div class="col-sm">
<div class="card">
<h3>Programming Skills</h3>
<p>Here you can find my programming skills so far. <br> Every day I learn something new.</p>
<div class="p-5">
<div class="row">
<div class="col-sm-3">
<h4>Java</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h4>SQL</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h4>Python</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 60%" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h4>HTML5</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h4>CSS3</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h4>JS</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" style="width: 40%" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<h4>Arduino</h4>
</div>
<div class="col-sm my-auto">
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" style="width: 50%" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div>
</div><!-- barritas -->
</div>
</div>
<div class="col-sm">
<div class="card">
<h3>Team work</h3>
<img class="img-fluid" src="/img/team.png" alt="Teamwork picture">
<p>I consider myself a good team worker. I am capable of leading but also of following instructions.</p>
</div>
</div>
</div>
</div>
<div class="container cont-carrousel align-items-center align-middle" id="more-about-me">
<div class="row separator">
<h2>More about me!</h2>
</div>
<!-- More about me -->
<div class="row sep"></div>
<div class="row">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/img/milky.jpg" alt="First slide">
<div class="carousel-caption d-none d-md-block description">
<h5>My favorite band</h5>
<p>My musical tastes are very varied but I'm sure my favorite band is a German folk/rock band called Milky Chance.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/img/ets2.jpg" alt="Second slide">
<div class="carousel-caption d-none d-md-block description">
<h5>VideoGames</h5>
<p>In my free time I like to play video games. I like almost all genres but I find driving simulators very relaxing.</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/img/hardware.jpg" alt="Third slide">
<div class="carousel-caption d-none d-md-block description">
<h5>PC and Mobile hardware</h5>
<p>I like to keep up to date on the latest advances in hardware for pc and mobile devices.Probably I can guide you if you need to buy a new device</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/img/tesla.jpg" alt="Fourth slide">
<div class="carousel-caption d-none d-md-block description">
<h5>Tesla</h5>
<p>I find incredible the revolution that is taking place in electric mobility. I hope someday I can have a Tesla.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="row sep"></div>
</div>
</div>
<footer class="pt-0 align-middle">
<div class="container text-center">
<div class="row pb-3">
<div class="col-md footer-icons">
<a href="https://www.facebook.com/orlando2105" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" viewBox="0 0 50 50" style="null" class="icon icons8-Facebook-Filled" > <path d="M40,0H10C4.486,0,0,4.486,0,10v30c0,5.514,4.486,10,10,10h30c5.514,0,10-4.486,10-10V10C50,4.486,45.514,0,40,0z M39,17h-3 c-2.145,0-3,0.504-3,2v3h6l-1,6h-5v20h-7V28h-3v-6h3v-3c0-4.677,1.581-8,7-8c2.902,0,6,1,6,1V17z"></path></svg>
</a>
</div>
<div class="col-md footer-icons">
<a href="https://twitter.com/SabogalOrlando" target="_blank">
<svg viewBox="328 355 335 276" xmlns="http://www.w3.org/2000/svg">
<path d="
M 630, 425
A 195, 195 0 0 1 331, 600
A 142, 142 0 0 0 428, 570
A 70, 70 0 0 1 370, 523
A 70, 70 0 0 0 401, 521
A 70, 70 0 0 1 344, 455
A 70, 70 0 0 0 372, 460
A 70, 70 0 0 1 354, 370
A 195, 195 0 0 0 495, 442
A 67, 67 0 0 1 611, 380
A 117, 117 0 0 0 654, 363
A 65, 65 0 0 1 623, 401
A 117, 117 0 0 0 662, 390
A 65, 65 0 0 1 630, 425
Z"/>
</a>
</div>
<div class="col-md footer-icons">
<a href="https://github.com/osabogal10" target="_blank">
<svg class="octicon octicon-mark-github" viewBox="0 0 16 16" version="1.1" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg>
</a>
</div>
</div>
</div>
<div class="container-fluid text-center footer-fixed">
<p class="footer_text">2018 - Orlando Sabogal Rojas - #WebDev @Uniandes</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="smooth.js"></script>
</body>
</html>