-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div id="left-panel">
<div id="angel-logo"></div>
<div id="brokerage"></div>
<div id="text">
<p id="text1">Start trading in one hour</p>
<br>
<pre class="text2">Trade hassle-free in Stocks, Futures & Options and</pre>
<pre class="text2">Currencies of NSE, BSE & MCX</pre>
</div>
</div>
<div id="middle-panel">
</div>
<div id="right-panel">
<p id="login-register">Login / Register</p>
<div id="radio-button">
<input checked type="radio" class="radio-button btn1" id="number-login-button" name="aa" value="radio1">
<label class="button" id="button1" for="radio1"> Login / Register with Phone Number</label>
<input type="radio" class="radio-button btn2" id="client-login-button" name="aa" value="radio2">
<label class="button" id="button2" for="radio2"> Login with Client ID</label>
</div>
<div id="input-box" class="b">
<div id="phone-icon">
<i class="fa-solid fa-phone"></i>
<i class="fa-solid fa-user hide"></i>
</div>
<input placeholder="Enter Your Mobile Number Here" type="text" id="enter-number" maxlength="10">
</div>
<button id="proceed-button" type="submit">Proceed</button>
<div id="right-panel-bottom">
<p id="bottom1">Don't have an account?</p>
<a href="./register-now.html" id="register-link">Register Now</a>
</div>
</div>
<script src="script.js"></script>
</body>
</html>