-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (165 loc) · 5.37 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
<!DOCTYPE html>
<html>
<head>
<title>css class</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://kit.fontawesome.com/779f116abb.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="nav">
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Service</a></li>
<li><a href="">Protfolio</a>
<ul>
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Protfolio</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Contact</a></li>
</ul>
</li>
<li><a href="">Blog</a></li>
<li><a href="">Contact</a></li>
</ul>
</div>
<div class="banner-cover" style="background-image: url(img2.jpg);">
<div class="banner-text">
<button type="submit">Clear</button>
<button type="submit">mordern</button>
<button type="submit">responsive</button>
</div>
</div>
<!-- about section -->
<div class="about-section">
<div class="title">
<h2>about us</h2>
</div>
<div class="about">
<div class="row">
<div class="col">
<div class="about-logo">
<img src="pic.jpg">
</div>
</div>
<div class="col">
<div class="about-text">
<h2>
lorem ipsum dolor site
</h2>
<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. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- service section-->
<div class="service-section">
<div class="title">
<h2>our service</h2>
</div>
<div class="service">
<div class="ser-icon">
<i class="fab fa-html5"></i>
</div>
<h3>web design</h3>
<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</p>
</div>
<div class="service">
<div class="ser-icon">
<i class="fab fa-php"></i>
</div>
<h3>web development</h3>
<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</p>
</div>
<div class="service">
<div class="ser-icon">
<i class="fab fa-android"></i>
</div>
<h3>apps development</h3>
<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</p>
</div>
<div class="service">
<div class="ser-icon">
<i class="fab fa-wordpress"></i>
</div>
<h3>theme development</h3>
<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</p>
</div>
<div class="service">
<div class="ser-icon">
<i class="fas fa-camera"></i>
</div>
<h3>photography</h3>
<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</p>
</div>
<div class="service">
<div class="ser-icon">
<i class="fas fa-handshake"></i>
</div>
<h3>branding</h3>
<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</p>
</div>
</div>
<!-- contact section -->
<div class="contact-section">
<div class="title">
<h2>contact us</h2>
</div>
<div class="contact">
<div class="cont-icon">
<i class="fas fa-phone"></i>
</div>
<div class="cont-text">
<p>+88017900000000</p>
<p>+8801500000000</p>
</div>
</div>
<div class="contact">
<div class="cont-icon">
<i class="fas fa-envelope"></i>
</div>
<div class="cont-text">
<p>[email protected]</p>
<p>[email protected]</p>
</div>
</div>
<div class="contact">
<div class="cont-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="cont-text">
<p>Shyamoli,Mohammadpur</p>
<p>1207,Dhaka</p>
</div>
</div>
<!-- form -->
<form>
<div class="contact-form">
<div class="inputTag"><input type="text" placeholder="Your Name"></div>
<div class="inputTag"><input type="email" placeholder="Your Email"></div>
<div class="inputTag"><input type="text" placeholder="Your Subject"></div>
<div class="inputTag"><textarea rows="20" cols="50"></textarea></div>
<div class="inputTag"><button class="submit">Submit</button>
</div>
</div>
</form>
</div>
</header>
<footer>
<div class="footer-text">
<p>copy right by $copy; Airin Rahat</p>
</div>
<div class="footer-icon">
<i class="fab fa-facebook"></i>
<i class="fab fa-youtube"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-link"></i>
</div>
</footer>
</body>
</html>