-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
197 lines (176 loc) · 8.08 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
<!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">
<title>Leon Agency template Solution</title>
<link rel="stylesheet" href="styles.css">
<!-- bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- 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:ital,wght@0,400;0,700;1,200&display=swap" rel="stylesheet">
<!-- fontawsome -->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!-- jQuery -->
<!-- <script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> -->
<!-- script -->
</head>
<body>
<!-- nav-bar -->
<nav id="nav-bar">
<div class="container">
<a href="index.html"><img src="logo.png" alt="LOGO"></a>
<div class="bar-logo">
<span class="bar bar-1"></span>
<span class="bar bar-2"></span>
<span class="bar bar-3"></span>
</div>
<ul class="nav-links">
<li class="nav-link"><a href="#welcome">Welcome</a></li>
<li class="nav-link"><a href="#services">Services</a></li>
<li class="nav-link"><a href="#portfolio">portfolio</a></li>
<li class="nav-link"><a href="#about">About</a></li>
<li class="nav-link"><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<section id="welcome">
<div class="info">
<div class="text">
<h1>Hello There!</h1>
<p>we are Leon - Super Creative & Minimal <br/>
Agency Web Template</p>
</div>
</div>
<div class="cards">
<div class="cardd">
<i class="far fa-lightbulb"></i>
<h5>Tell Us your Idea</h5>
<p>Lorem ipsum dolor sit amet, consectetur<br>
adipisicing elit.
eius quo nesciunt <br> saepe in optio illum vitae</p>
</div>
<div class="cardd">
<i class="fas fa-flask"></i>
<h5>We Will Do All The Work</h5>
<p>Lorem ipsum dolor sit amet, consectetur<br>
adipisicing elit.
eius quo nesciunt <br> saepe in optio illum vitae</p>
</div>
<div class="cardd">
<i class="fas fa-globe-stand"></i>
<h5>Your Product Is Worldwilde</h5>
<p>Lorem ipsum dolor sit amet, consectetur<br>
adipisicing elit.
eius quo nesciunt <br> saepe in optio illum vitae</p>
</div>
</div>
</section>
<section id="services">
<h1 class="hid-title">Services</h1>
<p class="hid-para">Don't be busy, be productive</p>
<div class="content">
<div class="container">
<div class="sectors">
<div class="sector">
<i class="fas fa-print"></i>
<div class="text">
<h5>Graphic Design</h5>
<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="sector">
<i class="fab fa-sketch"></i>
<div class="text">
<h5>Web Desgin</h5>
<p>Web desgin encompasses many diffrent skills and disciplins in the production and maintenance of website</p>
</div>
</div>
<div class="sector">
<i class="fas fa-palette"></i>
<div class="text">
<h5>UI & UX</h5>
<p>Process of enhancing user statisfaction with a product by improving the usability, accessibility, and pleasure provided in the interaction</p>
</div>
</div>
<div class="sector">
<i class="fas fa-desktop"></i>
<div class="text">
<h5>Web development</h5>
<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>
<div class="box">
</div>
</div>
</section>
<section id="portfolio">
<h1 class="hid-title">portfolio</h1>
<p class="hid-para">if you do it right, it will last forever.</p>
<div class="container projects">
<div class="project">
<img src="img1.jpg" alt="">
<div class="text-content">
<h5>Project Here</h5>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Autem.</p>
</div>
</div>
<div class="project">
<img src="img2.jpg" alt="">
<div class="text-content">
<h5>Project Here</h5>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Autem.</p>
</div>
</div>
<div class="project">
<img src="img3.jpg" alt="">
<div class="text-content">
<h5>Project Here</h5>
<p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Autem.</p>
</div>
</div>
</div>
</section>
<section id="about">
<h1 class="hid-title">About</h1>
<p class="hid-para">Less is more work</p>
<div class="container">
<div class="box"></div>
<div class="text-content">
<p class="text1">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda quod fugiat voluptas quae tempora doloribus quisquam corporis et,
esse reiciendis perferendis voluptatem nisi delectus <br></p>
<hr>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.
Assumenda quod fugiat voluptas quae tempora doloribus
quisquam corporis et,</p>
</div>
</div>
</section>
<section id="contact">
<h1 class="hid-title">contact</h1>
<p class="hid-para">We are born to create</p>
<div class="container">
<div class="text-content">
<h1 >Feel free to drop us a line at:</h1>
<h2>[email protected]</h2>
<p>Find us on social network:
<a href="#" target="_self"> <i class="fab fa-twitter"></i></a>
<a href="#" target="_self"> <i class="fab fa-facebook"></i></a>
<a href="#" target="_self"> <i class="fab fa-linkedin"></i></a>
</p>
</div>
</div>
</section>
<footer>
<p>©2021 - <span>Leon</span>, All Right Reserved</p>
</footer>
<script src="scripts.js"></script>
</body>
</html>