|
26 | 26 | <link href="./css/crumple.css" rel="stylesheet"> |
27 | 27 | <link href="./css/font.css" rel="stylesheet"> |
28 | 28 | <link href="./css/mobile.css" rel="stylesheet"> |
29 | | - <link href="./css/subpages.css" rel="stylesheet"> |
30 | 29 | <!-- Webpage Icon --> |
31 | 30 | <link rel="shortcut icon" href="./assets/images/icon.png" type="image/png"> |
32 | 31 | <!-- Fonts --> |
|
38 | 37 | </head> |
39 | 38 | <body id="poems"> |
40 | 39 | <section class="writing"> |
41 | | - <h1 class="header"> |
42 | | - kvitka |
| 40 | + <h1 class="header"> |
43 | 41 | <img class="header-img" src="assets/images/flower.svg"> |
44 | 42 | poems |
45 | 43 | </h1> |
@@ -101,13 +99,21 @@ <h1 class="header"> |
101 | 99 | </section> |
102 | 100 |
|
103 | 101 | <footer class="footer" id="footer"> |
104 | | - <a class="footer__link--home" href="./index.html">homie</a> |
105 | | - <a class="footer__link--email" href="mailto:zesameri@gmail.com">talk to me</a> |
106 | | - <a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">i'm smart</a> |
107 | | - <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a> |
108 | | - <a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a> |
109 | | - <div class="crumple" aria-hidden=""></div> |
| 102 | + <a class="footer__link--home" href="./index.html">home</a> |
| 103 | + <a class="footer__link--github" href="https://github.com/zesameri" target="_blank" rel="noopener noreferrer">code</a> |
| 104 | + <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">muze</a> |
| 105 | + <a class="footer__link--instagram" href="https://www.instagram.com/eww.york/" target="_blank" rel="noopener noreferrer">trash</a> |
110 | 106 | </footer> |
111 | 107 |
|
| 108 | + <div class="crumple" aria-hidden=""> |
| 109 | + <div class="crumple__rect"></div> |
| 110 | + <div class="shapes-container"> |
| 111 | + <div class="circle-one"></div> |
| 112 | + <div class="circle-two"></div> |
| 113 | + <div class="circle-three"></div> |
| 114 | + <div class="circle-four"></div> |
| 115 | + </div> |
| 116 | + </div> |
| 117 | + |
112 | 118 | </body> |
113 | 119 | </html> |
0 commit comments