Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footer done #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
22 changes: 20 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,27 @@ font-family: 'Poiret One', cursive;
}

#org{
width: 100%;
}
#org #org_content{
color: white;
margin-left: 100px;
padding: 20px;
padding: 40px 100px;
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
font-size: 30px;
}
#org #org_content div{
width: 40%;
}

@media screen and (max-width: 760px){

#org_content > div{
width: 100%!important;
}

}

#footer{
Expand Down
28 changes: 15 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,21 @@ <h3>

<div id="org">
<div id="org_content">
<h3 id="main-organiser">Main Organiser:</h3>
<p>
<a href="https://mozillians.org/en-US/u/pushpita.dey/">Pushpita Dey</a>
<br />
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
</p>

<h3 id="speaker-">Speaker :</h3>
<a href="https://mozillians.org/en-US/u/rajivjha/">Rajiv Sir</a><br/>
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
<br />

</div>
<div>
<h3 id="main-organiser">Main Organiser:</h3>
<p>
<a href="https://mozillians.org/en-US/u/pushpita.dey/">Pushpita Dey</a>
<br />
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
</p>
</div>
<div>
<h3 id="speaker-">Speaker :</h3>
<a href="https://mozillians.org/en-US/u/rajivjha/">Rajiv Sir</a><br/>
<a href="https://mozillians.org/en-US/u/championshuttler/">Shivam Singhal</a>
<br />
</div>
</div>
</div>
<div id="footer">

Expand Down