-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
150 lines (130 loc) · 5.26 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="Nancy Hawa, developer, ruby">
<meta name="description" content="The personal website of Nancy Hawa, budding web developer.">
<title>Nancy Hawa - Résumé</title>
<!-- <link rel="stylesheet" href="css/normalize.css"> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div>
<header>
<div id="top_border">
</div>
<div id="green_border" class="clearfix">
<div id="nancy_hawa">
<div id="site_title" class = "clearfix">
<h1>NANCY HAWA</h1>
</div>
</div>
</div>
<div id="divider">
</div>
<div id ="nav_bar" class="clearfix">
<nav>
<div id = "navwrapper">
<div class="navlink">
<a href="index.html" class="nav_link">Résumé</a>
</div>
<div class="navlink">
<a href="projects.html" class="nav_link">Projects</a>
</div>
<div class="navlink">
<a href="blog.html" class="nav_link">Blog</a>
</div>
<div class="navlink">
<a href="contact.html" class="nav_link">Contact</a>
</div>
</div>
</nav>
<div>
</header>
<div class="content clearfix">
<section class="sidebar">
<!--<div id="sidebar_header">
<h2> Find me on the webs: </h2>
</div> -->
<div class="sidebar_content">
<div class="sidebar_link">
<a href="https://github.com/nancyhawa" target="_blank">
<img class="sidebar_image" src="images/github_logo.png">
</a>
</div>
<div class="sidebar_link">
<a href="https://www.linkedin.com/pub/nancy-hawa/22/408/69" target="_blank">
<img class="sidebar_image" src="images/linked_in_logo.png">
</a>
</div>
<div class="sidebar_link">
<a href="http://nancyhawa.tumblr.com/" target="_blank">
<img class="sidebar_image" src="images/tumblr_logo.png">
</a>
</div>
<div class="sidebar_link">
<a href="https://twitter.com/nancy_hawa" target="_blank">
<img class="sidebar_image" src="images/twitter_logo.png">
</a>
</div>
</div>
<div id = "about_me">
<h2>Welcome!</h2>
<p>Welcome to my personal website (still a work in progress). I am eagerly honing my web development skills, starting with HTML, CSS, and Ruby. This website is a showcase of what I've been working on. </p>
<p>When I'm not writing code, I like to travel, hike, and cycle. I'm a voracious reader.</p>
</div>
</section>
<section id="resume_wrapper">
<div class="resume clearfix">
<object data="images/website_resume_2015.pdf" type="application/pdf" width="100%" height="100%">
<p>It appears you don't have a PDF plugin for this browser.
No biggie... you can <a href="myfile.pdf">click here to
download the PDF file.</a></p>
</object>
<!-- <h1>Education</h1>
<p><b>The Flatiron School</b>, New York, NY
<br>Web Development Tract, 2015</p>
<p class ="text_indent">Twelve week intensive course training students to develop across the full stack, including Ruby on Rails, JavaScript, HTML5, CSS, Git, SQL, and APIs.
</p>
<p><b>Amherst College</b>, Amherst, MA
<br>B.A. in Psychology
<p class="indent">Activities:</p>
<ul class="education_list">
<li class=>Parliamentary Debate Society, Vice President, Tournament Director</li>
<li class=>Amherst College Democrats, Vice President</li>
<li class=>Books for Boys Fundraising Committee, Chair</li>
</ul>
</p>
<h1>Experience</h1>
<table>
<tr>
<td> September 2008 - June 2015</td>
<td>Kingsborough Early College Secondary School
<br>New York City Department of Education
<br>Special Education Teacher
<ul>
<li>Taught special education to all grades (6-12) in all content areas (English, History, Math, and Science) over the course of six years.</li>
<li>Planned group outings for 80-100 students and teachers, coordinating and negotiating discounts with outside vendors, creating schedules for and communicating with staff so that events could progress perfectly even in my absence</li>
<li>Planned 2-4 day overnight trips for as many as 30 participants, arranging transportation, housing, and meals</li>
<li>Created original common-core aligned curricula that allowed multiple points of entry and resulted in improved reading levels and test scores</li>
<li>Managed school-wide initiative to develop and implement a new discipline policy, communicating and negotiating between administration and staff to develop solutions that addressed the concerns of all parties while remaining cost effective.</li>
<li>Rated highly effective on both Danielson Rubric based MOTP and data based measures of student growth.</li>
<li>Named 'Teacher of the Year' in 2012.</li>
</ul>
</tr>
</table> -->
</div>
<!-- <div class="resume_gradient clearfix">
</div> -->
</section>
</div> <!--Content - To Separate Footer -->
<footer>
<!-- <div id="footerimage">
<img id="footer_image" src="images/header_image.jpg">
</div> -->
<div class = "copyright">
<p> © Nancy Hawa, 2015</p>
</div>
</footer>
</body>
</html>