This repository has been archived by the owner on Oct 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
47 lines (46 loc) · 1.79 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: home
title: Alles wat je moet weten over Afosto op één plek.
---
<section class="bg-light py-5">
<div class="container py-5 mt-5 text-center">
<h1 class="display-1">Pagina niet gevonden</h1>
<p class="lead">
Weet je zeker dat je op de goeie url zit?<br> Zoek naar de juiste pagina in het zoekveld of kies een van de onderstaande onderwerpen.
</p>
<div class="row pt-5">
<div class="col-12 col-sm-6 col-lg-3 pb-3">
<a class="card text-decoration-none" href="{{ site_url }}/platform">
<div class="px-5 py-4 card-img text-center">
<i class="fal fa-desktop fa-5x text-primary"></i>
<h2 class="display-3 mt-3 text-body">Platform</h2>
</div>
</a>
</div>
<div class="col-12 col-sm-6 col-lg-3 pb-3">
<a class="card text-decoration-none" href="{{ site_url }}/kassa">
<div class="px-5 py-4 card-img text-center">
<i class="fal fa-receipt fa-5x text-primary"></i>
<h2 class="display-3 mt-3 text-body">Kassa</h2>
</div>
</a>
</div>
<div class="col-12 col-sm-6 col-lg-3 pb-3">
<a class="card text-decoration-none" href="{{ site_url }}/webshop">
<div class="px-5 py-4 card-img text-center">
<i class="fal fa-shopping-cart fa-5x text-primary"></i>
<h2 class="display-3 mt-3 text-body">webshop</h2>
</div>
</a>
</div>
<div class="col-12 col-sm-6 col-lg-3 pb-3">
<a class="card text-decoration-none" href="{{ site_url }}/plugins">
<div class="px-5 py-4 card-img text-center">
<i class="fal fa-plug fa-5x text-primary"></i>
<h2 class="display-3 mt-3 text-body">Plugins</h2>
</div>
</a>
</div>
</div>
</div>
</section>