From e2c6c6bf1a6332ce4b0ef90459865b1a281ef4d1 Mon Sep 17 00:00:00 2001 From: VishwaAmarasinghe Date: Thu, 27 Jun 2024 03:39:50 +0530 Subject: [PATCH] Commit changes --- 3d design.html | 2 +- assets/js/script.js | 6 ++++ assets/placeholders/footer.html | 3 +- assets/style/style.css | 50 +++++++++++++++++++++++++++++---- competitions.html | 13 ++------- game-dev.html | 2 +- index.html | 38 ++++++++++++------------- logo-design.html | 2 +- photo-manipulation.html | 2 +- poster-design.html | 2 +- presentation.html | 2 +- quiz.html | 2 +- video-editing.html | 2 +- webdesign.html | 2 +- 14 files changed, 84 insertions(+), 44 deletions(-) diff --git a/3d design.html b/3d design.html index de52459..8e0133b 100644 --- a/3d design.html +++ b/3d design.html @@ -19,7 +19,7 @@
-
+

diff --git a/assets/js/script.js b/assets/js/script.js index 687e443..a225b90 100644 --- a/assets/js/script.js +++ b/assets/js/script.js @@ -6,3 +6,9 @@ $(function(){ $(function(){ $("#footer-placeholder").load("./assets/placeholders/footer.html"); }); + VanillaTilt.init(document.querySelectorAll(".competition-card"), { + max: 8, + speed: 400, + glare: true, + 'max-glare': 0.25, + }); \ No newline at end of file diff --git a/assets/placeholders/footer.html b/assets/placeholders/footer.html index 39b89cc..e079bbd 100644 --- a/assets/placeholders/footer.html +++ b/assets/placeholders/footer.html @@ -5,7 +5,8 @@ diff --git a/assets/style/style.css b/assets/style/style.css index fe29c0e..709ec55 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -201,7 +201,7 @@ background-size:cover; padding: 150px; padding-top: 100px; background-size: cover; - padding: 80px; + padding: 120px; position: relative; overflow: hidden; } @@ -235,12 +235,16 @@ height: auto; padding-bottom: 70px; } .contact-card{ - padding-bottom: 50px; + padding: 25px; + margin: 30px; color: #ffffff; + border:solid 1px rgba(255, 255, 255, 0.239) ; + border-radius: 40px; + width: 50%; } .Contact-name{ font-size: 25px; - font-weight: 600; + font-weight: 700; } .Contact-number a{ color: #ffffff; @@ -302,6 +306,10 @@ height: auto; text-decoration: none; color: #ffffff; } +.footer-logo{ + width: 300px; + height: auto; +} .competition-title{ color: #ffffff; font-size: 50px; @@ -410,7 +418,7 @@ scale: 1.0; font-size: 20px; font-weight: 600; } - + } @media (max-width:500px){ .card-heading{ @@ -448,7 +456,21 @@ scale: 1.0; .social-media{ gap: 0rem; } - + .contact-card{ + width: 100%; + padding-left: 0; + padding-right: 0; + margin-left: 0; + margin-right: 0; + } + .footer-logo{ + width: 200px; + height: auto; + } + .footer-acf{ + width: 75px; + height: auto; + } } @media (max-width:300px){ .footer-head{ @@ -457,4 +479,22 @@ scale: 1.0; .rights{ font-size: 15px; } + +} +@media (max-width:400px){ + .footer-logo{ + width: 150px; + height: auto; + } + .footer-acf{ + width: 50px; + height: auto; + } +} +@media (max-width:992px){ + .contact-card{ + width: 80%; + } + + } \ No newline at end of file diff --git a/competitions.html b/competitions.html index 7303f86..72553db 100644 --- a/competitions.html +++ b/competitions.html @@ -16,7 +16,7 @@

-
+

@@ -135,7 +135,7 @@

Logo Design

-

Presentation Design

+

Presentation


@@ -282,14 +282,7 @@
(INTER-SCHOOL ONLY)
AOS.init(); - + diff --git a/game-dev.html b/game-dev.html index d0c0c71..5fb8891 100644 --- a/game-dev.html +++ b/game-dev.html @@ -19,7 +19,7 @@
-
+

diff --git a/index.html b/index.html index ec58238..32dd11c 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,6 @@
-

St. Anthony's College Kandy's Computer Fraternity hosts Splendour annually, @@ -53,10 +52,11 @@ and e-sports, providing a platform for students to demonstrate their skills and creativity in various tech domains.

- - - Competitions - + + +



@@ -65,7 +65,7 @@
-
+

@@ -77,35 +77,35 @@

-
Aquinas Silva(President)
- +
Aquinas Silva (President)
+
-
Dan Dhanushyan(Secretary)
- +
Dan Dhanushyan (Secretary)
+
-
Tharuka Wijekoon(Vice-President)
- +
Tharuka Wijekoon (Vice-President)
+
-
Maleesha Piyathissa(Vice-President)
- +
Maleesha Piyathissa (Vice-President)
+
-
Sudas Nimnath(Vice-Secretary)
- +
Sudas Nimnath (Vice-Secretary)
+

diff --git a/logo-design.html b/logo-design.html index 0a684a3..2588cb0 100644 --- a/logo-design.html +++ b/logo-design.html @@ -19,7 +19,7 @@
-
+

diff --git a/photo-manipulation.html b/photo-manipulation.html index e01edfa..4cca6c1 100644 --- a/photo-manipulation.html +++ b/photo-manipulation.html @@ -19,7 +19,7 @@
-
+

diff --git a/poster-design.html b/poster-design.html index 1f02f73..164d2e5 100644 --- a/poster-design.html +++ b/poster-design.html @@ -19,7 +19,7 @@
-
+

diff --git a/presentation.html b/presentation.html index 6be92d7..2f19d84 100644 --- a/presentation.html +++ b/presentation.html @@ -19,7 +19,7 @@
-
+

diff --git a/quiz.html b/quiz.html index aa54753..0941705 100644 --- a/quiz.html +++ b/quiz.html @@ -19,7 +19,7 @@
-
+

diff --git a/video-editing.html b/video-editing.html index 43d7474..83656f1 100644 --- a/video-editing.html +++ b/video-editing.html @@ -19,7 +19,7 @@
-
+

diff --git a/webdesign.html b/webdesign.html index 49fefc2..1fde6a3 100644 --- a/webdesign.html +++ b/webdesign.html @@ -19,7 +19,7 @@
-
+