Skip to content

Commit

Permalink
weather api has started.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidnpatrick committed Jan 19, 2025
1 parent e5b53ad commit e90a0e4
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 289 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"liveServer.settings.port": 5501
"liveServer.settings.port": 5501,
"liveServer.settings.multiRootWorkspaceName": "project"
}
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,25 @@
<body id="body">
<div class="top" id="top">

<button class="buttons-more" onclick="show('sideBar')" id="moreButtons"><img src="icons/bars-solid.svg" ></button>
<button class="buttons-more" onclick="show('sideBar')" id="moreButtons"><img src="icons/bars-solid.svg" style="width: 110px"></button>
<div class="search-div" id="searchDiv">

<input class="search-input" placeholder="Search the Web" id="searchInput" onkeydown="checkEnter(event)"></input>
<button class="search-button" onclick="searchDiv" onclick="search()" id="searchButton">
<img src="icons/white-search-icon.svg" onclick="search()">
</button>


</div>
<a class="link-logo" href="index.html"><img class="logo" src="other-images/logo.png" alt ="img">QuickSeek</a>

</div>
<div class="side-bar" id="sideBar">
<br>
<a class="link-button" href="index.html"><img class="img" src="icons/white-search-icon.svg">Search</a>

<a class="link-button" href="weather.html"><img class="img" src="icons/cloud-solid.svg" >Weather</a>

<a class="link-button"href="settings.html"><img class="img" src="icons/gear-solid.svg">Settings</a>

<a class="link-button" href="about.html"><img class="img" src="icons/user-solid.svg">About</a>
<br>
</div>
<div class="flex-row-center" id="content">

Expand Down Expand Up @@ -70,7 +68,7 @@ <h3>Couldnt Find what you wanna search?<br> Womp Womp.</h3>


<div class="overlay" id="overLay"></div>

<div class="content-brightness" id="contentBrightness"></div>
<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit e90a0e4

Please sign in to comment.