diff --git a/administration.css b/administration.css new file mode 100644 index 0000000..5be9e9b --- /dev/null +++ b/administration.css @@ -0,0 +1,203 @@ + +@font-face { + font-family: sam; + src: url('fonts/futura-light-condensed-bt-595e133b1a4ff.ttf'); +} + +@font-face { + font-family: sama; + src: url('fonts/HelveticaRounded-Bold.otf'); +} + +@font-face { + font-family: samaa; + src: url('fonts/futura-light-condensed-bt-595e133b1a4ff.ttf'); +} + +@font-face { + font-family: myFont; + src: url('fonts/Artifika-Regular.ttf'); +} + +@font-face { + font-family: rom; + src: url('fonts/Rom.ttf'); +} + +@font-face { + font-family: rio; + src: url('fonts/TrajanPro-Regular.ttf'); +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/NUrn2XQrRfyGZp5MknntaRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/s2PXW4WrV3VLrOUpHiqsfRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} + +#p0 { + background-repeat: no-repeat; + background-size: 100% 100%; + width: 100%; + height: 100%; + position: absolute; + display: flex; + z-index: 2; + text-align: center; + font-family: Quicksand; + align-items: center; + justify-content: center; +} +@media screen and (min-width: 800px) { + #p0 { + background-image: url("images/hall/desktop/hall.png"); + } + .anthumtop { + font-size: 50px; + } + .events{ + min-width: 250px; + max-width: 250px; + height: 100px; + color:black + } + } + + @media screen and (max-width: 800px) { + .events{ + min-width: 200px; + max-width: 200px; + height: 100px; + } + #p0 { + background-image: url("images/hall/mobile/hall.jpg"); + } + .anthumtop { + font-size: 30px; + } + } + html{ + width: 100%; + height: 100%; + overflow-x: hidden; + overflow-y: hidden; + position: absolute; + padding: 0px; + margin: 0px; + } + .anthumtop { + font-family: rio; + font-weight: bold; + } +.button{ + font-family:sama; + font-size: 2vh; + min-width: 5vh; + max-width: 27vh; + background-color: #4CAF50; + color: white; + padding: 14px 20px; + margin-bottom: 20px;; + border: none; + border-radius: 4px; + cursor: pointer; +} +a:visited { + text-decoration: none; +} +a{ + text-decoration: none; +} +.date-box { + float: left; + background-image: url(images/other/calender.png); + background-repeat: no-repeat; + background-size: 100% 100%; + height: 55px; + width: 44px; + z-index: 10; + margin: 10px; +} +.date-box .date-format { + line-height: 20px; + padding: 15px 0 0; + font-size: 20px; + display: block; + text-align: center; + font-family: arial; + font-weight: bold; + text-transform: uppercase; +} +.date-box .month-format { + font-size: 10px; + line-height: 10px; + display: block; + text-align: center; + font-family: arial; + font-weight: bold; + text-transform: uppercase; +} +.events{ + color: black; + margin: 2vh; + background-repeat: no-repeat; + background-color: rgba(255,243,240,0.3); + background-size: 100% 100%; + box-shadow: 10px 5px 20px #888888; + float: left; + text-align: left; + padding: 10px; + font-size: 15px; + text-align: center; + display: flex; + align-items: center; +} +#a{ + background-color: rgba(255,255,255,0.5); + width: 100%; + height: 100%; + top:0px; + left: 0px; + display: flex; + align-items: center; + justify-content: center; + flex-direction:column; + color:rgb(50,50,50); + font-size: 20px; +} diff --git a/administration.html b/administration.html new file mode 100644 index 0000000..b71505e --- /dev/null +++ b/administration.html @@ -0,0 +1,45 @@ + + + + + + Administration + + + + + + + + + + +
+
+
Administration
+
+ +
+
15
+
Aug'17
+
Hall Constitution
+
+ +
+
21
+
July'17
+
Anti-Ragging Commitee
+
+ +
+
21
+
July'17
+
Guidelines
+
+
+
+
+ + + + diff --git a/guest.css b/guest.css new file mode 100644 index 0000000..004f9dc --- /dev/null +++ b/guest.css @@ -0,0 +1,138 @@ + +@font-face { + font-family: sam; + src: url('fonts/futura-light-condensed-bt-595e133b1a4ff.ttf'); +} + +@font-face { + font-family: sama; + src: url('fonts/HelveticaRounded-Bold.otf'); +} + +@font-face { + font-family: samaa; + src: url('fonts/futura-light-condensed-bt-595e133b1a4ff.ttf'); +} + +@font-face { + font-family: myFont; + src: url('fonts/Artifika-Regular.ttf'); +} + +@font-face { + font-family: rom; + src: url('fonts/Rom.ttf'); +} + +@font-face { + font-family: rio; + src: url('fonts/TrajanPro-Regular.ttf'); +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/NUrn2XQrRfyGZp5MknntaRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/s2PXW4WrV3VLrOUpHiqsfRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 400; + src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2'); + unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2'); + unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; +} +@font-face { + font-family: 'Quicksand'; + font-style: normal; + font-weight: 700; + src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsugdm0LZdjqr5-oayXSOefg.woff2) format('woff2'); + unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; +} + +#p0 { + background-repeat: no-repeat; + background-size: 100% 100%; + width: 100%; + height: 100%; + position: absolute; + display: flex; + z-index: 2; + text-align: center; + font-family: Quicksand; + align-items: center; + justify-content: center; +} +@media screen and (min-width: 800px) { + #p0 { + background-image: url("images/hall/desktop/hall.png"); + } + } + + @media screen and (max-width: 800px) { + #p0 { + background-image: url("images/hall/mobile/hall.jpg"); + } + } + html{ + width: 100%; + height: 100%; + overflow-x: hidden; + overflow-y: hidden; + position: absolute; + padding: 0px; + margin: 0px; + } +#a{ + background-color: rgba(255,255,255,0.5); + width: 100%; + height: 100%; + top:0px; + left: 0px; + display: flex; + align-items: center; + justify-content: center; + flex-direction:column; + color:rgb(50,50,50); + font-size: 20px; +} +.button{ + font-family:sama; + font-size: 2vh; + min-width: 5vh; + max-width: 27vh; + background-color: #4CAF50; + color: white; + padding: 14px 20px; + margin-bottom: 20px;; + border: none; + border-radius: 4px; + cursor: pointer; +} +a:visited { + text-decoration: none; +} +a{ + text-decoration: none; +} diff --git a/guest.html b/guest.html new file mode 100644 index 0000000..d5c87ae --- /dev/null +++ b/guest.html @@ -0,0 +1,64 @@ + + + + + + Guest room + + + + + + + + + + +
+
+
Guest room
+
+
+ Guest rooms
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Type of room: Double
Number of rooms:4
Charges(per room per day for single bed): ₹150/-
Charges(per room per day for double bed): ₹250/-
Extra Inventory:No extra inventory will be supplied.


