You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

118 lines
3.7 KiB

<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Well Subscribe form Responsive Widget Template : W3layouts</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<meta
name="keywords"
content="Well Subscribe form Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design"
/>
<!-- //Meta tag Keywords -->
<link
href="//fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<!--/Style-CSS -->
<link rel="stylesheet" href="/public/login/css/style.css" type="text/css" media="all" />
<!--//Style-CSS -->
<script
src="https://kit.fontawesome.com/af562a2a63.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- form section start -->
<section class="w3l-mockup-form">
<h1>天蚕 / 地缺</h1>
<div class="container">
<!-- /form -->
<div class="workinghny-form-grid">
<div class="main-mockup">
<div class="alert-close">
<span class="fa fa-close"></span>
</div>
<div class="w3l_form align-self">
<div class="left_grid_info">
<img src="/public/login/images/image.svg" alt="" />
</div>
</div>
<div class="content-wthree">
<h2>现在开始注册</h2>
<p>
lets keep in touch! Please subscribe to our newsletter and stay
updated
</p>
<form action="#" method="post">
<input
type="text"
class="text"
name="text"
placeholder="Enter Your Name"
required=""
/>
<input
type="email"
class="email"
name="email"
placeholder="Enter Your Email"
required=""
/>
<button class="btn" type="submit">Subscribe</button>
</form>
<div class="social-icons w3layouts">
<ul>
<li>
<a href="#url" class="facebook"
><span class="fab fa-facebook"></span>
</a>
</li>
<li>
<a href="#url" class="twitter"
><span class="fab fa-twitter"></span>
</a>
</li>
<li>
<a href="#url" class="pinterest"
><span class="fab fa-pinterest"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- //form -->
</div>
<!-- copyright-->
<div class="copyright text-center">
<p class="copy-footer-29">
© 2020 Well Subscribe form. All rights reserved | Design by
<a href="https://w3layouts.com">W3layouts</a>
</p>
</div>
<!-- //copyright-->
</section>
<!-- //form section start -->
<script src="/public/login/js/jquery.min.js"></script>
<script>
$(document).ready(function (c) {
$(".alert-close").on("click", function (c) {
$(".main-mockup").fadeOut("slow", function (c) {
$(".main-mockup").remove();
});
});
});
</script>
</body>
</html>