generated from chalu/holiday-challenge-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
251 lines (239 loc) · 8.71 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
247
248
249
250
251
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Name of chosen challenge</title>
<link rel="stylesheet" href="style.css" />
<script
src="https://kit.fontawesome.com/cf44f28357.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header class="header">
<!-- <div class="header__content"></div> -->
<div class="header__itemContainer">
<div class="header__bar header__item">
<span class="header__bar--burger"></span>
</div>
<div class="header__left header__item">
<a href="index.html"
><img class="header__logoImg" src="images/logo.svg" alt="logo"
/></a>
</div>
<nav class="header__right header__item header__nav">
<ul class="header__listContainer">
<li class="header__listItem">
<a href="#home" class="header__link active">Home</a>
</li>
<li class="header__listItem">
<a href="#about" class="header__link">About</a>
</li>
<li class="header__listItem">
<a href="#features" class="header__link">Features</a>
</li>
<li class="header__listItem">
<a href="#contact" class="header__link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="home" class="main">
<div class="main__content">
<div class="main__left">
<h1 class="main__title">
Use <span class="main__title--redact">Redact</span
><span class="main__title--app">App</span> to share & hide specific
words on every social media apps.
</h1>
<p class="main__text">
Safely share content on social media by scrambling portions of the
text you don’t want the world to read/see.
</p>
<a href="redact.html" class="main__btn">
<span class="main__btn--text">Try RedactApp</span>
<span class="main__btn--icon">
<i class="fas fa-arrow-right"></i>
</span>
</a>
</div>
<div class="main__right">
<div class="img-right">
<img
class="main__right--img"
src="./images/hero_shape.png"
alt="main-img"
/>
</div>
<div class="card__tweet">
<div class="card__tweet--header">
<a href="redact.html" class="main__btn">Share on twitter</a>
<i class="fab fa-twitter"></i>
</div>
<hr />
<!-- text -->
<p>
I hope you’re well. Can we catch up today? I’d **** your input on
my presentation. I know how hard it is to come up with *** that
can suit and meet the need. Anways I will be expecting you as
always.
</p>
</div>
</div>
</div>
</main>
<section id="about" class="about">
<section class="about__content">
<div class="about__block">
<h2 class="about__title">ABOUT US</h2>
<p class="about__subtext">
Safely share content on social media by scrambling portrions of the
text you don’t want the world to see.
</p>
<div class="about__img">
<img src="images/about.jpg" alt="" />
</div>
</div>
<div class="aboutContent-container">
<!-- create three cards -->
<div class="aboutContent-card">
<div class="aboutContent-card--header">
<h2>How It Works</h2>
</div>
<hr />
<p>
Click on the “Try ReadactApp” button, it then takes you to where the app will then scan through the original text and replace the specified words to be scrambled with asterisks.
<b>NOTE:</b> The app also allows the user to specify what to use in replacing the words, so that it can do the scrambling with what the user provides.
</p>
</div>
<div class="aboutContent-card">
<div class="aboutContent-card--header">
<button class=".redact__btn" id="off"></button>
<h2>Our team</h2>
</div>
<hr />
<p>
We are a team of developers who are passionate about creating apps
that are easy to use.
</p>
</div>
<div class="aboutContent-card">
<div class="aboutContent-card--header">
<h2>Contact us</h2>
</div>
<hr />
<p>
Why should you contact us?<br>
We made our app unique (<b>i.e.</b> This app also displays some stats like how many words were scanned, how many matched the words to be scrambled, how many characters were scrambled in total, how long it took (in seconds) to complete the scrambling task).
</p>
</div>
</div>
</section>
</section>
<section id="features" class="features">
<!-- <img class="features__shape2" src="/images/shape 2.svg" alt="" /> -->
<section class="features__content">
<!-- title -->
<div class="feature__text--box">
<h1 class="features__title">Features</h1>
<p class="features__subtext">
Amazing features with icons that display each what it entails
</p>
</div>
<!-- features -->
<div class="features__container">
<div class="features__item">
<div class="features__item--icon">
<i class="fas fa-lock"></i>
</div>
<div class="features__item--text">
<h2>Secure</h2>
<p>
Your data is encrypted and stored on our servers. No one can
access your data except you.
</p>
</div>
</div>
<div class="features__item">
<div class="features__item--icon">
<i class="fas fa-share-alt"></i>
</div>
<div class="features__item--text">
<h2>Share</h2>
<p>
Share your data with anyone you want. No one can see your data
except you.
</p>
</div>
</div>
<div class="features__item">
<div class="features__item--icon">
<i class="fas fa-eye-slash"></i>
</div>
<div class="features__item--text">
<h2>Hide</h2>
<p>
Hide specific words from your data. No one can see your data
except you.
</p>
</div>
</div>
</div>
</section>
</section>
<footer id="contact" class="footer">
<div class="footer__content">
<div id="footer__content--container">
<div>
<a href="index.html"
><img src="images/logo-footer.svg" alt="" class="footer__logo"
/></a>
</div>
<div class="footmain">
<div class="footmain__item">
<h2 class="title">Features</h2>
<ul>
<li><a href="#">Scanned Words</a></li>
<li><a href="#">Execution Time</a></li>
<li><a href="#">Scrambled Words</a></li>
<li><a href="">Matched Scrambled Words</a></li>
</ul>
</div>
<div class="footmain__item">
<h2>Support</h2>
<ul>
<li><a href="#">Account</a></li>
<li><a href="#">Help</a></li>
</ul>
</div>
<div class="footmain__item">
<h2>Legal</h2>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Use</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="footmain__item">
<h2>Social Media</h2>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">LinkedIn</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Github</a></li>
</ul>
</div>
</div>
</div>
<hr class="hr" />
<summary class="copyright">Copyright 2022 ©redactrApp</summary>
</div>
</footer>
<!-- // ============= EEND DO NOT EDIT ============== // -->
<script src="index.mjs" type="module"></script>
<!-- // ============= EEND DO NOT EDIT ============== // -->
</body>
</html>