forked from ginchoco/1Letter1Smile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
246 lines (202 loc) · 12.9 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
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
236
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--========== BOX ICONS ==========-->
<link href='https://cdn.jsdelivr.net/npm/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<!--========== CSS ==========-->
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="shortcut icon" type="image/png" href="assets/img/logo.png">
<title>1Letter1Smile Mockup</title>
</head>
<!--========== SCROLL TOP ==========-->
<a href="#" class="scrolltop" id="scroll-top">
<i class='bx bx-chevron-up scrolltop__icon'></i>
</a>
<!--========== HEADER ==========-->
<header class="l-header" id="header">
<nav class="nav bd-container">
<a href="index.html" class="nav__logo"><img src="assets/img/logo.png" alt=""></a>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="letter.html" class="nav__link">Write a Letter</a></li>
<li class="nav__item"><a href="login.html" class="nav__link">Register/Login</a></li>
<li class="nav__item"><a href="about.html" class="nav__link">About</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">More</a></li>
<li><i class='bx bx-moon change-theme' id="theme-button"></i></li>
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--========== HOME ==========-->
<section class="home" id="home">
<div class="home__container bd-container bd-grid">
<div class="home__data">
<!-- <img src="assets/img/logo.png" alt="" class="logo__img"> -->
<img src="assets/img/logo.png" alt="" class="home__logo">
<h1 class="home__title">Love in a few clicks </h1>
<h2 class="home__subtitle">Write letters to the isolated elderly.</h2>
<a href="letter.html" class="button">Write a letter</a>
</div>
<img src="assets/img/home.gif" alt="" class="home__img">
</div>
</section>
<!--========== ABOUT ==========-->
<section class="about section bd-container" id="about">
<div class="about__container bd-grid">
<div class="about__data">
<span class="section-subtitle about__initial">About</span>
<h2 class="section-title about__initial">We are fighting a <br> lonliness pandemic.</h2>
<p class="about__description">We are a non-profit organization that send letters to isolated elderly people. Supporting those affected by COVID-19 through love and letter-writing.</p>
<a href="about.html" class="button">Learn more</a>
</div>
<img src="assets/img/about.jpg" alt="" class="about__img">
</div>
</section>
<!--========== SERVICES ==========-->
<section class="services section bd-container" id="services">
<span class="section-subtitle"> Process</span>
<h2 class="section-title">How It Works</h2>
<div class="services__container bd-grid">
<div class="services__content">
<svg xmlns="http://www.w3.org/2000/svg" width="84" height="84" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><polygon points="14 2 18 6 7 17 3 17 3 13 14 2"></polygon><line x1="3" y1="22" x2="21" y2="22"></line></svg>
<h3 class="services__title">Create</h3>
<p class="services__description">Brainstorm a happy memory or words of encouragement you'd like
to share. Then, send your letter (at least 250 words) on our website.</p>
</div>
<div class="services__content">
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path><circle cx="8.5" cy="7" r="4"></circle><polyline points="17 11 19 13 23 9"></polyline></svg>
<h3 class="services__title">Proofread</h3>
<p class="services__description">Your letter is read by one of our volunteers and then formatted to look like a real letter! It's ready to be sent to the care homes you selected through email. </p>
</div>
<div class="services__content">
<svg xmlns="http://www.w3.org/2000/svg" width="86" height="86" viewBox="0 0 24 24" fill="none" stroke="#000000" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path><polyline points="22,6 12,13 2,6"></polyline></svg>
<h3 class="services__title">Delivery</h3>
<p class="services__description"> Care homes download, print, and distribute your letter to their elderly residents. Your recipient may respond through the contact information you provided!</p>
</div>
</div>
<div class="services__button">
<a href="letter.html" class="button">Write a letter</a>
</div>
</section>
<!--========== MENU ==========-->
<section class="menu section bd-container" id="menu">
<span class="section-subtitle">Choose an option</span>
<h2 class="section-title">I would like to...</h2>
<div class="menu__container bd-grid">
<div class="menu__content">
<a href="letter.html" class="href"><img src="assets/img/teen.gif" alt="" class="menu__img"></a>
<h3 class="menu__name">Write a letter</h3>
<span class="menu__detail">Make a smile</span>
<!-- <span class="menu__preci">$22.00</span> -->
<a href="letter.html" class="button menu__button"><i class='bx bxs-right-arrow-alt'></i></a>
</div>
<div class="menu__content">
<a href="login.html" class="ref"><img src="assets/img/grandma.gif" alt="" class="menu__img"></a>
<h3 class="menu__name">Register/Login</h3>
<span class="menu__detail">Care Home or School</span>
<!-- <span class="menu__preci">$12.00</span> -->
<a href="login.html" class="button menu__button"><i class='bx bxs-right-arrow-alt'></i></a>
</div>
<!-- <div class="menu__content">
<img src="assets/img/globe.gif" alt="" class="menu__img">
<h3 class="menu__name">Donate</h3>
<span class="menu__detail">Offer friendly help</span>
<span class="menu__preci">$9.50</span>
<a href="#" class="button menu__button"><i class='bx bxs-right-arrow-alt'></i></a>
</div> -->
</div>
</section>
<!--===== APP =======-->
<section class="app section bd-container">
<div class="app__container bd-grid">
<div class="app__data">
<span class="section-subtitle app__initial">Gallery</span>
<h2 class="section-title app__initial">Letters, letters, letters!</h2>
<p class="app__description">Take a look at some examples, our sponsors, partnerships, upcoming projects and much more.</p>
<div class="app__stores">
<!-- <a href="#"><img src="assets/img/app1.png" alt="" class="app__store"></a>
<a href="#"><img src="assets/img/app2.png" alt="" class="app__store"></a> -->
</div>
</div>
<img src="assets/img/phone.gif" alt="" class="app__img">
</div>
</section>
<!--========== CONTACT US ==========-->
<section class="contact section bd-container" id="contact">
<div class="contact__container bd-grid">
<div class="contact__data">
<span class="section-subtitle contact__initial">Let's talk</span>
<h2 class="section-title contact__initial">Contact us</h2>
<p class="contact__description">We do our best to make it as simple as possible for you! But if you have questions we can help.</p>
<form action="">
<div class="contact__direction">
<input type="text" placeholder="Email address" class="contact__input">
<a href="#" class="button">Send</a>
</div>
</form>
</div>
<div class="contact__img">
<img src="assets/img/heart.gif" alt="">
</div>
</div>
</section>
</main>
<!--========== FOOTER ==========-->
<footer class="footer section bd-container">
<div class="footer__container bd-grid">
<div class="footer__content">
<a href="#" class="footer__logo">1Letter1Smile</a>
<span class="footer__description">Non Profit</span>
<div>
<a href="https://www.facebook.com/1-lettre-1-sourire-104735304495540/" class="footer__social"><i class='bx bxl-facebook'></i></a>
<a href="https://www.instagram.com/1lettre1sourire/?hl=fr" class="footer__social"><i class='bx bxl-instagram'></i></a>
<a href="#" class="footer__social"><i class='bx bxl-twitter'></i></a>
</div>
</div>
<div class="footer__content">
<h3 class="footer__title">Services</h3>
<ul>
<li><a href="letter.html" class="footer__link">Write a Letter</a></li>
<li><a href="about.html" class="footer__link">About</a></li>
<li><a href="faq.html" class="footer__link">FAQs</a></li>
<li><a href="sponsor.html" class="footer__link">Our Sponsors</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Information</h3>
<ul>
<li><a href="login.html" class="footer__link">Register/Login</a></li>
<li><a href="#" class="footer__link">Donate</a></li>
<li><a href="#" class="footer__link">Privacy policy</a></li>
<li><a href="#" class="footer__link">Terms of services</a></li>
</ul>
</div>
<div class="footer__content">
<h3 class="footer__title">Address</h3>
<ul>
<li>Lille - France</li>
<li>+33 6 46 48 08 02.</li>
<li>[email protected]</li>
</ul>
</div>
</div>
<p class="footer__copy">© 2020 1Letter1Smile. All right reserved</p>
</footer>
<!--========== SCROLL REVEAL ==========-->
<script src="https://unpkg.com/scrollreveal"></script>
<!--========== MAIN JS ==========-->
<script src="assets/js/main.js"></script>
<!-- LOADER
<div class="loading">
<div class="loading__dot"></div>
<div class="loading__dot"></div>
<div class="loading__dot"></div>
</div> -->
</body>
</html>