-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (32 loc) · 2.01 KB
/
about.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="icon" href="images/icon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About</title>
<!-- bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap" rel="stylesheet">
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
</head>
<body style="margin: 5% 15%">
<h1><a href="https://going4ward.com/">going forward:</a></h1>
<h1>coming back to where you started</h1>
<!-- line breaks for screen display -->
<!-- <p>submit phrases to revisit as <br>we build a collective loop <br>in this loopy 4th floor space,
<br>always the same but <br>never how you left it.</p> -->
<p>submit phrases to revisit as we build a collective loop in this loopy 4th floor space, always the same but never how you left it.</p>
<h4>submit here</h4>
<img style="width: 200px" src="images/formQRcode.png" alt="qrcode">
<br><br><br>
<div><a href="index.html"><h4>< home</h4></a></div>
</body>
</html>