-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
41 lines (39 loc) · 2.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>fffsig-wp-theme</title>
<!-- Bootstrap CSS & our CSS-->
<link rel="stylesheet" href="example/styles/style.css">
</head>
<body>
<div class="container-md bg-light py-5 px-3 mb-3 border rounded-bottom shadow-sm border-top-0">
<h1 class="fw-bolder">fffsig-wp-theme project overview</h1>
</div>
<div class="container">
<div class="row">
<div class="col-md-5 bg-light border rounded shadow-sm my-1 py-3">
<h3>View this project </h3>
<ul class="list-group list-group-flush bg-light">
<li class="list-group-item bg-light"><a class="btn btn-primary my-1" href="example/example-index.html">Production page styling</a><br>Currently in development</li>
<li class="list-group-item bg-light"><a class="btn btn-primary my-1" href="https://fffsigwp.jhwebservers.de/">Production page WP integration</a><br>Currently in development</li>
<li class="list-group-item bg-light"><a class="btn btn-primary my-1" href="https://fff-sigmaringen.de/">Live website</a><br>Currently not using the theme because it's not finished</li>
<li class="list-group-item bg-light"><a class="btn btn-primary my-1" href="https://github.com/janlout/fffsig-wp-theme">Source on GitHub</a></li>
</ul>
</div>
<div class="col-md-2"></div>
<div class="col-md-5 bg-light border rounded shadow-sm my-1 py-3">
<h3>Creators</h3>
<ul class="list-group list-group-flush bg-light">
<li class="list-group-item bg-light"><a class="btn btn-primary" href="https://github.com/JoshHehnle">Joshua Hehnle</a></li>
<li class="list-group-item bg-light"><a class="btn btn-primary" href="https://github.com/janlout">Jan Louter</a></li>
</ul>
</div>
</div>
</div>
<!-- Bootstrap JS & our JS-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>