|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, minimum-scale=1, maximum-scale=1"> |
7 | 7 | <meta name="description" content="I write code for the web."> |
8 | 8 | <meta name="author" content="Meredith Hoo"> |
| 9 | + <!-- Facebook Metadata --> |
9 | 10 | <meta name="og:title" content="Meredith Hoo"> |
10 | 11 | <meta name="og:description" content="This is my place to explore and create."> |
11 | 12 | <meta name="og:url" content="http://merhoo.com"> |
12 | 13 | <meta name="og:type" content="website"> |
13 | 14 | <meta name="theme-color" content="#0C0C0C"> |
| 15 | + <!-- Styles --> |
14 | 16 | <link href="./css/styles.css" rel="stylesheet"> |
15 | 17 | <link href="./css/crumple.css" rel="stylesheet"> |
16 | 18 | <link href="./css/mobile.css" rel="stylesheet"> |
17 | | - |
| 19 | + <!-- Webpage Icon --> |
18 | 20 | <link rel="shortcut icon" href="./assets/images/icon.png" type="image/png"> |
19 | 21 | <!-- Jquery Min Library --> |
20 | 22 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"/> |
@@ -90,7 +92,7 @@ <h1>Dev Work</h1> |
90 | 92 | <footer class="footer"> |
91 | 93 | <a class="footer__link--email" href="mailto:meredith.hoo1@gmail.com">email</a> |
92 | 94 | <a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">github</a> |
93 | | - <a class="footer__link--codepen" href="https://www.youtube.com/channel/UCda0Z1NOOPxQnG2V7hhsd5w" target="_blank" rel="noopener noreferrer">playlists</a> |
| 95 | + <a class="footer__link--codepen" href="https://www.youtube.com/user/MeredithHoo/playlists" target="_blank" rel="noopener noreferrer">playlists</a> |
94 | 96 | <a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">linkedin</a> |
95 | 97 | <a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">photos</a> |
96 | 98 | <div class="crumple" aria-hidden=""></div> |
|
0 commit comments