Search/client/index.html
The Coding Sloth 7771dffa6e first commit
2024-11-07 17:30:24 -05:00

77 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>am real programmer</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="top-section">
<div class="left-side">
<a href="https://about.google/">About</a>
<a href="https://store.google.com/">Store</a>
</div>
<div class="right-side">
<a href="https://gmail.com/">Gmail</a>
<a href="https://images.google.com/">Images</a>
<img
class="app-icon"
src="https://cdn3.iconfinder.com/data/icons/feather-5/24/more-vertical-512.png"
/>
<img
class="profile-pic"
src="https://i.pinimg.com/1200x/b9/c4/7e/b9c47ef70bff06613d397abfce02c6e7.jpg"
/>
</div>
</div>
<div class="middle-section">
<a href="index.html">
<img class="search-logo-home" src="images/sloth_search.png" />
</a>
<form
class="search-form"
id="search-form"
action="search.html"
method="get"
autocomplete="off"
>
<div class="search-form-input">
<img
class="search-icon-home"
src="https://cdn-icons-png.flaticon.com/512/3031/3031293.png"
/>
<input type="text" name="search" id="search-input" />
<img class="mic" src="./images/google_mic.svg" />
<img class="camera" src="./images/google_camera.svg" />
</div>
<div class="buttons">
<button type="submit" type="submit" id="search-button">
Sloth Search
</button>
<button type="submit">I'm Feeling unlucky</button>
</div>
</form>
</div>
<div class="bottom-section">
<div class="bottom-left">
<a href="https://ads.google.com/">Advertising</a>
<a href="https://smallbusiness.withgoogle.com/#!/">Business</a>
<a href="https://www.google.com/search/howsearchworks/?fg=1"
>How Search works</a
>
</div>
<div class="bottom-middle">
<a href="https://sustainability.google/carbon-free/#home"
>Carbon Neutral since 2007</a
>
</div>
<div class="bottom-right">
<a href="https://policies.google.com/privacy?hl=en&fg=1">Privacy</a>
<a href="https://policies.google.com/terms?hl=en&fg=1">Terms</a>
<a href="https://www.google.com/settings">Settings</a>
</div>
</div>
</body>
</html>