-
Notifications
You must be signed in to change notification settings - Fork 2
/
Members.html
235 lines (180 loc) · 8.88 KB
/
Members.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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Team Naranja: Website's Main Page</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="icon" type="image/png" href="./assets/images/favicon.svg">
<!-- CSS LINKE GOES HERE -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Back to top button - displayed when the user scrolls down -->
<button onclick="topFunction()" id="myBtn" title="Go to top">
<img id="top" src="./assets/images/top-arrow.png"
alt="up to top arrow" width="20" height="20">
</button>
<header>
<nav>
<div class="header_logo">
<img src="assets/images/logo-naranja-150x50.svg" alt="">
</div>
<ul class="header_nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="home.html">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="Members.html">Members</a></li>
</ul>
</nav>
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="hamburger">
<div></div>
</div>
<div class="menu">
<div>
<div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="home.html">About</a></li>
<li><a href="Members.html">Members</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="members-section">
<div class="members-container">
<div class="members-buttons">
<h2 class="members-heading">Let's connect!</h2>
<h4>Would you like to become a member of our community.</h4>
<br>
<h4>By registering as a member of our team:</h4>
<ul>
<li>You will receive our quarterly magazine "Naranja".</li>
<li>You will be informed about our programs as well as about the excursions and speeches we organize.</li>
<li>You will be informed about our voluntary actions.</li>
</ul>
<br>
<h4>Wait no more! Sign up now!</h4>
<br>
<!-- Signup and Login Buttons -->
<button class="form-btn" onclick="document.getElementById('id01').style.display='block'" style="width:auto;">Sign Up</button>
<br>
<h4>Do you already have an account? <a onclick="document.getElementById('id02').style.display='block'" style="width:auto; color: rgb(0, 112, 121);">Login</a></h4>
</div>
<div class="members-img">
<img src="./assets/images/member-313.png">
</div>
</div>
</section>
<!-- Signup form modal -->
<div id="id01" class="signup-modal">
<span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
<form class="modal-content">
<div class="form-container">
<h1>Sign Up</h1>
<p>Please fill in this form to create an account.</p>
<hr>
<label for="name"><b>Name</b></label>
<input type="text" placeholder="Enter your name" name="name" required>
<label for="email"><b>Email</b></label>
<input type="text" placeholder="Enter Email" name="email" required>
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<label for="psw-repeat"><b>Repeat Password</b></label>
<input type="password" placeholder="Repeat Password" name="psw-repeat" required>
<label>
<input type="checkbox" checked="checked" name="remember" style="margin-bottom:15px"> Remember me
</label>
<div class="clearfix">
<button type="button" class="cancelbtn" onclick="window.location.href = 'Members.html';">Cancel</button>
<button id="signup" class="signup-btn">Sign Up</button>
</div>
</div>
</form>
</div>
<!--Login form modal -->
<div id="id02" class="login-modal">
<span onclick="document.getElementById('id02').style.display='none'" class="close" title="Close Modal">×</span>
<form class="modal-content">
<div class="form-container">
<h1>Login</h1>
<p>Please login to your account.</p>
<hr>
<label for="name"><b>Username</b></label>
<input type="text" placeholder="Enter your username" name="name" required>
<label for="psw"><b>Password</b></label>
<input type="password" placeholder="Enter Password" name="psw" required>
<div class="clearfix">
<button id="login" type="button" onclick="alert('Welcome to your account!')" class="form-btn">Login</button>
</div>
</div>
</form>
</div>
</div>
<footer>
<section id="footer">
<div class="row">
<div class="column">
<h3 id="contact">Contact</h3>
<p>47a Gowthorpe<br>
Selby<br>
North Yorkshire<br>
YO8 4HF<br>
United Kingdom<br>
01757 293020 </p>
</div>
<div class="column">
<h3>Follow us:</h2><br>
<div class="footer_socials">
<a href="https://www.facebook.com/" title="Facebook" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/" title="Instagram" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://github.com/Stellabam/team-orange-CFG" title="Github" target="_blank"><i class="fa fa-github"></i></a>
<!-- Ignore these social icons
<a href="#" title="LinkedIn+" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="#" title="Dribbble" target="_blank"><i class="fa fa-dribbble"></i></a>-->
</div>
</div>
<div class="column">
<button id="open-subscribe-form">
Subscribe
</button>
<p>Subscribe to our newsletter!</p>
<div class="subscribe-form">
<div class="left">
<img src="./assets/images/recycle.gif" alt="" width="80%">
</div>
<div class="right">
<h2>Subscribe to our newsletter!</h2>
<p>Please subscribe to learn more about our news and activities.</p>
<div class="form">
<div class="input">
<label for="email">Your Email</label>
<input type="email" id="email" placeholder="[email protected]">
</div>
<div class="button">
<button id="show-message">Subscribe</button>
</div>
</div>
</div>
<button class="close-btn">
×
</button>
</div>
<div>
</div>
</div>
<p class="fix">Made with ❤️ by Team Orange for CFG Web Dev MOOC Challenge.</p>
</section>
</footer>
<!-- JAVASCRIPT -->
<script src="script.js">
</script>
</body>
</html>