Skip to content

Commit

Permalink
team details template page
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 12, 2024
1 parent 1d56fce commit 8adc0b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h1> Longmetal 7127</h1>
<h1> weeeeeeeee </h1>
</div>
<ul class = "nav-links">
<li> <a class="active" href="pages/aboutus.html"> About Us </a> </li>
<li> <a class="active" href="pages/aboutus.html"> Test Page </a> </li>
<li> <a class="active" href="pages/aboutus.html"> Test Page </a> </li>
<li> <a class="active" href="pages/teamdetails.html"> About Us </a> </li>
<li> <a class="active" href="pages/teamdetails.html"> Test Page </a> </li>
<li> <a class="active" href="pages/teamdetails.html"> Test Page </a> </li>
</ul>
</nav>

Expand Down
12 changes: 10 additions & 2 deletions pages/aboutus.html → pages/teamdetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us</title>
<title> Team Details</title>
</head>
<body>
<h1> About Us </h1>
<h1> Team Details </h1>

<h3> Name: </h3>
<h3> Based In: </h3>
<h3> More Info: </h3>

<h2> Abilities </h2>


</body>
</html>

0 comments on commit 8adc0b7

Please sign in to comment.