Merge branch 'master' of github.com:Rushilwiz/tj2023

This commit is contained in:
Rushil Umaretiya 2020-10-30 14:37:16 -04:00
commit 8be4a510e5
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ html {
.card-img-top {
width: 100%;
height: 12vw;
height: auto;
object-fit: cover;
}

View File

@ -38,8 +38,8 @@
Council
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="{% url 'council' %}">About Us</a>
<a class="dropdown-item" href="{% url 'notes' %}">Our Meetings</a>
<a class="dropdown-item" href="{% url 'council' %}">About us</a>
<a class="dropdown-item" href="https://www.notion.so/October-30th-8A-decision-meetings-b7e749c7bd2f4a528e2738c6fba35c69">Our Meetings</a>
<!-- <div class="dropdown-divider"></div>
<a class="dropdown-item" href="{% url 'contact' %}">Contact Us</a> -->
</div>