-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (167 loc) · 7.52 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
<!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/normalize.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,800&display=swap" rel="stylesheet">
<title>Template One</title>
</head>
<body>
<div class="header">
<div class="container">
<img class="logo" src="images/logo.png" alt="">
<div class="links">
<div class="icon">
<span></span>
<span></span>
<span></span>
</div>
<ul >
<li><a href="#Services"> Services</a></li>
<li><a href="#Protofolio"> Protofolio</a></li>
<li><a href="#About"> About</a></li>
<li><a href="#Contact"> Contact</a></li>
</ul>
</div>
</div>
</div>
<div class="landing">
<div class="intro-text">
<h1>Hello There</h1>
<p>We are Leon - Super Creative & Minimal Agency Web Template</p>
</div>
</div>
<div class="fetures">
<div class="container">
<div>
<i class="fas fa-magic"></i>
<h4>Tell Us Your Idea</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut lab</p>
</div>
<div>
<i class="far fa-gem"></i>
<h4>We Will Do All The Work</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut lab</p>
</div>
<div>
<i class="fas fa-globe-asia"></i>
<h4>Your Product is Worldwide</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut lab</p>
</div>
</div>
</div>
<div class="services" id="Services">
<div class="container">
<h2 class="special-header">Services</h2>
<p>Don't be busy, be productive</p>
<div class="service-section">
<div class="col">
<div class='cont'>
<i class="fas fa-palette"></i>
<div class="text">
<h4>Graphic Design</h4>
<p>Graphic design is the process of visual communication and problem-solving using one or more of typography, photography and illustration.</p>
</div>
</div>
<div class='cont'>
<i class="fas fa-gem"></i>
<div class="text">
<h4>UI & UX</h4>
<p>Process of enhancing user satisfaction with a product by improving the usability, accessibility, and pleasure provided in the interaction.</p>
</div>
</div>
</div>
<div class="col">
<div class='cont'>
<i class="fas fa-pencil-ruler"></i>
<div class="text">
<h4>Web Design</h4>
<p>Web design encompasses many different skills and disciplines in the production and maintenance of websites.</p>
</div>
</div>
<div class='cont'>
<i class="fas fa-vector-square"></i>
<div class="text">
<h4>Web Development</h4>
<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>
</div>
<div class="col non-img">
<div class="image">
<img src="images/mount-2.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="proto" id="Protofolio">
<div class="container">
<h2 class="special-header">Portfolio</h2>
<p>If you do it right, it will last forever</p>
<div class="proto-content">
<div >
<img src="images/team-1.jpg" alt="">
<div class="text-p">
<h4>Project Here</h4>
<p>My creative ability is very difficult to measure because it can manifest in so many surprising and.</p>
</div>
</div>
<div class="picture">
<img src="images/team-2.jpg" alt="">
<div class="text-p">
<h4>Project Here</h4>
<p>My creative ability is very difficult to measure because it can manifest in so many surprising and.</p>
</div>
</div>
<div class="picture">
<img src="images/team-3.jpg" alt="">
<div class="text-p">
<h4>Project Here</h4>
<p>My creative ability is very difficult to measure because it can manifest in so many surprising and.</p>
</div>
</div>
</div>
</div>
</div>
<div class="about" id="About">
<div class="container">
<h2 class="special-header">About</h2>
<p>Less is more work</p>
<div class="about-content">
<div class="image-about">
<img src="images/about.jpg" alt="">
</div>
<div class="text-about">
<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>
</div>
<div class="contect" id="Contact">
<div class="container">
<h2 class="special-header">Contact</h2>
<p>We are born to create</p>
<p class="label">Feel free to drop us a line at:</p>
<a href="mailto:leonagency@mail.com">leonagency@mail.com</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 class="footer">
<p>© 2021 <span> Leon</span> All Right Reserved</p>
</div>
</body>
</html>