diff --git a/.vs/Assignment_LookAndFeel/FileContentIndex/29686a9c-7f58-45f6-9070-d53e2961c88b.vsidx b/.vs/Assignment_LookAndFeel/FileContentIndex/29686a9c-7f58-45f6-9070-d53e2961c88b.vsidx new file mode 100644 index 000000000..0a36f37e5 Binary files /dev/null and b/.vs/Assignment_LookAndFeel/FileContentIndex/29686a9c-7f58-45f6-9070-d53e2961c88b.vsidx differ diff --git a/.vs/Assignment_LookAndFeel/FileContentIndex/89bf531b-ea37-4c65-b502-cf20c16467ad.vsidx b/.vs/Assignment_LookAndFeel/FileContentIndex/89bf531b-ea37-4c65-b502-cf20c16467ad.vsidx new file mode 100644 index 000000000..020e31404 Binary files /dev/null and b/.vs/Assignment_LookAndFeel/FileContentIndex/89bf531b-ea37-4c65-b502-cf20c16467ad.vsidx differ diff --git a/.vs/Assignment_LookAndFeel/FileContentIndex/bbf615a3-5108-4e5c-bc09-170ea0792142.vsidx b/.vs/Assignment_LookAndFeel/FileContentIndex/bbf615a3-5108-4e5c-bc09-170ea0792142.vsidx new file mode 100644 index 000000000..7aed32111 Binary files /dev/null and b/.vs/Assignment_LookAndFeel/FileContentIndex/bbf615a3-5108-4e5c-bc09-170ea0792142.vsidx differ diff --git a/.vs/Assignment_LookAndFeel/FileContentIndex/bc5b4eba-0b7f-4133-94bf-4fcaaf2d7a0e.vsidx b/.vs/Assignment_LookAndFeel/FileContentIndex/bc5b4eba-0b7f-4133-94bf-4fcaaf2d7a0e.vsidx new file mode 100644 index 000000000..0fcfb0971 Binary files /dev/null and b/.vs/Assignment_LookAndFeel/FileContentIndex/bc5b4eba-0b7f-4133-94bf-4fcaaf2d7a0e.vsidx differ diff --git a/.vs/Assignment_LookAndFeel/FileContentIndex/bd1d1755-467c-4db2-a1b7-92b65ba84060.vsidx b/.vs/Assignment_LookAndFeel/FileContentIndex/bd1d1755-467c-4db2-a1b7-92b65ba84060.vsidx deleted file mode 100644 index 7c6fa3dd0..000000000 Binary files a/.vs/Assignment_LookAndFeel/FileContentIndex/bd1d1755-467c-4db2-a1b7-92b65ba84060.vsidx and /dev/null differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index e71f0f3a0..cb3eb3a79 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite 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