-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
297 lines (278 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portfolio" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/fa62c117c7.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="css/styles.css" />
<title>Jose Diaz</title>
</head>
<body class="light" id="top">
<header class="header center">
<header class="header center">
<h3>
<a href="https://github.com/josediazcodes" class="link">
<svg
class="header.icon"
width="62"
height="58"
viewBox="0 0 62 58"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_1_179)">
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M15.5 0.5H0V29H15.5C6.9396 29 0 35.38 0 43.25V57.5H31V43.25C31 51.12 37.9397 57.5 46.5 57.5H62V29H46.5C55.0603 29 62 22.62 62 14.75V0.5H31V14.75C31 6.87995 24.0604 0.5 15.5 0.5ZM31 29H15.5C24.0604 29 31 35.38 31 43.25V29ZM31 29V14.75C31 22.62 37.9397 29 46.5 29H31Z"
fill="#2978B5"
/>
<path
class="letter"
d="M16.482 7.566C16.482 8.574 15.672 9.312 14.502 9.312C13.332 9.312 12.522 8.574 12.522 7.566C12.522 6.54 13.332 5.802 14.502 5.802C15.672 5.802 16.482 6.54 16.482 7.566ZM16.068 9.816V19.014C16.068 21.984 14.502 23.154 12.432 23.154C11.946 23.154 11.46 23.118 10.992 22.956V20.058C11.244 20.22 11.622 20.292 12.036 20.292C12.576 20.292 12.99 19.95 12.99 18.924V9.816H16.068Z"
fill="white"
/>
<path
class="letter"
d="M41.396 43.658C41.396 40.85 43.106 38.636 45.716 38.636C46.724 38.636 47.588 38.996 48.344 39.716V35.576H51.422V48.5H48.596V47.402C47.804 48.23 46.85 48.68 45.716 48.68C43.106 48.68 41.396 46.43 41.396 43.658ZM44.6 43.658C44.6 45.17 45.518 45.908 46.454 45.908C47.408 45.908 48.308 45.17 48.308 43.64C48.308 42.092 47.39 41.408 46.454 41.408C45.518 41.408 44.6 42.11 44.6 43.658Z"
fill="white"
/>
</g>
<defs>
<clipPath id="clip0_1_179">
<rect
width="62"
height="57"
fill="white"
transform="translate(0 0.5)"
/>
</clipPath>
</defs>
</svg>
</a>
</h3>
</header>
<nav class="nav center">
<ul class="nav__list center">
<li class="nav__list-item">
<a class="link link--nav" href="#projects">Projects</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#skills">Skills</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#contact">Contact</a>
</li>
</ul>
<button type="button" aria-label="toggle theme" class="btn btn--icon">
<i aria-hidden="true" id="btn-theme" class="fas fa-moon"></i>
</button>
<button
type="button"
aria-label="toggle navigation"
class="btn btn--icon nav__hamburger"
>
<i aria-hidden="true" class="fas fa-bars"></i>
</button>
</nav>
</header>
<main>
<!-- About -->
<div class="about center">
<h1>Hi, I am <span class="about__name">Jose Diaz</span></h1>
<h2 class="about__role">Fullstack Software Engineer</h2>
<img src="img/avatar.JPG" alt="Jose Diaz" class="profile-image" />
<p class="about__desc">
<!-- As an Afro-Dominican software developer from Boston, I blend cultural
depth with technical acumen. With a strong academic foundation, my
analytical capabilities are finely tuned. I pride myself on excellent
communication, thriving particularly in team environments. Proficient
in essential technologies like HTML5, CSS, Node, React, Next.js, and
MongoDB, I consistently showcase adaptability and resilience. -->
As a Dominican software developer from Boston. I don't just code
websites; I craft digital experiences. With a finance degree in my
back pocket, I've got the knack for seeing beyond the code. Thrive in
teamwork and brainstorm sessions? Absolutely.
<!-- If you're seeking a
dynamic addition to your team, I am just the perfect fit for your
company. Let's explore the possibilities! -->
<span class="highlight-text"
>If you're seeking a dynamic addition to your team, I am just the
perfect fit for your company. Let's explore the possibilities!</span
>
<!-- Seeking a candidate who can code effectively and enrich team
dynamics with diverse insights? I'm poised to make a lasting impact
on your organization. -->
</p>
<div class="about__contact center">
<a href="mailto:[email protected]">
<span class="btn btn--outline">Hire Me</span>
</a>
<a
href="https://github.com/josediazcodes"
aria-label="github"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://linkedin.com/in/josediazdev"
aria-label="linkedin"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-linkedin"></i>
</a>
</div>
</div>
<!-- Projects -->
<section id="projects" class="section projects">
<h2 class="section__title">Projects</h2>
<div class="projects__grid">
<div class="project">
<h3>JWLI Static Website</h3>
<div class="image-wrapper">
<img src="img/JWLI.png" />
</div>
<p class="project__description">
Developed using pure HTML and CSS, this static website is a
demonstration of my understanding of float-based layouts. Through
this project, I deepened my grasp of responsive design techniques
and ensured compatibility across various device sizes.
</p>
<ul class="project__stack">
<li class="project__stack-item">HTML</li>
<li class="project__stack-item">Javascript</li>
<!-- <li class="project__stack-item">CSS</li> -->
</ul>
<a
href="https://github.com/JoseDiazCodes/JWLI"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://josediazcodes.github.io/JWLI/"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Level Ground Website</h3>
<div class="image-wrapper">
<img src="img/levelground.png" />
</div>
<p class="project__description">
Another static site crafted with HTML and CSS, highlighting my
proficiency in float layouts. This project further refined my
skills in creating responsive designs, adapting seamlessly across
different screen resolutions.
</p>
<ul class="project__stack">
<li class="project__stack-item">HTML</li>
<li class="project__stack-item">CSS</li>
<!-- <li class="project__stack-item"></li> -->
</ul>
<a
href="https://github.com/JoseDiazCodes/levelground"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://josediazcodes.github.io/levelground/"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>To-Do List</h3>
<div class="image-wrapper">
<img src="img/todolistpreview.png" />
</div>
<p class="project__description">
I developed an interactive "Simple To Do List" using HTML, CSS,
and JavaScript. It supports task addition with validation,
toggling task completion, and multiple clearing options. This
project emphasized my proficiency in JavaScript through event
listeners, DOM manipulation, and structured functions, with
styling influenced by two Codepen designs.
</p>
<ul class="project__stack">
<li class="project__stack-item">HTML</li>
<li class="project__stack-item">Javascript</li>
<li class="project__stack-item">CSS</li>
</ul>
<a
href="https://github.com/JoseDiazCodes/ToDoList"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://josediazcodes.github.io/ToDoList/"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</section>
<!-- Skills -->
<section class="section skills" id="skills">
<h2 class="section__title">Skills</h2>
<ul class="skills__list">
<li class="skills__list-item btn btn--plain">HTML</li>
<li class="skills__list-item btn btn--plain">CSS</li>
<li class="skills__list-item btn btn--plain">SCSS</li>
<li class="skills__list-item btn btn--plain">JavaScript</li>
<li class="skills__list-item btn btn--plain">MongoDB</li>
<li class="skills__list-item btn btn--plain">Python</li>
<li class="skills__list-item btn btn--plain">React</li>
<li class="skills__list-item btn btn--plain">Next.js</li>
<li class="skills__list-item btn btn--plain">Figma</li>
<li class="skills__list-item btn btn--plain">Git</li>
<li class="skills__list-item btn btn--plain">
Cross-team Collaboration
</li>
<!-- <li class="skills__list-item btn btn--plain">CI/CD</li> -->
</ul>
</section>
<!-- Contact -->
<section class="section contact center" id="contact">
<h2 class="section__title">Contact</h2>
<a href="mailto:[email protected]">
<span class="btn btn--outline">Email me</span>
</a>
</section>
</main>
<footer class="footer">
<a href="https://github.com/josediazcodes" class="link footer__link"> </a>
</footer>
<div class="scroll-container">
<div class="scroll-top">
<a aria-label="Scroll up" href="#top">
<i aria-hidden="true" class="fas fa-arrow-up"></i>
</a>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>