Skip to content

Commit

Permalink
Beginning framework for final project. Starting on Nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nakiacallaway committed Nov 14, 2020
1 parent 22ad5da commit 682214d
Show file tree
Hide file tree
Showing 23 changed files with 55 additions and 0 deletions.
Empty file added about.html
Empty file.
13 changes: 13 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="css\style.css">
</head>
<body>


</body>
</html>
26 changes: 26 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
a:link {
color: #fff;
}
a:visited {
color: #fff;
}
a:hover {
color: #ff0;
}

.logo {
height: 50px;
float: left;
}
nav {
height: 50px;
background-color: #00f
}


Binary file added img/Fireplace.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Sunlit logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Sunlit logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/do more.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/hero.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/monitor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1483058712412-4245e9b90334.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1542744173-05336fcc7ad4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1545259741-2ea3ebf61fa3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1558002038-1055907df827.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1581092795360-fd1ca04f0952.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1600566753104-685f4f24cb4d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/photo-1600573472592-401b489a3cdc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pool.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/smart lock.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/support.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/temp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang=en>
<head>
<link rel="stylesheet" href="css\style.css">
<title>Home</title>
</head>
<body>
<nav>
<a href="C:\Users\nikhu\Desktop\Geekwise\final-project\index.html" target="_blank"><img class=logo src="C:\Users\nikhu\Desktop\Geekwise\final-project\img\Sunlit logo.png" alt="House logo">
<a href="C:\Users\nikhu\Desktop\Geekwise\final-project\index.html" target="_blank">Home</a>
<a href="C:\Users\nikhu\Desktop\Geekwise\final-project\about.html" target="_blank">About</a>
<a href="C:\Users\nikhu\Desktop\Geekwise\final-project\schedule.html" target="_blank">Schedule</a>
<a href="C:\Users\nikhu\Desktop\Geekwise\final-project\contact.html" target="_blank">Contact</a>
</nav>
</body>
</html>
Empty file added schedule.html
Empty file.

0 comments on commit 682214d

Please sign in to comment.