-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
252 lines (249 loc) · 8.04 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
252
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="Images/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Leon | Template One</title>
<!-- Main CSS File -->
<link rel="stylesheet" href="CSS/leon.css" />
<!-- normalize file -->
<link rel="stylesheet" href="CSS/normalize.css" />
<!-- Font Awesome Library -->
<link rel="stylesheet" href="CSS/all.min.css" />
<!-- Google Fonts -->
<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=Work+Sans:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet" />
</head>
<body>
<!-- Start Header -->
<header>
<div class="container">
<img class="logo" src="Images/logo.png" alt="Logo" />
<div class="links">
<span class="icon">
<span></span>
<span></span>
<span></span>
</span>
<ul>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Landing Section -->
<section class="landing">
<div class="welcome-text">
<h1>Hello There</h1>
<p>We are Leon - Super Creative & Minimal Agency Web Template</p>
</div>
</section>
<!-- End Landing Section -->
<!-- Start Features -->
<section class="features">
<div class="container section-grid">
<div class="feat">
<i class="fa-solid fa-lightbulb"></i>
<h3>Tell Us Your Idea</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut lab
</p>
</div>
<div class="feat">
<i class="fa-solid fa-briefcase"></i>
<h3>We Will Do All The Work</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut lab
</p>
</div>
<div class="feat">
<i class="fa-solid fa-earth-europe"></i>
<h3>Your Product is Worldwide</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut lab
</p>
</div>
</div>
</section>
<!-- End Features -->
<!-- Start Services -->
<section class="services">
<div class="container" id="services">
<h3 class="special-heading">Services</h3>
<p>Don't be busy, be productive</p>
<div class="services-content section-grid">
<div class="col">
<!-- Start Srv -->
<div class="srv">
<i class="fa-solid fa-palette"></i>
<div class="srv-text">
<h3>Graphic Design</h3>
<p>
Graphic design is the process of visual communication and
problem-solving using one or more of typography, photography
and illustration.
</p>
</div>
</div>
<!-- End Srv -->
<!-- Start Srv -->
<div class="srv">
<i class="fa-brands fa-sketch"></i>
<div class="srv-text">
<h3>UI & UX</h3>
<p>
Process of enhancing user satisfaction with a product by
improving the usability, accessibility, and pleasure provided
in the interaction.
</p>
</div>
</div>
<!-- End Srv -->
</div>
<div class="col">
<!-- Start Srv -->
<div class="srv">
<i class="fa-solid fa-vector-square"></i>
<div class="srv-text">
<h3>Web Design</h3>
<p>
Web design encompasses many different skills and disciplines
in the production and maintenance of websites.
</p>
</div>
<!-- End Srv -->
<!-- Start Srv -->
</div>
<div class="srv">
<i class="fa-solid fa-pen-ruler"></i>
<div class="srv-text">
<h3>Web Development</h3>
<p>
Web development is a broad term for the work involved in
developing a web site for the Internet or an intranet.
</p>
</div>
</div>
<!-- End Srv -->
</div>
<div class="col">
<div class="image">
<img src="Images/services.jpg" alt="A Mountain" />
</div>
</div>
</div>
</div>
</section>
<!-- End Services -->
<!-- Start Portfolio -->
<section class="portfolio">
<div class="container" id="portfolio">
<h3 class="special-heading">Portfolio</h3>
<p>If you do it right, it will last forever.</p>
<div class="portfolio-content section-grid">
<!-- Start Card -->
<div class="card">
<img src="Images/portfolio-1.jpg" alt="Project 1" />
<div class="card-text">
<h3>Project Here</h3>
<p>
My creative ability is very difficult to measure because it can
manifest in so many surprising and.
</p>
</div>
</div>
<!-- End Card -->
<!-- Start Card -->
<div class="card">
<img src="Images/portfolio-2.jpg" alt="Project 2" />
<div class="card-text">
<h3>Project Here</h3>
<p>
My creative ability is very difficult to measure because it can
manifest in so many surprising and.
</p>
</div>
</div>
<!-- End Card -->
<!-- Start Card -->
<div class="card">
<img src="Images/portfolio-3.jpg" alt="Project 3" />
<div class="card-text">
<h3>Project Here</h3>
<p>
My creative ability is very difficult to measure because it can
manifest in so many surprising and.
</p>
</div>
</div>
<!-- End Card -->
</div>
</div>
</section>
<!-- End Portfolio -->
<!-- Start About -->
<section class="about">
<div class="container" id="about">
<h3 class="special-heading">About</h3>
<p>Less is more work</p>
<div class="about-content">
<div class="image">
<img src="Images/about.jpg" alt="" />
</div>
<div class="about-text">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nihil
nemo neque voluptate tempora velit cum non, fuga vitae architecto
delectus sed maxime rerum impedit aliquam obcaecati, aut excepturi
iusto laudantium!
</p>
<hr />
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus,
sapiente. Velit iure exercitationem dolores nesciunt dolore. Eum
officiis dolorum hic voluptate quaerat minima, similique inventore
esse, alias, sed quo officia?
</p>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Contact -->
<section class="contact">
<div class="container" id="contact">
<h3 class="special-heading">Contact</h3>
<p>We are born to create</p>
<div class="contact-text">
<p>Feel free to drop us a line at:</p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
Find Us On Social Networks
<i class="fa-brands fa-youtube"></i>
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-twitter"></i>
</p>
</div>
</div>
</section>
<!-- End Contact -->
<!-- Start Footer -->
<footer>
<div class="container">
<p>© 2023 <span>Leon</span> all Rights Reserved</p>
</div>
</footer>
<!-- End Footer -->
</body>
</html>