diff --git a/DSCNUV_Website/home.html b/DSCNUV_Website/home.html deleted file mode 100644 index 5abd3d4..0000000 --- a/DSCNUV_Website/home.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - Developer Students Club|Navarachna University - - - - - - - - -
- - - -
- -
- - -

Developer Students Club

-

Navarachna University

-

At DSC NUV, our aim is to learn and teach. Developers, designers and managers come together under one roof to create a community which inspires many. Join Us!

- - -
- - - -
- - -

About Us

- -

Developer Student Clubs are university based community groups for students interested in Google developer technologies. Students from all undergraduate or graduate programs with an interest in growing as a developer are welcome. By joining a DSC, - students grow their knowledge in a peer-to-peer learning environment and build solutions for local businesses and their community.

- -
- - - -
-

Updates

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure - dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

- -
- -
- -

Contact Us

-

Get in touch with us!

- -
- - - - - - - - - \ No newline at end of file diff --git a/DSCNUV_Website/images/Arrow 1.png b/DSCNUV_Website/images/Arrow 1.png deleted file mode 100644 index 8aa3c27..0000000 Binary files a/DSCNUV_Website/images/Arrow 1.png and /dev/null differ diff --git a/DSCNUV_Website/images/discord.png b/DSCNUV_Website/images/discord.png deleted file mode 100644 index d2a4411..0000000 Binary files a/DSCNUV_Website/images/discord.png and /dev/null differ diff --git a/DSCNUV_Website/images/github-logo-silhouette-in-a-square.png b/DSCNUV_Website/images/github-logo-silhouette-in-a-square.png deleted file mode 100644 index 265f50d..0000000 Binary files a/DSCNUV_Website/images/github-logo-silhouette-in-a-square.png and /dev/null differ diff --git a/DSCNUV_Website/images/illustration.png b/DSCNUV_Website/images/illustration.png deleted file mode 100644 index b93c281..0000000 Binary files a/DSCNUV_Website/images/illustration.png and /dev/null differ diff --git a/DSCNUV_Website/images/instagram.png b/DSCNUV_Website/images/instagram.png deleted file mode 100644 index 6181afa..0000000 Binary files a/DSCNUV_Website/images/instagram.png and /dev/null differ diff --git a/DSCNUV_Website/images/logo-full.png b/DSCNUV_Website/images/logo-full.png deleted file mode 100644 index 01fd59e..0000000 Binary files a/DSCNUV_Website/images/logo-full.png and /dev/null differ diff --git a/DSCNUV_Website/images/logo.png b/DSCNUV_Website/images/logo.png deleted file mode 100644 index 75a04fe..0000000 Binary files a/DSCNUV_Website/images/logo.png and /dev/null differ diff --git a/DSCNUV_Website/images/twitter.png b/DSCNUV_Website/images/twitter.png deleted file mode 100644 index eb76313..0000000 Binary files a/DSCNUV_Website/images/twitter.png and /dev/null differ diff --git a/DSCNUV_Website/main.css b/DSCNUV_Website/main.css deleted file mode 100644 index 0485c96..0000000 --- a/DSCNUV_Website/main.css +++ /dev/null @@ -1,189 +0,0 @@ -@import url('https://fonts.googleapis.com/css2? family=Poppins:wght@600&display=swap'); -* { - margin: 0; - padding: 0; - box-sizing: border-box; - font-family: 'Poppins', sans-serif; - scroll-behavior: smooth; -} - -body { - background: rgb(255, 255, 255); -} - -header img { - width: auto; - height: 47px; - padding-left: 10px; - position: absolute; -} - -header { - position: fixed; - top: 0; - left: 0; - height: 72px; - width: 100%; - padding: 0; - display: flex; - justify-content: space-between; - align-items: center; - z-index: 10000; - background: rgb(255, 255, 255); - filter: drop-shadow(0px 2px 2px rgba(77, 50, 50, 0.25)); -} - -header ul { - display: flex; - margin-left: 72%; - justify-content: center; - align-items: center; -} - -header ul li { - list-style: none; - margin-left: 20px; -} - -header ul li a { - text-decoration: none; - padding: 6px 15px; - color: rgb(0, 0, 0); - border-radius: 20px; -} - -header ul li a:hover, -header ul li a.active { - background: #5185EB; - color: #ffffff; -} - -.logo { - height: 47px; - width: auto; - position: absolute; -} - -section { - position: relative; - width: 100%; - height: 100vh; - padding: 0px; - display: flex; - justify-content: center; - align-items: center; - overflow: hidden; -} - -section img { - position: absolute; - width: 666px; - height: 488px; - left: 774px; - top: 150px; -} - -.illustration { - opacity: 0.8; -} - -.title { - position: absolute; - width: 500px; - height: 119px; - left: 55px; - top: 355px; - font-style: normal; - font-weight: 400; - font-size: 36px; - line-height: 54px; - display: flex; - align-items: center; - color: #000000; -} - -.subtitle { - position: absolute; - width: 546px; - height: 51px; - left: 55px; - top: 427px; - font-style: normal; - font-weight: 500; - font-size: 24px; - line-height: 36px; - color: #000000e5; -} - -.desc { - position: absolute; - width: 646px; - height: 239px; - left: 55px; - top: 470px; - padding-top: 10px; - font-style: normal; - font-weight: 100; - font-size: 24px; - line-height: 36px; - color: #00000086; -} - -.logomain { - position: absolute; - width: 268px; - height: 138px; - left: 55px; - top: 207px; - filter: drop-shadow(0px 4px 4px rgba(122, 118, 118, 0.25)); -} - -.sec { - margin-top: 30px; -} - -section h1 { - position: absolute; - letter-spacing: 3px; - margin-top: 0; - top: 12%; - font-size: 36px; - color: #5185EB; -} - -#arrow { - margin-left: 50%; - opacity: 0.5; -} - -.cont { - margin-top: 15px; - position: absolute; - font-style: normal; - width: 35%; - text-align: center; - font-weight: 500; - font-size: 24px; - line-height: 36px; - color: #0000006c; -} - -.socials { - width: 100%; - height: 30vh; -} - -footer { - position: absolute; - display: flex; - justify-content: center; - align-items: center; - margin-left: 43%; -} - -footer a img { - width: 30px; - height: 30px; - margin-bottom: 40px; - margin-left: 20px; -} \ No newline at end of file