-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (38 loc) · 2.07 KB
/
index.html
File metadata and controls
48 lines (38 loc) · 2.07 KB
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"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<link rel="stylesheet" href="Task-2.1.css">
<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@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,700&display=swap" rel="stylesheet">
<title> Task-2.1 || Intro Component With SignUp-Form || SagarDNG </title>
</head>
<body>
<h2>Learn to code by <br> watching others</h2>
<main>See how experienced developers solve problems in real-time.<br>
Watching scripted tutorials is great,
but understanding how <br>
developers think is invaluable. </main>
<div> <span style="font-weight: 700;font-size: 18px">Try it free 7 days </span>then $20/mo. thereafter
</div>
<form id="signup" method="post">
<input type="text" id="fname" name="fname" placeholder="First Name"> <br><br>
<input type="text" id="lname" name="lname" placeholder="Last Name"> <br><br>
<input type="email" id="name" name="emaiil" placeholder="Email Address"> <br><br>
<input type="password" id="name" name="password" placeholder="Password"> <br><br>
<button> <a style="color: white" href="https://sagardng.github.io/SignUp-Form/"> CLAIM YOUR FREE TRAIL </a> </button>
<span1>By clicking the button, you are agreeing to our <a href="https://www.iubenda.com/terms-and-conditions/68783624">
Terms and Services</a> </span1>
</form>
<footer>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="https://sagardng123.wixsite.com/SagarDNG">Sagar D N G</a>.
</p>
</footer>
</body>
</html>