-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
241 lines (238 loc) · 7.98 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
<!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" />
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Heebo:wght@800&family=Montserrat:wght@500;700&family=Poppins:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<title>Edie Homepage | dev challenge</title>
</head>
<body>
<header>
<a href="#"><h1 class="brand__name">Edie</h1></a>
<button class="material-icons menu-btn">menu</button>
<nav class="header__nav">
<ul>
<li><a href="#" class="header__nav__link">Home</a></li>
<li><a href="#services" class="header__nav__link">Services</a></li>
<li><a href="#works" class="header__nav__link">Our Works</a></li>
<li><a href="#clients" class="header__nav__link">Clients</a></li>
<li><a href="#contact" class="header__nav__link">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="intro__text">
<h5>Unhappy with your website?</h5>
<h3>
We create beautiful <br />
and fast web services
</h3>
</section>
<section class="hero__banner">
<picture>
<source
media="(max-width: 1080px)"
srcset="./images/hero-image-850x348.jpg"
sizes=""
/>
<img src="./images/heroImage.jpg" alt="" />
</picture>
</section>
<section id="contact" class="our__goal">
<h3>
Story, emotion <br />
and purpose
</h3>
<p>
We help transform your ideas into real world applications that will
outperform your toughest competition and help you achieve your
strategic goals in short period of time.
</p>
<label class="news-letter">
<span>Want us to contact you?</span>
<div class="input__field">
<input type="email" placeholder="Email" name="" id="" />
<button>Join</button>
</div>
</label>
</section>
<section id="services" class="section__services">
<h3>We offer high <br />demand services</h3>
<ul>
<li>
<div class="service__card">
<div class="service__card__icon service__card__icon__pen">
<span class="material-icons"> mode </span>
</div>
<h2>UI/UX Design</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis a
metus ac nulla consequat aliquet id quis turpis.
</p>
<button class="btn">Get started</button>
</div>
</li>
<li>
<div class="service__card service__card__active">
<div class="service__card__icon service__card__icon__code">
<span class="material-icons"> code </span>
</div>
<h2>Front End</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis a
metus ac nulla consequat aliquet id quis turpis.
</p>
<button class="btn">Get started</button>
</div>
</li>
<li>
<div class="service__card">
<div class="service__card__icon service__card__icon__list">
<span class="material-icons"> list </span>
</div>
<h2>Back End</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis a
metus ac nulla consequat aliquet id quis turpis.
</p>
<button class="btn">Get started</button>
</div>
</li>
</ul>
</section>
<section id="works" class="section__works">
<h3>Good design means good business</h3>
<ul>
<li>
<div class="section__works__card">
<picture>
<img src="./images/smarthome.jpg" alt="" />
</picture>
<h6>Full stack application</h6>
<h4>Smart home dashboard</h4>
</div>
</li>
<li>
<div class="section__works__card">
<picture>
<img src="./images/onboard.png" alt="" />
</picture>
<h6>UX/UI design</h6>
<h4>Onboard application</h4>
</div>
</li>
<li>
<div class="section__works__card">
<picture>
<img src="./images/booking.png" alt="" />
</picture>
<h6>Mobile application</h6>
<h4>Booking system</h4>
</div>
</li>
<li>
<div class="section__works__card">
<picture>
<img src="./images/juice-product.png" alt="" />
</picture>
<h6>Front End application</h6>
<h4>Juice product homepage</h4>
</div>
</li>
</ul>
<a href="#" class="link__read-more"
><span>See more</span>
<span class="material-icons"> trending_flat </span></a
>
</section>
<section id="team" class="section__team">
<div class="section__team__info">
<h4>Meet the team</h4>
<h3>We are chilled and a laidback team</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
</div>
<div class="section__team__gallery">
<ul>
<li>
<picture><img src="./images/person1.png" alt="" /></picture>
</li>
<li>
<picture><img src="./images/person2.png" alt="" /></picture>
</li>
<li>
<picture><img src="./images/person3.png" alt="" /></picture>
</li>
</ul>
</div>
</section>
<section id="clients" class="section__client">
<p>
“Fast and outstanding resutls. Edie understands their customer’s
needs. They have a young and talented team.”
</p>
<div class="author">
<picture><img src="./images/person4.png" alt="" /></picture>
<div>
<h3>Carlos Tran</h3>
<h4>The Decorate Gatsby</h4>
</div>
</div>
</section>
</main>
<footer>
<div class="footer__container__fluid">
<nav class="footer__nav">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#works">Our Works</a></li>
<li><a href="#clients">Clients</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="social-network">
<h1 class="brand__name">Edie</h1>
<ul>
<li>
<a href="#"
><img src="./images/instagram.svg" alt="instagram"
/></a>
</li>
<li>
<a href="#"><img src="./images/linkedin.svg" alt="linkedin" /></a>
</li>
<li>
<a href="#"><img src="./images/twitter.svg" alt="twitter" /></a>
</li>
</ul>
</div>
<label class="news-letter">
<span>Want us to contact you?</span>
<div class="input__field">
<input type="email" placeholder="Email" name="" id="" />
<button>Join</button>
</div>
</label>
</div>
<p class="footer__sign">
created by
<strong
><a href="https://devchallenges.io/portfolio/Lionprincipe"
>@Lionprincipe</a
></strong
>
- devChallenges.io
</p>
</footer>
</body>
</html>