diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-21 22:54:08 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-21 22:59:57 +0200 |
| commit | e36f49c7d90bed4b8c2e3edb1225ca1b9720da4d (patch) | |
| tree | 04e2752f5bcd70054ba007a7e58d85dc9d8e62c5 /clams-server/src/main/resources/templates/home.html | |
| parent | ae5f5b3c0b3c4af6b842f3ccd95bfe0607ac0610 (diff) | |
swap blog and post for article
Diffstat (limited to 'clams-server/src/main/resources/templates/home.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/home.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clams-server/src/main/resources/templates/home.html b/clams-server/src/main/resources/templates/home.html index df82680..4a99658 100644 --- a/clams-server/src/main/resources/templates/home.html +++ b/clams-server/src/main/resources/templates/home.html @@ -7,15 +7,15 @@ <div class="content-grid"> <div class="left-column"> <img src="/images/elias_haugsbakk.jpeg" alt="Image of Elias Haugsbakk" class="profile-img"> - <p>Hello! I am Elias. This is my personal website for projects, writing, and code.</p> - <p class="study-line">I'm currently studying Computer Science at NTNU, Trondheim.</p> + <p>Hello! I am Elias. This is my personal website for projects, writings, and code.</p> + <p>I'm currently studying Computer Science at NTNU, Trondheim.</p> </div> <div class="right-column"> <ul> <li><a href="/projects">Projects</a> <span class="description">-- the things I have built (and kept around)</span></li> - <li><a href="/blog">Blog</a> <span class="description">-- notes and thoughts</span></li> - <li><a href="https://github.com/eliashaugsbakk">GitHub</a> <span class="description"></span></li> + <li><a href="/articles">Articles</a> <span class="description">-- notes and thoughts</span></li> + <li><a href="https://github.com/eliashaugsbakk">GitHub</a> <span class="description">-- GitHub?</span></li> </ul> </div> </div> |
