Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
1,026 changes: 1,026 additions & 0 deletions .vs/Assignment_LookAndFeel/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/Assignment_LookAndFeel/v17/.suo
Binary file not shown.
10 changes: 10 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ExpandedNodes": [
"",
"\\css",
"\\img",
"\\js"
],
"SelectedNode": "\\sample.html",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
59 changes: 59 additions & 0 deletions css/chris.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
/* Top Navigation Bar*/
body,
html {
height: 100%;
}
.topnav {
background-color: black;
overflow: hidden;
opacity: 1;
}
.topnav a{
float:left;
color:aliceblue;
text-align:center;
padding: 14px 16px;
text-decoration:none;
font-size:17px;
opacity: 1;
}
.topnav a.active {
background-color: darkgoldenrod;
color: black;
opacity: 1;
}

/*Set background image*/
/*Set height*/


.BeerBackground {
background-image: url('beer.png');
height: 100%;
width:100%;
background-size: cover;

}

/*Box up the Header and Paragrap text on the left side*/
.MyContent{
float:left;
width:25%;
height:100%;
border:black;
}
.MyHeadings {
color: gold;
font:bold 20px arial;
}
.MyPara {
stop-opacity:;
color: ghostwhite;
font:bold 18px arial;

}

.MySmallText{
color:cornflowerblue;
font:bold 12px arial;
}
32 changes: 29 additions & 3 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,34 @@ html {
height: 100%;
}

/* Top Navigation Bar*/

.topnav {
background-color: black;
overflow: hidden;
opacity: 1;
}
.topnav a{
float:left;
color:aliceblue;
text-align:center;
padding: 14px 16px;
text-decoration:none;
font-size:17px;
opacity: 1;
}
.topnav a.active{
background-color:darkgoldenrod;
color:black;
}



/*Set background image*/
.container {
background-image: url('https://doc-10-ao-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/r085o9ungppbiokopob2sfbekae4uqbb/1537920000000/14802840322886517493/*/110cT8sl-pOiHGgj9yToPkAqAzrr-RNfb');
background-image: url('beer.png');
height: 100%;
opacity: .5;
background-position: center;
background-size: cover;
}
Expand All @@ -27,7 +51,9 @@ html {

/*Set circle in unordered list*/
.middle ul {
list-style-type: circle;
list-style-type: none;
margin: 0;
padding:0
}

/*Set text inside li tag to left*/
Expand All @@ -37,7 +63,7 @@ html {

/*Set text color for a tag inside middle class and ul>li element*/
.middle ul li a {
color: beige;
color: blue;
}

/*Change text color and decoration for a tags inside middle class and ul>li element*/
Expand Down
47 changes: 47 additions & 0 deletions happyhour.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="css/chris.css">
<title>Assignment - 3</title>

</head>

<body>
<div class="topnav">
<a href="#home">Home</a>
<a href="HappyHourApp"class="active">Happy Hour App</a>
<a href="HappyHourDetails">Sightings</a>
<a href="AboutUs">About Us</a>
</div>
<div class="BeerBackground">

<h0 class="MyContent">
<h1 class=" = MyHeadings">
Why pay full price when you could save?
</h1>
<p1 class="MyPara">
Happy Hours are great ways to meet up in great establishments without breaking the bank
</p1>
<h1 class="MyHeadings">
Find the Hot Spots
</h1>
<p1 class="MyPara">
Why spend time searching for the hottest place in town when you can find it right here!
</p1>
<h1 class="MyHeadings">
What are we offering you?
</h1>
<p1 class="MyPara">
A Central location to search, create, rate, and save Happy Hours in the Tampa Bay area! Whether you are looking for a great date night spot, a place to meet up with friends, or a place to take that platinum client we have a place for you!
</p1>
</h0>
</div>
<!--JS link-->
<script src="./js/main.js"></script>
</body>

</html>
Binary file added img/beer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 11 additions & 15 deletions sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,22 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="./css/main.css">
<link rel="stylesheet" type="text/css" href="main.css">
<title>Assignment - 3</title>
</head>

<body>
<div class="container">
<div class="middle">
<h2>
Useful links
</h2>
<ul id="links">
<li>
<a href="https://www.w3schools.com/css/default.asp" target="_blank">CSS tutorial- w3schools</a>
</li>
<li>
<a href="https://pixabay.com/" target="_blank">Free Images</a>
</li>
</ul>

<div class="container">
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="Top Happy Hours">Top Happy Hours</a>
<a href="About Us">About Us</a>
<a href="Sign In">Sign In</a>
</div>


</div>
</div>

<!--JS link-->
<script src="./js/main.js"></script>
Expand Down