-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
111 lines (111 loc) · 5.27 KB
/
index.htm
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
<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/fonts.css">
<link rel="stylesheet" href="css/index.css">
<title>Pinwall</title>
</head>
<body>
<section class="header__container">
<div class="container">
<div class="header__block">
<div class="header__left__block">
<div class="navbar">
<div class="navbar__header">
<img src="images/logo.png" alt="">
<h1>Pinwall</h1>
</div>
<ul>
<li>Designing</li>
<li>Development</li>
<li>Inspiration</li>
<li>Freebies</li>
<li>Cssauthor</li>
<li>Contact us</li>
</ul>
</div>
</div>
<div class="header__right__block">
<div class="images__block">
<div class="images__block__item">
<img src="images/socials/twitter.png" alt="">
</div>
<div class="images__block__item">
<img src="images/socials/dribbble.png" alt="">
</div>
<div class="images__block__item">
<img src="images/socials/camera.png" alt="">
</div>
</div>
<h1>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard.</h1>
<a href="#" class="button button-outline">Social Media</a>
</div>
</div>
</div>
</section>
<section class="companies__container">
<div class="container">
<div class="companies__block">
<div class="companies__block__item">
<img src="images/companies/coca_cola.png" alt="Coca-Cola">
</div>
<div class="companies__block__item">
<img src="images/companies/puma.png" alt="Puma">
</div>
<div class="companies__block__item">
<img src="images/companies/bacardi.png" alt="Bacardi">
</div>
<div class="companies__block__item">
<img src="images/companies/nestle.png" alt="Nestle">
</div>
</div>
</div>
</section>
<section class="description__container">
<div class="container">
<div class="description__block">
<h1>At the same time that we are earnest to explore & learn all things</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
<a href="#" class="button">Thank you</a>
</div>
</div>
</section>
<section class="blog__container">
<div class="container">
<div class="blog__block">
<div class="blog__block__item">
<h1>At the same time that we are earnest to explore & learn all things</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
<div class="blog__block__item">
<h1>At the same time that we are earnest to explore & learn all things</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</section>
<section class="contact__container">
<div class="container">
<div class="contact__block">
<div class="map_notation">
<h1>Address</h1>
<p>Web Design and Development Division<br>
2nd Floor ,SA Tower<br>
Kollam<br>
Kerala, India</p>
</div>
<div class="contact__form">
<h1>Contact us</h1>
<input type="text" placeholder="Name" class="textbox">
<input type="text" placeholder="E-Mail address" class="textbox">
<input type="text" placeholder="Phone" class="textbox">
<textarea name="Message" cols="45" rows="10" class="textbox"></textarea>
<a href="#" class="button">Submit</a>
</div>
</div>
</div>
</section>
</body>
</html>