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 @@ + diff --git a/js/confetti.min.js b/js/confetti.min.js new file mode 100644 index 0000000..e19d22c --- /dev/null +++ b/js/confetti.min.js @@ -0,0 +1 @@ +var confetti={maxCount:150,speed:2,frameInterval:15,alpha:1,gradient:!1,start:null,stop:null,toggle:null,pause:null,resume:null,togglePause:null,remove:null,isPaused:null,isRunning:null};!function(){confetti.start=s,confetti.stop=w,confetti.toggle=function(){e?w():s()},confetti.pause=u,confetti.resume=m,confetti.togglePause=function(){i?m():u()},confetti.isPaused=function(){return i},confetti.remove=function(){stop(),i=!1,a=[]},confetti.isRunning=function(){return e};var t=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame,n=["rgba(30,144,255,","rgba(107,142,35,","rgba(255,215,0,","rgba(255,192,203,","rgba(106,90,205,","rgba(173,216,230,","rgba(238,130,238,","rgba(152,251,152,","rgba(70,130,180,","rgba(244,164,96,","rgba(210,105,30,","rgba(220,20,60,"],e=!1,i=!1,o=Date.now(),a=[],r=0,l=null;function d(t,e,i){return t.color=n[Math.random()*n.length|0]+(confetti.alpha+")"),t.color2=n[Math.random()*n.length|0]+(confetti.alpha+")"),t.x=Math.random()*e,t.y=Math.random()*i-i,t.diameter=10*Math.random()+5,t.tilt=10*Math.random()-10,t.tiltAngleIncrement=.07*Math.random()+.05,t.tiltAngle=Math.random()*Math.PI,t}function u(){i=!0}function m(){i=!1,c()}function c(){if(!i)if(0===a.length)l.clearRect(0,0,window.innerWidth,window.innerHeight),null;else{var n=Date.now(),u=n-o;(!t||u>confetti.frameInterval)&&(l.clearRect(0,0,window.innerWidth,window.innerHeight),function(){var t,n=window.innerWidth,i=window.innerHeight;r+=.01;for(var o=0;on+20||t.x<-20||t.y>i)&&(e&&a.length<=confetti.maxCount?d(t,n,i):(a.splice(o,1),o--))}(),function(t){for(var n,e,i,o,r=0;ro){var f=n;n=o,o=f}s=a.length+(Math.random()*(o-n)+n|0)}else s=a.length+n;else o&&(s=a.length+o);for(;a.length