-
Notifications
You must be signed in to change notification settings - Fork 0
/
sc9.html
55 lines (43 loc) · 1.4 KB
/
sc9.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
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial scale=1">
<title>Untitled Document</title>
<link rel="stylesheet" href="Up.css">
</head>
<body>
<div class="bg">
<div class="phone">
<div class="screenwrapper sc2">
<div class="barwrapper sc2">
<svg id="bar2" height="10" width="260">
<line x1="0" y1="0" x2="260" y2="0"></line></svg>
<svg id="bar" height="10" width="260">
<line x1="0" y1="0" x2="260" y2="0"></line></svg>
</div>
<a href="sc2.html">
<div class="leftover_wrap">
<div id="community"></div>
<div id="commu_title">Community</div>
<div id="totaltime">2000hr</div>
</div>
<div class="communitycard">
<div class="title">1890hr/2000hr</div>
<div class="explanation "><br />We calculate the total time of our commmunity spend focusing. Once the time hits a certain checkpoint, we will make a donation to WWF to help with habitat conservation and education. </div>
</div>
</a>
<a href="sc3.html">
<div class="button dark">Save a New Animal</div>
</a>
<a href="sc7.html">
<div class="button light">View Report</div>
</a>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="up.js"></script>
<script> sc2();</script>
</body>
</html>