Skip to content

Commit

Permalink
adding bg image
Browse files Browse the repository at this point in the history
  • Loading branch information
jetag committed Oct 10, 2023
1 parent f028954 commit 410d487
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif; background-color: rgba(0, 0, 0, 0.5); background-image: url('imgs/autoware.png');}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}

</style>
</head>
<body class="w3-white">
Expand Down Expand Up @@ -156,7 +157,7 @@ <h2 class="w3-padding-24 w3-text-light-black">Staff</h2>Team Principal</b></p>
<!-- Blog Section -->
<div class="w3-padding-64 w3-content w3-text-black" id="blog">
<h2 class="w3-padding-24 w3-text-light-black">Blog</h2>
<hr style="width:200px" class="w3-opacity">
<!-- <hr style="width:200px" class="w3-opacity"> -->

<div class="w3-padding-24 w3-section">
<p><i class="fa fa-map-marker fa-fw w3-text-white w3-xxlarge w3-margin-right"></i> <ul><li>View the github repository containing code by clicking the icon below.</li><li>Check out the Tutorial by following the resources section</li></ul></p>
Expand All @@ -166,7 +167,7 @@ <h2 class="w3-padding-24 w3-text-light-black">Blog</h2>
</div>

<!-- Footer. This section contains an ad for W3Schools Spaces. You can leave it to support us. -->
<footer class="w3-content w3-padding-64 w3-text-black w3-xlarge">Check out all the code on github ->
<footer class="w3-content w3-padding-64 w3-text-black">Check out all the code on github ->
<a href= "https://github.com/mlab-upenn/gokart-mechatronics" <i class="fa fa-github w3-hover-opacity"></i></a>
<p>Developed by <a href="https://jetag.github.io/">jetag</a></p>
</div>
Expand Down

0 comments on commit 410d487

Please sign in to comment.