diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite deleted file mode 100644 index e71f0f3a0..000000000 Binary files a/.vs/slnx.sqlite and /dev/null differ diff --git a/AboutUs.html b/AboutUs.html new file mode 100644 index 000000000..d4d222fd8 --- /dev/null +++ b/AboutUs.html @@ -0,0 +1,27 @@ + + + + + + + +
+

ABOUT US

+

IT'S 5 O'CLOCK SOMEWHERE!

+ + +

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

+ +

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

+ +

FOR STUDENTS, BY STUDENTS

+ +

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. + +

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

+ +
+
+ + + \ No newline at end of file diff --git a/css/AboutUs.css b/css/AboutUs.css new file mode 100644 index 000000000..626879732 --- /dev/null +++ b/css/AboutUs.css @@ -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; +} diff --git a/img/HH2.jpg b/img/HH2.jpg new file mode 100644 index 000000000..f72296a8f Binary files /dev/null and b/img/HH2.jpg differ diff --git a/img/HH3.jpg b/img/HH3.jpg new file mode 100644 index 000000000..86f22dfcc Binary files /dev/null and b/img/HH3.jpg differ