๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: apply prettier

+43 -32
+20 -11
index.html
··· 25 25 rel="stylesheet" 26 26 /> 27 27 <link rel="stylesheet" type="text/css" href="Gilroy-Light.css" /> 28 - <link rel="stylesheet" type="text/css" href="Gilroy-ExtraBold.css" /><!-- Global site tag (gtag.js) - Google Analytics --> 29 - <script async src="https://www.googletagmanager.com/gtag/js?id=G-TCDL7YWE7F"></script> 28 + <link rel="stylesheet" type="text/css" href="Gilroy-ExtraBold.css" /> 29 + <!-- Global site tag (gtag.js) - Google Analytics --> 30 + <script 31 + async 32 + src="https://www.googletagmanager.com/gtag/js?id=G-TCDL7YWE7F" 33 + ></script> 30 34 <script> 31 35 window.dataLayer = window.dataLayer || []; 32 - function gtag(){dataLayer.push(arguments);} 33 - gtag('js', new Date()); 36 + function gtag() { 37 + dataLayer.push(arguments); 38 + } 39 + gtag("js", new Date()); 34 40 35 - gtag('config', 'G-TCDL7YWE7F'); 41 + gtag("config", "G-TCDL7YWE7F"); 36 42 </script> 37 43 </head> 38 44 <body> ··· 100 106 <li> 101 107 <div itemscope itemtype="https://schema.org/Person"> 102 108 <span class="icon fab fa-orcid"></span> 103 - <a itemprop="sameAs" content="https://orcid.org/0000-0001-7430-6078" 104 - href="https://orcid.org/0000-0001-7430-6078" target="orcid.widget" rel="me noopener noreferrer" 105 - style="vertical-align:top;"> 109 + <a 110 + itemprop="sameAs" 111 + content="https://orcid.org/0000-0001-7430-6078" 112 + href="https://orcid.org/0000-0001-7430-6078" 113 + target="orcid.widget" 114 + rel="me noopener noreferrer" 115 + style="vertical-align: top" 116 + > 106 117 <strong>ORCID:</strong> 107 118 0000-0001-7430-6078 108 119 </a> ··· 239 250 </p> 240 251 <ul> 241 252 <li> 242 - <a href="https://www.npr.org/"> 243 - NPR / National Public Radio 244 - </a> 253 + <a href="https://www.npr.org/">NPR / National Public Radio </a> 245 254 </li> 246 255 <li> 247 256 <img
+23 -21
main.css
··· 1 1 body { 2 - background-color: #fdedf2; 3 - font-family: Gilroy-Light, sans-serif !important; 4 - font-weight: bold !important; 2 + background-color: #fdedf2; 3 + font-family: Gilroy-Light, sans-serif !important; 4 + font-weight: bold !important; 5 5 } 6 6 7 - h1, h2, h3 { 8 - font-weight: normal; 7 + h1, 8 + h2, 9 + h3 { 10 + font-weight: normal; 9 11 } 10 12 11 13 h1 { 12 - letter-spacing: 0.05em; 14 + letter-spacing: 0.05em; 13 15 } 14 16 15 17 h2::before { 16 - content: "๐ŸŒŸ"; 17 - margin-right: 0.5rem; 18 + content: "๐ŸŒŸ"; 19 + margin-right: 0.5rem; 18 20 } 19 21 20 22 a { 21 - color: #2196f3 !important; 22 - text-decoration: underline !important; 23 + color: #2196f3 !important; 24 + text-decoration: underline !important; 23 25 } 24 26 25 27 a:hover { 26 - text-decoration: none !important; 28 + text-decoration: none !important; 27 29 } 28 30 29 31 a:focus { 30 - outline: solid 3px #ffc107; 32 + outline: solid 3px #ffc107; 31 33 } 32 34 33 35 ::selection { 34 - color: inherit; 35 - background: #ffc107; 36 + color: inherit; 37 + background: #ffc107; 36 38 } 37 39 38 40 strong { 39 - font-family: Gilroy-ExtraBold, sans-serif; 40 - font-weight: normal !important; 41 + font-family: Gilroy-ExtraBold, sans-serif; 42 + font-weight: normal !important; 41 43 } 42 44 43 45 .emoji { 44 - width: 2.5rem; 46 + width: 2.5rem; 45 47 } 46 48 47 49 .has-margin-right-1 { 48 - margin-right: 0.5em 50 + margin-right: 0.5em; 49 51 } 50 52 51 53 .icon { 52 - font-weight: normal; 54 + font-weight: normal; 53 55 } 54 56 55 57 footer { 56 - background-color: #e1f5fe !important; 57 - border-top: 4px #ffeb3b solid; 58 + background-color: #e1f5fe !important; 59 + border-top: 4px #ffeb3b solid; 58 60 }