-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
133 lines (118 loc) · 5.93 KB
/
blog.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
<!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>Opstel IT</title>
<link rel="stylesheet" href="assest/about.css">
<link rel="stylesheet" href="assest/about-layout.css">
<link rel="stylesheet" href="assest/header.css">
<link rel="stylesheet" href="assest/footer.css">
<link rel="stylesheet" href="assest/layout.css">
</head>
<body>
<div class="wrapper">
<!-- header section -->
<header id="transparent_header">
<div id="menu-container" class="">
<!-- Main nav bar -->
<nav class="nav-bar">
<!-- nav logo -->
<div class="logo">
<!-- <img src="assest/images/logo.png" alt=""> -->
<h2 class="logo">Opstel IT</h2>
</div><!-- nav logo end -->
<button class="menu-bar"><i class="fas fa-bars"></i></button>
<!-- nav bar items -->
<ul class="nav-items">
<button class="menu-close"><i class="fas fa-times"></i></button>
<li class="menu-items "> <a href="index.html">Home</a></li>
<li class="menu-items"> <a href="service.html">Services</a></li>
<li class="menu-items"> <a href="Portfolio.html">Portfolio</a></li>
<li class="menu-items"> <a href="team.html">Team</a></li>
<li class="menu-items active"> <a href="blog.html">Blog</a></li>
<li class="menu-items "> <a href="about.html">About Us</a></li>
<li class="menu-items"> <a href="contact.html">Contact Us</a></li>
</ul><!-- nav bar items end -->
</nav><!-- Main nav bar end -->
</div>
</header><!-- header section end-->
<!-- blog section -->
<section class="blog_hero">
<a href="#">Blog</a>
</section><!-- blog section end -->
<!-- blog section -->
<section id="blog_us">
<div class="container">
</div>
</section><!-- blog section end-->
<!-- footer section -->
<section class="footer">
<!-- footer heading -->
<div class="heding_box">
<h2 class="heading">Have a project in mind?</h2>
<a href="contact.html" id="btn1">Book Now</a>
</div> <!-- footer heading end-->
<!-- footer container -->
<div class="contaienr">
<!-- footer wedget one -->
<div class="wedget_1 items">
<div class="content">
<h2 class="w_title">About Opstel IT</h2>
<p class="passage">We are leading online marketing agency and web development company & we always promised to get the best result on our every project.</p>
<div class="social_box">
<li><a href="https://www.facebook.com/opstelit"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-linkedin-in"></i></a></li>
</div>
</div>
</div><!-- footer wedget one end-->
<!-- footer wedget two -->
<div class="wedget_2 items">
<div class="content">
<h2 class="w_title">Our Services</h2>
<ul>
<li><a href="service.html">Web Design</a></li>
<li><a href="service.html">Web Development</a></li>
<li><a href="service.html">Digital Marketing (SEO)</a></li>
<li><a href="service.html">Graphics Design</a></li>
<li><a href="service.html">Content Writing</a></li>
</ul>
</div>
</div><!-- footer wedget two end -->
<!-- footer wedget three -->
<div class="wedget_3 items">
<div class="content">
<h2 class="w_title">Quick Links</h2>
<ul>
<li><a href="#">Our Works</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div><!-- footer wedget three -->
<!-- footer wedget four -->
<div class="wedget_4 items">
<div class="content">
<h2 class="w_title">Address</h2>
<li><i class="fas fa-phone-alt"></i> <span>+88017xxxxxxx</span> </li>
<li><i class="far fa-envelope"></i> <span>[email protected]</span> </li>
<li><i class="fas fa-map-marker-alt"></i> <span>AL-HAMRA 6th floor, sylhet , Bangladesh</span> </li>
</div>
</div><!-- footer wedget four end-->
</div>
<div class="copyright">
<p>© 2021 Opstel IT All Rights Reserved</p>
</div>
</section> <!-- footer section end-->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assest/app.js"></script>
<script src="https://kit.fontawesome.com/f0ce275083.js"></script>
<script>
</script>
</body>
</html>