Skip to content

Commit 76e5eeb

Browse files
new title, working links, and search bar
1 parent 48b3a9a commit 76e5eeb

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

tsa-site/index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,35 @@
77
<title>TSA Webmaster</title>
88
<link rel="icon" type="image/x-icon" href="https://www.google.com/s2/favicons?sz=16&domain_url=https://tsaweb.org">
99
<link rel="stylesheet" href="tsa.css">
10+
1011
</head>
1112

1213
<body>
1314
<a class="skip-to-content" href="#main-content">Skip to content</a>
1415
<header>
1516
<a href="index.html"></a>
1617
<h1>
17-
<a href="index.html">Placeholder Title</a>
18+
<a href="index.html">Welcome to the Resource Hub!</a>
1819
</h1>
1920
</header>
2021
<br>
2122
<nav>
2223
<ul>
23-
<li><a href="a.html">a</a></li>
24-
<li><a href="b.html">b</a></li>
25-
<li><a href="c.html">c</a></li>
26-
<li><a href="d.html">d</a></li>
27-
<li><a href="e.html">e</a></li>
24+
<li><a href="browse.html">Browse</a></li>
25+
<li><a href="highlights.html">Highlights</a></li>
26+
<li><a href="form.html">Submit A Resource</a></li>
2827
</ul>
2928
</nav>
3029
<main id="main-content">
3130
<title>
32-
<p>Welcome to the [name] Resource Hub!</p>
31+
<p>[name] Resource Hub</p>
3332
</title>
3433
<p>This is a place to see and learn more about the various resources available to our community, such as non-profits, support services, and community events. You can <a href=#searchTable>search</a> for a specific resources, <a href=browse.html>browse</a> the available ones, or just look at the <a href="highlights.html">highlights section</a>. You can also <a href="form.html">submit a resource</a> that you would like to be added to this site.</p> <!-- These files don't exist yet so the links are broken! -->
3534

35+
<input type="text" id="searchInput" onkeyup="tableSearch()" placeholder="Search names...">
36+
3637
<table id="searchTable">
38+
<script src="table.js"></script>
3739
<tr class="header">
3840
<th style="width:20%">Name</th>
3941
<th style="width:40%">Image</th>

0 commit comments

Comments
 (0)