Skip to content

Commit 98c7f76

Browse files
committed
Add rest of desktop menu to mobile menu
1 parent b38355e commit 98c7f76

File tree

1 file changed

+85
-5
lines changed

1 file changed

+85
-5
lines changed

website/templates/base.html

Lines changed: 85 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -535,18 +535,30 @@
535535
<span class="ml-3 text-base font-medium text-gray-900">About Stryke Force</span>
536536
</a>
537537

538-
<a href="https://www.firstinspires.org"
538+
<a href="{% slugurl 'blog' %}"
539539
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
540540
<svg xmlns="http://www.w3.org/2000/svg"
541541
fill="none"
542542
viewBox="0 0 24 24"
543543
stroke-width="1.5"
544544
stroke="currentColor"
545-
class="w-6 h-6 flex-shrink-0 text-blue"
546-
aria-hidden="true">
547-
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941" />
545+
class="h-6 w-6 flex-shrink-0 text-blue">
546+
<path stroke-linecap="round" stroke-linejoin="round" d="M12 7.5h1.5m-1.5 3h1.5m-7.5 3h7.5m-7.5 3h7.5m3-9h3.375c.621 0 1.125.504 1.125 1.125V18a2.25 2.25 0 0 1-2.25 2.25M16.5 7.5V18a2.25 2.25 0 0 0 2.25 2.25M16.5 7.5V4.875c0-.621-.504-1.125-1.125-1.125H4.125C3.504 3.75 3 4.254 3 4.875V18a2.25 2.25 0 0 0 2.25 2.25h13.5M6 7.5h3v3H6v-3Z" />
547+
</svg>
548+
<span class="ml-3 text-base font-medium text-gray-900">Latest News</span>
549+
</a>
550+
551+
<a href="{% slugurl 'events' %}"
552+
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
553+
<svg xmlns="http://www.w3.org/2000/svg"
554+
fill="none"
555+
viewBox="0 0 24 24"
556+
stroke-width="1.5"
557+
stroke="currentColor"
558+
class="h-6 w-6 flex-shrink-0 text-blue">
559+
<path stroke-linecap="round" stroke-linejoin="round" d="M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5m-9-6h.008v.008H12v-.008ZM12 15h.008v.008H12V15Zm0 2.25h.008v.008H12v-.008ZM9.75 15h.008v.008H9.75V15Zm0 2.25h.008v.008H9.75v-.008ZM7.5 15h.008v.008H7.5V15Zm0 2.25h.008v.008H7.5v-.008Zm6.75-4.5h.008v.008h-.008v-.008Zm0 2.25h.008v.008h-.008V15Zm0 2.25h.008v.008h-.008v-.008Zm2.25-4.5h.008v.008H16.5v-.008Zm0 2.25h.008v.008H16.5V15Z" />
548560
</svg>
549-
<span class="ml-3 text-base font-medium text-gray-900">FIRST Homepage</span>
561+
<span class="ml-3 text-base font-medium text-gray-900">Events</span>
550562
</a>
551563

552564
<a href="{% slugurl "frc-students" %}"
@@ -617,6 +629,74 @@
617629
</svg>
618630
<span class="ml-3 text-base font-medium text-gray-900">Community Outreach</span>
619631
</a>
632+
633+
<a href="{% slugurl 'resources' %}"
634+
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
635+
<svg xmlns="http://www.w3.org/2000/svg"
636+
fill="none"
637+
viewBox="0 0 24 24"
638+
stroke-width="1.5"
639+
stroke="currentColor"
640+
class="h-6 w-6 flex-shrink-0 text-blue">
641+
<path stroke-linecap="round" stroke-linejoin="round" d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.091 1.076-.071 2.264-.904 2.95l-.102.085m-1.745 1.437L5.909 7.5H4.5L2.25 3.75l1.5-1.5L7.5 4.5v1.409l4.26 4.26m-1.745 1.437 1.745-1.437m6.615 8.206L15.75 15.75M4.867 19.125h.008v.008h-.008v-.008Z" />
642+
</svg>
643+
<span class="ml-3 text-base font-medium text-gray-900">Technical Resources</span>
644+
</a>
645+
646+
<a href="{% slugurl 'contact-us' %}"
647+
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
648+
<svg xmlns="http://www.w3.org/2000/svg"
649+
fill="none"
650+
viewBox="0 0 24 24"
651+
stroke-width="1.5"
652+
stroke="currentColor"
653+
class="h-6 w-6 flex-shrink-0 text-blue">
654+
<path stroke-linecap="round" stroke-linejoin="round" d="M21.75 6.75v10.5a2.25 2.25 0 01-2.25 2.25h-15a2.25 2.25 0 01-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0019.5 4.5h-15a2.25 2.25 0 00-2.25 2.25m19.5 0v.243a2.25 2.25 0 01-1.07 1.916l-7.5 4.615a2.25 2.25 0 01-2.36 0L3.32 8.91a2.25 2.25 0 01-1.07-1.916V6.75" />
655+
</svg>
656+
<span class="ml-3 text-base font-medium text-gray-900">Contact Us</span>
657+
</a>
658+
659+
<a href="https://www.youtube.com/@strykeforce4-hfirstrobotic376"
660+
target="_blank"
661+
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
662+
<svg xmlns="http://www.w3.org/2000/svg"
663+
fill="none"
664+
viewBox="0 0 24 24"
665+
stroke-width="1.5"
666+
stroke="currentColor"
667+
class="h-6 w-6 flex-shrink-0 text-blue">
668+
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" />
669+
</svg>
670+
<span class="ml-3 text-base font-medium text-gray-900">Stryke Force YouTube Channel</span>
671+
</a>
672+
673+
<a href="https://strykeforce.smugmug.com"
674+
target="_blank"
675+
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
676+
<svg xmlns="http://www.w3.org/2000/svg"
677+
fill="none"
678+
viewBox="0 0 24 24"
679+
stroke-width="1.5"
680+
stroke="currentColor"
681+
class="h-6 w-6 flex-shrink-0 text-blue">
682+
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" />
683+
</svg>
684+
<span class="ml-3 text-base font-medium text-gray-900">Stryke Force Photos</span>
685+
</a>
686+
687+
<a href="https://www.facebook.com/groups/1163182671256751/"
688+
target="_blank"
689+
class="-m-3 flex items-center rounded-md p-3 hover:bg-gray-50">
690+
<svg xmlns="http://www.w3.org/2000/svg"
691+
fill="none"
692+
viewBox="0 0 24 24"
693+
stroke-width="1.5"
694+
stroke="currentColor"
695+
class="h-6 w-6 flex-shrink-0 text-blue">
696+
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25" />
697+
</svg>
698+
<span class="ml-3 text-base font-medium text-gray-900">Family Facebook Group</span>
699+
</a>
620700
</nav>
621701
</div>
622702
</div>

0 commit comments

Comments
 (0)