-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (189 loc) · 7.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Frontend Mentor | Shortly URL shortening API Challenge</title>
<link rel="stylesheet" href="style.css">
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<main class="main">
<!-- Header -->
<header class="header">
<div class="container flex-between">
<div class="logo">
<a href="#">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/logo.svg" alt="" />
</a>
</div>
<nav class="main-navgation flex-between flex-ver-top">
<div class="nav-links">
<a href="#features">Features</a>
<a href="#pricing">Pricing</a>
<a href="#resources">Resources</a>
</div>
<div class="nav-buttons">
<a href="#" class="log-in">Login</a>
<a href="#" class="sign-up btn btn-sm">Sign Up</a>
</div>
</nav>
<div class="burger-menu">
<i class="fa-regular fa-bars icon"></i>
</div>
</div>
</header>
<!-- Landing -->
<section class="landing">
<div class="landing-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>
<a href="#url-shorten-form" class="btn btn-lg">Get Started</a>
</div>
<div class="landing-image">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/illustration-working.svg" alt="Working Illustration" />
</div>
</section>
<!-- Features -->
<section class="features" id="features">
<div class="container">
<!-- Short URL Feature -->
<div class="url-shorten-feature">
<form class="url-shorten-form" id="url-shorten-form">
<div>
<input type="text" class="url-input" placeholder="Shorten a link here..." autocomplete="off" />
<span class="alert"></span>
</div>
<button type="submit" class="btn btn-lg btn-plus-icon">Shorten It!</button>
</form>
<div class="url-shorten-results"></div>
</div>
<!-- Advanced Features -->
<div class="more-features">
<div class="section-header">
<h2>Advanced Statistics</h2>
<p>
Track how your links are performing across the web with our
advanced statistics dashboard.
</p>
</div>
<div class="more-features-content">
<div class="feature">
<div class="feature-illustration">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-brand-recognition.svg" alt="Feature Illustration Icon" />
</div>
<div class="feature-details">
<h3>Brand Recognition</h3>
<p>
Boost your brand recognition with each click. Generic links
don’t mean a thing. Branded links help instil confidence in
your content.
</p>
</div>
</div>
<div class="feature">
<div class="feature-illustration">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-detailed-records.svg" alt="Feature Illustration Icon" />
</div>
<div class="feature-details">
<h3>Detailed Records</h3>
<p>
Gain insights into who is clicking your links. Knowing when
and where people engage with your content helps inform
better decisions.
</p>
</div>
</div>
<div class="feature">
<div class="feature-illustration">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-fully-customizable.svg" alt="Feature Illustration Icon" />
</div>
<div class="feature-details">
<h3>Fully Customizable</h3>
<p>
Improve brand awareness and content discoverability through
customizable links, supercharging audience engagement.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section class="pricing" id="pricing">
<div class="container">
<div class="section-header">
<h2>Boost your links today</h2>
<a href="#" class="btn btn-lg">Get Started</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer" id="resources">
<div class="container">
<!-- Website Logo -->
<div class="logo">
<a href="#">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/logo.svg" alt="" />
</a>
</div>
<!-- Quick Links -->
<div class="quick-links">
<div class="links-group">
<span>Features</span>
<div>
<a href="#">Link Shortening</a>
<a href="#">Branded Links</a>
<a href="#">Analytics</a>
</div>
</div>
<div class="links-group">
<span>Resources</span>
<div>
<a href="#">Blog</a>
<a href="#">Developers</a>
<a href="#">Support</a>
</div>
</div>
<div class="links-group">
<span>Company</span>
<div>
<a href="#">About</a>
<a href="#">Our Team</a>
<a href="#">Careers</a>
<a href="#">Contact</a>
</div>
</div>
</div>
<!-- Social Media -->
<div class="social-media">
<a href="#">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-facebook.svg" alt="Facebook Logo">
</a>
<a href="#">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-twitter.svg" alt="Twitter Logo">
</a>
<a href="#">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-pinterest.svg" alt="Pinterest Logo">
</a>
<a href="#">
<img src="https://raw.githubusercontent.com/MohamedAridah/frontendmentor_url-shortening-api/main/images/icon-instagram.svg" alt="Instagram Logo">
</a>
</div>
</div>
<!-- Made By -->
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" class="outer-link" target="_blank">Frontend Mentor</a>.
Coded by <span class="outer-link">Daniels-not</span>.
</div>
</footer>
</main>
<script src="main.js"></script>
</body>
</html>