-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
53 lines (41 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Deep Talk Cards</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Deep Talk Cards">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<a class="nostylelink" href="/DeepTalkCards"><h1>Deep Talk Cards</h1></a>
</header>
<article style="margin-top: 6em; padding: 2em;">
<p>
I made this really simple site to gather questions that can facilite deep conversations easily.
Questions are taken from around the web from various articles.
<br/>
There are 867 questions, there are some differently worded repeats in the list.
<br/>
All order and colors are randomized each time you load the page.
</p>
</article>
<footer>
Made with love in Michigan
| <a class="nostylelink" href="About.html">About</a>
| <a class="nostylelink" href="https://github.com/cferriby">Author</a>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>