|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en" class=""> |
| 3 | +<head> |
| 4 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 5 | + <title>meredith hoo</title> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1"> |
| 7 | + <meta name="description" content="I write code for the web."> |
| 8 | + <meta name="author" content="Meredith Hoo"> |
| 9 | + <!-- Facebook Metadata --> |
| 10 | + <meta name="og:title" content="Meredith Hoo"> |
| 11 | + <meta name="og:description" content="This is my place to explore and create."> |
| 12 | + <meta name="og:url" content="http://merhoo.com"> |
| 13 | + <meta name="og:type" content="website"> |
| 14 | + <meta name="theme-color" content="#0C0C0C"> |
| 15 | + <!-- Styles --> |
| 16 | + <link href="./css/main.css" rel="stylesheet"> |
| 17 | + <link href="./css/crumple.css" rel="stylesheet"> |
| 18 | + <link href="./css/font.css" rel="stylesheet"> |
| 19 | + <link href="./css/mobile.css" rel="stylesheet"> |
| 20 | + <link href="./css/netneutrality.css" rel="stylesheet"> |
| 21 | + <!-- Webpage Icon --> |
| 22 | + <link rel="shortcut icon" href="./assets/images/icon.png" type="image/png"> |
| 23 | + <!-- Fonts --> |
| 24 | + <link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet"> |
| 25 | + |
| 26 | +</head> |
| 27 | +<body> |
| 28 | + |
| 29 | + |
| 30 | + <footer class="footer"> |
| 31 | + <a class="footer__link--email" href="mailto:meredith.hoo1@gmail.com">email</a> |
| 32 | + <a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">github</a> |
| 33 | + <a class="footer__link--codepen" href="https://www.youtube.com/user/MeredithHoo/playlists" target="_blank" rel="noopener noreferrer">playlists</a> |
| 34 | + <a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">linkedin</a> |
| 35 | + <a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">photos</a> |
| 36 | + <div class="crumple" aria-hidden=""></div> |
| 37 | + </footer> |
| 38 | + |
| 39 | +</body> |
| 40 | +</html> |
0 commit comments