Skip to content

Commit f8e689c

Browse files
committed
combining about and index
1 parent 4c3eda6 commit f8e689c

File tree

4 files changed

+82
-25
lines changed

4 files changed

+82
-25
lines changed

css/about.css

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
html, body {
2-
background: tomato;
3-
}
41
.about {
52
display: flex;
63
align-items: center;
74
justify-content: center;
85
position: relative;
96
overflow: hidden;
7+
background: tomato;
108
}
119

1210
/* entire container, keeps perspective */
@@ -28,8 +26,18 @@ html, body {
2826
position: relative;
2927

3028
}
29+
.flipper h1 {
30+
font-size: 2vw;
31+
letter-spacing: 2px;
32+
}
33+
.flipper h2 {
34+
font-size: 1.5vw;
35+
}
36+
.flipper p {
37+
font-size: 1vw;
38+
}
3139
.flipper img {
32-
max-width: 20%;
40+
max-width: 20%;
3341
}
3442
/* hide back of pane during swap */
3543
.front, .back {
@@ -77,19 +85,6 @@ html, body {
7785
transform: rotateY(180deg);
7886
background: linear-gradient(141deg, linen 0%, floralwhite 51%, ivory 75%);
7987
}
80-
.front h1 {
81-
font-size: 2vw;
82-
letter-spacing: 2px;
83-
}
84-
.front h2 {
85-
font-size: 1.5vw;
86-
}
87-
.front p {
88-
font-size: 1vw;
89-
}
90-
.front img {
91-
max-width: 20%;
92-
}
9388

9489
.backdrop {
9590
display: flex;
@@ -105,6 +100,9 @@ html, body {
105100
float: left;
106101
margin: 0 15px 30px;
107102
padding: 10px 10px 25px;
103+
-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
104+
-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
105+
box-shadow: 0 4px 6px rgba(0,0,0,.3);
108106
}
109107
.backdrop a:nth-child(2n)
110108
{
@@ -147,9 +145,7 @@ html, body {
147145
display: inline;
148146
text-align: center;
149147
text-decoration: none;
150-
-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
151-
-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
152-
box-shadow: 0 4px 6px rgba(0,0,0,.3);
148+
153149
-webkit-transition: all .15s linear;
154150
-moz-transition: all .15s linear;
155151
transition: all .15s linear;

css/grid.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252
}
5353

54-
.about img {
54+
.about-me img {
5555
background-color: orangered;
5656
}
5757

css/hero.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
align-items: center;
44
justify-content: center;
5+
background: darkorange;
56
}
67
.hero h1 {
78
width: 100%;

index.html

Lines changed: 64 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
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>
@@ -35,6 +36,7 @@
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

Comments
 (0)