Skip to content

Commit 501d469

Browse files
committed
Add coding page
1 parent d43836f commit 501d469

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ _site
88
.tweet-cache
99
Gemfile.lock
1010
vendor
11-
11+
node_modules/

_layouts/about.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
{%- endif -%}
1010
{% include head.html %}
1111
<style>
12-
.navbar-nav > .active > a
13-
{
14-
color: #697cc4!important;
15-
}
1612
.navbar{
1713
background-color: rgba(0, 0, 0, 0) !important;
1814
}

_pages/coding.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: page
3+
permalink: /coding/
4+
title: coding
5+
header: Coding
6+
description: Projects that involve coding and programming.
7+
nav: true
8+
nav_order: 1
9+
---
10+
<!-- _pages/coding.md -->
11+
<hr>
12+
<h3>Kalendariet GBG</h3>
13+
<p>I am the creator and owner of <a href="https://kalendariet.nu" target="_blank">Kalendariet GBG</a>, a web app that lists concerts and music events in Gothenburg.</p>
14+
<div class=" profile float-right">
15+
{% include figure.html href="https://kalendariet.nu" path="assets/img/kalendariet.png" class="img-fluid rounded z-depth-1" %}
16+
</div>
17+

assets/img/kalendariet.png

479 KB
Loading

0 commit comments

Comments
 (0)