File tree Expand file tree Collapse file tree 7 files changed +44
-9
lines changed
Expand file tree Collapse file tree 7 files changed +44
-9
lines changed Original file line number Diff line number Diff line change 2323.menu {
2424 font-family : "Trebuchet MS" , Helvetica, sans-serif;
2525 letter-spacing : 2px ;
26- font-size : 3 vw ;
26+ font-size : 4 vw ;
2727}
2828
2929.menu a {
Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ section {
6262 justify-content : center;
6363}
6464
65+ .menu > div > div > a {
66+ line-height : inherit;
67+ }
68+
6569.footer {
6670 position : fixed;
6771 right : 5em ;
Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ <h1>meredith hoo - essays</h1>
118118
119119
120120 <footer class="footer" id="footer">
121- <a class="footer__link--home" href="http://merhoo.github.io/">home</a>
121+ <a class="footer__link--home" href="http://merhoo.github.io/">go home</a>
122122 <a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">i'm smart</a>
123- <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958?si=Ag4w4amDQFqAz83WVFfOTw " target="_blank" rel="noopener noreferrer">vibes</a>
123+ <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
124124 <a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
125125 <a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
126126 <div class="crumple" aria-hidden=""></div>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ <h1>meredith hoo</h1>
5252 <footer class="footer" id="footer">
5353 <a class="footer__link--email" href="mailto:meredith.hoo1@gmail.com">talk to me</a>
5454 <a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">i'm smart</a>
55- <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958?si=Ag4w4amDQFqAz83WVFfOTw " target="_blank" rel="noopener noreferrer">vibes</a>
55+ <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
5656 <a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
5757 <a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
5858 <div class="crumple" aria-hidden=""></div>
Original file line number Diff line number Diff line change 11var shapes ;
2+
3+
4+ window . addEventListener ( 'load' , ( ) => {
5+ if ( document . readyState === "complete" ) {
6+ setup ( ) ;
7+ }
8+ } ) ;
9+
10+
211window . onresize = function ( ) {
312 setup ( ) ;
413}
514
6- $ ( function ( ) {
7- setup ( ) ;
8- } ) ;
15+ // $(function() {
16+ // setup();
17+ // });
918
1019function setup ( ) {
1120 var height = $ ( 'body' ) . height ( ) ;
@@ -104,3 +113,23 @@ function pickFlower(flowers) {
104113 flower . cap = 'round' ;
105114 return flower ;
106115}
116+ //
117+ // function getHeight(element)
118+ // {
119+ // element.style.visibility = "hidden";
120+ // document.body.appendChild(element);
121+ // var height = element.offsetHeight + 0;
122+ // document.body.removeChild(element);
123+ // element.style.visibility = "visible";
124+ // return height;
125+ // }
126+ //
127+ // function getWidth(element)
128+ // {
129+ // element.style.visibility = "hidden";
130+ // document.body.appendChild(element);
131+ // var width = element.offsetWidth + 0;
132+ // document.body.removeChild(element);
133+ // element.style.visibility = "visible";
134+ // return width;
135+ // }
Original file line number Diff line number Diff line change @@ -140,9 +140,9 @@ <h1>meredith hoo - poems</h1>
140140 </section>
141141
142142 <footer class="footer" id="footer">
143- <a class="footer__link--home" href="http://merhoo.github.io/">home</a>
143+ <a class="footer__link--home" href="http://merhoo.github.io/">go home</a>
144144 <a class="footer__link--github" href="https://github.com/merhoo" target="_blank" rel="noopener noreferrer">i'm smart</a>
145- <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958?si=Ag4w4amDQFqAz83WVFfOTw " target="_blank" rel="noopener noreferrer">vibes</a>
145+ <a class="footer__link--playlists" href="https://open.spotify.com/user/1286649958" target="_blank" rel="noopener noreferrer">vibes</a>
146146 <a class="footer__link--linkedin" href="https://www.linkedin.com/in/merhoo/" target="_blank" rel="noopener noreferrer">love me</a>
147147 <a class="footer__link--instagram" href="https://www.instagram.com/zesameri/" target="_blank" rel="noopener noreferrer">look at me</a>
148148 <div class="crumple" aria-hidden=""></div>
Original file line number Diff line number Diff line change 99
1010 gtag ( 'config' , 'UA-72294820-1' ) ;
1111 </ script >
12+ < meta content ="text/html;charset=utf-8 " http-equiv ="Content-Type ">
13+ < meta content ="utf-8 " http-equiv ="encoding ">
1214 < title > Secrets</ title >
1315 < link href ="./css/secrets.css " rel ="stylesheet ">
1416 < script src ="./js/two.js "> </ script >
You can’t perform that action at this time.
0 commit comments