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
3 changes: 3 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ font-family: 'Poiret One', cursive;
text-align: center;
font-size: 15px;
}
#github{
margin-left: 20px;
}
#org_content a {
color: #b3c9e4 !important;
}
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Anton|Nunito:400,600i|Poiret+One|Varela+Round" rel="stylesheet">
<!-- Link to Actual CSS File -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Adding Font Awesome Icons-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>

<body>
Expand Down Expand Up @@ -145,6 +147,7 @@ <h3 id="speaker-">Speaker :</h3>
</div>
<div id="footer" class="footer-text">
<a href="#">Mozilla NIEC Ignited Minds</a>
<a class="icons-sm fb-ic" id="github" href="https://github.com/Moz-NIEC/hacktoberfest"><i class="fa fa-github" aria-hidden="true"></i></a>
</div>

</div>
Expand Down