this repo has no description
0
fork

Configure Feed

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

added email icon

Altagos eb7bd06c 100971d6

+40 -15
+15 -4
src/_includes/layouts/footer.njk
··· 4 4 </div> 5 5 6 6 <div class="socials"> 7 + <a href="mailto:jakob@altagos.dev" class="email icon"> 8 + <svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> 9 + <path 10 + stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" 11 + d="M4 7.00005L10.2 11.65C11.2667 12.45 12.7333 12.45 13.8 11.65L20 7"/> 12 + <rect 13 + stroke="currentColor" stroke-width="1.5" stroke-linecap="round" 14 + x="3" y="5" width="18" height="14" rx="2"/> 15 + </svg> 16 + </a> 17 + 7 18 <a 8 - class="sourcehut-logo" 19 + class="sourcehut-logo icon" 9 20 href="https://sr.ht/~altagos/" 10 21 target="_blank" 11 22 title="Sourcehut" ··· 21 32 </a> 22 33 23 34 <a 24 - class="github-logo" 35 + class="github-logo icon" 25 36 href="https://github.com/altagos/" 26 37 target="_blank" 27 38 title="GitHub" 28 39 aria-label="GitHub" 29 40 > 30 - <img src="assets/github_mark.png" alt="GitHub Logo" /> 41 + <img src="assets/github_mark.png" alt="GitHub Logo"/> 31 42 </a> 32 43 </div> 33 - </footer> 44 + </footer>
+16 -8
src/_includes/sass/_socials.scss
··· 4 4 align-items: center; 5 5 flex-wrap: wrap; 6 6 gap: 10px; 7 + 8 + .icon { 9 + width: 20px; 10 + height: 20px; 11 + 12 + color: var(--arc-palette-maxContrastColor, #000); 13 + text-decoration: none; 14 + } 7 15 } 8 16 9 - .sourcehut-logo, 10 - .github-logo { 17 + .email { 11 18 display: block; 12 - 13 - width: 23px; 14 - height: 23px; 19 + width: 28px !important; 20 + height: 28px !important; 21 + } 15 22 16 - color: var(--arc-palette-maxContrastColor, #000); 23 + .sourcehut-logo { 24 + display: block; 17 25 } 18 26 19 27 .github-logo { ··· 23 31 border-radius: 5px; 24 32 25 33 img { 26 - width: 23px; 27 - height: 23px; 34 + width: 20px; 35 + height: 20px; 28 36 } 29 37 }
+4 -3
src/_includes/sass/root.scss
··· 29 29 justify-content: space-between; 30 30 31 31 margin: auto; 32 - max-width: 720px; 32 + max-width: 650px; 33 33 34 - font-family: "Berkely Mono", "Times New Roman"; 34 + font-family: "Times New Roman"; 35 35 font-variation-settings: "wght" 100; 36 36 font-size: var(--font-size); 37 37 -webkit-font-smoothing: antialiased; ··· 50 50 } 51 51 52 52 header { 53 - line-height: normal; 53 + line-height: 1.75; 54 54 55 55 h1 { 56 56 font-variation-settings: "wght" 150; ··· 61 61 62 62 content { 63 63 line-height: 1.5; 64 + font-family: "Berkely Mono", "Times New Roman"; 64 65 } 65 66 66 67 footer {
+5
src/assets/email-svgrepo-com.svg
··· 1 + <?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --> 2 + <svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> 3 + <path d="M4 7.00005L10.2 11.65C11.2667 12.45 12.7333 12.45 13.8 11.65L20 7" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> 4 + <rect x="3" y="5" width="18" height="14" rx="2" stroke="#000000" stroke-width="2" stroke-linecap="round"/> 5 + </svg>