Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,30 +23,31 @@
<header>
<div class="header">
<div class="logo">
<img src="./images/osdc.png" alt="osdc logo" />
<a href = "#Logo"><img src="./images/osdc.png" alt="osdc logo" /></a>
</div>
<div class="navbar">
<li>ABOUT</li>
<li>CONTACT</li>
<li><a href = "#About">ABOUT</a></li>
<li><a href = "#socials">CONTACT</a></li>
</div>
</div>
</header>

<section class="logosection">
<section class="logosection" id = "Logo">
<div class="osdclogo">
<img src="./images/logo.png" alt="OSDC DESIGN" />
<div class="society">OPEN SOURCE DEVELOPERS COMMUNITY</div>
<div class="joindiscord">
<div class="invitition">Join our Discord Server</div>
<div class="button">
<div class="discordbutton">JODC Discord</div>
<a href = "https://discord.gg/Yaq3eNBrwW" target = "_blank"><div class="discordbutton">JODC Discord</div></a>
</div>
</div>
</div>
</section>

<section>
<div class="about">

<section >
<div class="about" id = "About">
<div class="div1">About OSDC</div>
<div class="div2">
We are an Open Source Community based in and around Jaypee Institute
Expand All @@ -65,16 +66,17 @@
</div>
</div>
</section>


<section class="findus">
<div class="socials">
<div class="socials" id = "socials">
<p>Find us on</p>
<div class="socialicons">
<img src="./images/discord_5968759 1.png"></img>
<img src="./images/github_3488425 1.png"></img>
<img src="./images/telegram_3536705 1.png"></img>
<img src="./images/twitter_5968830 1.png"></img>
<img src="./images/facebook_1051309 1.png"></img>
<a href = "https://discord.gg/vfhyHW5BkJ" target = "_blank"><img src="./images/discord_5968759 1.png"></img></a>
<a href = "https://github.com/osdc/" target = "_blank"><img src="./images/github_3488425 1.png"></img></a>
<a href = "https://t.me/jiitosdc" target = "_blank"><img src="./images/telegram_3536705 1.png"></img></a>
<a href = "https://twitter.com/osdcjiit" target = "_blank"><img src="./images/twitter_5968830 1.png"></img></a>
<a href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ&pp=ygUXbmV2ZXIgZ29ubmEgZ2l2ZSB5b3UgdXA%3D" target = "_blank"><img src="./images/facebook_1051309 1.png"></img></a>
</div>
</div>
</section>
Expand Down
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
background-color: #141619;
z-index:1;
}

a{
text-decoration: none;
}
/* header */

.header {
Expand Down Expand Up @@ -50,6 +52,10 @@
font-size: 1.2rem;
}

.navbar li a{
color : white;
}

/* logosection */

.osdclogo{
Expand Down