Skip to content

Commit

Permalink
Merge pull request #144 from prabhavpokharel/hotfix/links
Browse files Browse the repository at this point in the history
hotfix: update links, standardize permalinks, and resolve image path issue
  • Loading branch information
gaurovgiri authored Oct 31, 2024
2 parents fb20b95 + 7de045e commit 7497a8b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</li>
<li>
<a
href="{{ '/about/' }}"
href="{{ '/about' }}"
class="md:m-2 lg:m-4 sm:p-4 flex items-center hover:text-[#023047] whitespace-nowrap"
>About us</a
>
Expand Down Expand Up @@ -98,7 +98,7 @@

<li>
<a
href="{{ '/projects/' }}"
href="{{ '/projects' }}"
class="md:m-2 lg:m-4 sm:p-4 flex items-center hover:text-[#023047]"
id="projects-page"
>Projects</a
Expand Down Expand Up @@ -137,22 +137,22 @@
<a href="#" class="block p-2 my-2">BCT Syllabus</a>
</li>
<li class="hover:text-[#023047]">
<a href="#" class="block p-2 my-2">Roadmaps</a>
<a target="_blank" href="https://roadmap.sh/" class="block p-2 my-2">Roadmaps</a>
</li>
<li class="hover:text-[#023047]">
<a href="#" class="block p-2 my-2">Brand Assets</a>
<a target="_blank" href="https://drive.google.com/drive/folders/1F4_6yk1_TqR7HP1i3lA1Pp4z5zhLkFH5?usp=drive_link" class="block p-2 my-2">Brand Assets</a>
</li>
<li
class="rounded-bl-xl rounded-br-xl hover:text-[#023047]"
>
<a href="#" class="block p-2 my-2">Proposal Format</a>
<a target="_blank" href="https://drive.google.com/drive/folders/1pEiUTdj-1NFxfrQUkytxAzdM81sxyHjd?usp=drive_link" class="block p-2 my-2">Proposal Format</a>
</li>
</ul>
</li>

<li>
<a
href="{{ '/blog/' }}"
href="{{ '/blog' }}"
class="md:m-2 lg:m-4 sm:p-4 flex items-center hover:text-[#023047]"
id="blog-page"
>Blog</a
Expand All @@ -161,7 +161,7 @@
</ul>
<div>
<a
href="{{ '/contact/' }}"
href="{{ '/contact' }}"
class="bg-[{{site.bg-colors.darkBlue}}] ml-8 text-white px-3 py-2 sm:px-3 sm:py-2 md:px-4 md:py-3 lg:px-4 lg:py-3 rounded-lg hover:bg-gray-800 text-sm sm:text-sm md:text-base lg:text-lg whitespace-nowrap transition-all duration-300"
id="contact-page"
>Contact us</a
Expand Down Expand Up @@ -204,7 +204,7 @@
</li>
<li>
<a
href="{{ '/about/' }}"
href="{{ '/about' }}"
class="m-2 px-4 py-1 flex items-center hover:text-[#023047]"
>About us</a
>
Expand Down Expand Up @@ -263,7 +263,7 @@

<li>
<a
href="{{ '/projects/' }}"
href="{{ '/projects' }}"
class="m-2 px-4 py-1 flex items-center hover:text-[#023047]"
>Projects</a
>
Expand Down Expand Up @@ -298,27 +298,27 @@
<a href="#" class="block p-4">BCT Syllabus</a>
</li>
<li class="hover:text-[#023047]">
<a href="#" class="block p-4">Roadmaps</a>
<a target="_blank" href="https://roadmap.sh/" class="block p-4">Roadmaps</a>
</li>
<li class="hover:text-[#023047]">
<a href="#" class="block p-4">Brand Assets</a>
<a target="_blank" href="https://drive.google.com/drive/folders/1F4_6yk1_TqR7HP1i3lA1Pp4z5zhLkFH5?usp=drive_link" class="block p-4">Brand Assets</a>
</li>
<li class="rounded-bl-xl rounded-br-xl hover:text-[#023047]">
<a href="#" class="block p-4">Proposal Format</a>
<a target="_blank" href="https://drive.google.com/drive/folders/1pEiUTdj-1NFxfrQUkytxAzdM81sxyHjd?usp=drive_link" class="block p-4">Proposal Format</a>
</li>
</ul>
</li>

<li>
<a
href="{{ '/blog/' }}"
href="{{ '/blog' }}"
class="m-2 px-4 py-1 flex items-center hover:text-[#023047]"
>Blog</a
>
</li>
<li>
<a
href="{{ '/contact/' }}"
href="{{ '/contact' }}"
id="dropdown_contact"
class="mx-6 my-2 px-3 py-2 inline-block text-[{{site.text-colors.white}}] bg-[{{site.bg-colors.darkBlue}}] rounded-lg"
>Contact us</a
Expand Down
4 changes: 2 additions & 2 deletions about.markdown
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: default
title: About Us
permalink: /about/
permalink: /about
---

<div class="container py-10 px-2 mx-auto items-center">

<div class="grid grid-cols-1 lg:grid-cols-2 gap-4 md:gap-8">
<div class="w-full h-full rounded-3xl overflow-hidden">
<img loading="lazy" src="/assets/images/banner.png" alt="event-photo" class="w-full h-full object-cover">
<img loading="lazy" src="/assets/images/banner/1.png" alt="event-photo" class="w-full h-full object-cover">
</div>

<div class="flex flex-col items-start gap-4 w-full">
Expand Down
2 changes: 1 addition & 1 deletion blog.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: blog
title: Blog
permalink: /blog/
permalink: /blog
---


Expand Down
2 changes: 1 addition & 1 deletion contact.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Contact Us
permalink: /contact/
permalink: /contact
---

<div class="container py-10 px-2 mx-auto items-center" data-aos="fade-up">
Expand Down
2 changes: 1 addition & 1 deletion event.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: home
title: Events
permalink: /events/
permalink: /events
---

This is a event page.
2 changes: 1 addition & 1 deletion resources.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: home
title: Resources
permalink: /resources/
permalink: /resources
---

This is a Resources page.

0 comments on commit 7497a8b

Please sign in to comment.