-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
305 lines (288 loc) · 10.6 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
<!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>Brayan's Portfolio</title>
<link rel="shortcut icon" href="/public/favicon.ico" type="image/x-icon" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<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=Roboto+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="css/style.production.css" />
</head>
<body onload="document.body.style.opacity='1'">
<!-- Header -->
<header class="page-header">
<h1 class="page-header_item logo_item">
<a href="index.html" role="logo"> <BMC/></a>
</h1>
<nav class="main-navigation page-header_item">
<ul role="menubar" class="navigation-list">
<li role="presentation">
<a
href="index.html"
role="menuitem"
class="navigation-list_item navigation-list_item--active"
>Home</a
>
</li>
<li role="presentation">
<a href="about.html" role="menuitem" class="navigation-list_item"
>About</a
>
</li>
<li role="presentation">
<a
href="#portfolio-container"
role="menuitem"
class="navigation-list_item"
>Projects</a
>
</li>
<li role="presentation">
<a
href="#contact-container"
role="menuitem"
class="navigation-list_item"
>Contact</a
>
</li>
</ul>
</nav>
</header>
<!-- Main -->
<main class="main-container" id="main-container">
<section class="main-container_item main-container_item--left">
<header>
<h1 class="main-container_item--left_title" id="heading">
Hi, my name is <span class="name-highlight">Brayan</span>,
</h1>
</header>
<p
class="main-container_item--left_text"
alt="introduction about the author"
>
I'm a Full-Stack Developer based in the Bay Area with a passion for
building Progressive Web Applications. For the next week, I will be
redesigning my portfolio website using my favorite technologies like
ReatJS, Tailwind and NextJS framework. I will also be adding a blog
section to the website where I will be sharing my thoughts and
experiences as a developer. I am excited to see how this project turns
out and I hope you enjoy it as well.
</p>
<a
href="https://www.linkedin.com/in/mejiabrayan"
class="main-container_item--left_button"
alt="Link to LinkedIn profile"
>Let's Connect
</a>
</section>
<section class="main-container_item main-container_item--right">
<img
src="./img/profile.png"
alt="Hero image of character sitting using laptop"
class="main-container_item--right_image profile_potrait"
/>
</section>
</main>
<div>
<!-- <h1>Featured</h1> -->
<div class="featured-container" id="featured-container">
<section class="featured-container_item featured-container_item--left">
<img
src="./img/project-img/chat-app.png"
alt="Featured app image"
class="featured-container_item--left_image"
/>
</section>
<section class="featured-container_item featured-container_item--right">
<header class="featured-heading">
<h2 class="featured-container_item--left_title" id="heading">
Chatty App,
</h2>
</header>
<p class="featured-container_item--left_text">
I recently developed a chat app for mobile devices using
React-Native. One of the standout features of the app is the ability
to share your location with other users in real-time. I thoroughly
enjoyed the process of building this app and I am eager to continue
improving and expanding its capabilities. I also created a case
study for this project which you can read by clicking the button
below.
</p>
<a
href="https://raw.githubusercontent.com/Mejiabrayan/chatty-app-case-study/main/Minimal%20Company%20Case%20Study.pdf"
target="_blank"
rel="noopener noreferrer"
class="main-container_item--left_button"
>Read Case Study
<i class="fa-solid fa-arrow-right"></i>
</a>
</section>
</div>
</div>
<!-- Projects -->
<div class="portfolio-container" id="portfolio-container">
<header>
<h1>Projects <i class="fa-solid fa-code"></i></h1>
</header>
<div class="projects-grid">
<div class="project_items">
<header>
<h2>Chatty App <i class="fa-solid fa-message"></i></h2>
</header>
<p>
A chat app for mobile devices built with React-Native. It provides
users with a chat interface where they can send/receive text
messages and images as well as share their location.
</p>
<a
href="https://github.com/Mejiabrayan/Chatty-app"
target="_blank"
rel="noopener noreferrer"
class="project_items--link"
><button class="project_button">See Source Code</button></a
>
<a
href="https://raw.githubusercontent.com/Mejiabrayan/chatty-app-case-study/main/Minimal%20Company%20Case%20Study.pdf"
target="_blank"
rel="noopener noreferrer"
class="project_items--link"
><button class="project_button">Case Study</button></a
>
</div>
<div class="project_items">
<header>
<h2>MyMovies <i class="fa-solid fa-film"></i></h2>
</header>
<p>
This is a client-side of a movie database App called myMovies which
fetches data from its server-side (MyMovies-API).
</p>
<a
href="https://github.com/Mejiabrayan/myMovie-client"
target="_blank"
rel="noopener noreferrer"
><button class="project_button">See Source Code</button></a
>
<a
href="https://raw.githubusercontent.com/Mejiabrayan/myMovies-case-study/main/Case_Study_Mejia_Brayan.pdf"
target="_blank"
rel="noopener noreferrer"
><button class="project_button">Case Study</button></a
>
</div>
<div class="project_items">
<header>
<h2>MeetUp App <i class="fa-solid fa-location-dot"></i></h2>
</header>
<p>
A serverless React Web App using React, following a BDD and TDD
approach. The PWA is designed for online and offline use.
</p>
<a
href="https://github.com/Mejiabrayan/MeetUp-App"
target="_blank"
rel="noopener noreferrer"
><button class="project_button">See Source Code</button></a
>
<a href="#" target="_blank" rel="noopener noreferrer"
><button class="project_button">Case Study</button></a
>
</div>
<div class="project_items">
<header>
<h2>Pokedex App <i class="fa-solid fa-gamepad"></i></h2>
</header>
<p>
Pokedex is a web app that displays Pokemon information using HTML,
CSS, and JavaScript, and retrieves data from an external API.
</p>
<div class="project-image" id="pokedex-image"></div>
<a
href="https://github.com/Mejiabrayan/Pokedex-data"
target="_blank"
rel="noopener noreferrer"
><button class="project_button">See Source Code</button></a
>
</div>
</div>
</div>
<div class="contact-container" id="contact-container">
<h1>Contact <i class="fa-solid fa-address-card"></i></h1>
<div class="contact-grid">
<div class="contact-items">
<h2>Get in touch</h2>
<p>
I'm currently looking for new opportunities, my inbox is always
open.
</p>
<a href="mailto:mejiabrayan@protonmail.com">
<i class="fa-solid fa-envelope"></i>
</a>
<a href="https://www.linkedin.com/in/brayan-mejia" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</div>
<div class="contact-items">
<h2>My Resume</h2>
<p>You can download my Resume here.</p>
<a
href="https://raw.githubusercontent.com/Mejiabrayan/RESUME/main/resume_mejia_brayan_.pdf"
target="_blank"
alt="Link to download Resume in PDF format"
rel="noopener noreferrer"
><button class="project-btn">
Download <i class="fa-solid fa-download"></i></button
></a>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<p>Find me on</p>
<div class="social-media">
<a
href="https://github.com/Mejiabrayan/"
target="_blank"
rel="noopener noreferrer"
>
<img
class="footer-item-git"
src="img/githubRepo.svg"
alt="Github-icon"
/>
</a>
<a
href="https://www.linkedin.com/in/brayan-mejia"
target="_blank"
rel="noopener noreferrer"
>
<img
class="footer-item-linkedin"
src="img/linkedIn.svg"
alt="LinkedIn-icon"
/>
</a>
</div>
</footer>
</body>
</html>