You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
317 lines
11 KiB
HTML
317 lines
11 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Your Website</title>
|
|
<link rel="stylesheet" type="text/css" href="../assets/blog.css">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Courgette&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
|
rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
|
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="nonymous">
|
|
|
|
</head>
|
|
<!--Nav bar-->
|
|
<body>
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-light p-sm-3">
|
|
<div class="container-fluid">
|
|
<a class="navbar-brand m-0" href="#"><img src="../images/Group 1261153379.png" class="logoImg" alt="Logo"></a>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent"
|
|
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse justify-content-end" id="navbarContent">
|
|
<ul class="navbar-nav mr-auto gap-2 navList">
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/homepage.html">Home</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/coursepage.html">Courses</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/event.html">Events</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/mentor.html">Mentors</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/About us.html">About Us</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/resource.html">Resources </a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link navLink" href="../pages/Blog.html">Blog </a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a href="" class="nav-link"><span class="phone-number">+1 123-456-7890</span></a>
|
|
</li>
|
|
<button type="button" class="btn btn-primary contactBtn">contact us</button>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="mentorHeading">
|
|
<h1>Blog</h1>
|
|
</div>
|
|
<div class="search-bar">
|
|
<input type="text" class="search-input" placeholder="Search here">
|
|
<img src="../images/Vector.png" alt="Search" class="search-icon">
|
|
</div>
|
|
|
|
<!-- Blog Page Content -->
|
|
<section class="blog-container">
|
|
<div class="blog-left">
|
|
<h2 class="recent-posts-title">Recent Blog Post</h2>
|
|
<img src="../images/blog left.png" alt="Recent Post Image" class="recent-post-image">
|
|
<p class="small-text">Posted on December 27, 2024</p>
|
|
<a href="../pages/bloginner.html" class="course-link">
|
|
<h3 class="blog-heading">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h3>
|
|
</a>
|
|
<p class="blog-description">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.
|
|
</p>
|
|
<div class="blog-tags">
|
|
<button class="tag-btn">Design</button>
|
|
<button class="tag-btn">Research</button>
|
|
<button class="tag-btn">Interview</button>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Right Section -->
|
|
<div class="blog-right">
|
|
<div class="blog-post">
|
|
<img src="../images/rightblog1.png" alt="Blog Post Image" class="blog-image">
|
|
<div class="blog-info">
|
|
<p class="small-text">Posted on December 26, 2024</p>
|
|
<a href="../pages/bloginner.html" class="course-link">
|
|
<h3 class="blog-heading">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h3>
|
|
</a>
|
|
<p class="blog-description">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
|
</p>
|
|
<div class="blog-tags">
|
|
<button class="tag-btn">Design</button>
|
|
<button class="tag-btn">Research</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="blog-post">
|
|
<img src="../images/rightblog1.png" alt="Blog Post Image" class="blog-image">
|
|
<div class="blog-info">
|
|
<p class="small-text">Posted on December 26, 2024</p>
|
|
<a href="../pages/bloginner.html" class="course-link">
|
|
<h3 class="blog-heading">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h3>
|
|
</a>
|
|
<p class="blog-description">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
|
</p>
|
|
<div class="blog-tags">
|
|
<button class="tag-btn">Design</button>
|
|
<button class="tag-btn">Research</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="blog-post">
|
|
<img src="../images/rightblog1.png" alt="Blog Post Image" class="blog-image">
|
|
<div class="blog-info">
|
|
<p class="small-text">Posted on December 25, 2024</p>
|
|
<a href="../pages/bloginner.html" class="course-link">
|
|
<h3 class="blog-heading">Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h3>
|
|
</a>
|
|
<p class="blog-description">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
|
</p>
|
|
<div class="blog-tags">
|
|
<button class="tag-btn">Interview</button>
|
|
<button class="tag-btn">Research</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="tab-section">
|
|
<div class="tabs-container">
|
|
<div class="tabs">
|
|
<button class="tab active">All </button>
|
|
<button class="tab">Data Science</button>
|
|
<button class="tab">Soft Skills</button>
|
|
</div>
|
|
<div class="search-icon2">
|
|
<img src="../images/searchblog.png" alt="Search Icon" />
|
|
</div>
|
|
</div>
|
|
<div class="divider"></div>
|
|
|
|
<!-- Content Section -->
|
|
<div class="content-grid">
|
|
<div class="content-rectangle">
|
|
<img src="../images/searchimage1.png" alt="Content Image" class="content-image" />
|
|
<p class="content-date">July 21</p>
|
|
<h3 class="content-title">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
|
|
</h3>
|
|
</div>
|
|
|
|
<div class="content-rectangle">
|
|
<img src="../images/searchimage1.png" alt="Content Image" class="content-image" />
|
|
<p class="content-date">July 21</p>
|
|
<h3 class="content-title">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
|
|
</h3>
|
|
</div>
|
|
|
|
<div class="content-rectangle">
|
|
<img src="../images/searchimage1.png" alt="Content Image" class="content-image" />
|
|
<p class="content-date">July 21</p>
|
|
<h3 class="content-title">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
|
|
</h3>
|
|
</div>
|
|
|
|
<div class="content-rectangle">
|
|
<img src="../images/searchimage1.png" alt="Content Image" class="content-image" />
|
|
<p class="content-date">July 21</p>
|
|
<h3 class="content-title">
|
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
|
|
<div class="footerSection">
|
|
<div class="footerLogoSection">
|
|
<img src="../images/footer.logo.png" alt="footerLogo" class="footerLogoImg">
|
|
<ul class="socialSection">
|
|
<li><a href="#" target="_blank"><img src="../images/fb.icon.png" alt="Social Icon 1"></a></li>
|
|
<li><a href="#" target="_blank"><img src="../images/twiter.icon.png" alt="Social Icon 2"></a></li>
|
|
<li><a href="#" target="_blank"><img src="../images/insta.icon.png" alt="Social Icon 3"></a></li>
|
|
<li><a href="#" target="_blank"><img src="../images/linkdin.icon.png" alt="Social Icon 3"></a></li>
|
|
</ul>
|
|
<p>© 2023 learnexponent.co</p>
|
|
<p>learn exponent is a registered
|
|
trademark of learn exponent.co</p>
|
|
</div>
|
|
<div class="courseSection">
|
|
<h3 class="fontSemiBold">Courses</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="">Classroom courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Virtual classroom courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">E-learning courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Video Courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Offline Courses</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="quickLinkSection">
|
|
<h3 class="fontSemiBold">Quick Links</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Events</a>
|
|
</li>
|
|
<li>
|
|
<a href="">About Us</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Resources</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Blog</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="mobileFooterSection">
|
|
<div class="footerLogoSection">
|
|
<img src="../images/mobile.footer.logo.png" alt="footerLogo" class="footerLogoImg">
|
|
</div>
|
|
<div class="linksSection">
|
|
<div class="courseSection">
|
|
<h3 class="fontSemiBold">Courses</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="">Classroom courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Virtual classroom courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">E-learning courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Video Courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Offline Courses</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="quickLinkSection">
|
|
<h3 class="fontSemiBold">Quick Links</h3>
|
|
<ul>
|
|
<li>
|
|
<a href="">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Courses</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Events</a>
|
|
</li>
|
|
<li>
|
|
<a href="">About Us</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Resources</a>
|
|
</li>
|
|
<li>
|
|
<a href="">Blog</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="footerContent">
|
|
<ul class="socialSection">
|
|
<li><a href="#" target="_blank"><img src="../images/fb.icon.png" alt="Social Icon 1"></a></li>
|
|
<li><a href="#" target="_blank"><img src="../images/twiter.icon.png" alt="Social Icon 2"></a></li>
|
|
<li><a href="#" target="_blank"><img src="../images/insta.icon.png" alt="Social Icon 3"></a></li>
|
|
<li><a href="#" target="_blank"><img src="../images/linkdin.icon.png" alt="Social Icon 3"></a></li>
|
|
</ul>
|
|
<p>© 2023 learnexponent.co</p>
|
|
<p>learn exponent is a registered
|
|
trademark of learn exponent.co</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js"></script>
|
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
|
|
|
</body>
|
|
</html> |