-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
130 lines (113 loc) · 4.76 KB
/
home.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>happy</title>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
rel="stylesheet">
<script
src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Coming+Soon|Indie+Flower|Lato" rel="stylesheet">
<link rel="stylesheet" href="./public/style.css">
<link rel="icon"
type="image/png"
href="./public/assets/favicon.png">
</head>
<body>
<form id="content">
<input type="text" name="input" class="searchBar">
<ul class="tags">
<li><a href="#">friends<span class="closeTag"> ×</span></a></li>
<li><a href="#">cats<span class="closeTag"> ×</span></a></li>
</ul>
<button type="reset" class="search" id="searchButton"></button>
</form>
<div id='shuffle' class = 'shuffle'>
<img src='./public/assets/shuffle.png'/>
</div>
<div id="map">
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<div class="modal-content__content">
<img class="modal-content__img" src="public/assets/memory.jpg" alt="A happy memory">
<p class = 'memoryText'>Cats are so funny! I love them!</p>
<div class='modal-content__heart-container'><i class="fa fa-heart-o modal-content__heart" aria-hidden="true"></i></div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="./public/index.js"></script>
<script type="text/javascript" src="./public/searchbar.js"></script>
<script type="text/javascript" src="./public/record.js"></script>
<script type="text/javascript" src="./public/syncedClosing.js"></script>
<nav class="menu">
<input type="checkbox" href="#" class="menu-open" name="menu-open" id="menu-open"/>
<label class="menu-open-button" for="menu-open">
<span class="hamburger hamburger-1"></span>
<span class="hamburger hamburger-2"></span>
<span class="hamburger hamburger-3"></span>
</label>
<a href="#" class="menu-item normal" id='pencil'> <i class="fa fa-pencil"></i> </a>
<a href="#" class="menu-item normal" id ='camera'> <i class="fa fa-camera"></i> </a>
<a href="#" class="menu-item normal" id='microphone'> <i class="fa fa-microphone"></i> </a>
<a href="#" class="menu-item normal" id='clock'> <i class="fa fa-clock-o"></i> </a>
<a href="#" class="menu-item normal" id='cog'> <i class="fa fa-cog"></i> </a>
<label class="record-text">Write a message
<textarea class="record record--text" type="text"></textarea>
<br>
<input class="record--submit" type="submit" value="Save">
</label>
<label class="record-photo">Take a picture
<input class="record record--camera" type="file" accept="image/*" capture="camera">
</label>
<label class="record-voice">Record a voice note
<input class="record record--voice" type="file" accept="audio/*" capture>
</label>
</nav>
<!-- filters -->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
<defs>
<filter id="shadowed-goo">
<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feGaussianBlur in="goo" stdDeviation="3" result="shadow" />
<feColorMatrix in="shadow" mode="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -0.2" result="shadow" />
<!-- <feOffset in="shadow" dx="1" dy="1" result="shadow" />
<feBlend in2="shadow" in="goo" result="goo" /> -->
<feBlend in2="goo" in="SourceGraphic" result="mix" />
</filter>
<filter id="goo">
<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="10" />
<feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 18 -7" result="goo" />
<feBlend in2="goo" in="SourceGraphic" result="mix" />
</filter>
</defs>
</svg>
<section class = 'notifications'>
<div class = 'days'>
<a>M</a>
<a>T</a>
<a>W</a>
<a>T</a>
<a>F</a>
<a>S</a>
<a>S</a>
</div>
<form action="/action_page.php">
<input class='time' type="time" name="usr_time">
</form>
<button class='savetime'>Set notifications</button>
</section>
<div class = 'settings'>
<h1>Themes</h1>
<a href='#' id = 'calm'>Calm</a>
<a href='#' id = 'night'>Night</a>
<a href='#' id = 'bright'>Bright</a>
<a href='#' id = 'zen'>Zen</a>
</div>
</body>