+ Procedure
+ (1).See the guest room availability in the calender provided below.
+ Guest room availablity + (2) Request for the guest room using the form given below.
+ Guest room booking form + (3)After filling the form you will receive an email which is a confirmation email that request has been recorded. If the room will be available you will receive the confirmation email regarding the availability of the room.
+ (4)After that, you have to do the payment using the link provided below. You have to submit the receipt(in printed form) in the hall office. + Payment + Steps to be followed for payment- in SBI I-collect select hall 12 and then write the total amount to be paid in other dues section and then write 'Guest Room Booking' in the remarks section. +
+
+
+ + + + diff --git a/images/hall/desktop/top.jpg b/images/hall/desktop/top.jpg new file mode 100644 index 0000000..c397a14 Binary files /dev/null and b/images/hall/desktop/top.jpg differ diff --git a/images/hall/mobile/top.jpeg b/images/hall/mobile/top.jpeg new file mode 100644 index 0000000..7095a5b Binary files /dev/null and b/images/hall/mobile/top.jpeg differ diff --git a/images/office/o1.jpeg b/images/office/o1.jpeg new file mode 100644 index 0000000..b30a7f3 Binary files /dev/null and b/images/office/o1.jpeg differ diff --git a/images/office/o2.jpg b/images/office/o2.jpg new file mode 100644 index 0000000..3195e38 Binary files /dev/null and b/images/office/o2.jpg differ diff --git a/images/office/o3.jpg b/images/office/o3.jpg new file mode 100644 index 0000000..5d520ab Binary files /dev/null and b/images/office/o3.jpg differ diff --git a/images/other/calender.png b/images/other/calender.png new file mode 100644 index 0000000..c95909e Binary files /dev/null and b/images/other/calender.png differ diff --git a/images/other/loading.gif b/images/other/loading.gif new file mode 100644 index 0000000..55c4f36 Binary files /dev/null and b/images/other/loading.gif differ diff --git a/images/other/next.png b/images/other/next.png new file mode 100644 index 0000000..d8a6c7f Binary files /dev/null and b/images/other/next.png differ diff --git a/images/other/previous.png b/images/other/previous.png new file mode 100644 index 0000000..292436f Binary files /dev/null and b/images/other/previous.png differ diff --git a/index.css b/index.css index 8c7a76d..462c970 100644 --- a/index.css +++ b/index.css @@ -57,10 +57,6 @@ span { font-family: rio; src: url('fonts/TrajanPro-Regular.ttf'); } - - -/* vietnamese */ - @font-face { font-family: 'Quicksand'; font-style: normal; @@ -68,10 +64,6 @@ span { src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/NUrn2XQrRfyGZp5MknntaRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } - - -/* latin-ext */ - @font-face { font-family: 'Quicksand'; font-style: normal; @@ -79,10 +71,6 @@ span { src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/s2PXW4WrV3VLrOUpHiqsfRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } - - -/* latin */ - @font-face { font-family: 'Quicksand'; font-style: normal; @@ -90,10 +78,6 @@ span { src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v6/sKd0EMYPAh5PYCRKSryvW1tXRa8TVwTICgirnJhmVJw.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; } - - -/* vietnamese */ - @font-face { font-family: 'Quicksand'; font-style: normal; @@ -101,10 +85,6 @@ span { src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2'); unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; } - - -/* latin-ext */ - @font-face { font-family: 'Quicksand'; font-style: normal; @@ -112,10 +92,6 @@ span { src: local('Quicksand Bold'), local('Quicksand-Bold'), url(https://fonts.gstatic.com/s/quicksand/v6/32nyIRHyCu6iqEka_hbKsj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2'); unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; } - - -/* latin */ - @font-face { font-family: 'Quicksand'; font-style: normal; @@ -128,6 +104,18 @@ span { flex: 20; } +#p2 { + visibility: hidden; + background-repeat: no-repeat; + background-size: 100% 100%; + width: 100%; + height: 100%; + position: absolute; + flex-direction: column; + align-items: center; + display: flex; +} + #p1 { visibility: hidden; background-repeat: no-repeat; @@ -150,8 +138,7 @@ span { display: flex; z-index: 2; text-align: center; - font-family: opensans; - align-items: center; + font-family: 'Open Sans', sans-serif; align-items: center; justify-content: center; } @@ -163,13 +150,49 @@ span { padding: 5vh; flex: 2.75; } - +#announcement { + font-family: sam; + font-size: 30px; + text-align: center; + padding: 5vh; +} .anthumtop { font-family: rio; font-weight: bold; } +@-webkit-keyframes mymove { + 0% {top: -2px;} + 50% {top:2px;} + 100% {top: -2px;} +} +@keyframes mymove { + 0% {top: -2px;} + 50% {top:2px;} + 100% {top: -2px;} +} +@media screen and (min-device-width: 800px) { + .navbtn{ + visibility: hidden; + } + +} @media screen and (min-width: 800px) { + .events{ + min-width: 200px; + max-width: 200px; + height: 100px; + color:black + } + .ohellx{ + width:75%; + } + .pa:hover > .paa>.hi { + visibility: visible; + } + .hi { + visibility: hidden; + } #p0 { background-image: url("images/hall/desktop/hall.png"); } @@ -177,15 +200,19 @@ span { background-image: url("images/hall/desktop/hallenterence.jpg"); } #p2 { - background-image: url("images/hall/desktop/mess.jpg"); + background-image: url("images/hall/desktop/top.jpg"); } + #p3 { - background-image: url("images/hall/desktop/halloffice.jpg"); + background-image: url("images/hall/desktop/mess.jpg"); } #p4 { + background-image: url("images/hall/desktop/halloffice.jpg"); + } + #p5 { background-image: url("images/hall/desktop/coridoor.jpg"); } - #p6 { + #p7 { background-image: url("images/hall/desktop/corridorside.jpg"); } .anthumtop { @@ -196,9 +223,6 @@ span { z-index: -111; height: 0px; } - #anthum { - font-size: 30px; - } #link { height: 100%; } @@ -213,12 +237,33 @@ span { } } +@media screen and (max-device-width: 800px) { + .navbtn{ + position :relative; + -webkit-animation: mymove 2s infinite; + animation: mymove 2s infinite; + background-color:rgba(100,100,100,0.5); + border-radius:100%; + } + #az { + overflow-y: scroll; + } + .ohellx{ + width:100%; + } +} @media screen and (max-width: 800px) { + + .events{ + min-width: 75%; + max-width: 75%; + height: 200px; + } body{ font-size: 13px; } .hi { - visibility: visible; + visibility: inherit; } #p0 { background-image: url("images/hall/mobile/hall.jpg"); @@ -227,15 +272,18 @@ span { background-image: url("images/hall/mobile/canteen.jpg"); } #p2 { - background-image: url("images/hall/mobile/mess.jpg"); + background-image: url("images/hall/mobile/top.jpeg"); } #p3 { - background-image: url("images/hall/mobile/halloffice.jpg"); + background-image: url("images/hall/mobile/mess.jpg"); } #p4 { + background-image: url("images/hall/mobile/halloffice.jpg"); + } + #p5 { background-image: url("images/hall/mobile/corridor.jpg"); } - #p6 { + #p7 { background-image: url("images/hall/mobile/corridors.jpg"); } #link { @@ -244,7 +292,7 @@ span { height: 0px; } #az { - height: 100%; + height: 90%; } #anthum { font-size: 20px; @@ -257,7 +305,7 @@ span { } } -#p2 { +#p3 { visibility: hidden; background-repeat: no-repeat; background-size: 100% 100%; @@ -268,7 +316,7 @@ span { justify-content: center; } -#p3 { +#p4 { visibility: hidden; background-repeat: no-repeat; background-size: 100% 100%; @@ -277,7 +325,7 @@ span { position: absolute; } -#p4 { +#p5 { visibility: hidden; background-repeat: no-repeat; background-size: 100% 100%; @@ -286,7 +334,7 @@ span { position: absolute; } -#p5 { +#p6 { visibility: hidden; background-color: black; background-repeat: no-repeat; @@ -297,7 +345,7 @@ span { display: flex; } -#p6 { +#p7 { visibility: hidden; background-repeat: no-repeat; background-size: 100% 100%; @@ -351,6 +399,7 @@ a { top: 0px; width: 100%; z-index: 1; + overflow-y: scroll; } #links { @@ -359,9 +408,7 @@ a { z-index: 1; } -.hi { - visibility: hidden; -} + .pa:hover>.paa { background-image: linear-gradient(rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.3)); @@ -371,17 +418,27 @@ a { box-shadow: 10px 10px 40px rgb(0, 0, 0); } -.pa:hover > .paa>.hi { - visibility: visible; -} + a:visited { text-decoration: none; - color: rgb(200, 200, 200); } +#helli { + background-color: rgba(255, 255, 255, 0.3); + min-height: 10vh; + max-height: 75vh; + height: auto; + overflow-y: scroll; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: center; + margin-bottom: 50px; +} .helli { width: 90%; + min-width: 90%; background-color: rgba(255, 255, 255, 0.3); margin: auto; min-height: 10vh; @@ -393,18 +450,25 @@ a:visited { align-items: center; justify-content: center; } - .hellx { - width: 90%; - background-color: rgba(255, 255, 255, 0.3); + width: 75%; margin: auto; min-height: 10vh; max-height: 75vh; flex: 2.75; height: auto; overflow-y: scroll; + max-width: 75%; + min-width: 75%; +} +.ohellx { + margin-top: 10px; + min-height: 20vh; + max-height: 75vh; + height: auto; + overflow-y: scroll; + color: black; } - .hellio { text-align: center; font-size: 10vh; @@ -419,7 +483,7 @@ form { font-family: rio; font-weight: bold; text-align: center; - background-color: rgba(255, 255, 255, .3); + background-color: rgba(155, 135, 125, .3); padding: 1vh; width: 65%; margin-bottom: 3vh; @@ -434,19 +498,18 @@ form { .linked, #fliiii { margin: auto; - margin-top: 1vh; + margin-top: 1.5vh; font-family: Quicksand; font-weight: bold; text-align: center; background-color: rgba(10, 10, 10, 0.5); - padding: 1vh; + padding: 0.75vh; color: rgb(200, 200, 200); width: 50%; - margin-bottom: 1.5vh; - font-size: 2vh; - height: 2.4vh; + font-size: 1.6vh; + height: 2.2vh; } - +.anno, #panel, #pane, #pan, @@ -493,11 +556,10 @@ input[type=reset] { .club { position: absolute; display: hidden; - top: 40%; left: 0%; right: 0%; width: 88%; - height: 50%; + height: 60%; margin-left: 6%; background-color: rgba(255, 255, 255, 0.3); visibility: hidden; @@ -508,7 +570,11 @@ input[type=reset] { #mess { flex: 1; } - +.announcement{ + width:100%; + background-image: linear-gradient(rgba(50,50,50,0.5),rgba(200,200,200,0.5),rgba(100,100,100,0.5)); + margin-bottom: 10px; +} #bbbb { background-color: rgba(0, 00, 00, 0.6); margin: 4vh; @@ -518,15 +584,10 @@ input[type=reset] { padding: 3vh; font-size: 2vh; } - - -/* colors -> https://coolors.co/e54b4b-ebebd3-464655-e4b363-e8e9eb */ - .container { width: 95%; - + text-align: center; max-width: 1000px; - margin: 0 auto; min-height: 19px; font-family: 'Quicksand', sans-serif; flex: 1; @@ -695,6 +756,7 @@ canvas { align-items: center; font-weight: bolder; color:white; + border-radius: 30%; } ::-webkit-scrollbar { width: 12px; @@ -709,3 +771,48 @@ canvas { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); } +.date-box { + float: left; + background-image: url(images/other/calender.png); + background-repeat: no-repeat; + background-size: 100% 100%; + height: 55px; + width: 44px; + z-index: 10; + margin: 10px; + float: left; +} +.date-box .date-format { + line-height: 20px; + padding: 15px 0 0; + font-size: 20px; + display: block; + text-align: center; + font-family: arial; + font-weight: bold; + text-transform: uppercase; +} +.date-box .month-format { + font-size: 10px; + line-height: 10px; + display: block; + text-align: center; + font-family: arial; + font-weight: bold; + text-transform: uppercase; +} +.events{ + color: black; + margin: 2vh; + background-repeat: no-repeat; + background-color: rgba(255,243,240,0.3); + background-size: 100% 100%; + box-shadow: 10px 5px 20px #888888; + font-family: 'Roboto', sans-serif; + padding: 10px; + font-size: 15px; + font-weight: 900; + text-align: center; + display: flex; + align-items: center; +} diff --git a/index.html b/index.html index cabac7d..d13f472 100644 --- a/index.html +++ b/index.html @@ -2,32 +2,65 @@ - + Hall 12 - + - - - - + + + +
+
 
+
+ +
+
+
+
+
Hall office
+
+
+
+ OFFICE INCHARGE +
SUNIL KUMAR PATHAK +
9125323884 +
+
+
+
+
+ assistant +
DINESH CHANDRA PAL +
7309200637 +
+
+
+
+
+ assistant +
DINESH GAUR +
8960623343 +
+
+
+
+ +
+
wardens
@@ -160,7 +250,7 @@
-
+ -
+
Mess menu @@ -211,18 +301,21 @@
Mess menu
+
-
+
-
+
Counselling Service
@@ -488,9 +616,9 @@
-
-
-
+
+
+
General championship


General championship is an annual inter hostel event organised by the student's Gymkhana which tests the hall residents with different skill set. Every council has a different event with the council relevant competitions like inferno for sports, takneek for technological and entrepreneurship skills, Spectrum is organised by the films and media council and galaxy to test the cultural skill. Each hostel strives hard to win the extravagant General championship trophy. Each participating hall has a pool name allotted to it. We participate under the pool name Maratha. @@ -523,7 +651,7 @@
-
+
Clubs
@@ -644,6 +772,7 @@
Akash Kumar Singh
Suryansh Agarwal
Shivank Garg +
Abhishek arya
Abhinav Arora
Vivek Jain
Vishal Singh @@ -710,8 +839,8 @@
Niket Agrawal
Kunal Suryawanshi -
Devanshu
-
+
Devanshu Somani +
Pulkit Prakash
Sahil Bansal
@@ -724,19 +853,21 @@

Dhruv Mittal
-
-
- -
+ + +
hall12@iitk.ac.in
05122595737
+ +
- + + diff --git a/js/index.js b/js/index.js index 5a53032..833f8c7 100644 --- a/js/index.js +++ b/js/index.js @@ -1,16 +1,10 @@ -var doing = 0, - present = 0, - no = 0, - previous = 0, - pre = 0, - pond = 0; +var doing = 0,present = 0,no = 0,previous = 0,pre = 0,pond = 0; +document.getElementById('a' + present).style.color = 'rgb(10,10,10)'; $('.menu-toggle').click(function() { - $('.site-nav').toggleClass('site-nav--open'); $(this).toggleClass('open'); pond = 0; }); - $(document).click(function() { if (pond == 1) { pond == 0; @@ -18,23 +12,22 @@ $(document).click(function() { $(this).toggleClass('open'); } }); - function sd() { setTimeout(function() { if (doing == 0 && no == 0) { - present = present % 7; - console.log('hello'); + present = present % 8; doing = 1; - if (present == 6) { + if (present == 7) { document.getElementById(previous).style.visibility = 'hidden'; document.getElementById(previous).style.zIndex = '0'; } - if (present == 4) { + if (present == 5) { document.getElementById('b' + pre).style.visibility = 'hidden'; document.getElementById('b' + pre).style.zIndex = '0'; } + document.getElementById('a' + present).style.color = ''; var f = document.getElementById('p' + present); - var d = document.getElementById('p' + (present + 1) % 7); + var d = document.getElementById('p' + (present + 1) % 8); d.style.zIndex = '0'; d.style.visibility = 'visible'; f.className += " animated slideOutUp"; @@ -46,61 +39,66 @@ function sd() { doing = 0; }, 1500); present++; + present = present % 8; + document.getElementById('a' + present).style.color = 'rgb(10,10,10)'; } }, 10); } - function dd() { - present = present % 7; - console.log('hello'); - doing = 1; - if (present == 6) { - document.getElementById(previous).style.visibility = 'hidden'; - document.getElementById(previous).style.zIndex = '0'; - } - if (present == 4) { - document.getElementById('b' + pre).style.visibility = 'hidden'; - document.getElementById('b' + pre).style.zIndex = '0'; - } - var f = document.getElementById('p' + present); - var d = document.getElementById('p' + (present + 1) % 7); - d.style.zIndex = '0'; - d.style.visibility = 'visible'; - f.className += " animated slideOutUp"; setTimeout(function() { - d.style.zIndex = '1'; - f.style.zIndex = '0'; - f.style.visibility = 'hidden'; - f.className = 'pages'; - doing = 0; - }, 1500); - present++; + if (doing == 0) { + present = present % 8; + doing = 1; + if (present == 7) { + document.getElementById(previous).style.visibility = 'hidden'; + document.getElementById(previous).style.zIndex = '0'; + } + if (present == 5) { + document.getElementById('b' + pre).style.visibility = 'hidden'; + document.getElementById('b' + pre).style.zIndex = '0'; + } + document.getElementById('a' + present).style.color = ''; + var f = document.getElementById('p' + present); + var d = document.getElementById('p' + (present + 1) % 8); + d.style.zIndex = '0'; + d.style.visibility = 'visible'; + f.className += " animated slideOutUp"; + setTimeout(function() { + d.style.zIndex = '1'; + f.style.zIndex = '0'; + f.style.visibility = 'hidden'; + f.className = 'pages'; + doing = 0; + }, 1500); + present++; + present = present % 8; + document.getElementById('a' + present).style.color = 'rgb(10,10,10)'; + } + }, 10); } - function nonnn() { - console.log(110); no = 1; + console.log('no'); } - function yes() { no = 0; + console.log('yes'); } - function go(i) { if (doing == 0 && i != present) { - present = present % 7; - console.log('hello'); - if (present == 6) { + present = present % 8; + if (present == 7) { document.getElementById(previous).style.visibility = 'hidden'; document.getElementById(previous).style.zIndex = '0'; } - if (present == 4) { + if (present == 5) { document.getElementById('b' + pre).style.visibility = 'hidden'; document.getElementById('b' + pre).style.zIndex = '0'; } doing = 1; + document.getElementById('a' + present).style.color = ''; var f = document.getElementById('p' + present); - var d = document.getElementById('p' + i % 7); + var d = document.getElementById('p' + i % 8); d.style.zIndex = '0'; d.style.visibility = 'visible'; f.className += " animated slideOutUp"; @@ -112,26 +110,27 @@ function go(i) { f.className = 'pages'; doing = 0; present = i; + document.getElementById('a' + present).style.color = 'rgb(10,10,10)'; }, 1500); } } - function su() { + console.log('su'); setTimeout(function() { if (doing == 0 && no == 0) { - present = present % 7; - console.log('hello'); - if (present == 6) { + present = present % 8; + if (present == 7) { document.getElementById(previous).style.visibility = 'hidden'; document.getElementById(previous).style.zIndex = '0'; } - if (present == 4) { + if (present == 5) { document.getElementById('b' + pre).style.visibility = 'hidden'; document.getElementById('b' + pre).style.zIndex = '0'; } doing = 1; + document.getElementById('a' + present).style.color = ''; var f = document.getElementById('p' + present), - d = document.getElementById('p' + (present + 6) % 7); + d = document.getElementById('p' + (present + 7) % 8); f.style.zIndex = '0'; d.style.zIndex = '1'; d.style.visibility = 'visible'; @@ -141,45 +140,50 @@ function su() { f.style.visibility = 'hidden'; f.className = 'pages'; doing = 0; - }, 1500); + }, 1000); present--; if (present == -1) { - present = 6; + present = 7; } + document.getElementById('a' + present).style.color = 'rgb(10,10,10)'; } }, 10); } - function uu() { - present = present % 7; - console.log('hello'); - if (present == 6) { - document.getElementById(previous).style.visibility = 'hidden'; - document.getElementById(previous).style.zIndex = '0'; - } - if (present == 4) { - document.getElementById('b' + pre).style.visibility = 'hidden'; - document.getElementById('b' + pre).style.zIndex = '0'; - } - doing = 1; - var f = document.getElementById('p' + present), - d = document.getElementById('p' + (present + 6) % 7); - f.style.zIndex = '0'; - d.style.zIndex = '1'; - d.style.visibility = 'visible'; - d.className += " animated slideInDown"; setTimeout(function() { - d.style.zIndex = '1'; - f.style.visibility = 'hidden'; - f.className = 'pages'; - doing = 0; - }, 1500); - present--; - if (present == -1) { - present = 6; - } -} + if (doing == 0 && no == 0) { + present = present % 8; + if (present == 7) { + document.getElementById(previous).style.visibility = 'hidden'; + document.getElementById(previous).style.zIndex = '0'; + } + if (present == 5) { + document.getElementById('b' + pre).style.visibility = 'hidden'; + document.getElementById('b' + pre).style.zIndex = '0'; + } + doing = 1; + document.getElementById('a' + present).style.color = ''; + var f = document.getElementById('p' + present), + d = document.getElementById('p' + (present + 7) % 8); + f.style.zIndex = '0'; + d.style.zIndex = '1'; + d.style.visibility = 'visible'; + d.className += " animated slideInDown"; + setTimeout(function() { + d.style.zIndex = '1'; + f.style.visibility = 'hidden'; + f.className = 'pages'; + doing = 0; + }, 1000); + present--; + if (present == -1) { + present = 7; + } + document.getElementById('a' + present).style.color = 'rgb(10,10,10)'; + } + }, 10); +} function club() { document.getElementById(previous).style.visibility = 'hidden'; document.getElementById(previous).style.zIndex = '0'; @@ -187,7 +191,6 @@ function club() { document.getElementById(previous).style.visibility = 'visible'; document.getElementById(previous).style.zIndex = '1'; } - function cs() { document.getElementById('b' + pre).style.visibility = 'hidden'; document.getElementById('b' + pre).style.zIndex = '0'; @@ -195,12 +198,10 @@ function cs() { document.getElementById('b' + pre).style.visibility = 'visible'; document.getElementById('b' + pre).style.zIndex = '1'; } - function mess() { var n = document.getElementById('abbba').value; messing(n); } - function messing(n) { if (n == 7) { var ddd = new Date(); @@ -208,19 +209,19 @@ function messing(n) { } var a; if (n == 0) { - a = "Masala Dosa with Sambhar,Nariyal Chutney- Aloo Tamater Gravy, Chana dal , Aloo, Mix Veg & Paneer Paratha with Imli Chutney ,Lassi - Aloo Soyabeen, Mix Dal Finger Chips Extra: Chicken Biryani "; + a="POHA,JALEBI,CURD-LAUKI,CHANA DAL,FRYMES EXTRA~VEG BIRYANI/EGG BIRIYANI-ALOO SOYABIN,MIX DAL,SEVAI EXTRA ~ BUTTER CHICKEN" } else if (n == 1) { - a = "Burger/ Pav Bhaji Extra :Cheese-Kadhi Tadka, Aloo Achari Roohafza Extra :Afgani Paneer - Veg Kofta, Arhar Dal"; + a = "IDLI~VADA/UTTAPAM ,SAMBHAR COCONUT CHUTNEY-ARHAR DAL,KOFTA,PAPAD EXTRA~EGG CURRY-ALOO TAMATAR,LEMON RICE,POORI(PALAK/PLAIN), ROOHAFZA EXTRA – CHICKEN CURRY"; } else if (n == 2) { - a = "Paratha: Aloo, Onion & Mix Veg with Imli Chutni -Mix Veg, Arhar Palak dal ,Chhach -Mater Paneer, Masoor Dal, Plain Paratha "; + a = "CHEELA/VEG SANDWICH-MIX VEG, ARHAR DAL,CHACH EXTRA ~ SWEET-CHOLE BATURE, RICE,CUSTARD,"; } else if (n == 3) { - a = "Matar Kachauri With Aloo Sabji -Kaddu, Razma, Boondi Raita, Nimboo Pani Extra:Egg Curry- Bhindi Fry,Arher Dal Extra: Chicken Butter Masala/ Chicken Roasted"; + a = "POORI,CHANA,HALWA-KADOO, RAJMA, BOONDI RAITA EXTRA~BADAMI PANEER SORBA-PANEER(BUTTER MASALA/AFGANI/JALFREEZE)/LACCHA PARATHA,JEERA RICE"; } else if (n == 4) { - a = "Idli / Wada (2pcs.), Sambhar / Uttapam With Nariyal Chutney.-Aloo Baigan Dry/Aloo Cabbage Mater, Moong Dal, Lassi Extra : Paneer Butter Masala- Chhole, Bhatoora/Kulche Plain Roti, Custurd / Sewai"; + a = "CUTLET,CHUTNEY-KADHI TADKA, ALOO SOYABEAN, FINGER CHIPS EXTRA~ AFGANI PANEER-FRIED RICE/NOODLES,MANCHURIAN,MASUR DAL EXTRA~ CHICKEN BUTTER MASALA/CHICKEN ROASTED"; } else if (n == 5) { - a = "Veg Cutlet , Green Chutney- Lauki Masala, Arhar Dal , Chhach Extra: Paneer Jhal Freji- Aloo Mater Tamatar Gravy, Plain Puri, Palak Puri, Lemon Rice, Lal Masoor Dal, Kheer"; + a = "VADAPAV/PAV BHAJI-PARATHA~PANEER/ALOO/MIX, MIX CHUTNEY,CHHOLE EXTRA~ DAHI VADA-PALAK DAL, BHINDI FRY,KHEER EXTRA~CHICKEN BIRYANI "; } else if (n == 6) { - a = "Jalebi With Curd , Poha Extra : Namkeen-Aloo Parwal Dry, Dal Makhani Aam Pana Extra :Veg Biryani-Paneer Makhana, Arhar dal, Nan Roti,Tandoori Roti Jeera Rice,Garlic Naan Sweet: Gulab Jamun,"; + a = "DOSA,SAMBHAR, COCONUT CHUTNEY-DAL MAKHANI,ALOO PARWAL, NIMBU PANI EXTRA~ JAL FREEZI PANEER-MOONG DAL, PANEER ,NAN/TANDOORI ROTI, GULAB JAMUN"; } var bbbb = a.split('-'); document.getElementById('bbbb').innerHTML = "
Mess menu
Breakfast : " + bbbb[0] + "


Lunch : " + bbbb[1] + "


Dinner:" + bbbb[2]; @@ -228,10 +229,8 @@ function messing(n) { window.addEventListener('wheel', function(e) { if (e.deltaY < 0) { su(); - console.log('scrolling up'); } if (e.deltaY > 0) { - console.log('scrolling down'); sd(); } }); @@ -245,7 +244,6 @@ $(document).ready(function() { last = $("#panel"); $("#panel").slideToggle("slow"); }); - $("#fli").click(function() { if (last != null && last != $("#pane")) { last.slideToggle("slow"); @@ -253,7 +251,6 @@ $(document).ready(function() { last = $("#pane"); $("#pane").slideToggle("slow"); }); - $("#fl").click(function() { if (last != null && last != $("#pan")) { last.slideToggle("slow"); @@ -269,7 +266,6 @@ $(document).ready(function() { last = $("#pann"); $("#pann").slideToggle("slow"); }); - $("#fliii").click(function() { if (last != null && last != $("#pannn")) { last.slideToggle("slow"); @@ -284,39 +280,26 @@ $(document).ready(function() { last = $("#pannnn"); $("#pannnn").slideToggle("slow"); }); + $("#antirag").click(function() { + $("#antpdf").slideToggle("slow"); + }); + $("#guidelines").click(function() { + $("#guidepdf").slideToggle("slow"); + }); }); var lastY; -/* $(document).bind('touchmove', function (e){ - var currentY = e.originalEvent.touches[0].clientY; - if(currentY > lastY){ - console.log('scrolling down'); - sd(); - }else if(currentY < lastY){ - su(); - console.log('scrolling up'); - } - lastY = currentY; - });*/ - $(document).on("pagecreate", function(event) { $(window).on("orientationchange", function(event) { alert("Orientation changed to: " + event.orientation); }); }); var img = new Image(); - -// User Variables - customize these to change the image being scrolled, its -// direction, and the speed. - img.src = 'images/other/download.png'; var CanvasXSize = 800; var CanvasYSize = 200; -var speed = 30; //lower is faster +var speed = 30; var scale = 1.05; -var y = -4.5; //vertical offset - -// Main program - +var y = -4.5; var dx = 0.75; var imgW; var imgH; @@ -324,75 +307,56 @@ var x = 0; var clearX; var clearY; var ctx; - img.onload = function() { imgW = img.width * scale; imgH = img.height * scale; if (imgW > CanvasXSize) { x = CanvasXSize - imgW; - } // image larger than canvas + } if (imgW > CanvasXSize) { clearX = imgW; - } // image larger than canvas - else { + } else { clearX = CanvasXSize; } if (imgH > CanvasYSize) { clearY = imgH; - } // image larger than canvas - else { + } else { clearY = CanvasYSize; } - //Get Canvas Element ctx = document.getElementById('canvas').getContext('2d'); - //Set Refresh Rate return setInterval(draw, speed); } - function draw() { - //Clear Canvas ctx.clearRect(0, 0, clearX, clearY); - //If image is <= Canvas Size if (imgW <= CanvasXSize) { - //reset, start from beginning if (x > (CanvasXSize)) { x = 0; } - //draw aditional image if (x > (CanvasXSize - imgW)) { ctx.drawImage(img, x - CanvasXSize + 1, y, imgW, imgH); } - } - //If image is > Canvas Size - else { - //reset, start from beginning + } else { if (x > (CanvasXSize)) { x = CanvasXSize - imgW; } - //draw aditional image if (x > (CanvasXSize - imgW)) { ctx.drawImage(img, x - imgW + 1, y, imgW, imgH); } } - //draw image ctx.drawImage(img, x, y, imgW, imgH); - //amount to move x += dx; } $(document).keydown(function(e) { switch (e.which) { - case 37: // left - + case 37: case 38: uu(); break; case 39: - case 40: dd(); break; - default: return; } diff --git a/meet.html b/meet.html new file mode 100644 index 0000000..374ab05 --- /dev/null +++ b/meet.html @@ -0,0 +1,39 @@ + + + + + + Minutes of meeting + + + + + + + + + + + + + + + diff --git a/pdf/1st.pdf b/pdf/1st.pdf new file mode 100644 index 0000000..4001c39 Binary files /dev/null and b/pdf/1st.pdf differ diff --git a/pdf/ANTI-RAGGING-COMMITTEE-Google-Docs.pdf b/pdf/ANTI-RAGGING-COMMITTEE-Google-Docs.pdf new file mode 100644 index 0000000..34d0cb0 Binary files /dev/null and b/pdf/ANTI-RAGGING-COMMITTEE-Google-Docs.pdf differ diff --git a/pdf/ANTI-RAGGING-COMMITTEE.pdf b/pdf/ANTI-RAGGING-COMMITTEE.pdf new file mode 100644 index 0000000..f59347e Binary files /dev/null and b/pdf/ANTI-RAGGING-COMMITTEE.pdf differ diff --git a/pdf/EXPECTED-BUDGET.pdf b/pdf/EXPECTED-BUDGET.pdf new file mode 100644 index 0000000..1ad03a1 Binary files /dev/null and b/pdf/EXPECTED-BUDGET.pdf differ diff --git a/pdf/GUIDELINES.pdf b/pdf/GUIDELINES.pdf new file mode 100644 index 0000000..825a361 Binary files /dev/null and b/pdf/GUIDELINES.pdf differ diff --git a/pdf/Hall-Constitution.pdf b/pdf/Hall-Constitution.pdf new file mode 100644 index 0000000..b79e93e Binary files /dev/null and b/pdf/Hall-Constitution.pdf differ diff --git a/pdf/Minutes-of-First-Mess-Committee-Meeting.pdf b/pdf/Minutes-of-First-Mess-Committee-Meeting.pdf new file mode 100644 index 0000000..3ae35a9 Binary files /dev/null and b/pdf/Minutes-of-First-Mess-Committee-Meeting.pdf differ diff --git a/pdf/hall-12-and-13-residents-details-17-18.xlsx b/pdf/hall-12-and-13-residents-details-17-18.xlsx new file mode 100644 index 0000000..142d9f3 Binary files /dev/null and b/pdf/hall-12-and-13-residents-details-17-18.xlsx differ