-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
235 lines (209 loc) · 8.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="./images/favicon.png" />
<title>
Maor Azoulay | Full-Stack Developer
</title>
<meta name="description" content="Mid-level Full-Stack Developer based in Miami, FL">
<!-- Add some coding keywords below, Ex: (React, CSS etc) -->
<meta name="keywords" content="Maor Azoulay, Full-Stack NextJs React NextAuthJs HTML CSS TailwindCSS" />
<link rel="stylesheet" href="index.css" />
</head>
<body>
<!-- ***** Header ***** -->
<header class="header" role="banner" id="top">
<div class="row">
<nav class="nav" role="navigation">
<ul class="nav__items">
<li class="nav__item"><a href="#work" class="nav__link">Work</a></li>
<!-- <li class="nav__item"><a href="#clients" class="nav__link">Clients</a></li> -->
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="header__text-box row">
<div class="header__text">
<h1 class="heading-primary">
<span>Maor Azoulay</span>
</h1>
<p>Mid-level Full-Stack Developer based in Miami, FL
</p>
<a href="#contact" class="btn btn--pink">Get in touch</a>
</div>
</div>
</header>
<main role="main">
<!-- ***** Work ***** -->
<section class="work" id="work">
<div class="row">
<h2>My Work</h2>
<div class="work__boxes">
<div class="work__box">
<div class="work__text">
<h3>HomeView</h3>
<p>The website that lets you track your precious Real-Estate assets in a simple yet beautiful portfolio.
Go ahead and add your dream home. Fake it until you make it.</p>
<ul class="work__list">
<li>Next.js</li>
<li>NextAuth.js</li>
<li>React</li>
<li>MongoDB</li>
<li>Node</li>
<li>TailwindCSS</li>
<li>AWS S3</li>
</ul>
<div class="work__links">
<a href="https://homeview.vercel.app" target="_blank" class="link__text">
Visit Site <span>→</span>
</a>
<a href="https://github.com/maorazoulay/homeview-real-estate-portfolio" title="View Source Code"
target="_blank">
<img src="./images/github.svg" class="work__code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/homeview.jpg" class="work__image" alt="Project 1" />
</div>
</div>
<div class="work__box">
<div class="work__text">
<h3>Quizzical Trivia App</h3>
<p>
Quizzical is a simple quiz app that pulls questions from The Open Trivia API
and gives you the correct answers and a score. Give it a go, smartypants.
</p>
<ul class="work__list">
<li>React</li>
<li>Node</li>
<li>API</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<div class="work__links">
<a href="https://trivia-quizzical-react-app.netlify.app" target="_blank" class="link__text">
Visit Site <span>→</span>
</a>
<a href="https://github.com/maorazoulay/trivia-app" target="_blank">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/quiz.jpg" class="work__image" alt="Project 3" />
</div>
</div>
<div class="work__box">
<div class="work__text">
<h3>Password Generator</h3>
<p>
An app that generates random passwords based on a few user inputs, e.g. length, types of characters,
etc. Built with HTML, CSS, and vanilla JavaScript. Go Ahead and grab one, stop being sloppy.
</p>
<ul class="work__list">
<li>Node</li>
<li>JavaScript</li>
<li>HTML</li>
<li>CSS</li>
</ul>
<div class="work__links">
<a href="https://password-generator-all-chars.netlify.app" target="_blank" class="link__text">
Visit Site <span>→</span>
</a>
<a href="https://github.com/maorazoulay/password-generator-website" target="_blank">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/password.jpg" class="work__image" alt="Project 1" />
</div>
</div>
</div>
</div>
</section>
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="row">
<h2>About Me</h2>
<div class="about__content">
<div class="about__text">
I am a Mid-level Full-Stack developer with bachelor's in Computer Science and 4+ years of experience.
I love building apps that solve real-world problems, and that are clean and easy to use.
<p>I have extensive experience in the Backend as well experience with
modern frontend technologies such as Next Js, React JS, Node JS and Tailwind CSS.</p>
<a href="https://docs.google.com/document/d/1qRwyMb5zuN-IQRkkWXBfEQqS7Bjfr2ppW3i3-dc8eNo/edit?usp=sharing" target="_blank" class="btn">My Resume</a>
</div>
<div class="about__photo-container">
<img class="about__photo" src="./images/Maor.jpg" alt="" />
</div>
</div>
</div>
</section>
</main>
<!-- ***** Contact ***** -->
<section class="contact" id="contact">
<div class="row">
<h2>Get in Touch</h2>
<div class="contact__info">
<p>
Are you looking for a lifelong learner that is extremely coachable and is a self-starter that also has the experience of a Mid-level but the hunger of a Junior?
Then what are you waiting for? smash that email button and let's see if it's a match.
</p>
<!-- Replace the email with yours -->
<a href="mailto:[email protected]" target="_blank" class="btn">[email protected]</a>
</div>
</div>
</section>
<!-- ***** Footer ***** -->
<footer role="contentinfo" class="footer">
<div class="row">
<!-- Update the links to point to your accounts -->
<ul class="footer__social-links">
<li class="footer__social-link-item">
<a href="https://twitter.com/maor_azoulay" target="_blank" title="Link to Twitter Profile">
<img src="./images/twitter.svg" class="footer__social-image" alt="Twitter">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://github.com/maorazoulay" target="_blank" title="Link to Github Profile">
<img src="./images/github.svg" class="footer__social-image" alt="Github">
</a>
</li>
<!-- <li class="footer__social-link-item">
<a href="" title="Link to Codepen Profile" target="_blank">
<img src="./images/codepen.svg" class="footer__social-image" alt="Codepen">
</a>
</li> -->
<li class="footer__social-link-item">
<a href="https://www.linkedin.com/in/maorazoulay/" target="_blank" title="Link to Linkedin Profile">
<img src="./images/linkedin.svg" class="footer__social-image" alt="Linkedin">
</a>
</li>
</ul>
<p>
© 2020 - Template designed & developed by <a href="https://nisar.dev" class="link">Nisar</a>.
</p>
<div class="footer__github-buttons">
<iframe
src="https://ghbtns.com/github-btn.html?user=nisarhassan12&repo=portfolio-template&type=watch&count=true"
frameborder="0" scrolling="0" width="170" height="20" title="Watch Portfolio Template on GitHub">
</iframe>
</div>
</div>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="./images/arrow-up.svg" alt="Back to Top" class="back-to-top__image" />
</a>
<script type="module" src="./index.js"></script>
</body>
</html>