Advertisement
atanasovetr

Nordstrom rack

Dec 15th, 2020
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Nordstromrack</title>
  6.     <link rel="icon" href="images/favicon.ico" type="image/x-icon">
  7. </head>
  8. <body>
  9.     <div style="background-color: #990000">
  10.         <a href="index.html"><img src="images/logo.svg" style="height: 50px; width: auto;"></a>
  11.     </div>
  12.     <div>
  13.         <h1 style="text-align: center;">Nordstrom Rack</h1>
  14.         <p>Nordstrom Rack is a fashion retailer based in the United States which is owned by Nordstrom and has both
  15.         brick and mortar stores and an E-commerce website. Nordstrom Rack offers branded clothing and
  16.         accessories for women, men, and kids at a large discount to consumers across the United States.
  17.         Nordstrom Rack has over 113 brick and mortar stores.</p>
  18.         <img src="https://n.nordstrommedia.com/id/2d850155-50d7-4926-b58e-1a68b4b6a7cc.gif?w=787&amp;h=506" title="Nordstrom" style="float: left; margin: 20px 20px 0 0"; width="50%"; height="50%">
  19.        
  20.  
  21.         <h2>Fashion access, exclusive services, amazing experiences.</h2>
  22.         <p>Get more of the rewards you love—just for shopping at Nordstrom and Nordstrom Rack.</p>
  23.  
  24.         <h2>Earn Status Based on Spend</h2>
  25.         <p>Reach a new status and enjoy even more benefits, like Priority Access to Style Events.</p>
  26.          
  27.         <h2>Earn 1 Point per Dollar</h2>
  28.         <p>Earn points toward Nordstrom Notes every time you shop at Nordstrom or Nordstrom Rack stores in
  29.         Canada.</p>
  30.  
  31.         <h2> Exclusive Access</h2>
  32.         <p>Enjoy perks like Access to Beauty &amp; Style Workshops, First to Shop Select Brands and more.</p>
  33.  
  34.         <a href="index.html"><p>Back</p></a>
  35.  
  36.         <img src="images/nordstrom-rack-image.jpeg" style="width: 100%;">
  37.     </div>
  38.     <div style="background-color: #ccc; text-align: center; padding: 8px">
  39.     &copy;2020 Nordstrom, Inc.</div>
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement