| Server IP : 138.197.162.186 / Your IP : 216.73.216.17 Web Server : nginx/1.24.0 System : Linux ubuntu-s-1vcpu-512mb-10gb-tor1 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/yogaensalada-site-backup/assign3/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Model View</title>
<!--Google Fonts-->
<!--Stylesheets-->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/form.css">
</head>
<body>
<div class="popup">
<button id="close">Close</button>
<div class="flex-formfull-container">
<div class="col-one">
<div class="store-online">
<section >
<h1>30% OFF IN-STORE AND
ONLINE—YOU'VE EARNED IT*</h1>
<p>You'll officially be in the loop for NEW arrivals, BIG
deals, EXCLUSIVE sales AND MORE.</p>
</section>
</div>
<div class="form">
<!--- form-->
<form action="#" method="post">
<div class="flex-form-container">
<input type="text" id="email" name="email" placeholder="Enter Your Email Address Here " required>
<input type="text" id="name" name="name" placeholder="Enter Your Name Here" required>
<input type="text" id="town" name="town" placeholder="Enter your Town/city Here" required>
<div class="btn-get-off">
<button type="submit"> GET 30% OFF</button>
</div>
</div>
</form>
</div>
<div class="yes">
<p>Yes! I would like to receive style news and exclusive offers from VAN Inc.
and related companies and brands including VAN (Canada) Inc. and New
Ocean (Canada) Inc. and Orange State. You can withdraw consent at
any time.</p>
</div>
<div class="offer-valid">
<!---offer valid-->
<section>
<h3>*OFFER VALID FOR NEW SUBSCRIBERS ONLY</h3>
<ul>
<li> <a href="#">Privacy Policy </a></li>
<li><a href="#">See Offer Details</a> </li>
</ul>
</section>
</div>
</div>
<div class="col-two flex-images-container">
<img src="img/woman-with-sweater.webp" alt="woman with sweater">
<img src="img/woman-with-sunglasses.webp" alt="woman with sungaless">
<img src="img/women-with-boa.webp" alt="woman with boa">
</div>
</div>
</div>
<!--Script-->
<script src="js/pop-up.js"></script>
</body>
</html>