a personal site
0
fork

Configure Feed

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

feat: add newlines to all files

+5 -8
+1 -1
CNAME
··· 1 - www.daniel-daum.com 1 + www.daniel-daum.com
-1
README.md
··· 2 2 A personal Site 3 3 4 4 https://www.daniel-daum.com 5 -
+1 -3
index.html
··· 15 15 <h1 class="header-h1">About</h1> 16 16 </header> 17 17 <nav class="nav"> 18 - <!-- <a class="link" href="./src/pages/thoughts.html">Thoughts</a> --> 19 - <!-- <a class="link" href="./src/pages/projects.html">Projects</a> --> 20 18 <span class="nav-dark"><a class="link" href="./index.html">About</a></span> 21 19 </nav> 22 20 <article class="article"> ··· 29 27 </footer> 30 28 </main> 31 29 </body> 32 - </html> 30 + </html>
+1 -1
src/css/global.css
··· 190 190 .thought-desc { 191 191 color: #66686D; 192 192 font-weight: 400; 193 - } 193 + }
+1 -1
src/pages/projects.html
··· 58 58 </footer> 59 59 </main> 60 60 </body> 61 - </html> 61 + </html>
+1 -1
src/pages/thoughts.html
··· 51 51 </footer> 52 52 </main> 53 53 </body> 54 - </html> 54 + </html>