|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <!-- Basic Page Information |
| 5 | + –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
| 6 | + <meta charset="utf-8"> |
| 7 | + <title>Meredith Hoo</title> |
| 8 | + <meta name="description" content="A software developer interested in Cognitive Science, human interation & AI, looking for internships."> |
| 9 | + <meta name="author" content="Meredith Hoo"> |
| 10 | + <!-- Mobile Specific Metas |
| 11 | + –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
| 12 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 13 | + <!-- FONT |
| 14 | + –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
| 15 | + <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet"> |
| 16 | + <!-- CSS |
| 17 | + –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
| 18 | + <link rel="stylesheet" href="css/main.css"> |
| 19 | +<link rel="stylesheet" href="css/about.css"> |
| 20 | + <link rel="stylesheet" href="css/menu-bar.css"> |
| 21 | + <!-- Scripts |
| 22 | + –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
| 23 | + <script src="js/jquery-3.1.0.min.js"></script> |
| 24 | + <script src="js/main.js"></script> |
| 25 | + <!-- Favicon |
| 26 | + –––––––––––––––––––––––––––––––––––––––––––––––––– --> |
| 27 | + <link rel="icon" href="assets/icon.png"> |
| 28 | + |
| 29 | +</head> |
| 30 | + |
| 31 | +<body> |
| 32 | + <!-- Main Menu –––––––––––––––––––––––––––––––––––––––––––– --> |
| 33 | + <nav class="menu-bar"> |
| 34 | + <ul class="snip1168"> |
| 35 | + <li><a class="goto" href="index.html" data-hover="home">home</a></li> |
| 36 | + <li><a class="goto" href="index.html/#projects" data-hover="projects">projects</a></li> |
| 37 | + <li><a class="goto" href="index.html/#gratitude" data-hover="gratitude">gratitude</a></li> |
| 38 | + </ul> |
| 39 | + </nav> |
| 40 | + |
| 41 | + <!-- Landing page ––––––––––––––––––––––––––––––– --> |
| 42 | + <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> |
| 53 | + </div> |
| 54 | + </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> |
| 65 | + </div> |
| 66 | + </section> |
| 67 | + <!-- End Document ––––––––––––––––––––––––––––––– --> |
| 68 | +</body> |
| 69 | +</html> |
0 commit comments