Skip to content

Commit

Permalink
Fixed index.html
Browse files Browse the repository at this point in the history
Fixed index.html to specify correct location of assets
  • Loading branch information
nmcain authored Feb 23, 2018
1 parent acc9529 commit 67781dd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<style>
body {
margin:0;
background:url("assets/bg.jpg") no-repeat fixed center;
background:url("bg.jpg") no-repeat fixed center;
background-color:black;
/* overflow:hidden;*/

Expand Down Expand Up @@ -67,7 +67,7 @@

<div class="navbar">
<a href="#menu" >8:33</a>
<a class="launcher" href="#home"><img class="home" src="assets/circle.svg" alt="0x324545" style="width:20px;height:20px;"></a>
<a class="launcher" href="#home"><img class="home" src="circle.svg" alt="0x324545" style="width:20px;height:20px;"></a>
<!-- <a href="#news">Roboto</a>
<a href="#contact">Contact</a>-->
</div>
Expand Down Expand Up @@ -118,7 +118,7 @@
<div align="center">
<div class="fuchsia">
<div align="left">
<div class="google"><a href="#desktop"><img class="searchlogo" src="assets/gicon.png" alt="0x324545" style="width:20px;height:20px;"></a>
<div class="google"><a href="#desktop"><img class="searchlogo" src="gicon.png" alt="0x324545" style="width:20px;height:20px;"></a>
<div class="ask">Ask for anything</div>
</div></div>
<style>
Expand Down Expand Up @@ -198,15 +198,15 @@
</style>


<a class="files1" href="#files"><img class="filesimg" src="assets/down.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="chrome1" href="#chrome"><img class="chromeimg" src="assets/chrome.ico" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="term1" href="#term"><img class="termimg" src="assets/terminal.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="calc1" href="#calc"><img class="calcimg" src="assets/calc.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="files1" href="#files"><img class="filesimg" src="down.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="chrome1" href="#chrome"><img class="chromeimg" src="chrome.ico" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="term1" href="#term"><img class="termimg" src="terminal.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="calc1" href="#calc"><img class="calcimg" src="calc.png" alt="0x324578" style="width:50px;height:50px;"></a>

<a class="set1" href="#set"><img class="filesimg" src="assets/set.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="drive1" href="#drive"><img class="chromeimg" src="assets/drive.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="yt1" href="#yt"><img class="termimg" src="assets/yt.ico" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="next1" href="#next"><img class="nextimg" src="assets/mail.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="set1" href="#set"><img class="filesimg" src="set.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="drive1" href="#drive"><img class="chromeimg" src="drive.png" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="yt1" href="#yt"><img class="termimg" src="yt.ico" alt="0x324578" style="width:50px;height:50px;"></a>
<a class="next1" href="#next"><img class="nextimg" src="mail.png" alt="0x324578" style="width:50px;height:50px;"></a>



Expand Down Expand Up @@ -270,7 +270,7 @@
}
</style>

<img class="cof" src="assets/nowcoffee.jpg" alt="0x324578" style="width:500px;height:275px;">
<img class="cof" src="nowcoffee.jpg" alt="0x324578" style="width:500px;height:275px;">
<p class="header">Starbucks Coffee | Apple Valley, California - 9168 Rincon Avenue, 92308</p>
<p class="text"><i><b>Close to you</b></i></p>
</div>
Expand Down Expand Up @@ -314,7 +314,7 @@
}
</style>

<img class="map" src="assets/nowmap.jpg" alt="0x324578" style="width:270px;height:100px;">
<img class="map" src="nowmap.jpg" alt="0x324578" style="width:270px;height:100px;">
<p class="header1">25 Minutes to Work, Light Traffic</p>
<p class="text1"><i><b>Reccomended by Google</b></i></p>
</div>
Expand Down Expand Up @@ -355,7 +355,7 @@
}

</style>
<img class="sun" src="assets/clouds.jpeg" alt="0x324578" style="width:270px;height:100px;">
<img class="sun" src="clouds.jpeg" alt="0x324578" style="width:270px;height:100px;">
<p class="temp"></p>
<p class="header10">Monday, February 5 -72 F</p>

Expand Down

0 comments on commit 67781dd

Please sign in to comment.