-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
219 lines (213 loc) · 9.18 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
<!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" />
<meta
name="description"
content="Long link shortener on much shorter links"
/>
<meta
name="keyboard"
content="url,shorten,link,shorten link,design,frontendmentor,api"
/>
<meta name="author" content="Eduardo maximiliano" />
<meta name="robots" content="nofollow" />
<link rel="canonical" href="https://hungry-neumann-69f37d.netlify.app/" />
<title>URL Shortering</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="./images/favicon-32x32.png" />
</head>
<body>
<div class="modal"></div>
<nav class="nav">
<div class="nav__left">
<img src="./images/logo.svg" class="nav__logo" />
<ul class="nav__left__links">
<li class="nav__left__li">
<a class="nav__left__a" href="#!">Features</a>
</li>
<li class="nav__left__li">
<a class="nav__left__a" href="#!">Pricing</a>
</li>
<li class="nav__left__li">
<a class="nav__left__a" href="#!">Resources</a>
</li>
</ul>
</div>
<ul class="nav__right__links">
<li class="nav__right__li">
<a class="nav__right__a" href="#!">Login</a>
</li>
<li class="nav__right__li">
<a class="nav__right__a sign-up" href="#!">Sign Up</a>
</li>
</ul>
<div class="toggle-menu">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
<header class="header">
<div class="header__container-img">
<img
class="header__container-img__img"
src="./images/illustration-working.svg"
alt="illustration-working"
/>
</div>
<div class="header__container-text">
<h1 class="header__container-text__title">
More than just shorter links
</h1>
<p class="header__container-text__paragraph">
Build your brand's recognition and get detailed insights on how your
links are perfoming.
</p>
<a class="btn-started" href="#shorten">Get Started</a>
</div>
</header>
<main class="statistics">
<form class="box-url" id="shorten">
<input
class="box-url__inputs input-form"
type="text"
placeholder="Shorten a link here..."
/>
<span class="span">Please add a link</span>
<button class="box-url__inputs btn-form" type="submit">
<span class="btn__text">Shorten It!</span>
</button>
</form>
<div class="short-container"></div>
<div class="statistics__advanced">
<h2 class="statistics__advanced__title">Advanced Statistics</h2>
<p class="statistics__advanced__paragraph">
Track how your links are perfoming across the web with our advanced
statistics dashboard.
</p>
</div>
<div class="statistics__content-cards">
<article class="statistics__cards line-blue">
<div class="statics__cards__container-img">
<img src="./images/icon-brand-recognition.svg" alt="" />
</div>
<h3 class="statistics__cards__title">Brand Recognition</h3>
<p class="statistics__cards__paragraph">
Boost your brand recognition with each click. Generic links don't
mean a thing. Breanded links help instil confidence in your content.
</p>
</article>
<article class="statistics__cards line-blue">
<div class="statics__cards__container-img">
<img src="./images/icon-detailed-records.svg" alt="" />
</div>
<h3 class="statistics__cards__title">Detailed Records</h3>
<p class="statistics__cards__paragraph">
Gain insights into wha is clicking your links. Knowing when and
where people engage with your content helps inform better decisions.
</p>
</article>
<article class="statistics__cards">
<div class="statics__cards__container-img">
<img src="./images/icon-fully-customizable.svg" alt="" />
</div>
<h3 class="statistics__cards__title">Fully Customizable</h3>
<p class="statistics__cards__paragraph">
Improve brand awareness and content discoverability through
customizable links supercharging audience engagement.
</p>
</article>
</div>
</main>
<section class="links-today">
<h3 class="links-today__title">Boost your links today</h3>
<a class="btn-started" href="#shorten">Get Started</a>
</section>
<footer class="footer">
<h3 class="footer-title">Shortly</h3>
<div class="footeer__sections">
<h4>Features</h4>
<a href="#!">Link Shortering</a>
<a href="#!">Branded Links</a>
<a href="#!">Analytics</a>
</div>
<div class="footeer__sections">
<h4>Resources</h4>
<a href="#!">Blog</a>
<a href="#!">Developers</a>
<a href="#!">Support</a>
</div>
<div class="footeer__sections">
<h4>Company</h4>
<a target="_blank" href="https://maximo-4ever.github.io/">About</a>
<a href="#!">Ourt Team</a>
<a href="#!">Careers</a>
<a target="_blank" href="https://maximo-4ever.github.io#contact"
>Contact</a
>
</div>
<div class="footer__social">
<a
target="_blank"
href="https://www.linkedin.com/in/eduardo-maximiliano-90432921a/"
>
<svg
aria-hidden="true"
focusable="false"
data-prefix="fab"
data-icon="linkedin-in"
class="svg-inline--fa fa-linkedin-in fa-w-14"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
fill="#fff"
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"
></path>
</svg>
</a>
<a target="_blank" href="https://twitter.com/Maximo_4ever">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="20">
<path
fill="#FFF"
d="M24 2.557a9.83 9.83 0 01-2.828.775A4.932 4.932 0 0023.337.608a9.864 9.864 0 01-3.127 1.195A4.916 4.916 0 0016.616.248c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 011.671 1.149a4.93 4.93 0 001.523 6.574 4.903 4.903 0 01-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 01-2.224.084 4.928 4.928 0 004.6 3.419A9.9 9.9 0 010 17.54a13.94 13.94 0 007.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0024 2.557z"
/>
</svg>
</a>
<a target="_blank" href="https://www.instagram.com/maximo4ever/">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
<path
fill="#FFF"
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"
/>
</svg>
</a>
</div>
</footer>
<template class="templete">
<div class="short-content">
<p class="short-content__link">
Lorem ipsum dolor sit amet consectetur.
</p>
<div class="link-copy">
<a class="short-content__short-link" href="" target="_blank"
>Lorem, ipsum dolor.</a
>
<button class="short-content__copy">Copy</button>
</div>
</div>
</template>
<script src="main.js"></script>
</body>
</html>