diff --git a/addOfficerForm.html b/addOfficerForm.html new file mode 100644 index 0000000..ab03b42 --- /dev/null +++ b/addOfficerForm.html @@ -0,0 +1,98 @@ + + + + + + + + Add Events + + +

Add Officer

+

Please enter the required information here.

+
+

Name

+ +
+
+

Info

+ +
+
+

Profile Image

+ User Pfp + +
+
+ + + + +
+ + \ No newline at end of file diff --git a/announcementAddForm.html b/announcementAddForm.html new file mode 100644 index 0000000..2376054 --- /dev/null +++ b/announcementAddForm.html @@ -0,0 +1,82 @@ + + + + + + + + Add Announcement + + +

Add Announcement

+

Please enter the required information here.

+
+

Title

+ +
+
+

Main Text

+ +
+
+ + + + +
+ + \ No newline at end of file diff --git a/announcements.html b/announcements.html index 6bb7eb7..1232967 100644 --- a/announcements.html +++ b/announcements.html @@ -4,14 +4,15 @@ - Announcements Demo Page

Announcements

- + + + @@ -42,4 +43,54 @@

Announcement 6

Welcome to Announcements :D

Choose an announcement on the left!

- \ No newline at end of file + + \ No newline at end of file diff --git a/eventAddForm.html b/eventAddForm.html new file mode 100644 index 0000000..f320e11 --- /dev/null +++ b/eventAddForm.html @@ -0,0 +1,82 @@ + + + + + + + + Add Events + + +

Add Events

+

Please enter the required information here.

+
+

Title

+ +
+
+

Main Text

+ +
+
+ + + + +
+ + \ No newline at end of file diff --git a/events.html b/events.html index 6bf7181..ae07ef4 100644 --- a/events.html +++ b/events.html @@ -9,9 +9,11 @@

Events

- + + + @@ -40,6 +42,61 @@

Event 6

Welcome to Events :D

+

When? : N/A

Choose an event on the left!

- \ No newline at end of file + + \ No newline at end of file diff --git a/index.html b/index.html index 4e83eb9..0e60fe3 100644 --- a/index.html +++ b/index.html @@ -26,3 +26,26 @@

Events

+ \ No newline at end of file diff --git a/officers.html b/officers.html index 102fb37..c7e2030 100644 --- a/officers.html +++ b/officers.html @@ -10,9 +10,11 @@

Officers

- + + + @@ -76,4 +78,63 @@

Unknown Person

- \ No newline at end of file + + \ No newline at end of file diff --git a/styleAnnouncementEvent.css b/styleAnnouncementEvent.css deleted file mode 100644 index 71602f3..0000000 --- a/styleAnnouncementEvent.css +++ /dev/null @@ -1,47 +0,0 @@ -body{ - margin: 0; -} -.featureBtn{ - background-color: white; - position:relative; - left:120px -} -.btn{ - display:block; - width:700px; - height:100px; - margin:auto; - border-color:black; - border-style: solid; - background-color: white; -} -div{ - position:relative; - left:120px; - top:30px; - overflow-y: auto; - height: 500px; - width: 725px; - border-color:black; - border-style:solid; - background-color: white; -} -h1{ - font-size: 45px; - font-family: Arial, Helvetica, sans-serif; - background-color: lightgray; - text-align: center; - padding: 20px; - border-style: solid; -} -section{ - position:absolute; - left:1000px; - top:190px; - height: 500px; - width: 725px; - border-color:black; - border-style:solid; - background-color: white; - padding:20px; -} diff --git a/styleIndex.css b/styleIndex.css deleted file mode 100644 index 0dc0c77..0000000 --- a/styleIndex.css +++ /dev/null @@ -1,21 +0,0 @@ -body{ - margin: 0; -} -h1{ - font-size: 45px; - font-family: Arial, Helvetica, sans-serif; - background-color: lightgray; - text-align: center; - padding: 20px; - border-color:black; - border-style: solid; -} -.btn{ - display:block; - width:400px; - height:200px; - margin:auto; - border-color:black; - border-style: solid; - background-color: white; -} \ No newline at end of file diff --git a/styleOfficer.css b/styleOfficer.css deleted file mode 100644 index 8162861..0000000 --- a/styleOfficer.css +++ /dev/null @@ -1,57 +0,0 @@ -body{ - margin: 0; -} -.feature{ - display:block; - width: 400px; - position:relative; -} -.featureBtn{ - background-color: white; - position:relative; - left:5px; -} -h1{ - font-size: 45px; - font-family: Arial, Helvetica, sans-serif; - background-color: lightgray; - text-align: center; - padding: 20px; - border-color:black; - border-style: solid; -} -h2{ - font-size: 20px; - font-family: Arial, Helvetica, sans-serif; - padding: 20px; -} -.btn{ - position: relative; - left:120px; - width:400px; - height:200px; - margin:auto; - border-color:black; - border-style: solid; - background-color: white; -} - -div{ - width:900px; - height:450; - margin:auto; - border-color:black; - border-style: solid; - background-color: white; - padding:20px; -} -h3{ - display:inline-block; - right:120px; -} -p{ - white-space: pre; -} -img { - float:left; -} \ No newline at end of file