-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·276 lines (221 loc) · 12.8 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Jesús María Sánchez-Diezma personal website"/>
<meta name="description" property="og:description" content="Check it out my amazing website">
<meta name="author" content="Jesús María Sánchez-Diezma" />
<meta name="image" property="og:image" content="./assets/img/jpg/social-preview.jpg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css">
<link rel="icon" href="./assets/img/png/favi.png" type="image.png" />
<link rel="stylesheet" href="./assets/css/main.css" />
<title> d i e z m a </title>
</head>
<body>
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">DIEZMA</span>
<span class="site-description">Frontend Developer and Graphic Designer</span>
</h1>
<div class="header-icons">
<a aria-label="My Linkedin Profile" target="_blank" href="https://www.linkedin.com/in/sanchezdiezma/">
<i class="icon fa fa-linkedin" aria-hidden="true"></i>
</a>
<a aria-label="My Github Profile" target="_blank" href="https://github.com/sanchezdiezma">
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
<a aria-label="My Behance Profile" target="_blank" href="https://www.behance.net/sanchezdieb47b">
<i class="icon fa fa-behance" aria-hidden="true"></i>
</a>
<!-- <a aria-label="My Résumé" target="_blank" href="#">
<i class="icon fa fa fa-file-pdf-o" aria-hidden="true"></i> -->
</a>
<a aria-label="Send Email" href="mailto:sanchezdiezma@gmail.com" target="_blank">
<i class="icon fa fa-envelope"></i>
</a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll>About Me</a>
<a class="link" href="#projects" data scroll>Projects</a>
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
<section id="about">
<div class="user-details">
<h2><mark>- My Story - </mark> </h2>
<picture>
<img src="./assets/img/png/photo.png" alt="Professional Me"/>
</picture>
<h3><mark>From print to screen</mark></h3>
<p class="text">
Hi there, my name is Jesus; I'm a curious person. I'm passionate about technology, design, art, experimenting and
coding. I'm always interested in anything related to the creative process. I've just graduated as a web developer from
Ironhack Madrid. During the nine weeks there, I had the opportunity to learn from a fantastic faculty team the following technologies:
Javascript (ES6), HTML5 CSS3 and the MERN stack (Mongo, Express, React, Node).
</p>
<p class="text">
My background is in graphic design and advertising, where I had the opportunity to work for more than a decade as an art
director in different industries. As a graphic designer, I learned that nothing beats the feeling of identifying a
problem and coming up with a solution to it.
Web development allows me to exercise my creativity and gives me almost endless resources to transform ideas into
realities. It almost feels like magic to me!
</p>
<p class="text">This principle motivated me to shift my career toward web development, and so far, it has been a fantastic journey,
packed with all kinds of emotions where I learn something new every day. To achieve this, I had to challenge myself
continuously and push myself out of my comfort zone. I am really excited about continuing my personal and career growth!
</p>
<p class="text">When I am not busy coding or designing, I love to go outdoors and enjoy nature with my bicycle, ride my motorbike or
enjoy a good meal with my buddies.
</p>
</div>
<div class="user-details">
<h2>-My Hard Skills-</h2>
</div>
<div class="user">
<div class="tech">
<h3>- Front-End -</h3>
<i class="devicon-html5-plain-wordmark colored"></i>
<i class="devicon-css3-plain-wordmark colored"></i>
<br/>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-react-original colored"></i>
<p>My favorite languages and technologies for front-end web proprogramming.</p>
</div>
<div class="tech">
<h3>- Back-End -</h3>
<i class="devicon-nodejs-plain colored"></i>
<i class="devicon-express-original-wordmark colored"></i>
<br />
<i class="devicon-mongodb-plain-wordmark colored"></i>
<i class="devicon-npm-original-wordmark colored"></i>
<p>My preferred technologies for back-end web programming.</p>
</div>
<div class="tech">
<h3>- Tools -</h3>
<i class="devicon-git-plain colored"></i>
<i class="devicon-vscode-plain colored"></i>
<br />
<i class="devicon-github-plain-wordmark colored"></i>
<i class="devicon-heroku-plain colored"></i>
<p>My favorite tools for version control and code editing.</p>
</div>
</div>
</section>
<section id="projects">
<div class="user-details">
<h2>-Featured Projects-</h2>
</div>
<div class="user-projects">
<div class="images-right">
<picture>
<img class="picture-project" src="./assets/img/jpg/Marchando-Website.jpg" alt="Marchando Website">
</picture>
</div>
<div class="contents" style="text-align: center">
<h3>Marchando</h3>
<div class="icons-projects">
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-react-original colored"></i>
<i class="devicon-mongodb-plain colored"></i>
<i class="devicon-git-plain colored"></i>
<i class="devicon-heroku-plain colored"></i>
</div>
<p style="text-align: justify">
Marchando is your go-to site for last-minute restaurant bookings. To develop this web application, I use all the skills
I have equipped myself with at Ironhack. Marchando was conceptualised, designed and developed together with my classmate
Alex Alcaide. Marchando is a SPA application developed on React and Node. We have integrated Google Maps API for this
project and managed the media content with Cloudinary.
</p>
<a class="project-link" target="_blank" href="https://github.com/sanchezdiezma/marchando">Check it out!</a>
</div>
</div>
<div class="user-projects">
<div class="images-left">
<picture>
<img class="picture-project" src="./assets/img/jpg/Twowheels-Website.jpg" alt="Two Wheels" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Two Wheels</h3>
<div class="icons-projects">
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-handlebars-plain colored"></i>
<i class="devicon-mongodb-plain colored"></i>
<i class="devicon-git-plain colored"></i>
<i class="devicon-heroku-plain colored"></i>
</div>
<p style="text-align: justify">
My intermediate project at Ironhack. The main goal here was to set the foundations related to all the backend technology
we had learned. The objective was to implement CRUD and to start experimenting with all APIs-related.
</p>
<a class="project-link" target="_blank" href="https://github.com/sanchezdiezma/twowheels">Check it out!</a>
</div>
</div>
<div class="user-projects">
<div class="images-right">
<picture>
<img class="picture-project" src="./assets/img/jpg/Gravity-Hack-Website.jpg" alt="Gravity Hack Website">
</picture>
</div>
<div class="contents" style="text-align: center">
<h3 class="project-h">Gravity Hack</h3>
<div class="icons-projects">
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-git-plain colored"></i>
<i class="devicon-github-original colored"></i>
</div>
<p style="text-align: justify">
In my first project at Ironhack, I designed and developed this game only two weeks into the boot camp. To do so, we used
HTML5, CSS3, and Javascript hosted in Github Pages. We achieved an interactive format with a very sleek design. Go ahead
and test it for yourself; dare to defy gravity with the help of Sir Isaac Newton himself!
</p>
<a class="project-link" target="_blank" href="https://github.com/sanchezdiezma/Gravity-Hacker">Check it out!</a>
</div>
</div>
<div class="user-projects">
<div class="images-left">
<picture>
<img class="picture-project" alt="Personal Website" src="./assets/img/jpg/Personal-Website.jpg" />
</picture>
</div>
<div class="contents-right" style="text-align: center">
<h3>Personal Website</h3>
<div class="icons-projects">
<i class="devicon-html5-plain colored"></i>
<i class="devicon-css3-plain colored"></i>
<i class="devicon-javascript-plain colored"></i>
<i class="devicon-git-plain colored"></i>
<i class="devicon-github-original colored"></i>
</div>
<p style="text-align: justify">
I started this project months before I joined Ironhack. Now, with all my newly enhanced and acquired skills, I had the
opportunity to dramatically improve it and take it to the next level by refactoring the code and structuring it in a
much more clean manner.
</p>
<a class="project-link" target="_blank"
href="https://github.com/sanchezdiezma/diezma.github.io">
Check it out!
</a>
</div>
</div>
</section>
<footer class="footer">
<small>© 2021 JM Sánchez-Diezma Design with ❤ from Madrid (Spain) All Rights Reserved</small>
</footer>
<!-- Import JS: Particles Theme -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Import JS: Sweet Scroll -->
<script src="./assets/js/sweet-scroll.min.js"></script>
<!-- Import JS: Main Script -->
<script src="./assets/js/main.js"></script>
</body>
</html>