diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD
deleted file mode 100644
index 6a4063a..0000000
--- a/CONTRIBUTING.MD
+++ /dev/null
@@ -1,13 +0,0 @@
-# Contributing Guidelines
-* You can join our [gitter channel](https://gitter.im/ACM-W-NITK-Community/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link).
-* Remember that this is an inclusive community, committed to creating a safe, positive environment.
-
----
-
-## General Guidelines
-* In an active repository, choose an open issue from the issue list, claim it in the comments, and a maintainer will assign it to you.
-* After approval you must make continuous notes on your progress in the issue while working. If there is not at least one comment every 3 days, the maintainer can reassign the issue.
-* Create a branch specific to the issue you're working on, so that you send a PR from that branch instead of the base branch on your fork.
-* If you’d like to create a new issue, please go through our issue list first (open as well as closed) and make sure the issues you are reporting do not replicate the existing issues.
-* Have a short description on what has gone wrong (like a root cause analysis and description of the fix), if that information is not already present in the issue.
-* If you have issues on multiple pages, report them separately. Do not combine them into a single issue.
\ No newline at end of file
diff --git a/_site/CONTRIBUTING.MD b/_site/CONTRIBUTING.MD
deleted file mode 100644
index 6a4063a..0000000
--- a/_site/CONTRIBUTING.MD
+++ /dev/null
@@ -1,13 +0,0 @@
-# Contributing Guidelines
-* You can join our [gitter channel](https://gitter.im/ACM-W-NITK-Community/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link).
-* Remember that this is an inclusive community, committed to creating a safe, positive environment.
-
----
-
-## General Guidelines
-* In an active repository, choose an open issue from the issue list, claim it in the comments, and a maintainer will assign it to you.
-* After approval you must make continuous notes on your progress in the issue while working. If there is not at least one comment every 3 days, the maintainer can reassign the issue.
-* Create a branch specific to the issue you're working on, so that you send a PR from that branch instead of the base branch on your fork.
-* If you’d like to create a new issue, please go through our issue list first (open as well as closed) and make sure the issues you are reporting do not replicate the existing issues.
-* Have a short description on what has gone wrong (like a root cause analysis and description of the fix), if that information is not already present in the issue.
-* If you have issues on multiple pages, report them separately. Do not combine them into a single issue.
\ No newline at end of file
diff --git a/_site/bin/cibuild b/_site/bin/cibuild
old mode 100755
new mode 100644
diff --git a/_site/images/gs_event.JPG b/_site/images/gs_event.JPG
deleted file mode 100644
index fe9def1..0000000
Binary files a/_site/images/gs_event.JPG and /dev/null differ
diff --git "a/_site/images/laptop\\.png" "b/_site/images/laptop\\.png"
deleted file mode 100644
index 3e6816e..0000000
Binary files "a/_site/images/laptop\\.png" and /dev/null differ
diff --git a/bin/cibuild b/bin/cibuild
old mode 100755
new mode 100644
diff --git a/css/SansitaSwashed-Regular.ttf b/css/SansitaSwashed-Regular.ttf
new file mode 100644
index 0000000..f208c06
Binary files /dev/null and b/css/SansitaSwashed-Regular.ttf differ
diff --git a/css/index.css b/css/index.css
index 1d2e916..5de832a 100644
--- a/css/index.css
+++ b/css/index.css
@@ -1,7 +1,11 @@
html {
scroll-behavior: smooth;
}
-
+ @font-face {
+ font-family: numberfont;
+ src: url('SansitaSwashed-Regular.ttf');
+ }
+
.body{
background-color: #cfe5cc;
}
@@ -320,7 +324,60 @@ html {
padding: 20px;
}
+ #anniv-timer .main-timer{
+ background: repeating-linear-gradient(45deg, orange 0%, orange 15%, #1b4793 15%, #1b4793 85%, orange 85%, orange 100%);
+ width: 400px;
+ height: 150px;
+ margin-top: 40px;
+ border-radius: 30px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ }
+
+ .display-num{
+ height: 50px;
+ width: 25px;
+ background-color: white;
+ border-radius: 3px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin: 10px;
+ }
+
+ .display-num .num-center{
+ font-family: numberfont;
+ font-size: 24px;
+ font-weight: lighter;
+ }
+
+ .colon-separator .num-center{
+ font-size: large;
+ font-weight: bolder;
+ }
+
+ #anniv-text{
+ display: flex;
+ align-items: center;
+ justify-content:center;
+ font-size: 42px;
+ margin-top: 20px;
+ font-family: 'Alatsi', sans-serif;
+ }
+
+ .rainbow{
+ animation-name: rainbow-animate;
+ animation-duration: 2s;
+ animation-fill-mode: forwards;
+ }
+ @keyframes rainbow-animate{
+ 100% {
+ color: #ff28bc;
+ }
+ }
/* xs */
@media (min-width: 0px) {
@@ -362,8 +419,7 @@ html {
.main-header p2{
font-size: 35px;
- }
-
+ }
}
/* md */
@@ -630,4 +686,27 @@ html {
.image-box1{
width: 40%;
}
- }
\ No newline at end of file
+ }
+
+ .animate-pop{
+ animation-name: pop;
+ animation-duration: .75s;
+ }
+
+ @keyframes pop{
+ 75% {
+ transform: scale(1.25);
+ }
+ 100%{
+ transform: scale(1.0);
+ }
+ }
+
+@media (max-width: 576px) {
+
+ #anniv-timer .main-timer{
+ width: 80vw;
+ height: 40vw;
+ }
+
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 10adbb2..8355d6c 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,7 @@
+