diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/events.css b/css/events.css new file mode 100644 index 0000000..a549b5d --- /dev/null +++ b/css/events.css @@ -0,0 +1,43 @@ +.section-with-overlay { + position: relative; + background-color: #000000; + + + } + + .section-with-overlay::before { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(255, 255, 255, 0.5); /* Adjust the background color and opacity as needed */ + z-index: 2; /* Ensure this element is above the blurred section */ + } + + .coming-soon { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + z-index: 3; + text-align: center; + color: #000; + background:transparent; /* Adjust the background color and opacity as needed */ + padding: 20px; + border-radius: 8px; + backdrop-filter: blur(10px); /* Adjust the blur amount as needed */ + } + + + +.coming-soon h1 { + color: #ee5007; + } + \ No newline at end of file diff --git a/images/akcomsocsclogo.png b/images/akcomsocsclogo.png new file mode 100644 index 0000000..a8e735f Binary files /dev/null and b/images/akcomsocsclogo.png differ diff --git a/index.html b/index.html index 621a091..ffbec54 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ + @@ -105,7 +106,7 @@

AKComSocSC '23

- Let's begin + Explore
@@ -183,7 +184,7 @@
-
+
@@ -221,16 +222,17 @@
Once in Lifetime Experience
+
-
-
-

Events

+
+

Events

-
+
@@ -324,6 +326,9 @@

Events

+
+

COMING SOON

+