From d0f759208580d2dffd24aa7bf57a0e04e8f633b9 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:42:45 +0530 Subject: [PATCH 01/40] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..3d7aacd --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +umang.iiitb.net \ No newline at end of file From 40637a7059cb5c7a9fc8badfe04c0ead996ddca4 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:44:03 +0530 Subject: [PATCH 02/40] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 3d7aacd..9f237d7 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -umang.iiitb.net \ No newline at end of file +https.umang.iiitb.net \ No newline at end of file From 1ed772143d5e10ed807de8e2e7d298f993c673a8 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:44:34 +0530 Subject: [PATCH 03/40] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 9f237d7..3d7aacd 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -https.umang.iiitb.net \ No newline at end of file +umang.iiitb.net \ No newline at end of file From 8503bc1b71ac328f53924bc90e63efcd77a81dec Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:50:32 +0530 Subject: [PATCH 04/40] Create static.yml --- .github/workflows/static.yml | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 0000000..6ee98fb --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,43 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 From 60df096ad928098c70865940bce63ab0b739c51a Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:07:32 +0530 Subject: [PATCH 05/40] Update about.css --- css/about.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/about.css b/css/about.css index 2a7fbc5..1aeb864 100644 --- a/css/about.css +++ b/css/about.css @@ -236,4 +236,4 @@ Licence: Date: Mon, 9 Oct 2023 23:10:18 +0530 Subject: [PATCH 08/40] Update contact.css --- css/contact.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contact.css b/css/contact.css index 20ce516..111640a 100644 --- a/css/contact.css +++ b/css/contact.css @@ -173,4 +173,4 @@ Licence: Website Template Licence */ -/********************* contact_main ****************/ -#contact_main{ - background-image: url(../img/73.jpg); - padding-bottom: 180px; - padding-top: 180px; - background-repeat: no-repeat; - background-size: cover; - } -.about_1{ - background-color: #fecb38c4; - width: 30%; - text-align: center; - padding: 15px 20px 2px 10px; - } -.about_1 h2{ - color: #000; - font-weight:bold; - } -.about_1 i{ - color: #000; - padding-left:5px; - } -.about_1 p a{ - color: #000; - } -.about_1 p a:hover{ - color: #fff; - } -/********************* contact_main_end ****************/ -/********************* contact ****************/ -#contact{ - padding-top: 30px; - padding-bottom:40px; - background-color: black; - } -.contact_2 h4 { - color: #fecb38; - font-weight: bold; - padding-bottom: 10px; -} -.contact_2 h2 { - color: #fff; - font-weight: bold; - padding-bottom:20px; -} -.contact_2 h2 a { - color: #2d4a8a; -} -.contact_4 i{ - background-color: #fecb38; - text-align: center; - color: #000; - font-size: 25px; - border-radius: 50%; - width: 2.4em!important; - height: 2.4em!important; - line-height: 2.5em; - } -.contact_5 h3{ - padding-top:7px; - font-weight:bold; - color: #fff; - } -.contact_5 p{ - padding:0px; - margin:0px; - color: #b3b1b1; - } -.contact_3{ - border-bottom: 2px solid #2b2a2a; - padding-bottom:25px; - padding-top:20px; - } -.contact_6{ - padding-top:20px; - } -.contact_7 h2 { - padding-bottom: 15px; -} -.contact_7 h4 { - color: #fecb38; - font-weight: bold; - padding-bottom: 10px; -} -.contact_7 h2{ - color: #fff; - font-weight: bold; - padding-bottom: 20px; -} -#contact .form-control { - font-size: 20px; - background-color: #fecb38; - color: #000; -} -#contact .form-control::placeholder{ - color: #000; -} -.contact_8 input { - padding-top: 25px; - padding-bottom: 25px; - margin-bottom: 10px; -} -.contact_9 textarea { - height: 155px; - width: 100%; -} -.contact_10 ul{ - padding-top:20px; - } -/********************* contact_end ****************/ - - - - -@media screen and (max-width : 767px){ -#contact_main { - padding-bottom: 80px; - padding-top: 80px; +/********************* details_main ****************/ + +/* body { + background-image: url("../img/back.jpg"); + background-attachment: fixed; +} */ + + +#details_main { + background-image: url("../img/back.jpg"); + padding-bottom: 180px; + padding-top: 180px; + background-color: transparent; + } + .about_1 { - width: 80%; + background-color: transparent; + width: 100%; + text-align: center; + padding: 15px 20px 2px 10px; +} + +.about_1 h2 { + color: #000; + font-weight: bold; } -#contact { - text-align: center; + +.about_1 i { + color: #000; + padding-left: 5px; } + +.about_1 p a { + color: #000; } - -@media (min-width:768px) and (max-width:960px) { -.contact_4 i { - font-size: 20px; - border-radius: 50%; - width: 2.2em!important; - height: 2.2em!important; - line-height: 2.3em; + +.about_1 p a:hover { + color: #fff; } -.contact_5 h3 { - padding-top: 3px; - font-size: 20px; - padding-left: 5px; + +/********************* details_main_end ****************/ +/********************* blog ****************/ +#blog { + padding-top: 30px; + padding-bottom: 30px; + background-color: #fff; } -.contact_5 p { - font-size: 16px; - padding-top: 2px; + +.blog_2 h3 { + color: #fecb38; + padding-bottom: 10px; } -} -@media (min-width:961px) and (max-width:1200px) { -.contact_4 i { - font-size: 20px; - border-radius: 50%; - width: 2.2em!important; - height: 2.2em!important; - line-height: 2.3em; +.blog_2 h6 { + color: #fff; + padding-bottom: 14px; +} + +.blog_2 p { + color: #fff; + padding-top: 15px; + padding-bottom: 14px; +} + +.blog_2 ul { + padding-top: 25px; + border-bottom: 1px solid #3a3838; + padding-bottom: 20px; +} + +.blog_2 li { + display: inline; + margin-right: 15px; + color: #0e055f; +} + +.blog_2 i { + margin-right: 5px; +} + +.blog_2 { + padding-bottom: 20px; +} + +.blog_3 ul { + padding-top: 25px; + text-align: center; + padding-bottom: 25px; +} + +.blog_3 li { + display: inline; + margin-right: 15px; +} + +.well_2 { + border: 1px solid #fecb38; + color: #080808; + padding: 10px 15px 10px 15px; + font-size: 20px; + border-radius: 8px; + background-color: #fecb38; + font-weight: bold; +} + +.well_3 a { + border: 1px solid #3c3c3c; + color: #ffffff; + padding: 10px 15px 10px 15px; + font-size: 20px; + border-radius: 8px; + background-color: #3c3c3c; + font-weight: bold; +} + +.well_3 a:hover { + border: 1px solid #fecb38; + color: #000; + background-color: #fecb38; +} + +.blog_4 h3 { + color: #fff; + padding-bottom: 20px; +} + +.blog_7 { + padding-left: 10px; +} + +.blog_7 h5 { + color: #fff; +} + +.blog_7 h5 a { + color: #fecb38; +} + +.blog_7 h6 { + color: #fff; + padding-top: 7px; + padding-bottom: 13px; +} + +.blog_7 p a { + border: 1px solid #fecb38; + padding: 5px 10px 5px 10px; + color: #fff; +} + +.blog_5 { + padding-bottom: 20px; +} + +.blog_8 { + padding: 20px 20px 30px 20px; + border: 1px solid #757070; + margin-bottom: 10px; +} + +.blog_8 h3 { + color: #fff; + padding-bottom: 10px; +} + +.blog_8 p { + padding-top: 10px; + padding-bottom: 10px; + color: #fff; +} + +.blog_9 ul { + padding-top: 10px; + margin-bottom: 10px; +} + +.blog_9 li { + display: inline; + margin-right: 10px; +} + +.blog_9 li a { + color: #fff; + border: 1px solid #fff; + padding: 8px 5px 8px 5px; +} + +.blog_9 li a:hover { + color: #000; + border: 1px solid #fecb38; + background-color: #fecb38; +} + +.blog_9 h3 { + color: #fff; + padding-bottom: 10px; + padding-top: 10px; +} + +.blog_9 { + padding: 20px 20px 30px 20px; + border: 1px solid #757070; + margin-bottom: 10px; +} + +.blog_10 { + padding-bottom: 10px; +} + +/********************* blog_end ****************/ +/********************* details ****************/ +.details_2 p { + color: #fff; + padding-top: 10px; + padding-bottom: 10px; +} + +.details_2 { + padding: 20px 20px 30px 20px; + border: 1px solid #757070; + margin-bottom: 10px; + margin-right: 5px; +} + +.details_3 p { + color: #fff; + padding-top: 10px; +} + +.details_3 { + padding: 20px 20px 10px 20px; + border: 1px solid #757070; + margin-bottom: 10px; + margin-right: 5px; +} + +.details_5 { + padding: 20px 20px 20px 20px; + border: 1px solid #757070; + margin-bottom: 10px; +} + +.details_6 .form-control { + display: block; + width: 98% !important; + height: 50px; + padding: 6px 15px; + font-size: 14px; + line-height: 1.42857143; + color: #000; + background-color: #fff; + background-image: none; + border: 1px solid #e2e2e2; + border-radius: 0px; + margin-bottom: 10px; +} + +.details_7 textarea { + height: 155px !important; + width: 100%; + border: 1px solid #e2e2e2; } -.contact_5 h3 { - padding-top: 3px; - font-size: 20px; - padding-left: 5px; + +.details_8 { + padding-top: 30px; } -.contact_5 p { - font-size: 16px; - padding-top: 2px; + +/********************* details_end ****************/ + + + + +@media screen and (max-width : 767px) { + #details_main { + padding-bottom: 80px; + padding-top: 80px; + } + + .about_1 { + width: 80%; + } + + .about_1 h1 { + font-size: 40px !important + } + + #blog { + text-align: center; + } + + .blog_3 li { + margin-right: 1px; + } + + .blog_3 ul { + padding-top: 5px; + padding-bottom: 10px; + } + + .blog_4 h3 { + padding-bottom: 10px; + } + + .blog_7 h5 { + padding-top: 10px; + } + + .blog_5 { + padding-bottom: 10px; + } + + .blog_9 li a { + padding: 5px 3px 5px 3px; + font-size: 10px; + } + + .blog_9 li { + display: inline-block; + margin-right: 5px; + line-height: 26px; + } + + .blog_9 ul { + padding-top: 2px; + margin-bottom: 2px; + } } + +@media (min-width:768px) and (max-width:960px) { + .blog_7 h5 a { + font-size: 17px; + } + + .blog_7 h5 { + font-size: 16px; + } + + .blog_9 li a { + padding: 5px 3px 5px 3px; + } + + .blog_9 li { + display: inline-flex; + margin-right: 8px; + padding-bottom: 10px; + } + + .blog_9 ul { + padding-top: 5px; + margin-bottom: 0px; + } } -@media (min-width:1201px) and (max-width:1320px) { +@media (min-width:961px) and (max-width:1200px) { + .blog_7 h5 a { + font-size: 17px; + } + + .blog_7 h5 { + font-size: 16px; + } + .blog_9 li a { + padding: 5px 3px 5px 3px; + } + + .blog_9 li { + display: inline-flex; + margin-right: 8px; + padding-bottom: 10px; + } + + .blog_9 ul { + padding-top: 5px; + margin-bottom: 0px; + } } + +@media (min-width:1201px) and (max-width:1320px) {} From bc0e3deab9a617198dedbb327519742456cea60b Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:11:47 +0530 Subject: [PATCH 10/40] Update contact.css --- css/contact.css | 516 ++++++++++++++---------------------------------- 1 file changed, 152 insertions(+), 364 deletions(-) diff --git a/css/contact.css b/css/contact.css index c7b1c5c..111640a 100644 --- a/css/contact.css +++ b/css/contact.css @@ -6,383 +6,171 @@ Author URI: http://templateonweb.com/ Licence: Website Template Licence */ -/********************* details_main ****************/ - -/* body { - background-image: url("../img/back.jpg"); - background-attachment: fixed; -} */ - - -#details_main { - background-image: url("../img/back.jpg"); - padding-bottom: 180px; - padding-top: 180px; - background-color: transparent; - +/********************* contact_main ****************/ +#contact_main{ + background-image: url(../img/73.jpg); + padding-bottom: 180px; + padding-top: 180px; + background-repeat: no-repeat; + background-size: cover; + } +.about_1{ + background-color: #fecb38c4; + width: 30%; + text-align: center; + padding: 15px 20px 2px 10px; + } +.about_1 h2{ + color: #000; + font-weight:bold; + } +.about_1 i{ + color: #000; + padding-left:5px; + } +.about_1 p a{ + color: #000; + } +.about_1 p a:hover{ + color: #fff; + } +/********************* contact_main_end ****************/ +/********************* contact ****************/ +#contact{ + padding-top: 30px; + padding-bottom:40px; + background-color: black; + } +.contact_2 h4 { + color: #fecb38; + font-weight: bold; + padding-bottom: 10px; +} +.contact_2 h2 { + color: #fff; + font-weight: bold; + padding-bottom:20px; +} +.contact_2 h2 a { + color: #2d4a8a; +} +.contact_4 i{ + background-color: #fecb38; + text-align: center; + color: #000; + font-size: 25px; + border-radius: 50%; + width: 2.4em!important; + height: 2.4em!important; + line-height: 2.5em; + } +.contact_5 h3{ + padding-top:7px; + font-weight:bold; + color: #fff; + } +.contact_5 p{ + padding:0px; + margin:0px; + color: #b3b1b1; + } +.contact_3{ + border-bottom: 2px solid #2b2a2a; + padding-bottom:25px; + padding-top:20px; + } +.contact_6{ + padding-top:20px; + } +.contact_7 h2 { + padding-bottom: 15px; +} +.contact_7 h4 { + color: #fecb38; + font-weight: bold; + padding-bottom: 10px; +} +.contact_7 h2{ + color: #fff; + font-weight: bold; + padding-bottom: 20px; +} +#contact .form-control { + font-size: 20px; + background-color: #fecb38; + color: #000; +} +#contact .form-control::placeholder{ + color: #000; +} +.contact_8 input { + padding-top: 25px; + padding-bottom: 25px; + margin-bottom: 10px; +} +.contact_9 textarea { + height: 155px; + width: 100%; +} +.contact_10 ul{ + padding-top:20px; + } +/********************* contact_end ****************/ + + + + +@media screen and (max-width : 767px){ +#contact_main { + padding-bottom: 80px; + padding-top: 80px; } - .about_1 { - background-color: transparent; - width: 100%; - text-align: center; - padding: 15px 20px 2px 10px; -} - -.about_1 h2 { - color: #000; - font-weight: bold; -} - -.about_1 i { - color: #000; - padding-left: 5px; -} - -.about_1 p a { - color: #000; -} - -.about_1 p a:hover { - color: #fff; -} - -/********************* details_main_end ****************/ -/********************* blog ****************/ -#blog { - padding-top: 30px; - padding-bottom: 30px; - background-color: #fff; -} - -.blog_2 h3 { - color: #fecb38; - padding-bottom: 10px; -} - -.blog_2 h6 { - color: #fff; - padding-bottom: 14px; -} - -.blog_2 p { - color: #fff; - padding-top: 15px; - padding-bottom: 14px; -} - -.blog_2 ul { - padding-top: 25px; - border-bottom: 1px solid #3a3838; - padding-bottom: 20px; -} - -.blog_2 li { - display: inline; - margin-right: 15px; - color: #0e055f; -} - -.blog_2 i { - margin-right: 5px; -} - -.blog_2 { - padding-bottom: 20px; -} - -.blog_3 ul { - padding-top: 25px; - text-align: center; - padding-bottom: 25px; -} - -.blog_3 li { - display: inline; - margin-right: 15px; -} - -.well_2 { - border: 1px solid #fecb38; - color: #080808; - padding: 10px 15px 10px 15px; - font-size: 20px; - border-radius: 8px; - background-color: #fecb38; - font-weight: bold; -} - -.well_3 a { - border: 1px solid #3c3c3c; - color: #ffffff; - padding: 10px 15px 10px 15px; - font-size: 20px; - border-radius: 8px; - background-color: #3c3c3c; - font-weight: bold; -} - -.well_3 a:hover { - border: 1px solid #fecb38; - color: #000; - background-color: #fecb38; -} - -.blog_4 h3 { - color: #fff; - padding-bottom: 20px; -} - -.blog_7 { - padding-left: 10px; -} - -.blog_7 h5 { - color: #fff; -} - -.blog_7 h5 a { - color: #fecb38; -} - -.blog_7 h6 { - color: #fff; - padding-top: 7px; - padding-bottom: 13px; -} - -.blog_7 p a { - border: 1px solid #fecb38; - padding: 5px 10px 5px 10px; - color: #fff; -} - -.blog_5 { - padding-bottom: 20px; -} - -.blog_8 { - padding: 20px 20px 30px 20px; - border: 1px solid #757070; - margin-bottom: 10px; -} - -.blog_8 h3 { - color: #fff; - padding-bottom: 10px; -} - -.blog_8 p { - padding-top: 10px; - padding-bottom: 10px; - color: #fff; -} - -.blog_9 ul { - padding-top: 10px; - margin-bottom: 10px; + width: 80%; } - -.blog_9 li { - display: inline; - margin-right: 10px; +#contact { + text-align: center; } - -.blog_9 li a { - color: #fff; - border: 1px solid #fff; - padding: 8px 5px 8px 5px; } - -.blog_9 li a:hover { - color: #000; - border: 1px solid #fecb38; - background-color: #fecb38; + +@media (min-width:768px) and (max-width:960px) { +.contact_4 i { + font-size: 20px; + border-radius: 50%; + width: 2.2em!important; + height: 2.2em!important; + line-height: 2.3em; } - -.blog_9 h3 { - color: #fff; - padding-bottom: 10px; - padding-top: 10px; +.contact_5 h3 { + padding-top: 3px; + font-size: 20px; + padding-left: 5px; } - -.blog_9 { - padding: 20px 20px 30px 20px; - border: 1px solid #757070; - margin-bottom: 10px; -} - -.blog_10 { - padding-bottom: 10px; +.contact_5 p { + font-size: 16px; + padding-top: 2px; } +} -/********************* blog_end ****************/ -/********************* details ****************/ -.details_2 p { - color: #fff; - padding-top: 10px; - padding-bottom: 10px; -} - -.details_2 { - padding: 20px 20px 30px 20px; - border: 1px solid #757070; - margin-bottom: 10px; - margin-right: 5px; -} - -.details_3 p { - color: #fff; - padding-top: 10px; -} - -.details_3 { - padding: 20px 20px 10px 20px; - border: 1px solid #757070; - margin-bottom: 10px; - margin-right: 5px; -} - -.details_5 { - padding: 20px 20px 20px 20px; - border: 1px solid #757070; - margin-bottom: 10px; -} - -.details_6 .form-control { - display: block; - width: 98% !important; - height: 50px; - padding: 6px 15px; - font-size: 14px; - line-height: 1.42857143; - color: #000; - background-color: #fff; - background-image: none; - border: 1px solid #e2e2e2; - border-radius: 0px; - margin-bottom: 10px; -} - -.details_7 textarea { - height: 155px !important; - width: 100%; - border: 1px solid #e2e2e2; +@media (min-width:961px) and (max-width:1200px) { +.contact_4 i { + font-size: 20px; + border-radius: 50%; + width: 2.2em!important; + height: 2.2em!important; + line-height: 2.3em; } - -.details_8 { - padding-top: 30px; +.contact_5 h3 { + padding-top: 3px; + font-size: 20px; + padding-left: 5px; } - -/********************* details_end ****************/ - - - - -@media screen and (max-width : 767px) { - #details_main { - padding-bottom: 80px; - padding-top: 80px; - } - - .about_1 { - width: 80%; - } - - .about_1 h1 { - font-size: 40px !important - } - - #blog { - text-align: center; - } - - .blog_3 li { - margin-right: 1px; - } - - .blog_3 ul { - padding-top: 5px; - padding-bottom: 10px; - } - - .blog_4 h3 { - padding-bottom: 10px; - } - - .blog_7 h5 { - padding-top: 10px; - } - - .blog_5 { - padding-bottom: 10px; - } - - .blog_9 li a { - padding: 5px 3px 5px 3px; - font-size: 10px; - } - - .blog_9 li { - display: inline-block; - margin-right: 5px; - line-height: 26px; - } - - .blog_9 ul { - padding-top: 2px; - margin-bottom: 2px; - } +.contact_5 p { + font-size: 16px; + padding-top: 2px; } - -@media (min-width:768px) and (max-width:960px) { - .blog_7 h5 a { - font-size: 17px; - } - - .blog_7 h5 { - font-size: 16px; - } - - .blog_9 li a { - padding: 5px 3px 5px 3px; - } - - .blog_9 li { - display: inline-flex; - margin-right: 8px; - padding-bottom: 10px; - } - - .blog_9 ul { - padding-top: 5px; - margin-bottom: 0px; - } } -@media (min-width:961px) and (max-width:1200px) { - .blog_7 h5 a { - font-size: 17px; - } - - .blog_7 h5 { - font-size: 16px; - } +@media (min-width:1201px) and (max-width:1320px) { - .blog_9 li a { - padding: 5px 3px 5px 3px; - } - - .blog_9 li { - display: inline-flex; - margin-right: 8px; - padding-bottom: 10px; - } - - .blog_9 ul { - padding-top: 5px; - margin-bottom: 0px; - } } - -@media (min-width:1201px) and (max-width:1320px) {} From f7a83680d764220614bc03933d39cf82559375d0 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:12:18 +0530 Subject: [PATCH 11/40] Update details.css --- css/details.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/details.css b/css/details.css index 496e4ac..c7b1c5c 100644 --- a/css/details.css +++ b/css/details.css @@ -385,4 +385,4 @@ Licence: Date: Mon, 9 Oct 2023 23:14:56 +0530 Subject: [PATCH 15/40] Update services.css --- css/services.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/services.css b/css/services.css index d3b6471..a17e213 100644 --- a/css/services.css +++ b/css/services.css @@ -150,4 +150,4 @@ Licence: -
  • Lalith - +91 9739611009
  • -
  • Shathir - +91 8522006545
  • +
  • Jack - +91 7207537377
  • +
  • Gowtham - +91 76758 87136
  • Registration

    @@ -179,4 +179,4 @@

    Contact

    - \ No newline at end of file + From 9f6e35e6b5d99827a020e6797f7a9101c8df012d Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:16:27 +0530 Subject: [PATCH 17/40] Update untitled.html --- untitled.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/untitled.html b/untitled.html index 06ccfd0..ceca711 100644 --- a/untitled.html +++ b/untitled.html @@ -36,4 +36,4 @@

    My First Google Map

  • All participants are expected to maintain decorum on all sporting arenas, university campus, place of accommodation and related areas. Any altercations / misbehaviour shall be dealt with strictly, and the decision of the Organizing Committee in this regard is final. Please note that an altercation may result in the disqualification of the participating institution from the Alliance University Sports Tournament.
  • The Convener of Sports Committee (Alliance University, Bangalore) reserves the right to change the format or rules as may be necessary at any given point in time.
  • - \ No newline at end of file + From 5e1b100e76fb01f0bef98bb692ba9af19cfd8fa3 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:17:02 +0530 Subject: [PATCH 18/40] Update throwball.html --- throwball.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/throwball.html b/throwball.html index d16fa6a..46b65c1 100644 --- a/throwball.html +++ b/throwball.html @@ -120,8 +120,8 @@

    General Rules

    Point of Contact

    Registration

    @@ -180,4 +180,4 @@

    Contact

    - \ No newline at end of file + From e28a48a2f0cd8a47dedbc98bc1d2b806cab8aecf Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:17:39 +0530 Subject: [PATCH 19/40] Update table_tennis.html --- table_tennis.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/table_tennis.html b/table_tennis.html index 3d793b0..08cb352 100644 --- a/table_tennis.html +++ b/table_tennis.html @@ -121,7 +121,7 @@

    General Rules

    Point of Contact

    Registration

    @@ -133,7 +133,7 @@

    Registration


    Rules and Regulations

    -
    @@ -180,4 +180,4 @@

    Contact

    - \ No newline at end of file + From ef3442d2fe462f8f1a8a96adac12dba7b71b06f2 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:18:19 +0530 Subject: [PATCH 20/40] Update sponsors.html --- sponsors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sponsors.html b/sponsors.html index 2a8b72e..07ed547 100644 --- a/sponsors.html +++ b/sponsors.html @@ -109,4 +109,4 @@

    Contact

    - \ No newline at end of file + From 3c5249c2b93c72e745412adbf79c36e350ed897e Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:19:00 +0530 Subject: [PATCH 21/40] Update services.html --- services.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services.html b/services.html index 4fe1ac8..940f60c 100644 --- a/services.html +++ b/services.html @@ -275,4 +275,4 @@

    Entrada

    - \ No newline at end of file + From 59a9d98b9d219bc5e7ddfd3335ca0ee0b5d56c65 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:19:41 +0530 Subject: [PATCH 22/40] Update powerlifting.html --- powerlifting.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/powerlifting.html b/powerlifting.html index 90427cd..58e3838 100644 --- a/powerlifting.html +++ b/powerlifting.html @@ -120,12 +120,12 @@

    General Rules

    Point of Contact

    Registration

    - Men's + Men's Women's
    @@ -180,4 +180,4 @@

    Contact

    - \ No newline at end of file + From 503c284c1dd7ada314960269ef5c321fb44e3543 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:36:38 +0530 Subject: [PATCH 23/40] Update about.html --- about.html | 69 ++++++++++++++++++++++++++++++++---------------------- 1 file changed, 41 insertions(+), 28 deletions(-) diff --git a/about.html b/about.html index 43b64f7..c1ad78c 100644 --- a/about.html +++ b/about.html @@ -16,7 +16,7 @@ - + -
    -
    +
    +
    -
    -
    -
    -

    Umang is the annual inter-college sports festival hosted by the +
    +
    +
    +

    Umang is the annual inter-college sports festival hosted by the International Institute of Information Technology Bangalore (IIITB). It is a thrilling celebration of athleticism, competition, and sportsmanship, attracting participants from various @@ -250,71 +250,81 @@

    Gallery

    + + + Previous + + + + Next +

    + + - +
    +
    + +
    +
    +
    - \ No newline at end of file + From 3ed0be11ce2102fba9103d8a71c0d874e5bb871a Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:37:45 +0530 Subject: [PATCH 25/40] Update basketball.html --- basketball.html | 71 ++++++++++++++++++++++++++----------------------- 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/basketball.html b/basketball.html index faf1201..b4564e8 100644 --- a/basketball.html +++ b/basketball.html @@ -116,8 +116,8 @@

    General Rules

    Point of Contact

    Registration

    @@ -143,39 +143,44 @@

    Rules and Regulations

    +
    +
    + +
    +
    + - \ No newline at end of file + From 3b84164d123a4335ce61670eaeb9ce8ef1b1ce35 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:38:18 +0530 Subject: [PATCH 26/40] Update blog.html --- blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.html b/blog.html index bfb78a7..6a8ecfc 100644 --- a/blog.html +++ b/blog.html @@ -375,4 +375,4 @@

    Entrada

    - \ No newline at end of file + From 36930e88653cd63a03d212a5539974caedfe2838 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:38:41 +0530 Subject: [PATCH 27/40] Update chess.html --- chess.html | 72 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 34 deletions(-) diff --git a/chess.html b/chess.html index 69ecabd..af60347 100644 --- a/chess.html +++ b/chess.html @@ -120,8 +120,8 @@

    General Rules

    Point of Contact

    @@ -147,39 +147,43 @@

    Rules and Regulations

    - +
    +
    + +
    +
    + - \ No newline at end of file + From c7c7f815664031ae87c9426a034a63d05146893d Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:39:04 +0530 Subject: [PATCH 28/40] Update contact.html --- contact.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/contact.html b/contact.html index cbed774..6ec2c40 100644 --- a/contact.html +++ b/contact.html @@ -72,12 +72,17 @@

    Contact

    class="bi bi-whatsapp" viewBox="0 0 16 16"> - 91-7205171588 + Ayush 9811682443
  • - 91-9619868548
  • + Akhil 7780744646 +
  • + + Aditya 7022271553
  • SportsComm@iiitb.ac.in
  • @@ -129,4 +134,4 @@

    Contact

    - \ No newline at end of file + From edd6e2d0c65f91ee12de050fb1bc68657791e6f1 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:39:27 +0530 Subject: [PATCH 29/40] Update details.html --- details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/details.html b/details.html index 96b631e..91ddbf0 100644 --- a/details.html +++ b/details.html @@ -404,4 +404,4 @@

    Entrada

    - \ No newline at end of file + From cc6b810fe668f0237ea2a590c6d317ca0e7817b3 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:39:50 +0530 Subject: [PATCH 30/40] Update events.html --- events.html | 53 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/events.html b/events.html index b94c37e..4b984de 100644 --- a/events.html +++ b/events.html @@ -7,6 +7,7 @@ Umang + @@ -14,9 +15,12 @@ + - + -
    +
    @@ -68,8 +72,8 @@

    Events

    @@ -85,8 +89,8 @@

    BASKETBALL

    - abc + abc
    @@ -109,8 +113,8 @@

    BADMINTON

    - abc + abc
    @@ -124,13 +128,13 @@

    THROWBALL

    - abc + abc
    -

    VOLLEYBALL

    +

    VOLLEYBALL

    @@ -148,8 +152,8 @@

    VOLLEYBALL

    - abc + abc
    @@ -163,8 +167,8 @@

    FOOTBALL

    - abc + abc
    @@ -184,8 +188,8 @@

    TABLE TENNIS

    - abc + abc
    @@ -198,8 +202,8 @@

    CHESS

    - abc + abc
    @@ -230,12 +234,17 @@

    Contact

    class="bi bi-whatsapp" viewBox="0 0 16 16"> - 91-7205171588 + Ayush 9811682443
  • - 91-9619868548
  • + Akhil 7780744646 +
  • + + Aditya 7022271553
  • SportsComm@iiitb.ac.in
  • @@ -254,4 +263,4 @@

    Contact

    - \ No newline at end of file + From 78da378446ba01be240fd4d35053bdb579c521b3 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:40:13 +0530 Subject: [PATCH 31/40] Update football.html --- football.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/football.html b/football.html index 804f284..4ac0098 100644 --- a/football.html +++ b/football.html @@ -120,8 +120,8 @@

    General Rules

    Point of Contact

      -
    • Jainav - +91 7014006445
    • -
    • Aditya - +91 8347697898
    • +
    • Keshav -+91 8968076237
    • +
    • Aditya Gole- +91 7972513736

    Registration

    @@ -133,7 +133,7 @@

    Registration

    Rules and Regulations

    @@ -156,12 +156,17 @@

    Contact

    class="bi bi-whatsapp" viewBox="0 0 16 16"> - 91-7205171588 + Ayush 9811682443
  • - 91-9619868548
  • + Akhil 7780744646 +
  • + + Aditya 7022271553
  • SportsComm@iiitb.ac.in
  • @@ -180,4 +185,4 @@

    Contact

    - \ No newline at end of file + From 14a9d93956f40ad8aa905d809025d03327c26610 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:40:33 +0530 Subject: [PATCH 32/40] Update index.html --- index.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 399907d..4cd8064 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,12 @@ + style="background:url('img/1.jpg') #0e055f; background-attachment: fixed ; background-size: contain;background-repeat: no-repeat;"> +
    - - \ No newline at end of file + From 47f48b2c992f9f50d12debf22ee59bc78c358aef Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:40:58 +0530 Subject: [PATCH 33/40] Update powerlifting.html --- powerlifting.html | 67 +++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 31 deletions(-) diff --git a/powerlifting.html b/powerlifting.html index 58e3838..081e7e7 100644 --- a/powerlifting.html +++ b/powerlifting.html @@ -125,8 +125,8 @@

    Point of Contact

    Registration

    -
    Men's - Women's + Men's + Women's

    @@ -145,35 +145,40 @@

    Rules and Regulations

    From f62a917a092f215f3b805046c0619e880330897b Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:41:16 +0530 Subject: [PATCH 34/40] Update services.html From a6b9faf2f5a39aa0e728abe1fb0bf19b13917bdc Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:41:42 +0530 Subject: [PATCH 35/40] Update sponsors.html --- sponsors.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sponsors.html b/sponsors.html index 07ed547..f9b2e31 100644 --- a/sponsors.html +++ b/sponsors.html @@ -85,12 +85,17 @@

    Contact

    class="bi bi-whatsapp" viewBox="0 0 16 16"> - 91-7205171588 + Ayush 9811682443
  • - 91-9619868548
  • + Akhil 7780744646 +
  • + + Aditya 7022271553
  • SportsComm@iiitb.ac.in
  • From 9a1e25a5c2c8bc25b28695285c900ac852eee5ed Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:42:38 +0530 Subject: [PATCH 36/40] Update table_tennis.html --- table_tennis.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/table_tennis.html b/table_tennis.html index 08cb352..1bc60ca 100644 --- a/table_tennis.html +++ b/table_tennis.html @@ -156,12 +156,17 @@

    Contact

    class="bi bi-whatsapp" viewBox="0 0 16 16"> - 91-7205171588 + Ayush 9811682443
  • - 91-9619868548
  • + Akhil 7780744646 +
  • + + Aditya 7022271553
  • SportsComm@iiitb.ac.in
  • From 90c8af226b8e37d3edb5c5097d70fc856a75776d Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:42:57 +0530 Subject: [PATCH 37/40] Update throwball.html --- throwball.html | 66 ++++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 31 deletions(-) diff --git a/throwball.html b/throwball.html index 46b65c1..9f3acfd 100644 --- a/throwball.html +++ b/throwball.html @@ -145,37 +145,41 @@

    Rules and Regulations

    - +
    +
    + +
    +
    + From 136c557e2859b59abfb769d185df99bad4058776 Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:43:29 +0530 Subject: [PATCH 38/40] Update throwball.html From 3c8ecb250eef48b7cf695a61b4c2388c0164869a Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:43:56 +0530 Subject: [PATCH 39/40] Update untitled.html From 97f23fa09958b41c9ccde04131663bd7ad8048cf Mon Sep 17 00:00:00 2001 From: charansrisai03 <129142114+charansrisai03@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:44:26 +0530 Subject: [PATCH 40/40] Update volleyball.html --- volleyball.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/volleyball.html b/volleyball.html index 23c3783..fb54939 100644 --- a/volleyball.html +++ b/volleyball.html @@ -155,12 +155,17 @@

    Contact

    class="bi bi-whatsapp" viewBox="0 0 16 16"> - 91-7205171588 + Ayush 9811682443
  • - 91-9619868548
  • + Akhil 7780744646 +
  • + + Aditya 7022271553
  • SportsComm@iiitb.ac.in