-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
393 lines (371 loc) · 15.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
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<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" />
<title>Theo Breaux</title>
<link rel="stylesheet" href="./styles.css" />
<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=Lato:wght@400;700&display=swap"
rel="stylesheet" />
<script
src="https://kit.fontawesome.com/c8e4d183c2.js"
crossorigin="anonymous"></script>
</head>
<body>
<section id="about-me">
<nav>
<div class="personal__logo">Theo Breaux</div>
<ul class="nav__link--list">
<li class="nav__link">
<a
href="#languages"
class="nav__link--anchor link__hover-effect link__hover-effect--black"
>Languages</a
>
</li>
<li class="nav__link">
<a
href="#projects"
class="nav__link--anchor link__hover-effect link__hover-effect--black"
>Projects</a
>
</li>
<li class="nav__link">
<a
href="mailto:[email protected]"
class="nav__link--anchor nav__link--anchor-primary"
>Contact</a
>
</li>
</ul>
</nav>
<div class="flex flex-1">
<div class="about-me__info row">
<div class="about-me_info--container">
<figure class="about-me__picture--mask">
<img
src="assets/theo.jpg"
class="about-me__picture"
alt="Picture of Me!" />
</figure>
<h1 class="about-me__info--title">
Hey! I'm <span class="text--blue">Theo Breaux</span> <span
class="wave"
>👋🏾</span
>
</h1>
<p class="about-me-para">
I'm an enthusiastic
<strong class="text--blue">software engineer</strong> with a
background in entertainment and hospitality. Currently pursuing a
B.S. in Software Engineering at Western Governors University, I
also hold a B.A. in Marketing/Advertising from Lake Forest College
I have cultivated a strong foundation in a range of technical
disciplines, including JavaScript, HTML, CSS, React.js, React
Native, Redux, and Node.js. My proficiency extends to database
management with PostgreSQL and crafting efficient solutions
through RESTful APIs. Beyond my technical acumen, my approach to
problem-solving is marked by a unique blend of creativity and
innovation.
</p>
<p class="about-me-para">
What truly distinguishes me from the typical CS or STEM degree
graduate is my diverse background, which spans across multiple
industries. This background has imbued me with a distinctive
perspective, one that champions creative solutions and embraces
the complexities of modern challenges. This perspective has proven
invaluable in my ability to flourish within cross-functional
teams, where I actively contribute to collective success while
fostering a spirit of collaboration.
</p>
<p class="about-me-para">
My adaptability in navigating dynamic environments is further
underscored by my strong logical thinking and problem-solving
skills. My time management and communication abilities are finely
honed, enabling me to tackle projects with efficiency and clarity.
My commitment to continued education remains unwavering, as I am
passionately dedicated to developing responsive and
high-performance web applications that not only prioritize user
experience but also strive to make a meaningful, positive impact
on the world.
</p>
<p class="about-me-para">
These attributes, combined with my technical proficiency and
fervor for innovation, make me a dynamic and accomplished
contributor to the ever-evolving landscape of frontend development
and IT.
</p>
<div class="about-me__links">
<a
href="https://www.linkedin.com/in/theobreaux/"
target="_blank"
class="about-me__link">
<i class="fab fa-linkedin-in"></i>
</a>
<a
href="https://github.com/TheoBreaux"
class="about-me__link"
target="_blank">
<i class="fab fa-github"></i>
</a>
<a
href="https://online-resume-mauve.vercel.app/"
target="_blank"
class="about-me__link">
<i class="fas fa-file-pdf"></i>
</a>
<a
href="mailto:[email protected]"
class="about-me__link"
target="_blank">
<i class="far fa-envelope"></i>
</a>
</div>
</div>
<figure class="about-me__img--container">
<img
src="assets/undraw_Web_developer_re_h7ie.png"
class="about-me__img"
alt="" />
</figure>
</div>
</div>
</section>
<section id="languages">
<div class="container">
<div class="row">
<h1 class="section__title">
This is my <span class="text--blue">technology stack</span>
</h1>
<div class="language__list">
<div class="language">
<figure class="language__img--wrapper">
<img
src="https://cdn.iconscout.com/icon/free/png-256/javascript-1-225993.png"
alt="javascript logo"
class="language__img" />
</figure>
<span class="language__name">JavaScript</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/240px-HTML5_Badge.svg.png"
alt="html logo"
class="language__img" />
</figure>
<span class="language__name">HTML</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img
src="https://cdn.iconscout.com/icon/free/png-256/css-131-722685.png"
alt="css logo"
class="language__img" />
</figure>
<span class="language__name">CSS</span>
</div>
<div class="language">
<figure class="language__img--wrapper">
<img
id="react"
src="./assets/react.png"
alt="react logo"
class="language__img" />
</figure>
<span class="language__name">React</span>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<div class="row">
<h1 class="section__title">
Here are some of my <span class="text--blue">projects</span>
</h1>
<ul class="project__list">
<li class="project">
<div class="project-wrapper">
<img
src="assets/savetheuniverse.png"
class="project-img"
alt="save the universe game" />
<div class="project__description">
<h3 class="project-description-title">Save The Universe!</h3>
<h4 class="project-description-subtitle">
JavaScript, HTML, CSS
</h4>
<p class="project__description--para">
An engaging and interactive web application game in which
you embark on an epic mission to defend the universe against
an incoming alien invasion. This web application boasts a
lively and vibrant user interface, ensuring an enjoyable and
immersive gaming experience.
</p>
<div class="project__description--links">
<a
href="https://github.com/TheoBreaux/SBA_308H_Save_the_Universe"
target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a
href="https://sba-308-h-save-the-universe.vercel.app/"
target="_blank"
class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project-wrapper">
<img
src="assets/nutrigoaltracker.png"
class="project-img"
alt="fitness project" />
<div class="project__description">
<h3 class="project-description-title">NutriGoalTracker</h3>
<h4 class="project-description-subtitle">
React, Redux, JavaScript, HTML, CSS, Axios
</h4>
<p class="project__description--para">
NutriGoalTracker is an enlightening web application that
guides you through the process of calculating your ideal
calorie and macronutrient intake, tailored to your fitness
objectives. This application offers an extensive API food
database, enabling users to effortlessly search for and log
their meals, while also tracking their remaining daily
calorie allowance with precision.
</p>
<div class="project__description--links">
<a
href="https://github.com/TheoBreaux/nutri-goal-tracker"
target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a
href="https://nutri-goal-tracker.vercel.app/"
target="_blank"
class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project-wrapper">
<img
src="assets/godutch.png"
class="project-img"
alt="go dutch" />
<div class="project__description">
<h3 class="project-description-title">Go Dutch!</h3>
<h4 class="project-description-subtitle">
React, Redux, JavaScript, HTML, CSS, API
</h4>
<p class="project__description--para">
A collaborative dining bill-splitting application that
streamlines the process of dividing restaurant expenses
among friends, facilitating a seamless breakdown creation
and integration with external payment platforms and receipy
parsing for effortless individual contributions.
</p>
<div class="project__description--links">
<a
href="https://github.com/TheoBreaux/go-dutch"
target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a
href="https://go-dutch-rose.vercel.app/"
target="_blank"
class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project-wrapper">
<img
src="assets/guessthecountry.png"
class="project-img"
alt="guess the country flag" />
<div class="project__description">
<h3 class="project-description-title">Guess The Country!</h3>
<h4 class="project-description-subtitle">
React, JavaScript, HTML, CSS, API
</h4>
<p class="project__description--para">
An engaging and interactive country flag guessing game
designed to enhance players' knowledge of various national
flags. Challenge your flag recognition skills by correctly
identifying random country flags and aim to outscore other
players!
</p>
<div class="project__description--links">
<a
href="https://github.com/TheoBreaux/guess-the-country"
target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a
href="https://guess-the-country.vercel.app/"
target="_blank"
class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="row footer__row">
<div class="footer__social--list">
<a
href="https://github.com/TheoBreaux"
target="_blank"
class="footer__social--link link__hover-effect link__hover-effect--white"
>GitHub</a
>
<a
href="https://www.linkedin.com/in/theobreaux/"
target="_blank"
class="footer__social--link link__hover-effect link__hover-effect--white"
>LinkedIn</a
>
<a
href="mailto:[email protected]"
target="_blank"
class="footer__social--link link__hover-effect link__hover-effect--white"
>Email</a
>
<a
href="https://online-resume-mauve.vercel.app/"
target="_blank"
class="footer__social--link link__hover-effect link__hover-effect--white"
>Resume</a
>
</div>
<div class="footer__copyright">Copyright © 2023 Theo Breaux</div>
</div>
</footer>
</body>
</html>