-
Notifications
You must be signed in to change notification settings - Fork 0
/
Index.html
219 lines (210 loc) · 10.1 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">
<link rel="stylesheet" href="CSS/Master.css">
<link rel="stylesheet" href="CSS/Nolrmalize.css">
<link rel="stylesheet" href="CSS/all.min.css">
<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@100;200;300;400;600;700;800&display=swap" rel="stylesheet">
<title>Template 1</title>
</head>
<body>
<!-- Start Header -->
<div class="header">
<div class="container">
<img src="Images/logo.jpg" alt="" class="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>
</div>
<!-- End Header -->
<!-- Start Landing -->
<div class="landing">
<div class="intro-text">
<h1>Hello There</h1>
<p>We are Leon - Super Creative & Minimal Agency Web Template</p>
</div>
</div>
<!-- End Landing -->
<!-- Start Features -->
<div class="features">
<div class="container">
<div class="feature-item">
<i class="fa-solid fa-wand-magic-sparkles"></i>
<h3>Tell Us Your Idea</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Est blanditiis temporibus nesciunt deserunt totam.</p>
</div>
<div class="feature-item">
<i class="fa-solid fa-gem"></i>
<h3>Tell Us Your Idea</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Est blanditiis temporibus nesciunt deserunt totam.</p>
</div>
<div class="feature-item">
<i class="fa-solid fa-earth-asia"></i>
<h3>Tell Us Your Idea</h3>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Est blanditiis temporibus nesciunt deserunt totam.</p>
</div>
</div>
</div>
<!-- End Features -->
<!-- Start Services -->
<div class="services" id="services">
<div class="container">
<h2 class="special-hedding">Services</h2>
<p>Don't be busy, be prodective</p>
<div class="services-content">
<div class="col">
<!-- Start Service Item Component -->
<div class="srv">
<i class="fas fa-palette fa-2x"></i>
<div class="text">
<h3>Graphic Desin</h3>
<p>
Graphic design is the creation of visual compositions to solve problems and communicate ideas through typography, imagery, color and form
</p>
</div>
</div>
<!-- End Service Item Component -->
<!-- Start Service Item Component -->
<div class="srv">
<i class="fab fa-sketch fa-2x"></i>
<div class="text">
<h3>UI / UX</h3>
<p>
The word UI is an abbreviation for User Interface, which means user interface, which is the interface that the user sees when entering your
site or application, while UX is an abbreviation for User Experience, which means user experience.
</p>
</div>
</div>
<!-- End Service Item Component -->
</div>
<div class="col">
<!-- Start Service Item Component -->
<div class="srv">
<i class="fas fa-vector-square fa-2x"></i>
<div class="text">
<h3>Web Design</h3>
<p>
Web design refers to the design of websites that are displayed on the internet. It usually refers to the user experience aspects of website ...
</p>
</div>
</div>
<!-- End Service Item Component -->
<!-- Start Service Item Component -->
<div class="srv">
<i class="fas fa-pencil-ruler fa-2x"></i>
<div class="text">
<h3>Web Development</h3>
<p>
Web development refers in general to the tasks associated with developing websites for hosting via intranet or internet.
The web development process includes web design, web content development, client-side/server-side scripting and network security configuration,
among other tasks.
</p>
</div>
</div>
<!-- End Service Item Component -->
</div>
<div class="col">
<div class="srv">
<div class="image image-in-srv">
<img src="Images/Services.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Services -->
<!-- Start Protofolio -->
<div class="protofolio" id="portfolio">
<div class="container">
<h2 class="special-hedding">Protofolio</h2>
<p>If you do it right, it will last forever.</p>
<div class="protofolio-content">
<div class="card">
<img src="images/protoloio 1.jpg" alt="">
<div class="info">
<h3>Project Here</h3>
<p>My creative abiliyiy is very difficult to measure because it can manifest in so many surprising and.</p>
</div>
</div>
<div class="card">
<img src="images/protoloio 2.jpg" alt="">
<div class="info">
<h3>Project Here</h3>
<p>My creative abiliyiy is very difficult to measure because it can manifest in so many surprising and.</p>
</div>
</div>
<div class="card">
<img src="images/protoloio 3.jpg" alt="">
<div class="info">
<h3>Project Here</h3>
<p>My creative abiliyiy is very difficult to measure because it can manifest in so many surprising and.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Protofolio -->
<!-- Start About -->
<div class="about" id="about">
<div class="container">
<h2 class="special-hedding">About</h2>
<p>Less is more work</p>
<div class="about-content">
<div class="image">
<img src="images/About.jpg" alt="">
</div>
<div class="text">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia fugit quia harum culpa ab earum facilis distinctio maiores illo! Iusto
veritatis dicta beatae. Recusandae, iste aperiam quae quisquam sequi libero.
</p>
<hr>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Officia fugit quia harum culpa ab earum facilis distinctio maiores illo! Iusto
veritatis dicta beatae. Recusandae, iste aperiam quae quisquam sequi libero.
</p>
</div>
</div>
</div>
</div>
<!-- End About -->
<!-- Start Contact -->
<div class="contact" id="contact">
<div class="container">
<h2 class="special-hedding">Contact</h2>
<p>We are born to create</p>
<div class="info">
<p class="label">Feel free to drop us a line at:</p>
<a href="mailto:[email protected]?subject=Contact" class="link">[email protected]</a>
<div class="social">
Find Us On Social Networks
<i class="fab fa-youtube"></i>
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
</div>
</div>
</div>
</div>
<!-- End Contact -->
<!-- Start Footer -->
<div class="footer">© 2022 <span>leon</span> All Right Reserved</div>
<!-- End Footer -->
</body>
</html>