forked from ne-cabrera/ne-cabrera.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
184 lines (183 loc) · 10.2 KB
/
index.html
File metadata and controls
184 lines (183 loc) · 10.2 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Nicolas Cabrera</title>
<meta name="description" content="An interactive getting started guide for Brackets.">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Sans" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="https://d30y9cdsu7xlg0.cloudfront.net/png/321011-200.png" />
</head>
<body>
<div class="jumbotron">
<div class="container text-left">
<div class="row text-center">
<h2>Nicolás Cabrera</h2>
<h5>Systems and Computing Engineering </h5>
</div>
</div>
</div>
<section class="links" id="lista" data-spy="affix" data-offset-top="350">
<ul class="nav nav-pills center-pills prueba">
<li role="presentation"><a href="#about">About</a></li>
<li role="presentation"><a href="#projects">Projects</a></li>
<li role="presentation"><a href="#skills">Skills</a></li>
<li role="presentation"><a href="#contact">Contact</a></li>
</ul>
</section>
<div class="container-fluid contenedor">
<section id="about" class="categorias">
<div class="container">
<div class="row text-center">
<h2><u>About</u></h2>
<div class="col-sm-4 col-sm-offset-2">
<p class="pAbout">
I am a studying Systems and Computing Engineering at <a href="https://uniandes.edu.co/es">Universidad de los Andes</a>. I am interested in software development and cybersecurity.
</div>
<div class="col-sm-4">
<p class="pAbout">
In adition, I have worked as a student assistant
in the <i>algorithms and object orinted programing</i> curse and in the <i> computational infraestructure</i> curse.
</p>
</div>
</div>
</div>
</section>
<section id="projects" class="categorias num2">
<div class="container">
<div class="row text-center">
<h2 class="tituloCategorias"><u>Projects</u></h2>
<div class="container">
<div class="col-md-4 projects">
<div class="row">
<h4 class="letreros">Colmines</h4>
</div>
<div class="row imgProyectos">
<img class="laImagen" src="img/imgMinas.ico" alt="colmines">
</div>
<div class="row descripcion">
<p class="pAbout">IoT application to help miners by monitoring environmental variables and activating alerts and control systems if necessary.
</p>
</div>
</div>
<div class="col-md-4">
<div class="row">
<h4 class="letreros">Habitaciones</h4>
</div>
<div class="row imgProyectos">
<img class="logoHabitaciones laImagen" src="https://financialtribune.com/sites/default/files/field/image/17january/12_shelter.png" alt="habitaciones">
</div>
<div class="row descripcion">
<p class="pAbout">
Web based application that helps people to find lodging in particular houses owned by
hosts.
</p>
</div>
</div>
<div class="col-md-4">
<div class="row">
<h4 class="letreros">FestivAndes</h4>
</div>
<div class="row imgProyectos">
<img class="logoHabitaciones laImagen" src="https://cdn2.iconfinder.com/data/icons/ballicons-2-free/100/theatre-512.png" alt="habitaciones">
</div>
<div class="row descripcion">
<p class="pAbout">
Transactional system to organize theatre festivals in different cities.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="categorias">
<div class="container">
<div class="row text-center">
<h2 class="tituloCategorias"><u>Skills</u></h2>
<div class="container logos">
<div class="col-md-3">
<div class="row">
<h4 class="letreros">Java</h4>
</div>
<div class="row">
<img class="logo" src="https://vignette.wikia.nocookie.net/egamia/images/6/63/Java_avatar.png/revision/latest?cb=20081111001200" alt="logo de java"/>
</div>
<div class="row estrellas">
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
</div>
</div>
<div class="col-md-3">
<img class="logoHC" src="http://geteverything.org/wp-content/uploads/2013/08/13.png" alt="logo de HTML"/>
<div class="row estrellas">
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star-half fa-2x"></i>
</div>
</div>
<div class="col-md-3">
<div class="row">
<h4 class="letreros">Python</h4>
</div>
<img src="https://www.python.org/static/opengraph-icon-200x200.png" alt="logo de python"/>
<div class="row estrellas">
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star-half fa-2x"></i>
</div>
</div>
<div class="col-md-3">
<div class="row">
<h4 class="letreros">SQL</h4>
</div>
<img class="logoSQL" src="https://msdnshared.blob.core.windows.net/media/2016/11/Azure-SQL-Database.png" alt="logo de SQL">
<div class="row estrellas">
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star fa-2x"></i>
<i class="fas fa-star-half fa-2x"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="categorias num2">
<div class="container">
<div class="row text-center contact">
<h2><u>Contact</u></h2>
</div>
<div class="row text-center">
<div class="col-md-4">
<a href="https://www.facebook.com/nicolas.cabrera.16940" target="_blank">
<i class="fab fa-facebook fa-7x"></i>
</a>
</div>
<div class="col-md-4">
<a href="https://twitter.com/NicolasCabrer?lang=es" target="_blank">
<i class="fab fa-twitter-square fa-7x"></i>
</a>
</div>
<div class="col-md-4">
<a href="https://github.com/ne-cabrera" target="_blank">
<i class="fab fa-github-square fa-7x"></i>
</a>
</div>
</div>
</div>
</section>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="./scripts.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
</body>
</html>