Skip to content
Snippets Groups Projects
Commit e131d1c9 authored by Beaumont Mogridge's avatar Beaumont Mogridge :gorilla:
Browse files

Update home.html

parent c6b9de94
No related branches found
No related tags found
1 merge request!1Start up html home page
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<link rel="stylesheet" href="styles.css">
<head> <head>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
...@@ -17,26 +17,14 @@ ...@@ -17,26 +17,14 @@
<div class="parallax"> <div class="parallax">
<body class="body"> <body class="body">
<h1>Welcome</h1>
<!-- navigation --> <!-- navigation -->
<nav> <nav>
<ul class="nav-row"> <ul>
<li> <li><a href="#home">Home</a></li>
<a><button onclick="">yo</a> <li><a href="#Map">Map</a></li>
<li><a href="#contactUs">Contact Us</a></li>
</li> <li style="float:right"><a class="active" href="#about">About</a></li>
<li> </ul>
<a><button onclick="">yoo</a>
</li>
<li>
<a><button onclick="">yooo</a>
</li>
<li>
<a><button onclick="">yoooo</a>
</li>
<li>
<a><button onclick="">yooooo</a>
</li>
</ul>
</nav><br><br><br> </nav><br><br><br>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment