My resume
0

Configure Feed

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

Add basic styling

Alex van de Sandt (Jul 18, 2026, 12:14 AM -0500) d806ac69 8fe26981

+10 -1
+7
sass/style.scss
··· 5 5 font-family: $main-font-stack; 6 6 } 7 7 8 + body { 9 + background-color: #c9cbca; 10 + color: #252524; 11 + 12 + text-align: center; 13 + } 14 + 8 15 h1 { 9 16 font-family: $header-font-stack; 10 17 }
+3 -1
templates/index.html
··· 1 1 {% extends "base.html" %} 2 2 3 3 {% block content %} 4 - <h1 class = "title">Alex van de Sandt</h1> 4 + <header> 5 + <h1 class = "title">Alex van de Sandt</h1> 6 + </header> 5 7 6 8 <main> 7 9 <a href="/resume.pdf">See my resume here!</a>