-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
76 additions
and
24 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" crossorigin=""></script> | ||
<!-- Setting page title --> | ||
<title>Fuelish</title> | ||
<link rel="icon" type="image/png" href="images/favicon.png" class="favicon"> | ||
<link rel="icon" type="image/png" href="images/favicon2.png" class="favicon"> | ||
</head> | ||
<body> | ||
<div id="page-container"> | ||
<div id="page-container"> | ||
<!-- Logo section --> | ||
<div class="logo"> | ||
<a href="https://doofenshmirtz-evil-incorp.github.io/Fuelish/" target="_blank" rel="noopener noreferrer"><img src="images/logo.png" width="150px" alt=""></a> | ||
<a href="https://doofenshmirtz-evil-incorp.github.io/Fuelish/" target="_blank" rel="noopener noreferrer"><img class="logo-image" src="images/logo2.png" width="150px" alt=""></a> | ||
</div> | ||
<!-- Search box section --> | ||
<div class="container"> | ||
|
@@ -40,6 +40,7 @@ | |
<i class="icontoggle fa fa-sun-o" id="toggle-icon" aria-hidden="true"></i> | ||
<p class="mode-label">Sunny</p> | ||
</label> | ||
|
||
</div> | ||
<!-- Map section --> | ||
<div id='map'></div> | ||
|
@@ -78,6 +79,7 @@ | |
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- Importing Font Awesome icon library --> | ||
<script src="https://kit.fontawesome.com/7c8801c017.js" crossorigin="anonymous"></script> | ||
|
@@ -86,7 +88,7 @@ | |
<script type="module" src="index.js"></script> | ||
<!-- Footer Section --> | ||
<footer> | ||
<p id="animation">Made with ♥ in India </p> <p>by <a href="https://www.github.com/actuallyaryaman" target="_blank" rel="noopener noreferrer">Aryaman</a> and <a href="https://www.github.com/asvin1" target="_blank" rel="noopener noreferrer"> Asvin</a></p> | ||
<p id="animation">Made with ♥ in India </p> <p>by <a class="name1" href="https://www.github.com/actuallyaryaman" target="_blank" rel="noopener noreferrer">Aryaman</a> and <a class="name2" href="https://www.github.com/asvin1" target="_blank" rel="noopener noreferrer"> Asvin</a></p> | ||
<p>You can help improve this site! The code is open. <a href="https://github.com/Doofenshmirtz-Evil-Incorp/Fuelish" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-github"></i></a></p> | ||
<a href="https://hits.seeyoufarm.com"><img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fdoofenshmirtz-evil-incorp.github.io%2FFuelish%2Fhit-counter&count_bg=%231AC5B4&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=Total+Visits&edge_flat=false"/></a> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters