forked from rcardenas11/rcardenas11.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
210 lines (200 loc) · 9.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Rafael Cárdenas">
<title>Rafael Cárdenas</title>
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono|Slabo+27px" rel="stylesheet">
<!-- Bootstrap -->
<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="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar sticky-top navbar-light">
<h1 class="text-muted">Rafael Cárdenas</h1>
<div>
<a href="#Me">
<button class="btn btn-outline-secondary my-sm-0 bad">About me</button>
</a>
<a href="#skill">
<button class="btn btn-outline-secondary my-sm-0 bad">Skills</button>
</a>
<a href="#Pro">
<button class="btn btn-outline-secondary my-sm-0 bad">Projects</button>
</a>
<a href="#Hob">
<button class="btn btn-outline-secondary my-sm-0 bad">Hobbies</button>
</a>
<a href="#Contact">
<button class="btn btn-outline-secondary my-sm-0 bad">Contact</button>
</a>
</div>
</nav>
<!-- Sección "AboutMe" -->
<div id="Me"></div>
<br/>
<br/>
<br/>
<!-- Espacio para mi imagen -->
<div class="row" id="AboutMe">
<div class="col-sm-1 col-md-1 col-xs-1 col-lg-1"></div>
<div class="col-sm-5 col-md-5 col-xs-5 col-lg-5">
<div class="row">
<div class="col-sm-11 col-md-11 col-xs-11 col-lg-11">
<div class="row">
<div class="hexa">
<div class="hex1">
<div class="hex2">
<img src="Images/yo1.jpg" alt="" width="300" height="290" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Espacio para la descripcion -->
<div class="col-sm-6 col-md-6 col-xs-6 col-lg-6">
<div class="row">
<h1 class="bad title col-sm-12 col-md-12 col-xs-12 col-lg-12 text-muted" id="skills">About Me</h1>
</div>
<!-- Row para parrafo -->
<div class="row">
<p class="col-sm-11 col-md-11 col-xs-11 col-lg-11">Hi, I am a 21 year old System and Computing Engineer studen at the Universidad de los Andes. I live in Bogotá, Colombia. I'm a dog and cat lover. Now days, I have great interest in technologies like Machine Learning and virtual reality. Finally, I also consider myself a proactive person, and someone who loves teamwork.</p>
</div>
</div>
</div>
<!-- Sección "Skills" -->
<div id="skill"></div>
<br/>
<br/>
<br/>
<div class="row" id="Skills">
<h1 class="bad title col-sm-12 col-md-12 col-xs-12 col-lg-12 text-muted" id="skills" align="center">Skills</h1>
<br/>
<br/>
<br/>
<div class="col">
<div class="row">
<div class="col">
<img class="agrandarIcono" id="simbolo" src="Images/java.png" alt="Java file format symbol">
<h3 align="center">Java</h3>
</div>
<div class="col">
<img class="agrandarIcono" id="simbolo" src="Images/html-5.png" alt="Java file format symbol">
<h3 align="center">HTML5</h3>
</div>
<div class="col">
<img class="agrandarIcono" id="simbolo" src="Images/javaS.png" alt="Java file format symbol">
<h3 align="center">JavaScript</h3>
</div>
<div class="col">
<img class="agrandarIcono" id="simbolo" src="Images/python-file-symbol.png" alt="Java file format symbol">
<h3 align="center">Python</h3>
</div>
<div class="col">
<img class="agrandarIcono" id="simbolo" src="Images/sql-file-format-symbol.png" alt="Java file format symbol">
<h3 align="center">SQL</h3>
</div>
<div class="col">
<img class="agrandarIcono" id="simbolo" src="Images/MachineLearning.png" alt="Java file format symbol">
<h3 align="center">ML</h3>
</div>
</div>
</div>
</div>
<!-- Sección "Projects" -->
<div id="Pro"></div>
<br/>
<br/>
<br/>
<div class="row" id="Projects">
<h1 class="bad title col-sm-12 col-md-12 col-xs-12 col-lg-12 text-muted" id="skills" align="center">Projects</h1>
<br/>
<br/>
<br/>
<div class="col">
<a href="https://www.youtube.com/watch?v=JDvHhuoNW7k" target="_blank"><img class="agrandarIcono" id="proyects" src="Images/AgroSocial.JPG"></a>
</div>
<br/>
<br/>
<br/>
</div>
<!-- Sección "Hobbies" -->
<div id="Hob"></div>
<br/>
<br/>
<br/>
<div class="row" id="Hobbies">
<h1 class="bad title col-sm-12 col-md-12 col-xs-12 col-lg-12 text-muted" id="skills" align="center">Hobbies</h1>
<br/>
<br/>
<br/>
<div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Images/man-utd.jpg" alt="Manu" width="800" height="400">
<div class="carousel-caption">
<h3 class="carrouselText footballTitle">Football</h3>
<p class="carrouselText footballText">Football is my favourite sport. I'm a big fan of Manchester United.</p>
</div>
</div>
<div class="carousel-item">
<img src="Images/deadmau5-cube.jpg" alt="deadmau5" width="800" height="400">
<div class="carousel-caption">
<h3 class="carrouselText musicTitle">Electronic music</h3>
<p class="carrouselText musicText">I love listening to electronic music</p>
</div>
</div>
<div class="carousel-item">
<img src="Images/perros.jpg" alt="pets" width="800" height="400">
<div class="carousel-caption">
<h3 class="carrouselText petsTitle">My dogs</h3>
<p class="carrouselText petsText">I love to spend time with my dogs</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#demo" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#demo" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
<br/>
<br/>
<br/>
</div>
<!-- Sección "ContactMe" -->
<br/>
<br/>
<br/>
<div class="row" id="Contact">
<h1 class="bad title col-sm-12 col-md-12 col-xs-12 col-lg-12 text-muted" id="skills" align="center">Contact me</h1>
<br/>
<br/>
<br/>
<div id="innerContact">
<a href="https://twitter.com/racar69" target="_blank"> <i class="fa fa-5x fa-twitter-square col-sm-3 col-md-3 col-xs-3 col-lg-3"></i></a>
<a href="https://github.com/rcardenas11" target="_blank"> <i class="fa fa-5x fa-github-square col-sm-3 col-md-3 col-xs-3 col-lg-3"></i></a>
<a href="https://www.youtube.com/channel/UC2W3mRvBaE76d3s3lyOeXFQ?view_as=subscriber" target="_blank"> <i class="fa fa-5x fa-youtube-square col-sm-3 col-md-3 col-xs-3 col-lg-3"></i></a>
<a href="https://www.instagram.com/rafacar12/" target="_blank"> <i class="fa fa-5x fa-instagram col-sm-2 col-md-2 col-xs-2 col-lg-2"></i></a>
</div>
</div>
<div>Icons made by <a href="https://www.flaticon.com/authors/pixel-perfect" title="Pixel perfect">Pixel perfect</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a>
| © 2018 Copyright: Rafael Cárdenas Gasca</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></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="js/script.js"></script>
</body>
</html>