diff --git a/css/main.css b/css/main.css index 0cc471c..5b858d3 100644 --- a/css/main.css +++ b/css/main.css @@ -31,7 +31,16 @@ html { transform: translate3d(0, -0.5rem, 0) } } - +/* .row { + background-color: #fff; + margin: 0px; +} +.navbar-fixed { + background-color: #111; +} +.body{ + background-color: #111; +} */ :target {padding-top: 70px;} .bouncing-loader { @@ -182,7 +191,7 @@ html { .main-header { max-height: 999px; padding: 0; - color: #fff; + color: #111; position: relative; overflow: hidden; } @@ -190,13 +199,66 @@ html { .header-text { font-size: 4rem; font-weight: 600; - color: #343434; + color: #111; + animation:animate 2s linear infinite; } .header-sub-text { font-size: 2rem; font-weight: 400; color: #343434; + +} +.nav-text span +{ + display: table-cell; + animation:animate 2s linear infinite; +} +.nav-text span:nth-child(1) +{ + animation-delay:0s; +} +.nav-text span:nth-child(2) +{ + animation-delay:0.25s; +} +.nav-text span:nth-child(3) +{ + animation-delay:0.5s; +} +.nav-text span:nth-child(4) +{ + animation-delay:0.75s; +} +.nav-text span:nth-child(5) +{ + animation-delay:1s; +} +.nav-text span:nth-child(6) +{ + animation-delay:1.25s; +} + +@keyframes animate +{ + 0%,100% + { + + color: 0 0 10px #FF0800, + 0 0 20px #32CD32, + 0 0 40px #2F56E9, + 0 0 80px #FFD319, + 0 0 120px #FF0800, + 0 0 200px #00b3ff; + filter: blur(2px); + + } + 5%,95% + { + + filter: blur(0px); + text-shadow: 0 0 10px none; + } } .about-section { @@ -239,6 +301,7 @@ html { .page-footer { border-top: 0.08rem solid #dbdbdb; + } .footer-1 { @@ -246,8 +309,18 @@ html { } .footer-container { - width: 90% !important; + width: 100% !important; } +.page-footer white black-text +{ + padding: 0px; + background-color: black; +} +.container footer-container{ + margin:0px; + background-color: black; +} + .facebook-icon { color: #3B5998; @@ -275,7 +348,7 @@ html { .footer-logo-text { vertical-align: top; - color: #555 !important; + color: #343434 !important; font-weight: 600; font-size: 2.00rem; line-height: 2.1; @@ -374,4 +447,4 @@ html { 100% { transform: translateY(0); } - } \ No newline at end of file + } diff --git a/img/git.png b/img/git.png new file mode 100644 index 0000000..9c4ac6b Binary files /dev/null and b/img/git.png differ diff --git a/img/github-event.jpg b/img/github-event.jpg new file mode 100644 index 0000000..73a4583 Binary files /dev/null and b/img/github-event.jpg differ diff --git a/img/pic.jpg b/img/pic.jpg new file mode 100644 index 0000000..c708a61 Binary files /dev/null and b/img/pic.jpg differ diff --git a/img/pic0.jpg b/img/pic0.jpg new file mode 100644 index 0000000..09effd1 Binary files /dev/null and b/img/pic0.jpg differ diff --git a/img/pic021.jpg b/img/pic021.jpg new file mode 100644 index 0000000..9fac229 Binary files /dev/null and b/img/pic021.jpg differ diff --git a/img/pic1.jpeg b/img/pic1.jpeg new file mode 100644 index 0000000..1b6a588 Binary files /dev/null and b/img/pic1.jpeg differ diff --git a/img/pic2.jpeg b/img/pic2.jpeg new file mode 100644 index 0000000..eb2ade7 Binary files /dev/null and b/img/pic2.jpeg differ diff --git a/img/pic3.jpg b/img/pic3.jpg new file mode 100644 index 0000000..22f001c Binary files /dev/null and b/img/pic3.jpg differ diff --git a/img/pic4.jpg b/img/pic4.jpg new file mode 100644 index 0000000..2b1dfba Binary files /dev/null and b/img/pic4.jpg differ diff --git a/img/pic5.jpg b/img/pic5.jpg new file mode 100644 index 0000000..eea533f Binary files /dev/null and b/img/pic5.jpg differ diff --git a/img/pic6.jpg b/img/pic6.jpg new file mode 100644 index 0000000..8c797bc Binary files /dev/null and b/img/pic6.jpg differ diff --git a/img/pic7.jpg b/img/pic7.jpg new file mode 100644 index 0000000..3e71dfa Binary files /dev/null and b/img/pic7.jpg differ diff --git a/img/pic8.jpg b/img/pic8.jpg new file mode 100644 index 0000000..2c50628 Binary files /dev/null and b/img/pic8.jpg differ diff --git a/img/pic9.jpg b/img/pic9.jpg new file mode 100644 index 0000000..248f161 Binary files /dev/null and b/img/pic9.jpg differ diff --git a/img/profile_pictures/pic021.jpg b/img/profile_pictures/pic021.jpg new file mode 100644 index 0000000..9fac229 Binary files /dev/null and b/img/profile_pictures/pic021.jpg differ diff --git a/img/profile_pictures/pic1.jpeg b/img/profile_pictures/pic1.jpeg new file mode 100644 index 0000000..1b6a588 Binary files /dev/null and b/img/profile_pictures/pic1.jpeg differ diff --git a/img/profile_pictures/pic2.jpeg b/img/profile_pictures/pic2.jpeg new file mode 100644 index 0000000..eb2ade7 Binary files /dev/null and b/img/profile_pictures/pic2.jpeg differ diff --git a/img/profile_pictures/pic3.jpg b/img/profile_pictures/pic3.jpg new file mode 100644 index 0000000..22f001c Binary files /dev/null and b/img/profile_pictures/pic3.jpg differ diff --git a/img/profile_pictures/pic4.jpg b/img/profile_pictures/pic4.jpg new file mode 100644 index 0000000..2b1dfba Binary files /dev/null and b/img/profile_pictures/pic4.jpg differ diff --git a/img/profile_pictures/pic5.jpg b/img/profile_pictures/pic5.jpg new file mode 100644 index 0000000..eea533f Binary files /dev/null and b/img/profile_pictures/pic5.jpg differ diff --git a/img/profile_pictures/pic6.jpg b/img/profile_pictures/pic6.jpg new file mode 100644 index 0000000..8c797bc Binary files /dev/null and b/img/profile_pictures/pic6.jpg differ diff --git a/img/profile_pictures/pic7.jpg b/img/profile_pictures/pic7.jpg new file mode 100644 index 0000000..3e71dfa Binary files /dev/null and b/img/profile_pictures/pic7.jpg differ diff --git a/img/profile_pictures/pic8.jpg b/img/profile_pictures/pic8.jpg new file mode 100644 index 0000000..2c50628 Binary files /dev/null and b/img/profile_pictures/pic8.jpg differ diff --git a/img/profile_pictures/pic9.jpg b/img/profile_pictures/pic9.jpg new file mode 100644 index 0000000..248f161 Binary files /dev/null and b/img/profile_pictures/pic9.jpg differ diff --git a/index.html b/index.html index bb18335..07b9cde 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ - +
@@ -31,7 +31,12 @@ @@ -69,7 +75,7 @@
DSC SIT
- Developer Student Club + Developer Student Club | Siliguri Institute of Technology
@@ -85,7 +91,7 @@ in their undergraduate or graduate term.

By joining a DSC, students build their professional and personal network, get access to Google developer resources, and work together to build solutions for local problems in a peer-to-peer learning environment.

- + @@ -135,7 +141,7 @@

What do we do ?

- + @@ -170,40 +176,43 @@
@@ -216,4 +225,4 @@
Contact Us
- \ No newline at end of file + diff --git a/team.html b/team.html new file mode 100644 index 0000000..0f01559 --- /dev/null +++ b/team.html @@ -0,0 +1,360 @@ + + + + + DSC SIT| Team Members + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + + +
+
+
+
+
+
+ + + + + + + + + + + +