1212 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1313 <!-- FONT
1414 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
15- < link href ="https://fonts.googleapis.com/css?family=Varela+Round " rel ="stylesheet ">
15+ < link href ="https://fonts.googleapis.com/css?family=Varela+Round|Kalam " rel ="stylesheet ">
1616 <!-- CSS
1717 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
1818 < link rel ="stylesheet " href ="css/main.css ">
1919 < link rel ="stylesheet " href ="css/menu-bar.css ">
2020 < link rel ="stylesheet " href ="css/hero.css ">
2121 < link rel ="stylesheet " href ="css/grid.css ">
22+ < link rel ="stylesheet " href ="css/about.css ">
2223 <!-- Scripts
2324 –––––––––––––––––––––––––––––––––––––––––––––––––– -->
2425 < script src ="js/jquery-3.1.0.min.js "> </ script >
3536 < ul class ="snip1168 ">
3637 < li > < a class ="goto " ref ="#home " data-hover ="home "> home</ a > </ li >
3738 < li > < a class ="goto " ref ="#projects " data-hover ="projects "> projects</ a > </ li >
39+ < li > < a class ="goto " ref ="#about " data-hover ="about "> about</ a > </ li >
3840 < li > < a class ="goto " ref ="#gratitude " data-hover ="gratitude "> gratitude</ a > </ li >
3941 </ ul >
4042 </ nav >
@@ -47,12 +49,12 @@ <h1> meredith hoo </h1>
4749 </ div >
4850 </ section >
4951
50- <!-- Projects Lsndsape Mode ––––––––––––––––––––––––––––––––– -->
52+ <!-- Projects Landsape Mode ––––––––––––––––––––––––––––––––– -->
5153 < div id ="projects ">
5254 < section class ="flex-parent landscape ">
5355 < div class ="menu-space "> </ div >
5456 < div class ="flex-grid-thirds ">
55- < div class ="about ">
57+ < div class ="about-me ">
5658 < a href ="about.html ">
5759 < img src ="assets/black.svg ">
5860 < p > about me</ p >
@@ -93,7 +95,7 @@ <h1> meredith hoo </h1>
9395 < section class ="flex-parent portrait " id ="projects ">
9496 < div class ="menu-space "> </ div >
9597 < div class ="flex-grid-halves ">
96- < div class ="about ">
98+ < div class ="about-me ">
9799 < a href ="about.html ">
98100 < img src ="assets/black.svg ">
99101 < p > about me</ p >
@@ -132,6 +134,64 @@ <h1> meredith hoo </h1>
132134 </ div >
133135 </ section >
134136 </ div >
137+
138+ <!-- About page ––––––––––––––––––––––––––––––– -->
139+ < section class ="about " id ="about ">
140+ < div class ="flip-container " ontouchstart ="this.classList.toggle('hover'); ">
141+ < div class ="flipper ">
142+ < div class ="front ">
143+ < img src ="assets/black.svg "/>
144+ < h1 > MEREDITH HOO</ h1 >
145+ < h2 > Software Engineer</ h2 >
146+ < p > New York, NY</ p >
147+ </ div >
148+ < div class ="back ">
149+ < h1 > MEREDITH HOO</ h1 >
150+ < h2 > New York, NY</ h2 >
151+ < p > 516-492-8916</ p >
152+ < a href ="mailto:meredith.hoo1@gmail.com " target ="_top "> < p > meredith.hoo1@gmail.com</ p > </ a >
153+ </ div >
154+ </ div >
155+ </ div >
156+ < div class ="backdrop ">
157+ < a class ="photo " title ="FLOWER "> < img src ="assets/purchase.jpg " alt ="Cave "/> </ a >
158+ < a class ="photo " title ="ROSES "> < img src ="assets/books.jpg " alt ="Island "/> </ a >
159+
160+ < a class ="photo " title ="BLUE "> < img src ="assets/brkfst.jpg " alt ="Islands Forest "/> </ a >
161+ < a class ="photo " title ="rockport "> < img src ="assets/me5.jpg " alt ="Decking "/> </ a >
162+ < a class ="index-card ">
163+ < h1 > to do's </ h1 >
164+ < p > send letters to my cousins, and old friends</ p >
165+ < p > plan and make thanksgiving dinner </ p >
166+ < p > meditate, exercise, journal, be kind</ p >
167+ < p > study for finals</ p >
168+ < p > practice french for winter break in Canada </ p >
169+ </ a >
170+ < a class ="photo " title ="Mountains "> < img src ="assets/beauty.jpg " alt ="Mountains "/> </ a >
171+ < a class ="photo " title ="choir "> < img src ="assets/choir.jpg " alt ="Lake " title ="Lake " /> </ a >
172+ < a class ="index-card ">
173+ < h1 > Work experience </ h1 >
174+ < p > Future Microsoft Intern (Summer 2017)</ p >
175+ < p > Bloomberg Mortgage Applications Intern (Summer 2016) </ p >
176+ < p > Web Developer at Lehigh University (work study)</ p >
177+ < p > Bloomberg Mobile Development Intern- (Summer 2015) </ p >
178+ < p > Bloomberg Multi-Asset Risk System Intern (HS Senior Year)</ p >
179+ < p > Morgan Stanley Intern (Summer 2014)</ p >
180+ </ a >
181+ < a class ="photo " title ="CRANES IN THE SKY "> < img src ="assets/painting.jpg " alt ="Forest "/> </ a >
182+ < a class ="photo " title ="Stars "> < img src ="assets/stars.jpg " alt ="Coast Valley "/> </ a >
183+ < a class ="photo " title ="SUMMER IN DC "> < img src ="assets/me3.jpg " alt ="Coast Valley "/> </ a >
184+ < a class ="index-card ">
185+ < h1 > Interests </ h1 >
186+ < p > Software enginnering, webdev, web design</ p >
187+ < p > excellent cook, eating (in progress)</ p >
188+ < p > people, thoughtful outspoken</ p >
189+ < p > edtech, human interaction, diversity</ p >
190+ < p > philosophy, meditation, writing </ p >
191+ </ a >
192+
193+ </ div >
194+ </ section >
135195 <!-- End Document ––––––––––––––––––––––––––––––– -->
136196</ body >
137197</ html >
0 commit comments