-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #86 from hannah-maria/feature3/hannah
Improved the searchbar
- Loading branch information
Showing
2 changed files
with
46 additions
and
42 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -6,7 +6,9 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Stark Tech Portfolio</title> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="website icon" href="assets/logo/icon.png"> | ||
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> | ||
<link rel="website icon" href="/assets/logo/icon.png"> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
|
||
</head> | ||
|
@@ -26,8 +28,10 @@ | |
</ul> | ||
|
||
<div class="rightNav visibility"> | ||
<input type="text" name="search" id="search" placeholder="Search the website"> | ||
<button class="btn btn-sm">Search</button> | ||
<form class="search-bar"> | ||
<input type="text" name="search" placeholder="Search the website"> | ||
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button> | ||
</form> | ||
</div> | ||
<div class="burger"> | ||
<div class="line"></div> | ||
|
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