Skip to content

Commit

Permalink
Merge pull request #70 from himanshisrestha/feature
Browse files Browse the repository at this point in the history
Several files deleted, dark mode issue on champions page fixed, navigation menus fixed
  • Loading branch information
manwar authored Apr 1, 2024
2 parents 59cacb9 + 80aee6e commit 3eac303
Show file tree
Hide file tree
Showing 37 changed files with 136 additions and 1,555 deletions.
16 changes: 1 addition & 15 deletions prototype/Frontend/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,20 +121,6 @@
<span><i class="fa-solid fa-house fs-6"></i></span>
</a>
</li>
<!-- About Dropdown -->
<li class="dropdown">
<a href="#">
<span>Learn More ...</span> <i class="bi bi-chevron-down"></i>
</a>
<ul>
<li class="border-bottom">
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</li>
<!-- Contributions Dropdown -->
<li class="dropdown">
<a href="#">
Expand Down Expand Up @@ -443,7 +429,7 @@ <h4>Useful Links</h4>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="team-leader.html">Charts</a>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
Expand Down
36 changes: 1 addition & 35 deletions prototype/Frontend/blogs.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@

<!-- Template Main CSS File -->
<link href="/public/css/index.css" rel="stylesheet" />
<link href="/public/css/blogs.css" rel="stylesheet" />

<!-- TinyMCE -->
<script
Expand Down Expand Up @@ -127,20 +126,6 @@
<span><i class="fa-solid fa-house fs-6"></i></span>
</a>
</li>
<!-- About Dropdown -->
<li class="dropdown">
<a href="#">
<span>Learn More ...</span> <i class="bi bi-chevron-down"></i>
</a>
<ul>
<li class="border-bottom">
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</li>
<!-- Contributions Dropdown -->
<li class="dropdown">
<a href="#">
Expand Down Expand Up @@ -259,25 +244,6 @@
</a>
</div>
<!-- create new blog post button start -->
<hr />

<h1 class="display-1 mt-2" style="font-size: 25px">
All the Latest Posts
</h1>

<div>
<h6>Search</h6>

<div class="filter-container mb-3">
<input
type="text"
id="titleFilter"
class="form-control"
placeholder="Search for blog..."
/>
</div>
</div>

<!-- Latest articles start -->
<div class="mt-2">
<div
Expand Down Expand Up @@ -545,7 +511,7 @@ <h4>Useful Links</h4>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="team-leader.html">Charts</a>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
Expand Down
16 changes: 1 addition & 15 deletions prototype/Frontend/champions.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,20 +124,6 @@
<span><i class="fa-solid fa-house fs-6"></i></span>
</a>
</li>
<!-- About Dropdown -->
<li class="dropdown">
<a href="#">
<span>Learn More ...</span> <i class="bi bi-chevron-down"></i>
</a>
<ul>
<li class="border-bottom">
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</li>
<!-- Contributions Dropdown -->
<li class="dropdown">
<a href="#">
Expand Down Expand Up @@ -424,7 +410,7 @@ <h4>Useful Links</h4>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="team-leader.html">Charts</a>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
Expand Down
16 changes: 1 addition & 15 deletions prototype/Frontend/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,20 +118,6 @@
<span><i class="fa-solid fa-house fs-6"></i></span>
</a>
</li>
<!-- About Dropdown -->
<li class="dropdown">
<a href="#">
<span>Learn More ...</span> <i class="bi bi-chevron-down"></i>
</a>
<ul>
<li class="border-bottom">
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</li>
<!-- Contributions Dropdown -->
<li class="dropdown">
<a href="#">
Expand Down Expand Up @@ -420,7 +406,7 @@ <h4>Useful Links</h4>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="team-leader.html">Charts</a>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</div>
Expand Down
16 changes: 1 addition & 15 deletions prototype/Frontend/create-new-blog-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,20 +122,6 @@
<span><i class="fa-solid fa-house fs-6"></i></span>
</a>
</li>
<!-- About Dropdown -->
<li class="dropdown">
<a href="#">
<span>Learn More ...</span> <i class="bi bi-chevron-down"></i>
</a>
<ul>
<li class="border-bottom">
<a href="about.html">About Us</a>
</li>
<li>
<a href="contact.html">Contact Us</a>
</li>
</ul>
</li>
<!-- Contributions Dropdown -->
<li class="dropdown">
<a href="#">
Expand Down Expand Up @@ -342,7 +328,7 @@ <h5>Create blog post</h5>

<!-- Footer -->
</body>
<script src="/js/script.js"></script>
<script src="/public/javascripts/script.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
Expand Down
199 changes: 0 additions & 199 deletions prototype/Frontend/css/about.css

This file was deleted.

Loading

0 comments on commit 3eac303

Please sign in to comment.