Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made changes in navbar #326

Merged
merged 9 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Images/AWT-java.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/awt-java-hierarchy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/bam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/banner2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions home.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@
<h1 id="home">CSEdge</h1>
<img style="outline: none;" src="./Images/Menu.svg" alt="Menu">
<ul class="nav-item navbar">
<li class="navitem"><a href="#home"><i class="fas fa-home navbar-icons"></i> Home</a></li>
<li class="navitem"><a href="#hero"><i class="fas fa-home navbar-icons"></i> Home</a></li>

<li class="navitem"><a href="#AboutUS"><i class="fas fa-info-circle navbar-icons"></i> About us</a></li>
<li class="navitem"><a href="#internship"><i class="fas fa-user-graduate navbar-icons"></i> Internship</a></li>
<li class="navitem" class="contact"><a href="#"><i class="fa fa-envelope navbar-icons"></i> Contact</a></li>
<li class="navitem" class="contact"><a href="#contact"><i class="fa fa-envelope navbar-icons"></i> Contact</a></li>
<li class="navitem"><a href="./Resources.html"><i class="fas fa-book-open navbar-icons"></i> Free Content</a></li>
<li class="navitem"><a href="https://learn.csedge.courses"><i class="fas fa-blog navbar-icons"></i> Blog</a></li>
<!-- <li class="navitem"><a href="https://learn.csedge.courses"><i class="fas fa-blog navbar-icons"></i> Blog</a></li>-->
<li class="navitem"><a href="index.html"><i class="fas fa-blog navbar-icons"></i> Blog</a></li>
<li class="navitem"><a href="#faq"><i class="fas fa-question-circle navbar-icons"></i> FAQ</a></li>
</ul>

Expand All @@ -69,7 +70,7 @@ <h1 id="home">CSEdge</h1>
</nav>

<!--Hero Section-->
<section class="hero">
<section id="hero" class="hero">
<div data-aos="fade-right"
data-aos-duration="2000">
<h2>Unlock your<br> potential<br> with CSEdge </h2>
Expand Down
46 changes: 41 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,22 @@

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 flex justify-content-center">
<li class="nav-item">
<li class="nav-item me-2">
<a class="nav-link" href="https://csedge.courses"><i class="fa-solid fa-house"></i> Home</a>
</li>
<li class="nav-item me-5 ">
<li class="nav-item me-2">
<a class="nav-link" href="https://csedge.courses/about"> <i class="fa-solid fa-circle-info"></i> About</a>
</li>
<li class="nav-item me-5 ">
<li class="nav-item me-2">
<<<<<<< HEAD
<a class="nav-link" href="https://csedge.courses#contact"
><i class="fa-solid fa-phone"></i> Contact</a
>
=======
<a class="nav-link" href="https://csedge.courses#contact"><i class="fa-solid fa-phone"></i> Contact</a>
>>>>>>> 434b8c3135ec0752902a6a57008fbeb98c33f471
</li>
<li class="nav-item ">
<li class="nav-item me-2">
<a class="nav-link active" aria-current="page" href="#!"><i class="fa-solid fa-blog"></i> Blog</a>
</li>
</ul>
Expand Down Expand Up @@ -201,7 +205,32 @@ <h2 class="card-title h4">
</div>
</div>

<!-- Blog post-->
<!-- Blog post Java Awt-->
<div class="card mb-4">
<a href="./posts/github/How-to-Make-Pull-Requests-on-GitHub.html"><img class="card-img-top"
src="https://miro.medium.com/v2/resize:fit:400/1*qp-tg5nRgXcdBAPOrMFrpg.jpeg"
alt="Java AWT" /></a>
<div class="card-body">
<div class="small text-muted">May 25, 2024</div>
<h2 class="card-title h4">
Expand your knowledge on Graphic User Interphase designing
using Java AWT (Abstract Window Toolkit)
</h2>
<p class="card-text">
Discover the secrets to creating dynamic Java GUIs with our guide,
"Mastering Java AWT: A to Z."
Whether you're a beginner eager to learn
the fundamentals or an experienced developer
looking to hone your skills with custom components and advanced layouts,
this guide offers everything you need.
Transform your Java programming abilities and elevate your applications to new heights today!
</p>
<a class="btn btn-primary" href="./posts/java/baiscs-of-java-awt.html">Read more
→</a>
</div>
<!-- Blog post -->
</div>

<div class="card mb-4">
<a href="./posts/github/How-to-Make-Pull-Requests-on-GitHub.html"><img class="card-img-top"
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRloyzP9KVKtrLX6gDh5koAKVUHZ3prgr3b0YRlK-ORcg&s"
Expand All @@ -227,6 +256,8 @@ <h2 class="card-title h4">
→</a>
</div>
</div>


<!-- Blog post-->
<div class="card mb-4">
<a href="./posts/github/How-to-setup-your-github-local-repository.html"><img class="card-img-top"
Expand All @@ -252,8 +283,13 @@ <h2 class="card-title h4">
<nav aria-label="Pagination">
<hr class="my-0" />
<ul class="pagination justify-content-center my-4">
<<<<<<< HEAD
<li class="page-item">
<a class="page-link" href="#!" tabindex="-1" aria-disabled="true">Previous</a>
=======
<li class="page-item disabled">
<a class="page-link" href="#" tabindex="-1" aria-disabled="true">Previous</a>
>>>>>>> 434b8c3135ec0752902a6a57008fbeb98c33f471
</li>
<li class="page-item" aria-current="page">
<a class="page-link" href="#!">1</a>
Expand Down
Loading
Loading