-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserif.html
40 lines (36 loc) · 1.27 KB
/
serif.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
<!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">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,700|Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/serif.css">
<title>Max Shalom</title>
</head>
<body>
<div>
<h1>Max Shalom</h1>
<p class="os">Student at the Yeshivah of Flatbush</p>
</div>
<br>
<h5>Education</h5>
<h4><b>Yeshivah of Flatbush Joel Braverman High School</b></h4>
<p><u>Expected Graduation</u>: June 2021</p>
<p><u>GPA</u>: 92</p>
<p><u>Relevent Coursework</u>: <br>
Introduction to Coding, AP Computer Science,
Web Design Lunch Course, Regents Algebra, Regents Geometry
</p>
<br>
<h5>Work Experience</h5>
<h4><b>Ultimate Sports Camp, </b>Asbury Park, NJ - <i>Junior Counselor</i></h4>
<small>June 2018 - August 2018</small>
<p>
<ul>
<li>Responsible for the needs of 14 eight-year-olds, including lunch every day</li>
<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>
</ul>
</p>
</body>
</html>