forked from mate-academy/layout_moyo-header
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alina Yamchuk
committed
Nov 26, 2023
0 parents
commit 08752f1
Showing
15 changed files
with
750 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>Moyo header</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"><link rel="stylesheet" href="index.e67d7e08.css"></head><body> <header class="header"> <a href="#" class="logo"> <img src="logo.eddae0ff.png" alt="Moyo logo" class="logo__image"> </a> <nav class="nav"> <ul class="nav__list"> <li class="nav__item"> <a href="#" class="is-active nav__link">Apple</a> </li> <li class="nav__item"> <a href="#" class="nav__link">Samsung</a> </li> <li class="nav__item"> <a href="#" class="nav__link">Smartphones</a> </li> <li class="nav__item"> <a href="#" class="active nav__link" data-qa="hover"> Laptops & computers </a> </li> <li class="nav__item"> <a href="#" class="nav__link">Gadgets</a> </li> <li class="nav__item"> <a href="#" class="nav__link">Tablets</a> </li> <li class="nav__item"> <a href="#" class="nav__link">Photo</a> </li> <li class="nav__item"> <a href="#" class="nav__link">Video</a> </li> </ul> </nav> </header> </body></html> |
Oops, something went wrong.