-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (192 loc) · 7.55 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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>illdy</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header>
<div class="navigation">
<div class="logo">
<img src="./images/cropped-footer-logo-1.png" alt="">
</div>
<div class="nav"><ul>
<li><a href="#">About</a></li>
<li><a href="#">Portofilo</a></li>
<li><a href="#">Testimonails</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Our Team</a></li>
<li><a href="#">Conact us</a></li>
</ul>
</div>
</div>
<div class="description"><h1>Clean <span>.</span>Slick <span>.</span>Pixel Perfect</h1>
<p>lldy is a great one-page theme, perfect for developers and designers but also
for someone who just wants a new website for his business. Try it now!</p>
<button class="butn">Learn more</button>
<button class="butn2">Dowenload</button></div>
</header>
<main>
<section class="About">
<h2>About</h2>
<p>It is an amazng one-page theme with great features that offers an incredible
experience. It is easy to install, make changes, adapt for your business.
A modern design with clean lines and styling for a wide variety of content, exactly how a business
design should be. You can add as many
images as you want to the main header area and turn them into slider</p>
</section>
<section class="Projects">
<h3>Projects</h3>
<p>You'll love our work. Check it out!</p>
<div class="image">
<img src="./images/front-page-project-1.jpg" alt="Project1">
<img src="./images/front-page-project-2.jpg" alt="project2">
<img src="./images/front-page-project-3.jpg" alt="project3">
<img src="./images/front-page-project-4.jpg" alt="project4">
</div>
</section>
<section class="Testimonials">
<h2>Testimonials</h2>
<img src="images/Aigars-Silkalns-127x127.jpg" alt="#">
<p>Awesome theme with great design and awesome support. If you don’t know how to code your own
WordPress theme, but you still want a good-looking website for your business,
Illdy might be exactly what you need. It is a slick theme with a lot of of features to choose from.</p>
</section>
<section class="Services">
<h3>Services</h3>
<p class="introduction">In order to help you grow your business, our carefully
selected experts can advise you in in the following areas:</p>
<div class="our-services">
<div class="web-design">
<h5>Web Design</h5>
<p>Consectetur adipiscing elit. Praesent molestie urna hendrerit erat tincidunt tempus. Aliquam a leo risus. Fusce a metus non augue dapibus porttitor at in mauris. Pellentesque commodo...</p>
</div>
<div class="web-development">
<h5>WEB DEVELOPMENT</h5>
<p>Consectetur adipiscing elit. Praesent molestie urna hendrerit erat tincidunt tempus. Aliquam a leo risus. Fusce a metus non augue dapibus porttitor at in mauris. Pellentesque commodo...</p>
</div>
<div class="seo-analisys">
<h5>SEO Analisys</h5>
<p>Consectetur adipiscing elit. Praesent molestie urna hendrerit erat tincidunt tempus. Aliquam a leo risus. Fusce a metus non augue dapibus porttitor at in mauris. Pellentesque commodo...</p>
</div>
</div>
</section>
<section class="Latest-News">
<div>
<h3>Latest News</h3>
<p>If you are interested in the latest articles in the industry,
take a sneak peek at our blog. You have nothing to loose!</p>
<button class="btn3">See blog</button>
</div>
<div class="Latest-News-sec">
<div class="paragraphs">
<img src="images/photo-1447687643809-e05fd462f350-360x213.jpg" alt="">
<h5>We Have Made Illdy Theme SEO Friendly</h5>
<p>Illdy One Page WordPress theme is fully SEO friendly and is ready to help you to achieve the highest rankings…</p>
<a href="#">learn more</a>
</div>
<div class="paragraphs"><img src="images/photo-1449168013943-3a15804bb41c-360x213.jpg" alt="">
<h5>Stunning One Page WordPress Theme For Masses</h5>
<p>This theme is not just free, it is free for private and commercial
use since it is licensed under GPL…</p>
<a href="#">learn more</a>
</div>
<div class="paragraphs"><img src="images/photo-1450101215322-bf5cd27642fc-360x213.jpg" alt="">
<h5>Hello world!</h5>
<p>Welcome to colorlib.com. This is our first post around Illdy
WordPress theme. Now show that you can make out of it.…</p>
<a href="#">learn more</a>
</div>
</div>
</section>
<section >
<div class="counter">
<div>
<h2>260</h2>
<p>Projects</p>
</div>
<div>
<h2>120</h2>
<p>Clients</p>
</div>
<div>
<h2>260</h2>
<p>Coffes</p>
</div>
</div>
</section>
<section>
<div class="team"><h2>Team</h2>
<p>Meet the people that are going to take your business to the next level</p>
<div class="employees">
<img src="images/front-page-team-1.jpg" alt="#">
<div class="employe1">
<h4 >Mark Lawrance</h4>
<h5>Web Designer</h5>
<p>
Mark Lawrance
Web Designer
Creative, detail-oriented, always focused</p>
</div>
<img src="images/front-page-team-2.jpg" alt="#">
<div class="employe2">
<h4>Jane Stenton</h4>
<h5>SEO Specialist</h5>
<p>Curious, tech-geeck and gets serious when it comes to work.</p>
</div>
<img src="images/front-page-team-3.jpg" alt="#">
<div class="employe3">
<h4>John Smith</h4>
<h5>Developer</h5>
<p>Enthusiastic, passionate with great sense of humor.</p>
</div>
</div>
</div>
</section>
<section class="information" >
<div class="container">
<div>
<h4>PRODUCTS</h4>
<div class="links">
<ul>
<li> <a href="#">Our work</a></li>
<li> <a href="#">Club</a></li>
<li> <a href="#">News</a></li>
<li> <a href="#">Announcement</a></li>
</ul>
</div>
</div>
<div>
<h4>INFORMATION</h4>
<div class="links">
<ul>
<li><a href="#">Pricing</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Affiliates</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
</div>
<div>
<h4>SUPPORT</h4>
<div class="links">
<ul>
<li><a href="#">Documentation</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">Forums</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="copyrigth"><p><span class="foot-er">Theme: Illdy.</span>
© Copyright 2017. All Rights Reserved.</p></div>
</footer>
</body>
</html>