-
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
1 parent
16a5c1b
commit 59c35f7
Showing
5 changed files
with
159 additions
and
0 deletions.
There are no files selected for viewing
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,4 @@ | ||
{ | ||
"scripts": [], | ||
"styles": [] | ||
} |
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,112 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Buy Macbook 2018!</title> | ||
</head> | ||
<body> | ||
<div id="apple-logo"> | ||
<img width="100" height="100" src="https://img.icons8.com/ios-filled/150/mac-os.png" alt="mac-os"/> | ||
<form action="./submitted.html" method="post"> | ||
<h5>Apple cares about you.</h5> | ||
<p>We bring this <b>new product</b> just for you, cause | ||
<i>we care</i>. | ||
</p> | ||
</div> | ||
<div id="login"> | ||
<h4>Login</h4> | ||
<label for="em">Email:</label> | ||
<input type="text" id="em" name="em-pass" placeholder="example_123@apple.com"><br /><br /> | ||
<label for="pass" id="pass">Password:</label> | ||
<input type="text" id="pass" name="em-pass" placeholder="***********"> | ||
<br /> <br /> <br /> | ||
</div> | ||
<div id="image"> | ||
<img src="./macbook-2018.jpg" alt="Macbook Air 2018" width="355"> | ||
</div> | ||
<div id="description"> | ||
<br /> <h1>New MacBook Air 2018</h1> | ||
Estas son las <i>Caracteristicas</i> del nuevo <b>MacBook Air 2018</b> mas destacadas:<br /> | ||
<ul> | ||
<li>13,3 pulgadas de pantalla;</li><br/> | ||
<li>Pantalla retina con 4 millones de pixeles y 48% mas de color;</li><br /> | ||
<li>Camara frontal, Facetima HD;</li><br /> | ||
<li>Chip Apple T2;</li><br /> | ||
<li>CPU Intel Core i5 8va Generacion;</li><br /> | ||
</ul> | ||
</div> | ||
<h1>Buy yours now!</h1> | ||
<div id="model"> | ||
<label for="models"><b>What type of MacBook Air 2018 do you want?</b></label> | ||
<br /> | ||
<br /> | ||
<select id="models" name="models"> | ||
<option value="macbook1">MacBook Air Pro Max 22.5"</option> | ||
<option value="macbook2">MacBook Air 15.5"</option> | ||
<option value="macbook3">MacBook Air Pro 20"</option> | ||
<option value="macbook4">MacBook Air 13.3"</option> | ||
</select> | ||
</div> | ||
<br /> | ||
<br /> | ||
<div id="color-selection"> | ||
<label for="color"><b>Choose your favorite color!</b></label> | ||
<br /> | ||
<input type="text" list="colors" id="color" name="color"> | ||
<datalist id="colors"> | ||
<option value="Gold Pink"></option> | ||
<option value="Silver"></option> | ||
<option value="Black"></option> | ||
<option value="Black Silver"></option> | ||
<option value="Aqua"></option> | ||
</datalist> | ||
</div> | ||
<br /> | ||
<div id="products"> | ||
<label for="products"><b>How manys do you want?</b></label> | ||
<br /> | ||
<br /> | ||
<input type="number" id="products" name="products"> | ||
</div> | ||
<br /> | ||
<div id="accesories"> | ||
<h4>Do you like to add some accesories to?</h4> | ||
<label for="pink-case">Pink Case</label> | ||
<input type="checkbox" id="pink-case" name="accesories" value="pink-case"> | ||
<label for="stickers">Apple Stickers</label> | ||
<input type="checkbox" id="stickers" name="accesories" value="stickers"> | ||
</div> | ||
<br /> | ||
<br /> | ||
<div id="addresses"> | ||
<label for="address"><b>Give us your address for delivery right up to you!</b></label> | ||
<br /> | ||
<br /> | ||
<textarea id="address" name="address" rows="4" cols="30" placeholder="Ave. 123th 4567-890 Marx-Anthon..."></textarea> | ||
</div> | ||
<br /> | ||
<br /> | ||
<div id="contract"> | ||
<span><b>Do you accept</b> <a href="./terms-and-conditions.html" target="_blank">Terms and Conditions</a> | ||
<b>to buy this product?</b></span> | ||
<br /> | ||
<br /> | ||
<label for="yes">Yes</label> | ||
<input type="radio" id="yes" name="contract" value="yes"> | ||
<label for="no">No</label> | ||
<input type="radio" id="no" name="contract" value="no"> | ||
</div> | ||
<br /> | ||
<div id="footer"> | ||
<label for="rating"><b>How much do you like and will recommend this company?</b></label><br /> | ||
<span>I don't like it</span> | ||
<input type="range" id="rating" name="rating" min="0" max="10" step="1"> | ||
<span>I love it!</span> | ||
</div> | ||
<br /> | ||
<br /> | ||
<div id="submission"> | ||
<input type="submit" value="Buy Now!"> | ||
</form> | ||
</div> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Submitted</title> | ||
</head> | ||
<body> | ||
<div id="subm"> | ||
<form action="./index.html" method="get"> | ||
<h1>Hi</h1> | ||
</form> | ||
</div> | ||
<div id="salut"> | ||
<h1>Hi</h1> | ||
</div> | ||
</body> | ||
</html> |
27 changes: 27 additions & 0 deletions
27
buy-macbook-air-2018-landing-page/terms-and-conditions.html
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,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Terms and Conditions</title> | ||
</head> | ||
<body> | ||
<h1>Terms and Conditions</h1> | ||
<p> | ||
* Monthly pricing is available when you select Apple Card Monthly Installments (ACMI) as payment type at checkout at Apple, and is subject to credit approval and credit limit. Financing terms vary by product. Taxes and shipping are not included in ACMI and are subject to your card’s variable APR. See the Apple Card Customer Agreement(Opens in a new window) for more information. ACMI is not available for purchases made online at special storefronts. The last month’s payment for each product will be the product's purchase price, less all other payments at the monthly payment amount. ACMI financing is subject to change at any time for any reason, including but not limited to, installment term lengths and eligible products. See https://support.apple.com/kb/HT211204(Opens in a new window) for information about upcoming changes to ACMI financing. | ||
|
||
◊ Apple Card Monthly Installments (ACMI) is a 0% APR payment option that is only available if you select it at checkout in the U.S. for eligible Apple products purchased at Apple Store locations, apple.com, the Apple Store app, or by calling 1-800-MY-APPLE, and is subject to credit approval and credit limit. See https://support.apple.com/kb/HT211204 for more information about eligible products. APR ranges may vary based on when you accepted an Apple Card. Cardholders who accept an Apple Card on and/or after August 10, 2023: variable APRs for Apple Card, other than ACMI, range from 19.24% to 29.49% based on creditworthiness. Rates as of August 10, 2023. Existing cardholders: see your Customer Agreement for applicable rates and fee. If you buy an ACMI eligible product by choosing to pay in full with Apple Card (instead of using ACMI), that purchase is subject to the Apple Card variable APR, not 0% APR. Taxes and shipping on ACMI purchases are subject to the variable APR, not 0% APR. You’ll need to select AT&T, T-Mobile, or Verizon as your carrier when you check out. An iPhone purchased with ACMI is always unlocked, so you can switch carriers at any time. ACMI is not available for purchases made online at the following special stores: Apple Employee Purchase Plan; participating corporate Employee Purchase Programs; Apple at Work for small businesses; Government, and Veterans and Military Purchase Programs, or on refurbished devices. The last month’s payment for each product will be the product's purchase price, less all other payments at the monthly payment amount. ACMI financing is subject to change at any time for any reason, including but not limited to, installment term lengths and eligible products. See https://support.apple.com/kb/HT211204 for information about upcoming changes to ACMI financing. See the Apple Card Customer Agreement for more information about ACMI financing. | ||
|
||
To access and use all Apple Card features and products available only to Apple Card users, you must add Apple Card to Wallet on an iPhone or iPad that supports and has the latest version of iOS or iPadOS. Apple Card is subject to credit approval, available only for qualifying applicants in the United States, and issued by Goldman Sachs Bank USA, Salt Lake City Branch. | ||
|
||
If you reside in the U.S. territories, please call Goldman Sachs at 877-255-5923 with questions about Apple Card. | ||
|
||
◊◊ Trade-in values will vary based on the condition, year, and configuration of your eligible trade-in device. Not all devices are eligible for credit. You must be at least 18 years old to be eligible to trade in for credit or for an Apple Gift Card. Trade-in value may be applied toward qualifying new device purchase, or added to an Apple Gift Card. Actual value awarded is based on receipt of a qualifying device matching the description provided when estimate was made. Sales tax may be assessed on full value of a new device purchase. In-store trade-in requires presentation of a valid photo ID (local law may require saving this information). Offer may not be available in all stores, and may vary between in-store and online trade-in. Some stores may have additional requirements. Apple or its trade-in partners reserve the right to refuse or limit quantity of any trade-in transaction for any reason. More details are available from Apple’s trade-in partner for trade-in and recycling of eligible devices. Restrictions and limitations may apply. | ||
|
||
1GB = 1 billion bytes and 1TB = 1 trillion bytes; actual formatted capacity less. | ||
Testing conducted by Apple in May 2022 using preproduction MacBook Air systems with Apple M2, 8-core CPU, 10-core GPU, and 24GB of RAM. Final Cut Pro 10.6.2 tested using a 1-minute picture-in-picture project with 4 streams of Apple ProRes 422 video at 8192x4320 resolution and 30 frames per second, as well as a 1-minute picture-in-picture project with 20 streams of Apple ProRes 422 video at 3840x2160 resolution and 29.97 frames per second. Performance tests are conducted using specific computer systems and reflect the approximate performance of MacBook Air. | ||
The displays on the 13-inch MacBook Air (M2) and 15-inch MacBook Air have rounded corners at the top. When measured as a standard rectangular shape, the screens are 13.6 inches and 15.3 inches diagonally (actual viewable area is less). | ||
Testing conducted by Apple in April and May 2023 using production 13-inch MacBook Air systems and preproduction 15-inch MacBook Air systems all with Apple M2, 8-core CPU, 10-core GPU, 24GB of RAM, and 2TB SSD, as well as production 1.2GHz quad-core Intel Core i7-based MacBook Air systems with Intel Iris Plus Graphics, 16GB of RAM, and 2TB SSD. Final Cut Pro 10.6.6 tested using a complex 2-minute project with 4K ProRes 422 media. Performance tests are conducted using specific computer systems and reflect the approximate performance of MacBook Air. | ||
◊◊◊ Qualified Purchasers receive an Apple Gift Card when they purchase an eligible Mac or iPad at a Qualifying Location. Only one Promotion Product per eligible Mac or eligible iPad per Qualified Purchaser. Offer subject to availability. While supplies last. View full terms and conditions of offer here. | ||
We approximate your location from your internet IP address by matching it to a geographic region or from the location entered during your previous visit to Apple. | ||
</p> | ||
</body> | ||
</html> |