-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
307 lines (284 loc) · 11.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Max Shalom</title>
<meta name="description" content="Hello World, I'm Max Shalom, a developer/student who builds websites, games, and more. I'm always looking for a new thing to learn.">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Max Shalom">
<meta itemprop="description" content="Hello World, I'm Max Shalom, a developer/student who builds websites, games, and more. I'm always looking for a new thing to learn.">
<meta itemprop="image" content="http://maxshalom.me/assets/background.png">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="http://maxshalom.me">
<meta property="og:type" content="website">
<meta property="og:title" content="Max Shalom">
<meta property="og:description" content="Hello World, I'm Max Shalom, a developer/student who builds websites, games, and more. I'm always looking for a new thing to learn.">
<meta property="og:image" content="http://maxshalom.me/assets/background.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Max Shalom">
<meta name="twitter:description" content="Hello World, I'm Max Shalom, a developer/student who builds websites, games, and more. I'm always looking for a new thing to learn.">
<meta name="twitter:image" content="http://maxshalom.me/assets/background.png">
<!--Bulma-->
<link rel="stylesheet" type="text/css" href="css/bulma.min.css" />
<!--Fonts and Icons-->
<link href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:900|Work+Sans:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/icons/favicon-16x16.png">
<link rel="manifest" href="assets/icons/site.webmanifest">
<link rel="mask-icon" href="assets/icons/safari-pinned-tab.svg" color="#036ed9">
<link rel="shortcut icon" href="assets/icons/favicon.ico">
<meta name="msapplication-TileColor" content="#036ed9">
<meta name="msapplication-config" content="assets/icons/browserconfig.xml">
<meta name="theme-color" content="#036ed9">
</head>
<body>
<div class="land">
<nav class="navbar my-nav is-transparent is-fixed-top">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img src="assets/logo.svg" alt="Max Shalom" width="50" height="50">
</a>
<div class="navbar-burger burger" data-target="navbarExampleTransparentExample">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div id="navbarExampleTransparentExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="#">
Home
</a>
<a class="navbar-item" href="about.html">
About
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link" href="projects.html">
Projects
</a>
<div class="navbar-dropdown is-boxed">
<a class="navbar-item" href="#">
Latest
</a>
<a class="navbar-item" href="#">
Featured
</a>
</div>
</div>
<a class="navbar-item" href="contact.html">
Contact
</a>
</div>
</div>
</nav>
<section class="hero is-medium">
<div class="hero-body">
<div align="center" class="container">
<h2 class="intro">
Hello World, I'm
</h2>
<h1 class="my-name">
Max Shalom
</h1>
</div>
</div>
</section>
</div>
<div class="about-quote">
<p>
I'm a developer and student
who builds websites, games,
and more. I'm always
looking for new things to learn.
</p>
</div>
<div class="card-row">
<h2 class="row-title">
Projects
</h2>
<div class="columns">
<div class="column">
<div class="card h-100">
<header class="card-header">
<p class="card-header-title">
<span>Website - </span> <span style="font-weight:400;"> <i> Allura Imports Inc.</i></span>
</p>
</header>
<div class="card-content">
<div class="content">
Currently designing and developing an intuitive website,
being launched later this year,
for Allura Imports Inc., a children’s clothing importer.
The website includes animations, an email newsletter, and
contact form, all developed by myself with popular developer
tools and frameworks.
<br>
<br>
<time class="tag is-light" datetime="2019-10-1">Oct 2019</time>
</div>
</div>
</div>
</div>
</div>
</div>
<div align="center">
<a class="projects-button button is-medium">More Projects →</a>
</div>
<div class="card-row">
<h2 class="row-title">
Experience
</h2>
<div class="columns">
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
<span>ACE Mentorship Program - </span> <span style="font-weight:400;"> <i> Team 21, Intern</i></span>
</p>
</header>
<div class="card-content">
<div class="content">
<ul>
<li>
Learned about the fields of Architecture, Construction, and
Engineering by meeting with leading firms such as
Skanska, JB&B, Thorton Tomasetti, Mueser Rutledge, and Mancini Duffy.
</li>
<li>
Worked with a Mechanical, Electrical, and Engineering (MEP)
firm, JB&B, to design a new building for the Ellis Island
Ferry Terminal in Battery Park from the MEP viewpoint of the project.
</li>
<li>
Worked with Structural Engineering firm, Thornton Thomasetti, to
design a state-of-the-art fitness and recreation center for the students
and residents of Roosevelt Island for Cornell Tech, working the
Structural side of the project.
</li>
</ul>
<br>
<label class="tag is-light">NOV 2017 - MAY 2019</label>
<label class="tag is-light">New York, NY</label>
</div>
</div>
</div>
</div>
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
<span>Ultimate Sports Camp - </span> <span style="font-weight:400;"> <i> Day Camp Counselor, Coach</i></span>
</p>
</header>
<div class="card-content">
<div class="content">
<ul>
<li>
Supervised the daily activities and used problem-solving to
help assist campers’ problems, such as the social,
emotional, and physical well-being of the campers
</li>
<li>
Seasonally worked Sundays as a referee in a roller
hockey league for various aged kids and Fridays as
a Coach for a Little League baseball team
</li>
<li>
<b>Award:</b> Counselor of the Year, 2018
</li>
</ul>
<br>
<label class="tag is-light" datetime="2017-3-1">MAR 2017 - AUG 2018</label>
<label class="tag is-light">Brooklyn, NY</label>
<label class="tag is-light">Asbury Park, NJ</label>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="card-row">
<h2 class="row-title">
Education
</h2>
<div class="columns">
<div class="column">
<div class="card">
<header class="card-header">
<p class="card-header-title">
Yeshivah of Flatbush Joel Braverman High School
</p>
</header>
<div class="card-content">
<div class="content">
<ul>
<li><b>Expected Graduation:</b> June 2021</li>
<li><b>Point Average:</b> 90.4 </li>
<li><b>Relevent Coursework:</b> Introduction to Coding,
AP Computer Science, Web Design,
Regents Algebra (I & II), Regents Geometry</li>
<li><b>Extracurriculars:</b> Robotics Team, Audio/Visual Squadron,
AP Computer Science A/CSP course, Masterpiece Theater Program,
Blumenthal Scholars Program, Drone Club, Architecture Course,
Stock Market Club, Intellectual Property
</li>
</ul>
</div><br>
<time class="tag is-light" datetime="2018-1-1">Jan 2018</time>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="columns content">
<div class="column">
<img src="assets/logo.svg" width="150px" height="150px" align="center">
</div>
<div class="column">
<p><strong>Max Shalom</strong></p>
<p><a href="index.html">Home</a></p>
<p><a href="about.html">About</a></p>
<p><a href="projects.html">Projects</a></p>
</div>
<div class="column">
<p><strong>Drop me a line</strong></p>
<p><a href="mailto:max@maxshalom.com">max@maxshalom.com</a></p>
<p><a href="https://github.com/MaxShalom">GitHub</a></p>
</div>
</div>
</footer>
<div class="source-code">
<br>
<p><a href="https://github.com/MaxShalom/maxshalom.github.io">Website Source Code Available on GitHub</a></p>
<br>
</div>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Get all "navbar-burger" elements
var $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0);
// Check if there are any navbar burgers
if ($navbarBurgers.length > 0) {
// Add a click event on each of them
$navbarBurgers.forEach(function ($el) {
$el.addEventListener('click', function () {
// Get the target from the "data-target" attribute
var target = $el.dataset.target;
var $target = document.getElementById(target);
// Toggle the class on both the "navbar-burger" and the "navbar-menu"
$el.classList.toggle('is-active');
$target.classList.toggle('is-active');
});
});
}
});
</script>
</body>
</html>