-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
175 lines (156 loc) · 6.41 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>final doc</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<!-- ========== Start nav section ========== -->
<header class ="section-navbar">
<div class="container">
<div class="navbar-brand">
<a href="index.html">
<img src="logo.png" alt="thapa logo" width="80%" height="auto"/>
</a>
</div>
<nav class="navbar">
<ul>
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="service.html" class="nav-link">Services</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- ========== End nav section========== -->
<!-- ========== Start Blog Section ========== -->
<div class="section-blog">
<div class="container">
<h2 class="section-common-heading">Explore Our Blog</h2>
<p class="section-common-subheading">
Explore our blog for insightful articles , tips, and updates on the
world of education, skill development , and personal growth.
</p>
</div>
<div class="container grid grid-four--cols">
<div class="blog">
<figure>
<img src="design.png" alt="headphone img"/>
</figure>
<div class="blog-content">
<p><i class="fa-solid fa-calendar-days"></i>Sept 22 2023</p>
<p><i class="fa-solid fa-arrow-right"></i></p>
</div>
<h3 class="section-common--title">Code your First react app with us</h3>
</div>
<div class="blog">
<figure>
<img src="css.png" alt="headphone img"/>
</figure>
<div class="blog-content">
<p><i class="fa-solid fa-calendar-days"></i>Sept 22 2023</p>
<p><i class="fa-solid fa-arrow-right"></i></p>
</div>
<h3 class="section-common--title">Code your First react app with us</h3>
</div>
<div class="blog">
<figure>
<img src="coding.png" alt="headphone img"/>
</figure>
<div class="blog-content">
<p><i class="fa-solid fa-calendar-days"></i>Sept 22 2023</p>
<p><i class="fa-solid fa-arrow-right"></i></p>
</div>
<h3 class="section-common--title">Code your First react app with us</h3>
</div>
<div class="blog">
<figure>
<img src="dev.png" alt="headphone img"/>
</figure>
<div class="blog-content">
<p><i class="fa-solid fa-calendar-days"></i>Sept 22 2023</p>
<p><i class="fa-solid fa-arrow-right"></i></p>
</div>
<h3 class="section-common--title">Code your First react app with us</h3>
</div>
</div>
</div>
<!-- ========== End Blog Section ========== -->
<!-- ========== Start Contact Home Section ========== -->
<div class="section-contact--homepage" id="section-contact-homepage">
<div class="container grid grid-two--cols">
<div class="contact-content">
<h2 class="contact-title">Let's revolutionize the way you study</h2>
<p>Join our free boot camps to know us Better</p>
<div class="btn">
<a href="contact.html">
Start Now <i class="fa-solid fa-circle-arrow-right"></i>
</a>
</div>
</div>
<div class="contact-image">
<img src="main.png" alt="a guy doing coding"/>
</div>
</div>
</div>
<!-- ========== End Contact Home Section ========== -->
<!-- ========== Start Footer Section ========== -->
<footer>
<div class="container grid grid-four--cols">
<div class="footer-1--div">
<div class="logo-brand">
<a href="index.html" class="footer-subheading"> Eduhub</a>
</div>
<p >Let's revolutionize the way you study with Eduhub</p>
<div class="social-footer--icons">
<a href="https://insta.gg/fDuFEXfyyH" target="_blank" >
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://youtube" >
<i class="fa-brands fa-youtube"></i>
</a>
<a href="https//facebook/kriti" >
<i class="fa-brands fa-facebook"></i>
</a>
</div>
</div>
<div class="footer-2--div">
<p class="footer-subheading"> Courses </p>
<ul>
<li><a href="index.html"> CSS </a></li>
<li><a href="index.html">CSS</a></li>
<li><a href="index.html">CSS</a></li>
<li><a href="index.html">CSS</a></li>
<li><a href="index.html">CSS</a></li>
</ul>
</div>
<div class="footer-3--div">
<p class="footer-subheading">Links </p>
<ul>
<li><a href="index.html"> Home</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</div>
<div class="footer-4--div">
<p class="footer-subheading">Blogs</p>
<ul>
<li><a href="index.html"> HTML </a></li>
<li><a href="index.html">HTML</a></li>
<li><a href="index.html">HTML</a></li>
<li><a href="index.html">HTML</a></li>
<li><a href="index.html">HTML</a></li>
</ul>
</div>
</div>
</footer>
<!-- ========== End Footer Section ========== -->
</body>
</html>