Skip to content

Commit 095e0f4

Browse files
committed
about page editing
1 parent 252cda8 commit 095e0f4

20 files changed

+183
-86
lines changed

β€Žabout.htmlβ€Ž

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
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" rel="stylesheet"-->
16+
<link href="https://fonts.googleapis.com/css?family=Varela+Round|Kalam" rel="stylesheet">
17+
1618
<!-- CSS
1719
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
1820
<link rel="stylesheet" href="css/main.css">
@@ -40,28 +42,61 @@
4042

4143
<!-- Landing page ––––––––––––––––––––––––––––––– -->
4244
<section class="about">
43-
<div class="biz-card">
44-
<div class="logo">
45-
<img src="assets/black.svg"/>
46-
<h1>Meredith Hoo</h1>
47-
</div>
48-
<div class="contact">
49-
<h2>Software Engineer</h2>
50-
<p>New York, NY</p>
51-
<p>c: 516-492-8916</p>
52-
<p>e: me@merhoo.me</p>
45+
<div class="flip-container" ontouchstart="this.classList.toggle('hover');">
46+
<div class="flipper">
47+
<div class="front">
48+
<img src="assets/black.svg"/>
49+
<h1>MEREDITH HOO</h1>
50+
<h2>Software Engineer</h2>
51+
<p>New York, NY</p>
52+
</div>
53+
<div class="back">
54+
<img src="assets/black.svg"/>
55+
<h1>MEREDITH HOO</h1>
56+
<h2>Software Engineer</h2>
57+
<p>New York, NY</p>
58+
</div>
5359
</div>
5460
</div>
55-
<div class="polaroid-images">
56-
<a href="" title="FLOWER"><img src="assets/print1.jpg" alt="Cave" title="Cave" /></a>
57-
<a href="" title="ROSES"><img src="assets/print2.jpg" alt="Island" title="Island" /></a>
58-
<a href="" title="BLUE"><img src="assets/print3.jpg" alt="Islands Forest" title="Islands Forest" /></a>
59-
<a href="" title="CRAZE"><img src="assets/print4.jpg" alt="Decking" title="Decking" /></a>
60-
<a href="" title="FEMINE"><img src="assets/print5.jpg" alt="Lake" title="Lake" /></a>
61-
<a href="" title="Mountains"><img src="assets/print6.jpg" alt="Mountains" title="Mountains" /></a>
62-
<a href="" title="CRANES IN THE SKY"><img src="assets/print7.jpg" alt="Forest" title="Forest" /></a>
63-
<a href="" title="Coast Valley"><img src="assets/print2.png" alt="Coast Valley" title="Coast Valley" /></a>
64-
<a href="" title="SUMMER IN DC"><img src="assets/me3.jpg" alt="Coast Valley" title="Coast Valley" /></a>
61+
<div class="backdrop">
62+
<a class="photo" title="FLOWER"><img src="assets/purchase.jpg" alt="Cave"/></a>
63+
<a class="photo" title="ROSES"><img src="assets/books.jpg" alt="Island"/></a>
64+
65+
<a class="photo" title="BLUE"><img src="assets/brkfst.jpg" alt="Islands Forest"/></a>
66+
<a class="photo" title="rockport"><img src="assets/me5.jpg" alt="Decking"/></a>
67+
<a class="index-card">
68+
<h1> NEW YORK </h1>
69+
<p> New York City comprises 5 boroughs sitting</p>
70+
<p> meets the Atlantic Ocean. At its core is </p>
71+
<p> populated borough that’s among the world’s</p>
72+
<p> financial and cultural centers. Its iconic</p>
73+
<p> such as the Empire State Building and </p>
74+
<p> Broadway theater is staged in</p>
75+
</a>
76+
<a class="photo" title="choir"><img src="assets/choir.jpg" alt="Lake" title="Lake" /></a>
77+
<a class="photo" title="Mountains"><img src="assets/beauty.jpg" alt="Mountains"/></a>
78+
<a class="index-card">
79+
<h1> NEW YORK </h1>
80+
<p> New York City comprises 5 boroughs sitting</p>
81+
<p> meets the Atlantic Ocean. At its core is </p>
82+
<p> populated borough that’s among the world’s</p>
83+
<p> financial and cultural centers. Its iconic</p>
84+
<p> such as the Empire State Building and </p>
85+
<p> Broadway theater is staged in</p>
86+
</a>
87+
<a class="photo" title="CRANES IN THE SKY"><img src="assets/painting.jpg" alt="Forest"/></a>
88+
<a class="photo" title="Stars"><img src="assets/stars.jpg" alt="Coast Valley"/></a>
89+
<a class="photo" title="SUMMER IN DC"><img src="assets/me3.jpg" alt="Coast Valley"/></a>
90+
<a class="index-card">
91+
<h1> NEW YORK </h1>
92+
<p> New York City comprises 5 boroughs sitting</p>
93+
<p> meets the Atlantic Ocean. At its core is </p>
94+
<p> populated borough that’s among the world’s</p>
95+
<p> financial and cultural centers. Its iconic</p>
96+
<p> such as the Empire State Building and </p>
97+
<p> Broadway theater is staged in</p>
98+
</a>
99+
65100
</div>
66101
</section>
67102
<!-- End Document ––––––––––––––––––––––––––––––– -->

β€Žassets/beauty.jpgβ€Ž

89.3 KB
Loading

β€Žassets/brkfst.jpgβ€Ž

200 KB
Loading

β€Žassets/choir.jpgβ€Ž

120 KB
Loading

β€Žassets/painting.jpgβ€Ž

305 KB
Loading

β€Žassets/print1.jpgβ€Ž

-116 KB
Binary file not shown.

β€Žassets/print2.jpgβ€Ž

-83.3 KB
Binary file not shown.

β€Žassets/print2.pngβ€Ž

-377 KB
Binary file not shown.

β€Žassets/print3.jpgβ€Ž

-115 KB
Binary file not shown.

β€Žassets/print3.pngβ€Ž

-364 KB
Binary file not shown.

0 commit comments

Comments
Β (0)