-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
85 lines (72 loc) · 2.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="login.css">
<title>shehacksL</title>
</head>
<body>
<section>
<div class="greyBG"></div>
<div class="imageRight"></div>
<div class="navbar"></div>
<div class="webpageTitle">
<p>dire</p>
</div>
<div class="webpageDef">
<p>/ˈdī(ə)r/</p>
</div>
<div class="webpageDef2">
<p>adjective</p>
</div>
<div class="webpagetext1">
<p>(of a situation or event) extremely serious or urgent.</p>
</div>
<div class="webpagetext2">
<p>“failing to log your hydration habit on the space station could lead to dire dehydration in zero gravity.”</p>
</div>
<div class="namestext">
<p>“daniella misyura, ivy cho, ryhana williams, emma zhang”</p>
</div>
<div class="welcome">
<p>welcome</p>
</div>
<div class="accountdesc">
<p>log in to continue</p>
</div>
<div class="diredesc">
<p>here at dire, we are a team of forgetful astronauts yearning for a speck <br>of earth. a to-do list and habit tracker brings nostalgia <br>and productivity for absent-minded yet ambitious astronauts. </p>
</div>
<section class="signinbox">
<div class="email">
<p>email</p>
</div>
<!-- Fake Google -->
<!-- Email input form -->
<div class="form-box">
<form action="">
<div class="emailbox">
<input type="email" name="email" id="email-input" placeholder="e.g. iloveshehacks@gmail.com" required>
</div>
</form>
</div>
<!-- Password text -->
<div class="password">
<p>password</p>
</div>
<!-- Password input form -->
<div class="form-box">
<form action="">
<div class="passwordbox">
<input type="password" name="password" id="password-input" placeholder="e.g. 5heh4cKZ!#" required>
</div>
</form>
</div>
<!-- sign up button -->
<div class= "button-div">
<form action="./home.html">
<button class="signupbutton" >log in</button>
<form>
</section>
</section>
</body>
</html>