Skip to content
Snippets Groups Projects

Start up html home page

Merged Beaumont Mogridge requested to merge StartUpHtmlHomePage into main
2 files
+ 66
20
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
20
<!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>
Loading