Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apple website #769

Merged
merged 1 commit into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions bag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 129 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!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>Apple</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<nav class="nav">
<ul class="nav-list nav-list-mobile">
<li class="nav-item">
<div class="mobile-menu">
<span class="line line-top"></span>
<span class="line line-bottom"></span>
</div>
</li>
<li class="nav-item">
<a href="index.html" class="nav-link nav-link-apple"></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link nav-link-bag"></a>
</li>
</ul>
<!-- /.nav-list nav-list mobile -->
<ul class="nav-list nav-list larger">

<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">Mac</a>
</li>
<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">iPad</a>
</li>
<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">iPhone</a>
</li>
<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">Watch</a>
</li>
<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">TV</a>
</li>
<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">Music</a>
</li>
<li class="nav-item nav-item-hidden ">
<a href="#" class="nav-link">Support</a>
</li>

<li class="nav-item">
<a href="#" class="nav-link "></a>
</li>
<li class="nav-item">
<a href="#" class="nav-link nav-link-search"></a>
</li>
<li class="nav-item nav-item-hidden">
<a href="#" class="nav-link nav-link-bag"></a>
</li>
</ul>
<!-- /.nav-list nav-list larger -->
</nav>
</div>
</header>
<section class="hero iphone-11-pro">
<div class="container">
<div class="title">
<h2 class="title-heading">iPhone 11 Pro</h2>
<h3 class="title-sub-heading">Pro camera. Pro display. Pro performance</h3>
<p class="title-price">From $24.95/mo. or $599 with trade-in*</p>
</div>
<div class="cta">
<a href="#" class="cta-link">Learn more</a>
<a href="#" class="cta-link">Buy</a>
</div>
</div>

</section>
<section class="hero iphone-11">
<div class="container">
<div class="title title-dark">
<h2 class="title-heading">iPhone 11</h2>
<h3 class="title-sub-heading">Just the right amount of everything.</h3>
<p class="title-price">From $16.62/mo. or $399 with trade-in*</p>
</div>
<div class="cta">
<a href="#" class="cta-link cta-link-darker">Learn more</a>
<a href="#" class="cta-link cta-link-darker">Buy</a>
</div>
</div>

</section>

<section class="hero watch">
<div class="container">
<div class="title title-dark">
<h2 class="title-heading-watch"></h2>
<h3 class="title-sub-heading">With the new always On-Retina display. <br>
You never seen a watch like this</h3>
</div>
<div class="cta">
<a href="#" class="cta-link cta-link-darker">Learn more</a>
<a href="#" class="cta-link cta-link-darker">Buy</a>
</div>
</div>

</section>
















<script src="main.js"></script>
</body>
</html>
Binary file added iphone_11_large.jpg
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 iphone_11_medium.jpg
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 iphone_11_pro_large.jpg
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 iphone_11_pro_medium.jpg
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 iphone_11_pro_small.jpg
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 iphone_11_small.jpg
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 logo_watch_large.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 logo_watch_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
const selectElement = (element) => document.querySelector(element);
selectElement('.mobile-menu'). addEventListener('click',()=>{
selectElement('header').classList.toggle('active')
});
1 change: 1 addition & 0 deletions search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading