Skip to content

Commit

Permalink
remove committee dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
wlinchiun9gmailcom committed Aug 24, 2024
1 parent 8404553 commit 0517490
Show file tree
Hide file tree
Showing 29 changed files with 4,930 additions and 2,030 deletions.
240 changes: 170 additions & 70 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
>
<a
class="navbar-brand header-font align-bottom"
style="text-align: center;"
style="text-align: center"
href="/"
><img
src="/static/ucbmun_logo_high_def.png"
style="max-width: 18vh; width: 18vh;"
style="max-width: 18vh; width: 18vh"
/></a>

<button
class="navbar-toggler"
type="button"
Expand All @@ -59,12 +59,21 @@
aria-expanded="false"
aria-label="Toggle navigation"
>
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><style>svg{fill:#ffffff}</style><path d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512">
<!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<style>
svg {
fill: #ffffff;
}
</style>
<path
d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"
/>
</svg>
</button>

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto justify-content-center bg-mini">
</li>
<ul class="navbar-nav mx-auto justify-content-center bg-mini"></li>

<li class="nav-item dropdown">

Expand All @@ -76,7 +85,7 @@
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
style="color:aliceblue;"
style="color: aliceblue"
>
ABOUT
</a>
Expand All @@ -85,14 +94,63 @@
aria-labelledby="ABOUTNavbarDropdown"
style="max-height: 300px; overflow-y: auto; white-space: normal; bg-white; color: #032c4e;"
>
<a class="dropdown-item" href="/about" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Overview</a>
<a class="dropdown-item" href="/awards" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Awards</a>
<a class="dropdown-item" href="/staff" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Secretariat</a>
<a class="dropdown-item" href="/schedule" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Schedule</a>
<a class="dropdown-item" href="/events" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Conference Events</a>
<a
class="dropdown-item"
href="/about"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Overview</a
>
<a
class="dropdown-item"
href="/awards"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Awards</a
>
<a
class="dropdown-item"
href="/staff"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Secretariat</a
>
<a
class="dropdown-item"
href="/schedule"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Schedule</a
>
<a
class="dropdown-item"
href="/events"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Conference Events</a
>
</div>
</li>
</li>
</li></li>

<li class="nav-item dropdown">

Expand All @@ -104,7 +162,7 @@
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
style="color:aliceblue;"
style="color: aliceblue"
>
RESOURCES
</a>
Expand All @@ -113,72 +171,114 @@
aria-labelledby="RESOURCESNavbarDropdown"
style="max-height: 300px; overflow-y: auto; white-space: normal; bg-white; color: #032c4e;"
>
<a class="dropdown-item" href="/handbook" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Delegate Handbook</a>
<a class="dropdown-item" href="/rules" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Rules of Procedure</a>
<a class="dropdown-item" href="/hotels" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Hotels and Flights</a>
<a class="dropdown-item" href="/faq" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">General FAQs</a>
<a class="dropdown-item" href="/explore" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Explore SF</a>
<a
class="dropdown-item"
href="/handbook"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Delegate Handbook</a
>
<a
class="dropdown-item"
href="/rules"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Rules of Procedure</a
>
<a
class="dropdown-item"
href="/hotels"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Hotels and Flights</a
>
<a
class="dropdown-item"
href="/faq"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>General FAQs</a
>
<a
class="dropdown-item"
href="/explore"
style="
width: max-content;
max-width: 150vw;
white-space: normal;
color: #032c4e;
"
>Explore SF</a
>
</div>
</li>
</li>

<li class="nav-item dropdown">

<li class="nav-item">
<a
class="nav-link dropdown-toggle bg-textcolor"
class="nav-link bg-textcolor"
href="/committees"
id="COMMITTEESNavbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
style="color:aliceblue;"
>
COMMITTEES
</a>
<div
class="dropdown-menu"
aria-labelledby="COMMITTEESNavbarDropdown"
style="max-height: 300px; overflow-y: auto; white-space: normal; bg-white; color: #032c4e;"
style="
width: max-content;
max-width: 80vw;
white-space: normal;
color: aliceblue;
"
>COMMITTEES</a
>
<a class="dropdown-item" href="/committees" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Overview</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item disabled" href="/committees" style="width: max-content; max-width: 80vw; white-space: normal; color: #032c4e;">
LARGE GENERAL ASSEMBLIES
</a>
<a class="dropdown-item" href="/committee/ilo" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">International Labour Organization</a>
<a class="dropdown-item" href="/committee/who" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">World Health Organization</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item disabled" href="/committees" style="width: max-content; max-width: 80vw; white-space: normal; color: #032c4e;">
MIDSIZE GENERAL ASSEMBLIES/SPECIALIZED BODIES
</a>
<a class="dropdown-item" href="/committee/food" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Caviar, Champagne, and Truffles: Les Excellentes Cuisines du Monde</a>
<a class="dropdown-item" href="/committee/hollywood" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Lights, Camera, Strike: The 2023 Hollywood Strikes</a>
<a class="dropdown-item" href="/committee/adhoc_ga" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Ad-Hoc General Assembly of the Director-General</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item disabled" href="/committees" style="width: max-content; max-width: 80vw; white-space: normal; color: #032c4e;">
CRISIS COMMITTEES
</a>
<a class="dropdown-item" href="/committee/alexander" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Alexander the Not-So-Great: The Macedonian Invasion of India, 327 BCE</a>
<a class="dropdown-item" href="/committee/theranos" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Now We&#39;ve Got Bad Blood: Theranos Board of Directors</a>
<a class="dropdown-item" href="/committee/pedro" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Little Prince, Big Problems: The Brazilian Regency Era, 1831</a>
<a class="dropdown-item" href="/committee/stranger_things" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Stranger Things Have Happened: Hawkins City Council, 1986</a>
<a class="dropdown-item" href="/committee/mafia" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Pasta and Pistols: The Sicilian Mafia, 1865</a>
<a class="dropdown-item" href="/committee/britain" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">White Ship Wrecked: The British Anarchy Period, 1135</a>
<a class="dropdown-item" href="/committee/unsc" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">This is Guinea-Bissau Crazy: United Nations Security Council, 2013</a>
<a class="dropdown-item" href="/committee/zombies" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">JCC–Brainz over Brawn: The Siege of San Francisco, Zombies</a>
<a class="dropdown-item" href="/committee/humans" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">JCC–Brainz over Brawn: The Siege of San Francisco, Humans</a>
<a class="dropdown-item" href="/committee/adhoc" style="width: max-content; max-width: 150vw; white-space: normal; color:#032c4e;">Ad-Hoc Committee of the Secretary-General</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link bg-textcolor" href="/register" style="width: max-content; max-width: 80vw; white-space: normal; color:aliceblue;">REGISTRATION</a>
<a
class="nav-link bg-textcolor"
href="/register"
style="
width: max-content;
max-width: 80vw;
white-space: normal;
color: aliceblue;
"
>REGISTRATION</a
>
</li>
<li class="nav-item">
<a class="nav-link bg-textcolor" href="/sponsors" style="width: max-content; max-width: 80vw; white-space: normal; color:aliceblue;">SPONSORS</a>
<a
class="nav-link bg-textcolor"
href="/sponsors"
style="
width: max-content;
max-width: 80vw;
white-space: normal;
color: aliceblue;
"
>SPONSORS</a
>
</li>
<li class="nav-item">
<a class="nav-link bg-textcolor" href="https://ucbmun.com/" style="width: max-content; max-width: 80vw; white-space: normal; color:aliceblue;">TRAVEL TEAM</a>
<a
class="nav-link bg-textcolor"
href="https://ucbmun.com/"
style="
width: max-content;
max-width: 80vw;
white-space: normal;
color: aliceblue;
"
>TRAVEL TEAM</a
>
</li>
</ul>
</div>
Expand Down
Loading

0 comments on commit 0517490

Please sign in to comment.