-
Notifications
You must be signed in to change notification settings - Fork 0
/
web-development.html
255 lines (232 loc) · 13.3 KB
/
web-development.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166090330-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-166090330-1');
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js" type="text/javascript"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Atelier Even | Web Development Portfolio</title>
<meta name="description" content="Web Development Portfolio by Orly Even">
<meta property=”og:title” content="Atelier Even | Web Development Portfolio"/>
<meta property=”og:type” content=”website” />
<meta property=”og:description” content="Web Development Portfolio by Orly Even"/>
<link rel="icon" type="image/png" href="img/favicon_io/android-chrome-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon_io/apple-touch-icon.png">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<nav class="navbar" id="navbar"></nav>
<div class="section-container pagetitle1">
<div class="logo-in-title"><a href="/"> <img src="img/logo.png" alt="logo"></a></div>
<div class="title"><img src="img/Web_Development.png" alt="Web Development"></div>
</div>
<div class="headline py-1"><i>Web Design & Development Projects</i>
</div>
<div class="headline">
<a href="https://www.linkedin.com/in/orly-even/" target="_blank" aria-label="linkedin" class="tooltip">
<span class="tooltiptext">view Linkedin profile</span>
<img src="img/linkedin.png" alt="View Linkedin Profile" /><a
href="https://www.flaticon.com/free-icons/linkedin" title="linkedin icons"></a></img>
</a>
<a href="https://github.com/ateliereven" target="_blank" aria-label="Github" class="tooltip">
<img src="img/iconmonstr-github-1.svg" alt="View on Github" />
<span class="tooltiptext">view Github profile</span>
</a>
<a href="mailto:[email protected]" target="_blank" aria-label="email" class="tooltip">
<span class="tooltiptext">contact</span>
<img src="img/mail.png" alt="email" /><a href="https://www.flaticon.com/free-icons/mail"
title="mail icons"></a></img>
</a>
</div>
<div class="about" style="margin-bottom: 0;">
<div class="section-text"><b>Agenda:</b></div>
<div class="section-text mb-2">I'm currently shifting to
a software-development role, following a substantial career as an architect and lecturer. All self-taught
(she-codes; and Udemy courses), I've acquired
hands-on
experience in frontend and full-stack development of web apps, focusing on MERN stack.</div>
<div class="section-text"><b>Skills:</b></div>
<div class="section-container">
<p class="skills">JavaScript</p>
<p class="skills">ES6+</p>
<p class="skills">HTML5</p>
<p class="skills">CSS3</p>
<p class="skills">React</p>
<p class="skills">Redux</p>
<p class="skills">Node.js</p>
<p class="skills">Express</p>
<p class="skills">MongoDB</p>
<p class="skills">jQuery</p>
<p class="skills">Sass</p>
<p class="skills">Bootstrap</p>
<p class="skills">Meterial-UI</p>
<p class="skills">Git</p>
</div>
<div class="section-text"><b>Projects:</b></div>
</div>
<div id="web-sections" class="section-container">
<section>
<div class="section-container">
<div class="card">
<div class="section">
<a class="headcolumn" href="web-development_MySender.html">
<div class="imagethumb1 fade-in-image mb-1"
style="background-image:url(img/Web_Development/mysender/flat-devices-mockup-original.png);">
</div>
MYSENDER APP
</a>
<div class="section-text">A RESTful web app that allows business users to send feedback-surveys,
featuring
OAuth, payments (Stripe) and emailing (SendGrid). Frontend written in React, using React-router, Redux,
Redux-form.
Backend
written in JS, hosted in Node.js and Express, data managed with MongoDB.</div>
</div>
<div class="github py-1">
<a class="ml-1 tooltip" href="https://github.com/ateliereven/my-sender" target="_blank">
<span class="tooltiptext">view on Github</span>
<img src="img/iconmonstr-github-1.svg" alt="View on Github" />
</a>
<a href="https://my-sender.herokuapp.com/" target="_blank" class="tooltip">
<span class="tooltiptext">view deployment</span>
<img src="img/project-launch.png" alt="View Deployment" width="25px"><a
href="https://www.flaticon.com/free-icons/portal" title="portal icons"></a></img>
</a>
</div>
</div>
<div class="card">
<div class="section">
<a class="headcolumn" href="https://weather-forecast-widget.herokuapp.com/" target="_blank">
<div class="imagethumb1 fade-in-image mb-1"
style="background-image:url(img/Web_Development/weather.jpg);">
</div>
WEATHER WIDGET ACTIVITY APP
</a>
<div class="section-text">A responsive web app for weather forecasts by location. Search results
return the current forecast and
recommended outdoor activities. Front-end written in HTML, CSS & JavaScript (ES6+, jQuery).
An
express
server running on Node.js handles
HTTP requests to an api.</div>
</div>
<div class="github py-1">
<a class="ml-1 tooltip" href="https://github.com/ateliereven/Weather-Widget-Activity-App"
target="_blank">
<span class="tooltiptext">view on Github</span>
<img src="img/iconmonstr-github-1.svg" alt="View on Github" />
</a>
<a href="https://weather-forecast-widget.herokuapp.com/" target="_blank" class="tooltip">
<span class="tooltiptext">view deployment</span>
<img src="img/project-launch.png" alt="View Deployment" width="25px"><a
href="https://www.flaticon.com/free-icons/portal" title="portal icons"></a></img>
</a>
</div>
</div>
<div class="section"></div>
</div>
</section>
<section>
<div class="about">
<div class="section-text"><b>Snippets:</b></div>
</div>
<div class="section-container">
<div class="card">
<div class="section">
<a class="headcolumn" href="https://ateliereven.github.io/Card-Game/" target="_blank">
<div class="imagethumb1 fade-in-image mb-1"
style="background-image:url(img/Web_Development/card-game.png);">
</div>
CARD GAME
</a>
<div class="section-text">Interactive memory card game, frontend written in HTML, CSS and
vanilla
JavaScript.
JavaScript is used to shuffle cards and place them on the game board. Cards are flipped
using
CSS3
transforms and transitions.</div>
</div>
<div class="github py-1">
<a class="ml-1 tooltip" href="https://github.com/ateliereven/Card-Game" target="_blank">
<span class="tooltiptext">view on Github</span>
<img src="img/iconmonstr-github-1.svg" alt="View on Github" />
</a>
<a href="https://ateliereven.github.io/Card-Game/" target="_blank" class="tooltip">
<span class="tooltiptext">view deployment</span>
<img src="img/project-launch.png" alt="View Deployment" width="25px"><a
href="https://www.flaticon.com/free-icons/portal" title="portal icons"></a></img>
</a>
</div>
</div>
<div class="card">
<div class="section">
<a class="headcolumn" href="https://users-library-by-oe.herokuapp.com/" target="_blank">
<div class="imagethumb1 fade-in-image mb-1"
style="background-image:url(img/Web_Development/users-library.jpg);">
</div>
THE USERS LIBRARY
</a>
<div class="section-text">A simple user library app built with React and Material UI,
implementing CRUD operations. Data is provided via an Ajax
request to an api and saved to local storage, state is managed by Redux.
</div>
</div>
<div class="github py-1">
<a class="ml-1 tooltip" href="https://github.com/ateliereven/users-library" target="_blank">
<span class="tooltiptext">view on Github</span>
<img src="img/iconmonstr-github-1.svg" alt="View on Github" />
</a>
<a href="https://users-library-by-oe.herokuapp.com/" target="_blank" class="tooltip">
<span class="tooltiptext">view deployment</span>
<img src="img/project-launch.png" alt="View Deployment" width="25px"><a
href="https://www.flaticon.com/free-icons/portal" title="portal icons"></a></img>
</a>
</div>
</div>
<div class="card">
<div class="section">
<a class="headcolumn" href="https://ateliereven.github.io/international-trading-app/"
target="_blank">
<div class="imagethumb1 fade-in-image mb-1"
style="background-image:url(img/Web_Development/trade-app.png);">
</div>
TRADING APP
</a>
<div class="section-text">A single-page web application displaying latest trade rates and
chart
metal
rates,
fetching
data with api calls. Frontend written in React, using routing, React-Boostrap and
React-chart.js.
</div>
</div>
<div class="github py-1">
<a class="ml-1 tooltip" href="https://github.com/ateliereven/international-trading-app" target="_blank">
<span class="tooltiptext">view on Github</span>
<img src="img/iconmonstr-github-1.svg" alt="View on Github" />
</a>
<a href="https://ateliereven.github.io/international-trading-app/" target="_blank" class="tooltip">
<span class="tooltiptext">view deployment</span>
<img src="img/project-launch.png" alt="View Deployment" width="25px"><a
href="https://www.flaticon.com/free-icons/portal" title="portal icons"></a></img>
</a>
</div>
</div>
<div class="section"></div>
</div>
</section>
</div>
</div>
<footer class="footer" id="footer"></footer>
<script src="js/pages.js"></script>
</body>
</html>