Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Adds resources page. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<a href="{{ page.url }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
{% for page in site.pages %}
{% if page.tags contains "resources" %}
<a href="{{ page.url }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
{% for page in site.pages %}
{% if page.tags contains "contact" %}
<a href="{{ page.url }}">{{ page.title }}</a>
Expand Down
21 changes: 21 additions & 0 deletions resources.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: page
title: Ressurser
permalink: /resources/
tags: resources
---

<div class="py2">
<h2>n00b</h2><br>
<a href="http://overthewire.org/wargames/bandit/">OverTheWire: Wargames</a><br>
<a href="https://www.enigmagroup.org/">Enigma</a><br>
<h2>Capture The Flags</h2><br>
<a href="https://picoctf.com/">ITEM NTNU</a><br>
<h2>Nyheter</h2><br>
<a href="https://www.reddit.com/r/hackernews/top/">Reddit: NetSec</a><br>
<h2>Ferdigheter</h2><br>
<h3>Basic</h3><br>
<h3>Kryptografi</h3><br>
<h3>Programmerign</h3><br>
<h3>Reverse engineering</h3><br>
</div>