Skip to content

Commit

Permalink
Merge pull request #5 from FAUHSCoding/AlanNavigationBar
Browse files Browse the repository at this point in the history
Alan navigation bar
  • Loading branch information
AlProgramming authored Oct 30, 2024
2 parents 2632ea4 + 78e8d3e commit 6eb29e6
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 11 deletions.
7 changes: 6 additions & 1 deletion events/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,15 @@
<img src="menu-icon.png" alt="Menu Icon" class="menu-icon">
</a>
<div class="dropdown-content">
<a href="/">Home</a> <!-- just shoving home here fow now, we'll decide later what to do. -oli -->
<a href="./">Home</a> <!-- just shoving home here fow now, we'll decide later what to do. -oli -->
<a href="./faq">FAQ</a>
<a href="./events">Events</a>
<a href="#hackathon">Hackathon</a>
<a href="#coding-challenge">Coding Challenge</a>
<a href="#workshop">Workshop</a>
<a href="./howtojoin">Join</a>
<a href="./meetingnotes">Meeting Notes</a>
<a href="./leadership">Leadership</a>
</div>
</li>
</ul>
Expand Down
9 changes: 8 additions & 1 deletion faq/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="links-header"><a href="/">Home</a></div>
<div class="links-header">
<a href="./">Home</a>
<a href="./faq">FAQ</a>
<a href="./events">Events</a>
<a href="./howtojoin">Join</a>
<a href="./meetingnotes">Meeting Notes</a>
<a href="./leadership">Leadership</a>
</div>
<h1 class="big">Coding Club FAQ</h1>

<h3 class="title">What does this club do?</h3>
Expand Down
9 changes: 8 additions & 1 deletion howtojoin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
</head>

<body>
<div class="links-header"><a href="/">Home</a></div>
<div class="links-header">
<a href="./">Home</a>
<a href="./faq">FAQ</a>
<a href="./events">Events</a>
<a href="./howtojoin">Join</a>
<a href="./meetingnotes">Meeting Notes</a>
<a href="./leadership">Leadership</a>
</div>
<h1>How to join Coding Club</h1>
<img src="Screenshot 2024-10-02 155241.png" alt="FAUHS Coding Club Poster" width="209" height="213" />
<p></p>
Expand Down
8 changes: 8 additions & 0 deletions leadership/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
</head>
<body>
<noscript>Your device does not support JavaScript.</noscript>
<div class = "navigation">
<a href="./">Home</a>
<a href="./faq/">FAQ</a>
<a href="./events/">Events</a>
<a href="./howtojoin/">Join</a>
<a href="./meetingnotes/">Meeting Notes</a>
<a href="./leadership/">Leadership</a>
</div>
<div class="all">
<div id="leadershiptitlediv">
<h1 id="leadershiptitle" style="text-align: center;">&lt;&lt;Leadership&gt;&gt;</h1>
Expand Down
20 changes: 12 additions & 8 deletions meetingnotes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,20 @@
</head>
<body>
<div class = "navigation">
<a href="/">Landing Page</a>
<a href="/events/">Events</a>
<a>About</a>
<a href="/faq/">FAQ</a>
<a href="/meetingnotes/">Meeting Notes</a>
<a>Project Page</a>
<a href="/leadership/">Leaders</a>
<a href="/howtojoin/">How to Join</a>
<a href="./">Home</a>
<a href="./faq/">FAQ</a>
<a href="./events/">Events</a>
<a href="./howtojoin/">Join</a>
<a href="./meetingnotes/">Meeting Notes</a>
<a href="./leadership/">Leadership</a>
</div>
<h1>Meeting Notes</h1>
<h2>10/30 Meeting</h2>
<p>Work on Raspberry Pis and website design.</p>
<h2>10/23 Meeting</h2>
<p>Replaced Solid State Drive for the server computer and worked on website design and talk about the process of making a website public on the internet.</p>
<h2>10/16 Meeting</h2>
<p>Continued working on website design</p>
<h2>10/2 Meeting</h2>
<p>Unboxing products bought and website design.</p>
<h2>9/25 Meeting</h2>
Expand Down

0 comments on commit 6eb29e6

Please sign in to comment.