-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
40 lines (34 loc) · 1.81 KB
/
about.html
File metadata and controls
40 lines (34 loc) · 1.81 KB
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
<!doctype html>
<html>
<head>
<title>Broder Peters</title>
<link rel="shortcut icon" href="cud.png" />
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO"
crossorigin="anonymous">
</head>
<body style="background-color:black">
<div class="font-weight-bold text-left">
<a href="index.html" class="text-white" style="text-decoration: underline">back to the pictures of a weird guy</a>
</div>
<div class="font-weight-bold text-center text-white">
<p>You can send me an E-Mail,</p>
<p>the address starts with "contact" followed</p>
<p>by an @ and the domain of this website.</p>
<br>
<p>This page was designed using <a href="https://getbootstrap.com/">Bootstrap 4</a></p>
<p>and is hosted by <a href="https://pages.github.com/">github</a> (<a href="https://github.com/BroderPeters/broderpeters.github.io">source code</a>).</p>
<p>Shout-out to <a href="https://jmattheis.de/">Jannis Mattheis</a>.</p>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>