-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
232 lines (207 loc) · 9.77 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
<!DOCTYPE html>
<html lang="es-MX">
<head>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="author" content="Moz">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#000">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Bootstrap - Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- Normalize CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.css">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Roboto" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="css/styles.css" rel="stylesheet" type="text/css" media="screen">
<!-- Webpage Title -->
<title>JavierSL</title>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<i class="fa fa-play-circle"></i> <span class="light">Javier</span> SL
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About Me</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<li>
<a class="page-scroll" target="_blank" href="https://docs.google.com/document/d/10_f4Uy7lzWaWbWwRVjYyciGGbKEdOVyUXHdm6ay5pU4/edit?usp=sharing">Resumé</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading">Javier SL</h1>
<p class="intro-text">Hi, I'm a software developer.<br>With love from Mexico.</p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="container content-section text-center">
<div class="row" >
<div class="col-lg-10 col-lg-offset-1">
<h2><u>Education & Work Experience</u></h2>
<div class="row">
<div class="col-lg-6">
<h5>
<a target="_blank" href="http://escom.ipn.mx/">Escuela Superior de Computo, IPN</a> - Bachelor's degree in Computer Systems engineering, January 2013 - present
</h5>
<h5>
Preparatoria México, <a target="_blank" href="http://uag.mx/">UAG </a> - High School diploma with emphasis in physical sciences and mathematics, graduated 2012
</h5>
</div>
<div class="col-lg-6">
<h5>Software Developer at <a href="http://www.edlio.com" target="_blank">Edlio Inc</a> - August 2016 - present</h5>
<h5>Volunteer as Pit Control Marshall: <a href="http://www.formula1.com" target="_blank">Formula 1</a> Mexico GP 2015 - 2016, <a href="http://www.formulae.com" target="_blank">Formula e</a> Mexico GP 2016 - 2017, <a href="http://www.fiawec.com" target="_blank">World Endurance Championship</a> Mexico 6 Hours 2016</h5>
</div>
</div>
</div>
</div>
<br><br><br>
<div class="row">
<h2><u>Personal Projects</u></h2>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3><a href="http://mexicogp2017.com" target="_blank">Mexico Global Platform 2017</a></h3>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3><a href="/barbell" target="_blank">Barbell</a></h3>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3><a href="/servicio-copiadoras/" target="_blank">Servicio Copiadoras</a></h3>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3><a href="/first-metal/" target="_blank">First Metal</a></h3>
</div>
</div>
<br><br><br>
<div class="row" id="skills">
<h2><u>Skills & Technologies</u></h2>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3>Languages</h3>
<h5> Spanish (Native)</h5>
<h5> English (B2.II)</h5>
<h5> French (A1)</h5>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3>Programming</h3>
<h5>Java EE</h5>
<h5>JavaScript</h5>
<h5>SQL</h5>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3>Frameworks</h3>
<h5>Node.JS</h5>
<h5>React</h5>
<h5>Angular 2</h5>
</div>
<div class="col-xs-12 col-sm-6 col-lg-3">
<h3>Software</h3>
<h5>MySQL</h5>
<h5>MongoDB</h5>
<h5>Git</h5>
<h5>Linux</h5>
</div>
</div>
</section>
<!-- Download Section -->
<section id="download" class="content-section text-center">
<div class="download-section">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Why do humans do science?<br> Why do they do art?</h2>
<p>The things that are least important for our survival are the very things that make us human.</p>
<em>— Savas Dimopoulos, in Particle Fever.</em><br>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Contact</h2>
<p>Feel free to email me regarding my work, or to just say hello!</p>
<p><a href="mailto:[email protected]">javiersuarezl at outlook.com</a></p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://www.linkedin.com/in/javiersl/" class="btn btn-default btn-lg"><i class="fa fa-linkedin fa-fw"></i> <span class="network-name">Linkedin</span></a>
</li>
<li>
<a href="https://github.com/mozky" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://www.facebook.com/Mozky" class="btn btn-default btn-lg"><i class="fa fa-facebook fa-fw"></i> <span class="network-name">Facebook</span></a>
</li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center">
<h5>All rights reserved © Javier SL 2015 - 2017</h5>
</div>
</footer>
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Google Maps API Key -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIRZBfl7Nopdq8CRcns8HOb4VyXSJZr8Y&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="js/script.js"></script>
<!-- Countdown script -->
<script src="js/countdown.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58132224-1', 'auto');
ga('send', 'pageview');
</script>
<!--
<h1 id="time">28 days, 6 hours, 42 minutes, 12 seconds. </h1>
-->
</body>
</html>