Skip to content

Commit

Permalink
Added logo and title bar image
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnie09 committed Mar 11, 2019
1 parent 433341c commit 905295f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added asserts/images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added asserts/images/logoTransparent.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>GNX | Linux User Group | NSEC</title>
<link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/thumb/6/66/TUX_G2.svg/163px-TUX_G2.svg.png" style="border-radius: 50%">
<link rel="icon" href="asserts/images/logoTransparent.jpg" style="border-radius: 50%">
<link rel="stylesheet" href="asserts/css/style.css">
<link rel="stylesheet" href="asserts/css/libs/bootstrap.min.css">
<link rel="stylesheet" href="asserts/css/libs/animate.min.css">
Expand Down Expand Up @@ -38,7 +38,7 @@
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 header-content"><br>
<img style="border-radius:50%;height:240px;width:240px" src="asserts/images/linux_image.jpg" alt="logo">
<img style="border-radius:50%;height:240px;width:240px" src="asserts/images/logo.jpg" alt="logo">
</div>
<div class="col-lg-8 col-md-8 header-content" style="background:rgba(0,0,0,0.4);height:auto">
<h1 style="color:white;font-weight:bold" class="text-center">GNX : GNX's Not niXal</h1><hr>
Expand Down Expand Up @@ -307,7 +307,7 @@ <h5 id="cardText">GNX</h5>
</div>
</div>
<!---End Coordinatop Team-->

<!--Footer Start-->
<div class="footer" id="footer">
<div class="container">
Expand Down

0 comments on commit 905295f

Please sign in to comment.