-
Notifications
You must be signed in to change notification settings - Fork 1
/
Index.html
193 lines (183 loc) · 6.11 KB
/
Index.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Multiform Website</title>
<link rel="stylesheet" href="./Styles/Index.css" />
<link
rel="shortcut icon"
href="./Assets/images/favicon-32x32.png"
type="image/x-icon"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<script src="./Javascript/Index.js"></script>
</head>
<body class="Body">
<div class="Box">
<div class="Count">
<div class="Section">
<div class="No No-1" onclick="Random(1)">1</div>
<div class="Info">
<p>Step 1</p>
<h5>Your Info</h5>
</div>
</div>
<div class="Section">
<div class="No No-2" onclick="Random(2)">2</div>
<div class="Info">
<p>Step 2</p>
<h5>Select Plan</h5>
</div>
</div>
<div class="Section">
<div class="No No-3" onclick="Random(3)">3</div>
<div class="Info">
<p>Step 3</p>
<h5>Add-On</h5>
</div>
</div>
<div class="Section">
<div class="No No-4" onclick="Random(4)">4</div>
<div class="Info">
<p>Step 4</p>
<h5>Summary</h5>
</div>
</div>
</div>
<div class="Steps">
<div class="Step-1">
<section>
<h3>Personal Info</h3>
<p>Please Provide Your Name, Email and Phone Number</p>
</section>
<section>
<div class="Name">
<label for="">Name</label>
<input type="text" placeholder="Peter Atkonson" />
</div>
<div class="Email">
<label for="">Email</label>
<input type="email" placeholder="[email protected]" />
</div>
<div class="Phone">
<label for="">Phone</label>
<input type="tel" placeholder="+92 123456789" />
</div>
</section>
<button class="Button" onclick="Increment(1)">Next Step</button>
</div>
<div class="Step-2">
<section>
<h3>Sleect Your Plan</h3>
<p>You Have the Plan For Monthly and Yearly Billing</p>
</section>
<section>
<div class="Cards">
<div class="Arcade Arcade-1" onclick="Arcade(1)">
<div class="Icon">
<img src="./Assets/images/icon-arcade.svg" alt="" />
</div>
<div class="Proxy">
<h5>Arcade</h5>
<p>$9/mo</p>
</div>
</div>
<div class="Arcade Arcade-2" onclick="Arcade(2)">
<div class="Icon">
<img src="./Assets/images/icon-advanced.svg" alt="" />
</div>
<div class="Proxy">
<h5>Advanced</h5>
<p>$12/mo</p>
</div>
</div>
<div class="Arcade Arcade-3" onclick="Arcade(3)">
<div class="Icon">
<img src="./Assets/images/icon-pro.svg" alt="" />
</div>
<div class="Proxy">
<h5>Pro</h5>
<p>$15/mo</p>
</div>
</div>
</div>
</section>
<button class="Button" onclick="Increment(2)">Next Step</button>
</div>
<div class="Step-3">
<section>
<h3>Sleect Your Plan</h3>
<p>You Have the Plan For Monthly and Yearly Billing</p>
</section>
<section>
<div class="Brick">
<div class="Neck Neck-1" onclick="PlanSelect('Online Service' ,'Neck-1')">
<input type="checkbox" value="Online Service" />
<div>
<p class="P1">Online Service</p>
<p >Access to Multiplayer Service Games</p>
</div>
</div>
<div class="P2">+1$/mo</div>
</div>
<div class="Brick">
<div class="Neck Neck-2" onclick="PlanSelect('Larger Storage','Neck-2')">
<input type="checkbox" value="Online Service" />
<div>
<p class="P1">Larger Storage</p>
<p >Extra 1TB Cloud</p>
</div>
</div>
<div class="P2">+2$/mo</div>
</div>
<div class="Brick">
<div class="Neck Neck-3" onclick="PlanSelect('Customize Profile','Neck-3')">
<input type="checkbox" value="Online Service" />
<div>
<p class="P1">Customize Profile</p>
<p >Customize Theme on Profile</p>
</div>
</div>
<div class="P2">+2$/mo</div>
</div>
</section>
<button class="Button" onclick="Increment(3)">Next Step</button>
</div>
<div class="Step-4">
<section>
<h3>Finishing Up</h3>
<p>Double Check Eveythin Before Confirming OK !</p>
</section>
<section>
<div class="Mode">
<!-- <p>Arcade</p>
<p>$9/mo</p> -->
</div>
<div class="Services">
<!-- <div class="Service">
<p>Online Service</p>
<p>$1/mo</p>
</div>
<div class="Service">
<p>Local Storage</p>
<p>$1/mo</p>
</div> -->
</div>
<div class="Total">
<!-- <p>Total</p>
<p>$10/mo</p> -->
</div>
</section>
<button class="Button">Confirm</button>
</div>
</div>
</div>
</body>
</html>