-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
332 lines (318 loc) · 10.3 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Portafolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1>
<a href="index.html">Daniela Castillo</a>
</h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle">
<span>Menu</span>
</a>
<div id="menu">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<!-- <li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="#">Sign Up</a></li>
<li><a href="#">Log In</a></li> -->
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>Daniela Castillo</h2>
<p>Front-End Developer
<br /> & Communications and Electronics Engineer.
<br />
</p>
<!-- <ul class="actions">
<li><a href="#" class="button special">Activate</a></li>
</ul> -->
<a href="https://www.linkedin.com/in/danielacastillosn/">Looking for more</a>
</div>
<a href="#one" class="more scrolly">About me</a>
</section>
<!-- One -->
<section id="one" class="style1 special">
<!-- <div class="">
<img id="personal-pic" src="./assets/css/images/daniela_castillo.jpg" alt="">
</div> -->
<div class="inner" id="innerTxt">
<header class="major">
<h2>I'm a programmer and a consultant</h2> <br />
<p> ...that help to improve, start and develop projects.</p>
<p>Proudly Mexican, engineer, flagfoot player, reader and eager to always learn more.
<br />
</p>
<p>A passionate of information,
<br /> of implementing solutions that allow users to connect with actions. </p>
</header>
<ul class="icons major">
<li>
<span class="icon fa-bookmark major style1">
<span class="label">Student</span>
</span>
</li>
<li>
<span class="icon fa-laptop major style2">
<span class="label">LikedIN</span>
</span>
</li>
<li>
<span class="icon fa-code major style3">
<span class="label">Programer</span>
</span>
</li>
<li>
<span class="icon fa-server major style3">
<span class="label">GitHub</span>
</span>
</li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt">
<section class="spotlight">
<div class="image">
<img src="./images/starwars_start.png" alt="" />
</div>
<div class="content">
<h2>Star Wars
<br /> Application with SWAPI</h2>
<p>This proyect shows the information of the movies of Star Wars, their characters, planets and vehicles. All the sections
make an API petition with AJAX and FETCH.
</p>
<h5>Development Tools</h5>
<p>JQUERY JavaScript HTML CSS and also Bootstrap</p>
<div class="icon-gh">
<a href="https://danivonnecasan.github.io/StarWarsApp/.">
<span class="icon fa-eye style1">
<span class="label">GitHub</span>
</span>
</a>
</div>
<div class="icon-ghcode">
<a href="https://github.com/DanIvonneCaSan/StarWarsApp">
<span class="icon fa-code style1">
<span class="label">GitHub Code</span>
</span>
</a>
</div>
</div>
</section>
<section class="spotlight">
<div class="image">
<img src="./images/twitter.png" alt="" />
</div>
<div class="content">
<h2>Twitter
<br/>
</h2>
<p> This page replicates the functionality of twitter without plugins or twitter API.</p>
<h5>Development Tools</h5>
<p>JavaScript Vanilla CSS HTML Collaborative Git</p>
<div class="icon-gh">
<a href="https://danivonnecasan.github.io/twitter/.">
<span class="icon fa-eye style1">
<span class="label">GitHub</span>
</span>
</a>
</div>
<div class="icon-ghcode">
<a href="https://github.com/DanIvonneCaSan/twitter">
<span class="icon fa-code style1">
<span class="label">GitHub Code</span>
</span>
</a>
</div>
</div>
</section>
<section class="spotlight">
<div class="image">
<img src="./images/lyft_su_email.png" alt="" height/>
</div>
<div class="content">
<h2>LYFT
<br />
</h2>
<p>Program that demostrates the application capacity of CSS with any framework.</p>
<h5>Development Tools</h5>
<p>CSS HTML</p>
<div class="icon-gh">
<a href="https://danivonnecasan.github.io/lyft/.">
<span class="icon fa-eye style1">
<span class="label">GitHub</span>
</span>
</a>
</div>
<div class="icon-ghcode">
<a href="https://github.com/DanIvonneCaSan/lyft">
<span class="icon fa-code style1">
<span class="label">GitHub Code</span>
</span>
</a>
</div>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper special">
<div id="particles-js"></div>
<div class="inner">
<header class="major">
<h2>Information</h2>
<!-- <p>Aliquam ut ex ut augue consectetur interdum. Donec amet imperdiet eleifend<br /> -->
<!-- fringilla tincidunt. Nullam dui leo Aenean mi ligula, rhoncus ullamcorper.</p> -->
</header>
<ul class="features">
<li class="icon fa-graduation-cap">
<h3>Academic</h3>
<p>Bootcamp Front-End & Full-Stack Developer at Laboratoria, Mexico.
</p>
<p>Bachelor of Business Administration and Development at ESCA Santo Tomás, National Polytechnic Institute. IPN Mexico.
</p>
<p>Communications and Electronics Engineer at ESIME Zacatenco, National Polytechnic Institute. IPN Mexico.
</p>
</li>
<li class="icon fa-flask">
<h2>Experience</h2>
<h4>Independent consultant</h4>
<p>Projects related to electricity, communications and management</p>
<h4>Project Engineer</h4>
<p>Responsible of the project's management, documentation elaboration and the communication with the client</p>
</li>
<li class="icon fa-code">
<h3>Coding</h3>
<h4>Front-End Junior Developer </h4>
<ul id="programslist">
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>JQUERY</li>
<li>Firebase</li>
<li>GIT</li>
<li>API's</li>
</ul>
<h4>Full-Stack student</h4>
<ul id="programslist2">
<li>SQL</li>
<li>Creación de APIs</li>
</ul>
<!-- <p>Laboratoria Bootcamp</p> -->
</li>
<li class="icon fa-star">
<h3>Languages</h3>
<ul id="languages">
<li>English - Intermediate</li>
<li>German - Basic</li>
</ul>
<h3>Skills</h3>
<ul id="skills">
<li>Responsable</li>
<li>Proactive</li>
<li>Collaborative work</li>
<li>Teamwork</li>
<li>Dedicated</li>
<li>Agile methology</li>
<li>Self-learning</li>
</ul>
</li>
<!-- <li class="icon fa-heart-o">
<h3>Aenean Primis</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li>
<li class="icon fa-flag-o">
<h3>Tortor Ut</h3>
<p>Augue consectetur sed interdum imperdiet et ipsum. Mauris lorem tincidunt nullam amet leo Aenean ligula consequat consequat.</p>
</li> -->
</ul>
</div>
</section>
<!-- CTA -->
<!-- <section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Arcue ut vel commodo</h2>
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header>
<ul class="actions vertical">
<li><a href="#" class="button fit special">Activate</a></li>
<li><a href="#" class="button fit">Learn More</a></li>
</ul>
</div>
</section> -->
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li>
<a href="https://www.facebook.com/daniela.castillo.sn" target="_blank" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="https://twitter.com/Daniela_CaSn" target="_blank" class="icon fa-twitter">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="https://github.com/DanIvonneCaSan" target="_blank" class="icon fa-github">
<span class="label">GitHub</span>
</a>
</li>
<li>
<a class="icon fa-envelope-o" href="mailto:[email protected]" target="_blank"> </a>
</li>
<li>
<a href="https://api.whatsapp.com/send?phone=5215519620953" target="_blank" class="icon fa-whatsapp" target="_blank"></a>
</li>
</ul>
<h5>Contact</h5>
<!-- <a class="btn white-text black btn-cv" href="#" target="_blank">
<i class="fa fa-download white-text" aria-hidden="true"></i>
<span class="hide-on-med-and-down"> Descargar</span> CV</a> -->
<!-- <ul class="copyright">
<li>© Untitled</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul> -->
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl"
crossorigin="anonymous"></script>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/particles.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>