This file contains hidden or 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
| <html lang="en-US"> | |
| <head> | |
| <title>Power Search Tool</title> | |
| </head> | |
| <body style="background-image: url('https://cdn.hipwallpaper.com/i/0/43/sES1bZ.jpg');"> | |
| <nav> | |
This file contains hidden or 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
| <div class="dropdown"> | |
| <div id="myDropdown" class="dropdown-content"> | |
| <input type="text" placeholder="Search.." id="myInput" onkeyup="filterFunction()"> | |
| <ul id="filterResults"></ul> | |
| </div> | |
| </div> | |
| <form onsubmit="submitForm(event)"> | |
| <select id="selectState" onchange="selectionChange()"> | |
| <option>All</option> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en" > | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CodePen - A Pen by Kelly Goerbig</title> | |
| </head> | |
| <body> | |
| <!-- partial:index.partial.html --> |
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html lang="en" > | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CodePen - A Pen by Kelly Goerbig</title> | |
| </head> | |
| <body> | |
| <!-- partial:index.partial.html --> |