-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregemail.html
156 lines (144 loc) · 6.13 KB
/
regemail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<title>Instant PCB Register</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<meta name="keywords" content="pcb quote, pcb quote online, instant pcb quote, pcb calculator, pcb cost calculator"/>
<meta name="description" content="The instant online pcb quote calculator helps you estimate the pricing of your standard printed circuit boards manufacturing. Quote Now!"/>
<meta http-equiv="Pragma" content="public">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="google-site-verification" content="XNE5qH9_Odx-8pk7VkeHWk62joNlbqzlBa4DzkhC1U4"/>
<link href="./css/login/regemail.css" rel="stylesheet"/>
</head>
<body>
<div class="common-header common-header-w">
<div class="header-width-1180 width-1180 clr">
<span class="title-logo fl"></span>
<div class="header-nav fl lbBox">
<a href="" class="lineBlock boxsiz active">Home</a>
<a href="" class="lineBlock boxsiz">PCB Prototype
</a>
<a href="" class="lineBlock boxsiz">PCB Assembly
</a>
<a href="" class="lineBlock boxsiz">SMT-Stencil
</a>
<a href="" class="lineBlock boxsiz">Membrane Switch
</a>
</div>
<div class="fr lbBox">
<a class="car lineBlock">
<span class="car-msg lineBlock boxsiz">1</span>
</a>
<div class="account-btn lineBlock lbBox boxsiz">
<span class="user-icon lineBlock"></span>
<span class="lineBlock account-text">Account</span>
<span class="arrow-down-icon lineBlock"></span>
<div class="drop-down-menu">
<div class="arrow-top-div">
<i class="arrow-top lineBlock"></i>
</div>
<div class="menu-div">
<h3 class="menu-title">Get started now</h3>
<a href="" class="sign-in-btn menu-btn">Sign In</a>
<a href="" class="join-free-btn menu-btn">Join Free</a>
<ul>
<li><a href="" class="active">My PCBbuy</a></li>
<li><a href="">My Orders</a></li>
<li><a href="">Shipping Address</a></li>
<li><a href="">Balance</a></li>
<li><a href="">Account Settings</a></li>
<li><a href="">My SNS Profile</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="regemail-pcb">
<div class="regemail-box">
<h3></h3>
<div class="regemail-con">
<div class="email-icon">
<i class="iconfont iconemail"></i>
</div>
<div class="email-mask">Hello, we send a verification email to your email.</div>
<div class="go-self-email">
Please log in to your email address
<a href="">[email protected]</a>
for verification
</div>
<div class="email-tips">
If you haven't received the verification email, we suggest you check it in the mail trash box, or click the button below to resend
</div>
<!--可点击状态-->
<div class="send-email">Send again after</div>
<!--读秒时 不可点击 状态-->
<!--<div class="send-email no-send">Send again after 59 s</div>-->
</div>
</div>
</div>
<div class="common-footer">
<div class="footer-top">
<div class="width-1180 clr">
<div class="footer-top-data-1 footer-top-data fl">
<h3>Products & Service</h3>
<p>PCB Capabilities</p>
<p>Aluminum PCB Service</p>
<p>PCB Assembly Service</p>
<p>SMT-Stencil</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>Quotation & Feedback</h3>
<p>Online Auto-Quotation</p>
<p>PCB Assembly Quote</p>
<p>Quote by Salesperson</p>
<p>Customer Reviews</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>Customer Support</h3>
<p>FAQ</p>
<p>Community</p>
<p>Sponsorship</p>
<p>Referral Program</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>About Us</h3>
<p>About Us</p>
<p>Why Us</p>
<p>Contact Us</p>
<p>News</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>Resource Details</h3>
<p>PCB Software</p>
<p>Units Conversion</p>
</div>
<div class="fr footer-top-right">
<div>
<span class="lineBlock va-m">
<i class="lineBlock"></i>
</span>
</div>
<p>© 2020 PCBbuy. All rights reserved</p>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="width-1180 clr">
<div class="fl">
Certification:
<img src="./images/home/bottom-1-icon.png" alt="" class="va-m">
</div>
<div class="fr">
Our Preferred Partners:
<img src="./images/home/bottom-2-icon.png" alt="" class="va-m">
</div>
</div>
</div>
</div>
<script src="./js/jquery.js" type="text/javascript"></script>
</body>
</html>