Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added img/Apps-Google-Chrome-App-List-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/Carbon-neutral.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/account-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 52 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,57 @@
<title>BroCode</title>
</head>
<body>
<!---start your code here -->
<header>
<a href="#" class="button-solid">Gmail</a>
<a href="#" class="button-solid">Images</a>
<a href="#" class="button-solid"><img src="C:\Users\Oweh Israel\Documents\GitHub\BroCode\img\Apps-Google-Chrome-App-List-icon.png" width="20" height="20"> </a>
<a href="#" class="button-solid"><img src="C:\Users\Oweh Israel\Documents\GitHub\BroCode\img\account-logo.png" width="20" height="20"> </a>
</header>

<h1>
<img src="C:\Users\Oweh Israel\Documents\GitHub\BroCode\img\googlelogo_color_272x92dp.png">
</h1>

<div>
<input type="text" placeholder="Search..">
</div>

<div>
<button class="btn Google Search">Google Search</button>
<button class="btn I'm Feeling Lucky">I'm Feeling Lucky</button>
</div>

<h5>
Google offered in: <a href="#" class="button-solid">Hausa</a>
<a href="#" class="button-solid">Igbo</a>
<a href="#" class="button-solid">Ede Yoruba</a>
<a href="#" class="button-solid">Nigerian Pidgin</a>
</h5>

<div>
<h4>
Nigeria
</h4>
</div>

<div>
<h4>
<a href="#" class="button-solid"><img src="C:\Users\Oweh Israel\Documents\GitHub\BroCode\img\Carbon-neutral.png" width="20" height="10" </a>
<a href="#" class="button-solid">Carbo neutral since 2007</a>
</h4>
</div>

<div>
<h4>
<a href="#" class="button-solid">About</a>
<a href="#" class="button-solid">Advertising</a>
<a href="#" class="button-solid">Business</a>
<a href="#" class="button-solid">How Search works</a>
<a href="#" class="button-solid">Privacy</a>
<a href="#" class="button-solid">Terms</a>
<a href="#" class="button-solid">Settings</a>
</h4>
</div>

</body>
</html>