Skip to content

Commit 155b5b4

Browse files
Update images and names in about-us.html and blog.html
1 parent 7adce86 commit 155b5b4

File tree

14 files changed

+21
-25
lines changed

14 files changed

+21
-25
lines changed

FrontEnd/Pages/about-us.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,27 +75,27 @@ <h2 class="text-2xl md:text-3xl font-semibold mb-4">Meet the Team</h2>
7575
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
7676
<!-- Team Member 1 -->
7777
<div class="bg-white rounded-lg shadow-md overflow-hidden">
78-
<img src="https://via.placeholder.com/400x250" alt="Team Member" class="w-full h-32 object-cover">
78+
<img src="../images/test3.jpg" alt="Team Member" class="w-full h-32 object-cover">
7979
<div class="p-6 text-center">
80-
<h4 class="text-lg font-semibold mb-2">Jane Doe</h4>
80+
<h4 class="text-lg font-semibold mb-2">Meet Mendapara</h4>
8181
<p class="text-gray-600">Founder & CEO</p>
8282
<p class="mt-4">Jane is passionate about education and technology, leading our team with a vision for innovative learning solutions.</p>
8383
</div>
8484
</div>
8585
<!-- Team Member 2 -->
8686
<div class="bg-white rounded-lg shadow-md overflow-hidden">
87-
<img src="https://via.placeholder.com/400x250" alt="Team Member" class="w-full h-32 object-cover">
87+
<img src="../images/test1.jpg" alt="Team Member" class="w-full h-32 object-cover">
8888
<div class="p-6 text-center">
89-
<h4 class="text-lg font-semibold mb-2">John Smith</h4>
89+
<h4 class="text-lg font-semibold mb-2">Prince Ghoda</h4>
9090
<p class="text-gray-600">Head of Content</p>
9191
<p class="mt-4">John oversees our content creation, ensuring that all courses meet the highest standards of quality and relevance.</p>
9292
</div>
9393
</div>
9494
<!-- Team Member 3 -->
9595
<div class="bg-white rounded-lg shadow-md overflow-hidden">
96-
<img src="https://via.placeholder.com/400x250" alt="Team Member" class="w-full h-32 object-cover">
96+
<img src="../images/dhruvi.jpg" alt="Team Member" class="w-full h-32 object-cover">
9797
<div class="p-6 text-center">
98-
<h4 class="text-lg font-semibold mb-2">Emily Johnson</h4>
98+
<h4 class="text-lg font-semibold mb-2">Dhruvi Patel</h4>
9999
<p class="text-gray-600">Marketing Specialist</p>
100100
<p class="mt-4">Emily drives our marketing efforts, working to expand our reach and connect with learners across the globe.</p>
101101
</div>

FrontEnd/Pages/blogs/blog.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h1 class="text-3xl md:text-5xl lg:text-6xl font-bold mb-4">Our Blog</h1>
7474
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
7575
<!-- Blog Post 1 -->
7676
<div class="bg-white rounded-lg shadow-md overflow-hidden">
77-
<img src="https://via.placeholder.com/400x250" alt="Blog Post 1" class="w-full h-48 object-cover">
77+
<img src="../../images/blog1.jpeg" alt="Blog Post 1" class="w-full h-48 object-cover">
7878
<div class="p-6">
7979
<h2 class="text-2xl font-semibold mb-4"><a href="blog-post-1.html" class="text-gray-800 hover:text-gray-600">The Future of Online Learning</a></h2>
8080
<p class="text-gray-700 mb-4">Discover the emerging trends and technologies shaping the future of online education.</p>
@@ -84,7 +84,7 @@ <h2 class="text-2xl font-semibold mb-4"><a href="blog-post-1.html" class="text-g
8484

8585
<!-- Blog Post 2 -->
8686
<div class="bg-white rounded-lg shadow-md overflow-hidden">
87-
<img src="https://via.placeholder.com/400x250" alt="Blog Post 2" class="w-full h-48 object-cover">
87+
<img src="../../images/blog2.jpeg" alt="Blog Post 2" class="w-full h-48 object-cover">
8888
<div class="p-6">
8989
<h2 class="text-2xl font-semibold mb-4"><a href="blog-post-2.html" class="text-gray-800 hover:text-gray-600">How to Choose the Right Course for You</a></h2>
9090
<p class="text-gray-700 mb-4">Find out how to select the best courses based on your learning goals and career aspirations.</p>
@@ -94,7 +94,7 @@ <h2 class="text-2xl font-semibold mb-4"><a href="blog-post-2.html" class="text-g
9494

9595
<!-- Blog Post 3 -->
9696
<div class="bg-white rounded-lg shadow-md overflow-hidden">
97-
<img src="https://via.placeholder.com/400x250" alt="Blog Post 3" class="w-full h-48 object-cover">
97+
<img src="../../images/2.jpeg" alt="Blog Post 3" class="w-full h-48 object-cover">
9898
<div class="p-6">
9999
<h2 class="text-2xl font-semibold mb-4"><a href="blog-post-3.html" class="text-gray-800 hover:text-gray-600">Tips for Effective Online Learning</a></h2>
100100
<p class="text-gray-700 mb-4">Get practical tips and strategies to make the most out of your online learning experience.</p>

FrontEnd/images/2.jpeg

6.01 KB
Loading

FrontEnd/images/blog.jpg

59 KB
Loading

FrontEnd/images/blog.png

6.13 KB
Loading

FrontEnd/images/blog1.jpeg

10.8 KB
Loading

FrontEnd/images/blog1.png

8.39 KB
Loading

FrontEnd/images/blog2.jpeg

8.77 KB
Loading

FrontEnd/images/dhruvi.jpg

4.8 KB
Loading

FrontEnd/images/test1.jpg

4.85 KB
Loading

0 commit comments

Comments
 (0)