-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (158 loc) · 7.89 KB
/
index.html
File metadata and controls
210 lines (158 loc) · 7.89 KB
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/styles.css"> <!-- Gem style -->
<link rel="stylesheet" href="css/modal.css">
<link rel="stylesheet" href="css/textBox.css">
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<meta charset="UTF-8">
<title>TextHelp</title>
</head>
<body>
<div class="dropdown">
<button class="btn btn-default dropdown-toggle" type="button" id="user-name" data-toggle="dropdown" aria-expanded="false">
not logged in
</button>
<ul class="dropdown-menu" role="menu" aria-labelledby="user-name">
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Action</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Another action</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Something else here</a></li>
<li role="presentation"><a role="menuitem" tabindex="-1" href="#">Separated link</a></li>
</ul>
</div>
<div class="container main">
<header class= "header" role="banner">
<div id="cd-logo"><a href="#0" class="menu-3"><i class="glyphicon glyphicon-plus"></i>Add a text</a></div>
<nav class="main-nav">
<ul>
<!-- inser more links here -->
<li><a class="cd-signin" href="#0">Sign in</a></li>
<li><a class="cd-signup" href="#0">Sign up</a></li>
</ul>
</nav>
</header>
<div class="cd-user-modal"> <!-- this is the entire modal form, including the background -->
<div class="cd-user-modal-container"> <!-- this is the container wrapper -->
<ul class="cd-switcher">
<li><a href="#0">Sign in</a></li>
<li><a href="#0">New account</a></li>
</ul>
<div id="cd-login"> <!-- log in form -->
<form class="cd-form">
<p class="fieldset">
<label class="image-replace cd-email" for="signin-email">E-mail</label>
<input class="full-width has-padding has-border" id="signin-email" type="email" placeholder="E-mail">
<span class="cd-error-message">Error message here!</span>
</p>
<p class="fieldset">
<label class="image-replace cd-password" for="signin-password">Password</label>
<input class="full-width has-padding has-border" id="signin-password" type="text" placeholder="Password">
<a href="#0" class="hide-password">Hide</a>
<span class="cd-error-message">Error message here!</span>
</p>
<p class="fieldset">
<input type="checkbox" id="remember-me" checked>
<label for="remember-me">Remember me</label>
</p>
<p class="fieldset">
<input class="full-width" type="submit" value="Login" id="loginBtn">
</p>
</form>
<p class="cd-form-bottom-message"><a href="#0">Forgot your password?</a></p>
<!-- <a href="#0" class="cd-close-form">Close</a> -->
</div> <!-- cd-login -->
<div id="cd-signup"> <!-- sign up form -->
<form class="cd-form">
<p class="fieldset">
<label class="image-replace cd-username" for="signup-username">Username</label>
<input class="full-width has-padding has-border" id="signup-username" type="text" placeholder="Username">
<span class="cd-error-message">Error message here!</span>
</p>
<p class="fieldset">
<label class="image-replace cd-email" for="signup-email">E-mail</label>
<input class="full-width has-padding has-border" id="signup-email" type="email" placeholder="E-mail">
<span class="cd-error-message">Error message here!</span>
</p>
<p class="fieldset">
<label class="image-replace cd-password" for="signup-password">Password</label>
<input class="full-width has-padding has-border" id="signup-password" type="text" placeholder="Password">
<a href="#0" class="hide-password">Hide</a>
<span class="cd-error-message">Error message here!</span>
</p>
<p class="fieldset">
<input type="checkbox" id="accept-terms">
<label for="accept-terms">I agree to the <a href="#0">Terms</a></label>
</p>
<p class="fieldset">
<input class="full-width has-padding" type="submit" value="Create account">
</p>
</form>
<!-- <a href="#0" class="cd-close-form">Close</a> -->
</div> <!-- cd-signup -->
<div id="cd-reset-password"> <!-- reset password form -->
<p class="cd-form-message">Lost your password? Please enter your email address. You will receive a link to create a new password.</p>
<form class="cd-form">
<p class="fieldset">
<label class="image-replace cd-email" for="reset-email">E-mail</label>
<input class="full-width has-padding has-border" id="reset-email" type="email" placeholder="E-mail">
<span class="cd-error-message">Error message here!</span>
</p>
<p class="fieldset">
<input class="full-width has-padding" type="submit" value="Reset password">
</p>
</form>
<p class="cd-form-bottom-message"><a href="#0">Back to log-in</a></p>
</div> <!-- cd-reset-password -->
<a href="#0" class="cd-close-form">Close</a>
</div> <!-- cd-user-modal-container -->
</div> <!-- cd-user-modal -->
<div class="login hidden"><input id="email" type="text" value= "azw@verizon.net" class="form-control" placeholder="e-mail"> <input id="password" class="form-control" type="password" value="123" placeholder="password">
<input id="get-token" class="btn btn-success" type="button" value="Log In">
</div>
<!-- Create New Text -->
<div class="jumbotron text-center createtext hidden">
<form >
<div class="form-group">
<p class="help-block">Enter your text history in the format #1: Hi #2 how are you #3: I'm great etc...</p>
<label for="textHistory">Text history</label>
<textarea type="text" class="form-control" id="textHistory" placeholder="Enter Text History"></textarea>
</div>
<div class="form-group">
<label for="currentText">Current Text</label>
<input type="text" class="form-control" id="currentText" placeholder="What Your Gonna Send">
<label for="recipientNumber">Recipient Number</label>
<input type="text" class="form-control" id="recipientNumber" placeholder="ex 6171234567">
</div>
<div class="form-group">
</div>
</form>
<a href="#" id="new-post-button" class="btn btn-success">Post</a>
</div>
<!-- Intro -->
<div class="jumbotron text-center info">
<h1>TextHelp</h1>
<p>Help your friends write their texts</p>
<a href="#" id="go-button" class="btn btn-success">Learn More</a>
</div>
<div class= "learnmore hidden">
<p>post a text and the history behind it. your friends can suggest what to text back and then vote on the best answer. you can choose what text<strong>gets sent</strong>. made by <a href="https://github.com/azitowolf/">@azitowolf in Boston.</a></p>
</div>
<!-- primary text container -->
<div class="row text-center">
<div class="col-sm-12">
<div id="ptexts" class="info-box">
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.js"></script>
<script src="js/textBox.js"></script>
<script src="js/modal.js"></script>
<script src="js/suggestedText.js"></script>
<script src="js/primaryText.js"></script>
<script src="js/app.js" type="text/javascript" charset="utf-8" async defer></script>
</body>
</html>