-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact_mys.html
105 lines (97 loc) · 4.81 KB
/
contact_mys.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="icon" type="image/jpg" href="imgs/www.png">
<link rel="stylesheet" href="css/form_style.css">
<link rel="stylesheet" href="css/style.css">
<title>Contact us</title>
</head>
<body class="curve1" style="padding:1rem">
<!--nav bar-->
<header>
</header>
<!--nav bar-->
<div style="text-align:center;line-height: 1.6rem;padding-top:2rem;background-color:black;border-radius: 0.3rem;">
<p style="font-size:1.2rem">Register !!</p>
<br>
<p style="padding:2rem;font-size: 1.1rem;">Escape The Site Seek the Truth.</p>
<form class="contact-form">
<a href="nft.html" target="_blank"><img src="imgs/GIF.gif" alt ="memo" style="width:14rem;height:14rem;"></a>
<br><br>
<div class="Form_hid" style="display:block;">
<div class="form">
<input type="text" id="name1" class="form__input" autocomplete="off" placeholder="Your name (grp leader)">
<label for="email" class="form__label">Name</label>
</div>
<br><br>
<div class="form">
<input type="text" id="name2" class="form__input" autocomplete="off" placeholder="Your name (2 person)">
<label for="email" class="form__label">Name</label>
</div>
<br><br>
<div class="form">
<input type="text" id="name3" class="form__input" autocomplete="off" placeholder="Your name (3 person)">
<label for="email" class="form__label">Name</label>
</div>
<br><br>
<div class="form">
<input type="text" id="name4" class="form__input" autocomplete="off" placeholder="Your name (4 person)">
<label for="email" class="form__label">Name</label>
</div>
<br><br>
<div class="form">
<input type="email" id="email" class="form__input" autocomplete="off" placeholder="xyz@email.com">
<label for="email" class="form__label">Email</label>
</div>
<br>
<div style="text-align:left;text-align:left;margin-left:11.5%;">
<p style="font-family: 'Courier New', Courier, monospace;margin: 1.4rem;">On a scale How are you excited:</p>
<input type="radio" id="min" name="fav" value="Kinda" class="radio">
<label for="html" style="font-family: 'Courier New', Courier, monospace;color: aquamarine;">Kinda</label><br>
<input type="radio" id="mid" name="fav" value="Maybe" class="radio">
<label for="css" style="font-family: 'Courier New', Courier, monospace;color: aquamarine;">Maybe-ish</label><br>
<input type="radio" id="max" name="fav" value="Yes" class="radio">
<label for="javascript" style="font-family: 'Courier New', Courier, monospace;color: aquamarine;">Yes</label>
</div>
<br>
<div class="form">
<input type="text" id="roll" class="form__input" autocomplete="off" placeholder="e.g Bsc-IT">
<label for="email" class="form__label">Department</label>
</div>
<br><br>
<div class="form">
<input type="text" id="phone" class="form__input" autocomplete="off" placeholder="e.g 1234567890 (grp leader)">
<label for="email" class="form__label">Phone</label>
</div>
<br><br>
<div class="form">
<input type="text" id="message" class="form__input" autocomplete="off" placeholder="Your message to us">
<label for="email" class="form__label">Your Review?</label>
</div>
<br>
<div style="text-align: center;">
<button class="button" type="submit" style="vertical-align:middle;width: 5em"><span style="font-family:'Press Start 2P', cursive;font-size: 0.7rem;line-height: 1.6rem;">Apply </span></button>
<!--<button type="submit">Submit</button>-->
<br>
<br>
</div>
</form>
</div>
<div class="status" style="display:none;margin:2rem;">
<p class="Name">Context</p>
<p style="font-family: 'Courier New', Courier, monospace;font-size: 1rem;">Your form was submited please do not reply again ^_^<br><span style="color:yellow">...</span></p>
<br>
<button class="cookie-btn" onclick="whats3()" style="width: 11.5rem;font-family: 'Courier New', Courier, monospace;">Join WhatsApp Group</button>
</div>
</div>
<script src="https://www.gstatic.com/firebasejs/7.17.1/firebase.js"></script>
<br>
<script src="Js/mail2_my.js"></script>
</body>
</html>