diff --git a/public/css/blocks.css b/public/css/blocks.css index b199edc..f06a4fc 100644 --- a/public/css/blocks.css +++ b/public/css/blocks.css @@ -462,7 +462,7 @@ div:hover > .btn-reverse-bg-green { background-color: #98d5ff; } .bg-blue-lighteen { - background-color: #ecf5fe; } + background-color: #121212; } .bg-orange { background-color: #EF6517; } @@ -793,8 +793,8 @@ div:hover > .btn-reverse-bg-green { .bg-10 { background-image: url("../img/clouds14.png"); } -.bg-11 { - background-image: url("../img/clouds15.png"); } +/* .bg-11 { + background-image: url("../img/clouds15.png"); } */ .bg-12 { background-image: url("../img/clouds16.png"); } diff --git a/public/css/nav.css b/public/css/nav.css index 5631a6b..a85065c 100644 --- a/public/css/nav.css +++ b/public/css/nav.css @@ -89,7 +89,7 @@ nav { top: 0; height: 70px; padding: 0 1.5em; - background-color: #fff; + background-color: #121212; font-family: 'Montserrat', sans-serif; } nav .logo { @@ -112,8 +112,9 @@ nav .nav-item > a { display: inline-block; padding: 0 1.5em; line-height: 70px; - color: #000; + color: #edf2fc; text-decoration: none; + } nav .nav-item > a:hover { @@ -127,7 +128,7 @@ nav .dropdown a::after { display: inline-block; margin-left: .5em; vertical-align: middle; - border-top: .3em solid #fff; + border-top: .3em solid #edf2fc; border-right: .3em solid transparent; border-left: .3em solid transparent; } @@ -144,7 +145,7 @@ nav .dropdown-menu { border: 1px solid rgba(255, 255, 255, 0.3); /* border-radius: .5em; */ - background-color: #fff; + background-color: #212121; } nav .dropdown.show .dropdown-menu { display: block; @@ -158,7 +159,7 @@ nav .dropdown-item { font-size: 13px; padding: 10px 0px 10px 0px; - color: #000; + color: #edf2fc; width: 200px; text-decoration: none; @@ -181,7 +182,7 @@ nav .btn-hamburger span { display: block; width: 30px; height: 4px; - background-color: rgb(0, 0, 0); + background-color: #edf2fc; margin: 6px; border-radius: 2px; transition: .3s ease-in-out; diff --git a/public/css/navbar.css b/public/css/navbar.css index a7dd8f4..c45621a 100644 --- a/public/css/navbar.css +++ b/public/css/navbar.css @@ -18,6 +18,11 @@ @media(max-width:480px) { + #video { + width: 100%; + height: 400px; + display: block; + } .ham{ display: block; padding: 20px 30px 0px 0px; @@ -58,7 +63,7 @@ nav { top: 0; height: 70px; padding: 0 1.5em; - background-color: rgb(255, 255, 255); + background-color: #121212; font-family: 'Montserrat', sans-serif; } nav .logo { @@ -81,7 +86,7 @@ nav .nav-item > a { display: inline-block; padding: 0 1.5em; line-height: 70px; - color: #000; + color: #edf2fc; text-decoration: none; } nav .nav-item > a:hover @@ -113,7 +118,7 @@ nav .dropdown-menu { border: 1px solid rgba(255, 255, 255, 0.3); /* border-radius: .5em; */ - background-color: #fff; + background-color: #212121; } nav .dropdown.show .dropdown-menu { display: block; @@ -127,13 +132,14 @@ nav .dropdown-item { /* font-size: 13px; */ padding: 10px 0px 10px 0px; - color: #000; + color: #edf2fc; width: 200px; text-decoration: none; } nav .dropdown-item:hover{ - background-color: rgb(150, 197, 197); + background-image: linear-gradient(62deg, #797535de 0%, #a17f22cd 100%); + color: #edf2fc; } nav .btn-hamburger { display: none; @@ -150,7 +156,7 @@ nav .btn-hamburger span { display: block; width: 30px; height: 4px; - background-color: rgb(0, 0, 0); + background-color: #edf2fc; margin: 6px; border-radius: 2px; transition: .3s ease-in-out; @@ -181,6 +187,12 @@ nav.opened .btn-hamburger span:nth-child(3) { opacity: 0; } @media screen and (max-width: 500px) { + #video { + width: 100%; + height: 400px !important; + display: block; + } + nav .nav-menu { position: fixed; left: 0; @@ -239,7 +251,7 @@ nav .dropdown-item { text-decoration: none; } } -.video{ +/* .video{ width: 100%; height: 100%; @@ -252,7 +264,20 @@ video#video{ width: 100%; height: 100%; object-fit: cover; -} +} */ +.video { + max-width: 100%; + height: auto; + overflow:auto; + position: relative; + } + + #video { + width: 100%; + height: auto; + display: block; + } + .vid{ z-index: -999; display: flex !important; diff --git a/public/css/theme-styles.css b/public/css/theme-styles.css index a0c8861..c8350f0 100644 --- a/public/css/theme-styles.css +++ b/public/css/theme-styles.css @@ -96,7 +96,7 @@ html, body { body { background: #fff; - color: #4b5d73; + color: rgb(137, 130, 130); font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, serif, sans-serif; font-size: 16px; font-weight: 400; @@ -525,7 +525,15 @@ blockquote { height: 1px; width: 1px; overflow: hidden; } +#services{ + /* background: linear-gradient(45deg,purple,rgb(67, 29, 29)red) !important; */ + + +} +#bita{ + background-color: rgb(40, 37, 37); /* Slate gray background */ +} .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; @@ -551,6 +559,10 @@ blockquote { outline: 0; } @media (max-width: 640px) { + #services{ + background-color: linear-gradient(to right, red 30%, purple 70%); +} + ol li { font-size: 13px; padding-left: 20px; } @@ -571,9 +583,17 @@ h1, .h1 { h1 a, .h1 a { color: inherit; } @media (max-width: 800px) { + #services{ + background-color: linear-gradient(to right, red 30%, purple 70%); + } + h1, .h1 { font-size: 2em; } } @media (max-width: 640px) { + #services{ + background-color: linear-gradient(to right, red 30%, purple 70%); +} + h1, .h1 { font-size: 1.8em; } } @media (max-width: 480px) { @@ -657,7 +677,8 @@ h5, .h5 { font-size: 24px; line-height: 1.3em; font-weight: 700; - color: #273f5b; + /* color:linear-gradient(to right, red 30%, purple 70%) ; */ + color: rebeccapurple; font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 0.02em; } h5 a, .h5 a { @@ -680,7 +701,7 @@ h6, .h6 { font-size: 18px; line-height: 1.3em; font-weight: 700; - color: #273f5b; + color:rebeccapurple; font-family: "Nunito", Arial, "Helvetica Neue", Helvetica, sans-serif; letter-spacing: 0.02em; } h6 a, .h6 a { @@ -1524,7 +1545,8 @@ body.crumina-grid .kc_col-of-5 { padding: 35px 0; } } .medium-padding100 { - padding: 20px 0; } + padding: 20px 0; + background-color: #121212;} @media (max-width: 800px) { .medium-padding100 { padding: 35px 0; } } @@ -6863,7 +6885,7 @@ nav li.menu-item-has-mega-menu ul.mega-menu-row li { padding: 35px 0; text-align: center; position: relative; - margin-top: 120px; } + background-color: #121212; } .sub-footer span { font-size: 14px; margin-bottom: 1px; @@ -6880,7 +6902,7 @@ nav li.menu-item-has-mega-menu ul.mega-menu-row li { .content-wrapper { position: relative; z-index: 2; - background-color: #fff; + background-color: #121212; -webkit-margin-bottom-collapse: separate; } .block-footer-height { diff --git a/public/events.css b/public/events.css index 27d5c63..a8586dc 100644 --- a/public/events.css +++ b/public/events.css @@ -26,6 +26,11 @@ header{ background-color: rgba(0,0,0,0.5); background-blend-mode: overlay; } +header img{ + max-width: 100%; + height: auto; + min-width: 400px; +} /* video css */ .video{ @@ -77,6 +82,6 @@ video#video{ .text{ color: white; } -.container_1{ +/* .container_1{ -} \ No newline at end of file +} */ \ No newline at end of file diff --git a/public/events.html b/public/events.html index e10cea2..f6e1468 100644 --- a/public/events.html +++ b/public/events.html @@ -41,6 +41,324 @@ + + + @@ -119,21 +437,22 @@
-
-
-

PYWEEK 2.O

+ +
+ + +
@@ -177,46 +496,9 @@
T-SIG is back again with yet another exciting workshop -
-
- - case - -
- -
-
YUP! WORKSHOP ON 3D Modelling , 3D Printing And PCB Designing
- -
T-SIG is back again with yet another exciting workshop!!
- - -
-
- - Venue : Will be shared soon..
- Registration fee :₹150/- only
- - - Duration : 14th July to 15th July 2023🗓️ -
- Timings:
- Day-1 : 2:00pm-5:00pm⏱️
- Day-2 : 10:00pm-5:00pm⏱️ -
- Mode : Offline - - Secure your spot today! -

-
- + -
- - - - - + --> +
+
+
+ + + +
    +
  • + Date:13th Nov 2023 +
  • +
  • + time:8-9pm +
  • +
  • + venue:online +
  • + +
+ + +
+
+
+
    +
  • +
    +

    + 12
    NOV +

    +
    +
    +

    + INTRODUCTON +

    + +
    +
    +
  • +
  • +
    +

    + 13
    NOV +

    +
    +
    +

    + DATA STRUCTURES +

    + +
    +
    +
  • +
  • +
    +

    + 14
    NOV +

    +
    +
    +

    + LIBRARIES +

    + +
    +
    +
  • +
  • +
    +

    + 15
    NOV +

    +
    +
    +

    + OPENCV +

    + +
    +
    +
  • +
  • +
    +

    + 16
    NOV +

    +
    +
    +

    + TKINTER +

    + +
    +
    +
  • +
  • +
    +

    + 17
    NOV +

    +
    +
    +

    + FLASK +

    + +
    +
    +
  • +
  • +
    +

    + 18
    NOV +

    +
    +
    +

    + GEN AI +

    + +
    +
    +
  • +
  • +
    +

    + 19
    NOV +

    +
    +
    +

    + SURPRISE ELEMENT +

    + +
    +
    +
  • +
+
+
diff --git a/public/img/ES_Python_landing_page.png b/public/img/ES_Python_landing_page.png new file mode 100644 index 0000000..eb1f856 Binary files /dev/null and b/public/img/ES_Python_landing_page.png differ diff --git a/public/img/Python-3.10-Know-the-Exciting-Features-in-the-Latest-Python-Version.jpg b/public/img/Python-3.10-Know-the-Exciting-Features-in-the-Latest-Python-Version.jpg new file mode 100644 index 0000000..3f2d170 Binary files /dev/null and b/public/img/Python-3.10-Know-the-Exciting-Features-in-the-Latest-Python-Version.jpg differ diff --git a/public/img/Scientific-Python-Scipy.webp b/public/img/Scientific-Python-Scipy.webp new file mode 100644 index 0000000..e295bc5 Binary files /dev/null and b/public/img/Scientific-Python-Scipy.webp differ diff --git a/public/img/pyweek2.0/2023-11-07 (29).png b/public/img/pyweek2.0/2023-11-07 (29).png new file mode 100644 index 0000000..447fd9f Binary files /dev/null and b/public/img/pyweek2.0/2023-11-07 (29).png differ diff --git a/public/img/pyweek2.0/poster2.jfif b/public/img/pyweek2.0/poster2.jfif new file mode 100644 index 0000000..48ed36e Binary files /dev/null and b/public/img/pyweek2.0/poster2.jfif differ diff --git a/public/img/pyweek2.0/pyweek poster.jfif b/public/img/pyweek2.0/pyweek poster.jfif new file mode 100644 index 0000000..af63bfe Binary files /dev/null and b/public/img/pyweek2.0/pyweek poster.jfif differ diff --git a/public/img/pyweekbanner.jpg b/public/img/pyweekbanner.jpg new file mode 100644 index 0000000..eefb7a0 Binary files /dev/null and b/public/img/pyweekbanner.jpg differ diff --git a/public/img/upcoming events.png b/public/img/upcoming events.png new file mode 100644 index 0000000..91233e1 Binary files /dev/null and b/public/img/upcoming events.png differ diff --git a/public/index.html b/public/index.html index a6e4797..9ac91c7 100644 --- a/public/index.html +++ b/public/index.html @@ -102,6 +102,8 @@ + + @@ -149,19 +151,22 @@ +
+ +
- + + - -
->>>>>>> upstream/main -
+ + +
--> + +
-
+

Our Services

@@ -622,7 +627,7 @@
It's hard work and we love it!
-
+
@@ -1114,14 +1119,14 @@
Contact with us
- Anas: +91 9989517030 + Huzaifa: +91 7337239300
- Manideep: +91 7901466207 + Imaad: +91 9381784086