Created own theme
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
layout: layouts/home
|
||||
title: GLaDOS
|
||||
description: Personlig nettside for Øyvind Skaaden. Inneholder det meste av personlige prosjekter og fag fra NTNU.
|
||||
---
|
||||
|
||||
<div class="homepage-main">
|
||||
<div class="row">
|
||||
{% for home in site.data.home %}
|
||||
<div class="col-md-4">
|
||||
<a href="{{ home.href }}">
|
||||
<div class="icon">
|
||||
<i class="fas {{ home.icon }}"></i>
|
||||
</div>
|
||||
</a>
|
||||
<h3 class="no-anchor home-link"><a class="" href="{{ home.href }}">{{ home.title }}</a></h3>
|
||||
<p>{{ home.description }}</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user