-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (174 loc) · 6.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<title>Shortly</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<script src="https://kit.fontawesome.com/afbebc8cbf.js" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<div class="nav-heading">
<img src="./images/logo.svg" alt="Shortly">
</div>
<div class="nav-sections">
<span>Features</span>
<span>Pricing</span>
<span>Resources</span>
</div>
<div class="nav-buttons">
<button type="submit" class="login" name="login">Login</button>
<button type="submit" class="sign-up" name="sign-up">Sign Up</button>
</div>
<div class="burger">
<div class="burger-icon">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<div class="burger-links">
<ul>
<li>
<a href="#">Features</a>
</li>
<li>
<a href="#">Pricing</a>
</li>
<li>
<a href="#">Resources</a>
</li>
<li>
<button type="submit" class="login" name="login">Login</button>
</li>
<li>
<button type="submit" class="sign-up" name="sign-up">Sign Up</button>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div id="header-text">
<h1>
More than just Shorter Links
</h1>
<p>
Build your brand’s recognition and get detailed insights on how your links are performing.
</p>
<button type="submit" id="get-started-btn" name="get-started">Get Started</button>
</div>
<div id="header-image">
<img src="./images/illustration-working.svg" alt="header-img">
</div>
</header>
<main>
<div id="link-container">
<div id="link-controls">
<input type="text" name="link-input" id="link-input" placeholder="Shorten a link here..." autocomplete="off">
<label for="link-input" class="invalid-link-message">
Please add a valid link (https://www.example.com/like-this-format)
</label>
<button type="submit" name="link-button" id="link-button">Shorten it!</button>
</div>
</div>
<div id="link-provider">
</div>
<div id="stats-container">
<div class="sc-heading">
<h2>Advanced Statistics</h2>
<p>Track how your links are performing across the web with our advanced statistics dashboard.</p>
</div>
<div id="sc-parent">
<div class="sc-child">
<div class="sc-logo">
<img src="./images/icon-brand-recognition.svg" alt="brand-recognition-icon">
</div>
<div class="sc-heading">
<strong>Brand Recognition</strong>
</div>
<div class="sc-info">
<span>Boost your brand recognition with each click. Generic links don’t mean a thing.
Branded links help instil confidence in your content.</span>
</div>
</div>
<div class="sc-child">
<div class="sc-logo">
<img src="./images/icon-detailed-records.svg" alt="brand-recognition-icon">
</div>
<div class="sc-heading">
<strong>Detailed Records</strong>
</div>
<div class="sc-info">
<span>Gain insights into who is clicking your links. Knowing when and where
people engage with your content helps inform better decisions.</span>
</div>
</div>
<div class="sc-child">
<div class="sc-logo">
<img src="./images/icon-fully-customizable.svg" alt="brand-recognition-icon">
</div>
<div class="sc-heading">
<strong>Fully Customizable</strong>
</div>
<div class="sc-info">
<span>Improve brand awareness and content discoverability through customizable
links, supercharging audience engagement.</span>
</div>
</div>
</div>
</div>
</main>
<section id="boost-section">
<div class="boost-heading">
<h2>Boost your links today</h2>
</div>
<div class="boost-button">
<button type="submit" id="get-started-btn" name="get-started">Get Started</button>
</div>
</section>
<footer>
<div class="footer-heading">
<img src="./images/logo-bottom.svg" alt="Shortly" id="main-icon-bottom">
</div>
<div class="footer-links">
<div class="footer-features">
<ul>
<a href="#"><b>Features</b></a>
<li><a href="#">Link Shortening</a></li>
<li><a href="#">Branded Links</a></li>
<li><a href="#">Analytics</a></li>
</ul>
</div>
<div class="footer-resources">
<ul>
<a href="#"><b>Resources</b></a>
<li><a href="#">Blog</a></li>
<li><a href="#">Developers</a></li>
<li><a href="#">Support</a></li>
</ul>
</div>
<div class="footer-company">
<ul>
<a href="#"><b>Company</b></a>
<li><a href="#">About</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="footer-social-sites">
<a href="#"><span><i class="fab fa-facebook-square"></i></span></a>
<a href="#"><span><i class="fab fa-twitter"></i></span></a>
<a href="#"><span><i class="fab fa-pinterest"></i></span></a>
<a href="#"><span><i class="fab fa-instagram"></i></span></a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="./js/script.js"></script>
</body>
</html>