-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
359 lines (328 loc) · 18.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS -->
<link rel="stylesheet" href="./styling/css/style.css">
<!-- GoogleFonts -->
<link href="https://fonts.googleapis.com/css?family=DM+Sans|Montserrat|Poiret+One|Source+Code+Pro|Bad+Script&display=swap"
rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/M-4.png">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<title>Marine Mekhakyan</title>
</head>
<body>
<div class="side-nav">
<div class="side-nav--items">
<img class="side-nav--items--item" id="logo" src="./assets/M-4.png" style="width: 4.5rem;" onclick="goHome()"/>
<div class="side-nav--items--item" id="email">
<a href="mailto:[email protected]"><i class="fas fa-at"></i></a>
</div>
<div class="side-nav--items--item">
<a href="https://www.linkedin.com/in/marine-mekhakyan/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</div>
<div class="side-nav--items--item">
<a href="https://github.com/marinemekhakyan" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
<!-- CONTACT ICONS -->
<div class="top-layer">
<header class="header">
<div class="row">
<!-- HEADER COL 1 -->
<div class="col-1-of-2">
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">
Hi
</span>
<span class="heading-primary--sub-1">
I'm Marine
</span>
<span class="heading-primary--sub-2">
Front-End Developer Designer
</span>
</h1>
</div>
</div>
<!-- HEADER COL 2 -->
<div class="col-1-of-2">
<div class="header__right-menu">
<!-- <img src="./assets/pointer.gif" alt="" class="skills-blinker"> -->
<div class="header__right-menu--items">
<img src="./assets/code.png" class="header__right-menu--skills-icon">
<h1 class="heading-primary--sub-2">SKILLS</h1>
<hr>
<!-- TECH LOGOS -->
<div class="composition">
<img src="./assets/html.png" alt="Photo 1"
class="composition__photo composition__photo--p1">
<img src="./assets/css.png" alt="Photo 2"
class="composition__photo composition__photo--p2">
<img src="./assets/js.png" alt="Photo 3"
class="composition__photo composition__photo--p3">
<img src="./assets/sass.png" alt="Photo 3"
class="composition__photo composition__photo--p4">
<img src="./assets/react.png" alt="Photo 3"
class="composition__photo composition__photo--p5">
<img src="./assets/node.png" alt="Photo 3"
class="composition__photo composition__photo--p6">
</div>
<hr>
<!-- BUTTONS -->
<a href="mailto:[email protected]" class="btn btn--white btn--animated">Contact me</a>
</div>
</div>
</div>
</div>
</header>
<!-- WORK -->
<section class="section__work">
<span class="heading-primary--sub-1" style="text-align: center;">
PROJECTS
</span>
<div class="row">
<!-- CARD 0 -->
<div class="col-1-of-4">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--0">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
Food Oasis
</span>
</h4>
<div class="card__details">
<p class="card__details--description">
Food Oasis is built to provide information about food pantries and meal programs to food seekers in Los Angeles County. It is a project of Hack for LA, which, in turn, is a brigade of Code for America.
</p>
</div>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-html5"></i> <i class="fab fa-css3-alt"></i>
<i class="fab fa-react"></i> <i class="fas fa-database"></i> <i class="fab fa-node"></i> <i class="fab fa-aws"></i>
</span>
<div class="card__gif">
<a href="https://foodoasis.la/" class="btn btn--white btn--animated" id="project-btn">See Project</a>
<a href="https://github.com/hackforla/food-oasis" class="btn btn--white btn--animated" id="project-btn">See github</a>
</div>
</div>
</div>
</div>
</div>
<!-- CARD 1 -->
<div class="col-1-of-4">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--1">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
HELPFULL
</span>
</h4>
<div class="card__details--helpfull">
<p class="card__details--description">
Businesses can now help communities affected by natural disasters! Helpfull registers
the business in its database and displays available free services upon submitting the
area zip code. Made by 4 bootcamp students with 💚
</p>
</div>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-html5"></i> <i class="fab fa-css3-alt"></i> <i class="fab fa-js"></i> <i class="fas fa-database"></i> <i class="fab fa-node"></i> <i class="fab fa-bootstrap"></i></span>
<div class="card__gif">
<a href="https://mkdr-project2.herokuapp.com/" class="btn btn--white btn--animated" id="project-btn">See Project</a>
<a href="https://github.com/marinemekhakyan/GroupProject2" class="btn btn--white btn--animated" id="project-btn">See github</a>
</div>
</div>
</div>
</div>
</div>
<!-- CARD 2 -->
<div class="col-1-of-4">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--2">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
Tisktask
</span>
</h4>
<div class="card__details">
<p class="card__details--description">
Request management app for Landlords and Tenants. Each user has access to an individual
dashboard showing the request status. Built with unique UI in mind. Though unfinished,
TiskTask ended up looking exactly as planned.
</p>
</div>
</div>
<div class="card__side card__side--back card__side--back-2">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-html5"></i> <i class="fab fa-css3-alt"></i> <i class="fab fa-js"></i> <i class="fab fa-react"></i> <i class="fas fa-database"></i> <i class="fab fa-node"></i> </span>
<div class="card__gif">
<a href="https://tisktask.herokuapp.com/" class="btn btn--white btn--animated" id="project-btn">See Project</a>
<a href="https://github.com/marinemekhakyan/tisktask" class="btn btn--white btn--animated" id="project-btn">See github</a>
</div>
</div>
</div>
</div>
</div>
<!-- CARD 3 -->
<div class="col-1-of-4">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--3">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
Memory game
</span>
</h4>
<div class="card__details--description">
Thematic take on a click based memory game. The app keeps a score of correct answers and the
highest score per session. It was fun playing with Math methods and implementing React into
an app for the first time.
</div>
</div>
<div class="card__side card__side--back card__side--back-3">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-html5"></i> <i class="fab fa-css3-alt"></i> <i class="fab fa-js"></i> <i class="fab fa-react"></i> </span>
<div class="card__gif">
<a href="https://marinemekhakyan.github.io/react-on-click/" class="btn btn--white btn--animated" id="project-btn">See Project</a>
<a href="https://github.com/marinemekhakyan/react-on-click" class="btn btn--white btn--animated" id="project-btn">See github</a>
</div>
</div>
</div>
</div>
</div>
<!-- CARD 4 -->
<!-- <div class="col-1-of-4">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--4">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
Doable
</span>
</h4>
<div class="card__details--description">
Post-bootcamp mini solo project / one of those to-do apps. Built with positive motivation as
the app name suggests. All tasks are doable! Built with pure, vanilla Javascript, Local
Storage and Materialize library.
</div>
</div>
<div class="card__side card__side--back card__side--back-4">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-html5"></i> <i class="fab fa-css3-alt"></i> <i class="fab fa-js"></i> </i> </span>
<div class="card__gif">
<a href="https://marinemekhakyan.github.io/doable/" class="btn btn--white" id="project-btn">See Project</a>
<a href="https://github.com/marinemekhakyan/doable" class="btn btn--white" id="project-btn">See github</a>
</div>
</div>
</div>
</div>
</div> -->
</div>
<div class="row">
<!-- CARD 5 -->
<div class="col-1-of-2">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--5">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
Security Pro USA
</span>
</h4>
<div class="card__details">
<p class="card__details--description">
Security Pro USA is an ecommerce store specializing in military and public safety equipment and security solutions. Working on this website has been a part of my full-time job and I have had a chance to work on adding new functionalities, as well as maintaining and updating the web content on Shopify.
</p>
</div>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-shopify"></i>
</span>
<div class="card__gif">
<a href="https://www.securityprousa.com/" class="btn btn--white btn--animated" id="project-btn">See Website</a>
<!-- <a href="https://github.com/hackforla/food-oasis" class="btn btn--white btn--animated" id="project-btn">See github</a> -->
</div>
</div>
</div>
</div>
</div>
<!-- CARD 6 -->
<div class="col-1-of-2">
<div class="card">
<div class="card__side card__side--font">
<div class="card__picture card__picture--6">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">
California Tactical Academy
</span>
</h4>
<div class="card__details--helpfull">
<p class="card__details--description">
CTA is an outdoor training area for recreational shooting sports and self-defense in Piru, CA. The range website is built on Wordpress and uses Woocommerce to manage online sales. As part of my full-time job, I have worked on building several of the website's pages, adding and updating the content, as well as managing plugins and adding new functionalities.
</p>
</div>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__cta">
<span class="card__cta--technologies"><i class="fab fa-wordpress"></i></span>
<div class="card__gif">
<a href="https://ctala.com/" class="btn btn--white btn--animated" id="project-btn">See Website</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT -->
<section class="section-about">
<div class="row">
<div class="about">
<figure class="about__shape">
<img src="./assets/marine-1.JPG" alt="marine" class="about__img">
</figure>
<div class="about__text">
<h3 class="heading-primary--sub-1" style="margin: 1rem 0;">ABOUT ME</h3>
<p class="about__text--p">
Hi! I’m Marine Mekhakyan. Based in LA and made in the vibrant city of Yerevan 🔆 I’ll keep this part brief and just say, I enjoy what I do as a front-end developer and how it translates in my work. My favorite part in creating websites and web apps is understanding the project’s purpose and designing with specific audience in mind. It helps create a visual that speaks to the user and provides a simple and memorable experience. <br>
Being multilingual has its impact on how I see the world. While many of my ideas come from random encounters and colors, it’s always eye-opening to meet people from different cultural backgrounds and hear their ideas and perspectives. This helps develop a better understanding of how our minds work and how to use our creative potential positively. Being able to bring these ideas to life through code is amazing!
<br>
I’m always excited to take on new projects, so feel free to get in touch!
</p>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<section class="section__footer">
<span><i class="fas fa-map-pin" id="footer-icon"></i> <span id="footer-text">Los Angeles, CA</span></span>
<span><i class="fas fa-at" id="footer-icon"></i><a href="mailto:[email protected]"><span id="footer-text"> [email protected]</span></a></span>
</section>
</div>
<script src="app.js"></script>
</body>
</html>