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 removed .vs/slnx.sqlite
Binary file not shown.
27 changes: 27 additions & 0 deletions AboutUs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>

<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" type="text/css" href="..\css\AboutUs.css">
</head>
<body>
<div class="body1">
<h1>ABOUT US</h1>
<h2>IT'S 5 O'CLOCK SOMEWHERE!</h2>


<P>We at 5 o'clock understand that when your focus is on education, fun needs to be cheap and accessible!</P>

<p> Finding the right happy hour should not take almost as much time as attending one. Why should you waste your time cruising the internet to find the right place to meet a date, hang out with some friends, or just relax and unwind</p>

<h2>FOR STUDENTS, BY STUDENTS</h2>

<p>We are a small, four-person team focused on work, education, meeting people and saving money. Coming from various walks of life, our varying experiences offer a dynamic approach to providing the best happy hour application out there.

<p>Most importantly, we are you! So get out there and enjoy your evening! We plan on doing the same.</p>

<center><img src="..\img\HH3.jpg" /></center>
</div>

</body>
</html>
38 changes: 38 additions & 0 deletions css/AboutUs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
body {
background: url(../img/HH2.jpg) no-repeat center fixed;
background-color: rgba(0, 0, 0, 0.8);
background-size: cover;
background-blend-mode: darken;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}

div {
margin
}

h1 {
color: darkgoldenrod;
text-align: Center;
font-size: 60px
}

h2 {
color: goldenrod;
text-align: Center;
font-size: 36px
}

p {
font-size: 30px;
color: white;
text-align: Center;
}

img {
border-radius: 50%;
vertical-align: middle;
}
Binary file added img/HH2.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/HH3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.