-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (80 loc) · 2.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<title>Mirror</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/>
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="...">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
* {
font-family: 'Space Mono', monospace;
font-weight: 300;
}
</style>
</head>
<body class="bg-white">
<div class="dib w-100 pa3 pa4-ns tc">
<div class="dib tc mt5-ns mt2 vh-100">
<div class="dib w-100 f5 light-silver">I</div>
<div class="dib br-100 h4 w4 bg-light-silver mt5-ns mt3" style="
background-image: linear-gradient(-229deg, #FFFFFF 1%, #B3B3B3 100%);"></div>
<h3 class="f1 light-silver lh-title tc mh0 mh2-ns">
I'm your Mirror.
</h3>
<h4 class="f3 light-silver lh-title tc">
I reflect what you are.
</h4>
<h4 class="f4 light-silver lh-copy tc">
I'm a bot to help you speak to your past, present & future.
</h4>
</div>
<div class="dib tc vh-100 pv6">
<div class="dib w-100 f5 light-silver">II</div>
<div class="dib br-100 h4 w4 mt5-ns mt3">
<img src="img/ico-journal.svg">
</div>
<h4 class="f1-ns f2 light-silver lh-title tc">
Think of me as a journal that talks back.
</h4>
<h4 class="f4 light-silver lh-title tc">
Or your inner monologue, granted independence.
</h4>
</div>
<div class="dib tc vh-100 pv6">
<div class="dib w-100 f5 light-silver">III</div>
<div class="dib br-100 h4 w4 mt5-ns mt3">
<img src="img/ico-vessel02.svg">
</div>
<h4 class="f1-ns f2 light-silver lh-title tc">
Like water, I will become my container.
</h4>
<h4 class="f4 light-silver lh-title tc">
A vessel for your ideas, memories, questions & feelings.
</h4>
</div>
<div class="dib tc vh-100 pv6">
<div class="dib w-100 f5 light-silver relative">IV</div>
<div class="dib br-100 h4 w4 mt5-ns mt3 relative">
<img src="img/ico-reflection.svg">
</div>
<h4 class="f1-ns f2 light-silver lh-title tc">
Each day, I will ask you a question.
</h4>
<h4 class="f4 light-silver lh-title tc">
Quietly, over time, I will become your reflection.
</h4>
</div>
<div class="dib tc vh-100 pv6">
<div class="dib br-100 h4 w4 bg-light-silver"></div>
<h4 class="f1-ns f2 light-silver lh-title tc">
To Begin -
</h4>
<h4 class="f4 light-silver lh-title tc">
Find me on Facebook Messenger.
</h4>
</div>
</div>
</body>