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
12 changes: 11 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
/*background-color: white;*/
}

.header img{
float: left;
max-height: 2.5em;
margin-right: 15px;
}

.header h1{
position: relative;
}

#schedule{
box-sizing: border-box;
display: flex;
Expand Down Expand Up @@ -52,4 +62,4 @@

a{
color: #ff5e00 !important;
}
}
Binary file added assets/images/mozilla_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
<h1><a href="https://moz-niec.github.io/Hacktoberfest/">Hacktoberfest</a></h1>


<h1 id="mozilla-niec-hacktoberfest">Mozilla NIEC Hacktoberfest</h1>
<div class="header">
<img src="assets/images/mozilla_logo.png" alt="Mozilla">
<h1 id="mozilla-niec-hacktoberfest">Mozilla NIEC Hacktoberfest</h1>
</div>
<h4 id="support-open-source-and-earn-a-limited-edition-t-shirt">Support Open Source and earn a limited edition T-shirt</h4>

<p>We’re hosting an in-person meetup at NIEC on 28th October, from 10 am - 3 pm, to gather all free and open source enthusiasts from the Delhi city to contribute to open source projects together.</p>
Expand Down