|
12 | 12 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
13 | 13 | <!-- FONT |
14 | 14 | ββββββββββββββββββββββββββββββββββββββββββββββββββ --> |
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 | + |
16 | 18 | <!-- CSS |
17 | 19 | ββββββββββββββββββββββββββββββββββββββββββββββββββ --> |
18 | 20 | <link rel="stylesheet" href="css/main.css"> |
|
40 | 42 |
|
41 | 43 | <!-- Landing page βββββββββββββββββββββββββββββββ --> |
42 | 44 | <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> |
53 | 59 | </div> |
54 | 60 | </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 | + |
65 | 100 | </div> |
66 | 101 | </section> |
67 | 102 | <!-- End Document βββββββββββββββββββββββββββββββ --> |
|
0 commit comments