forked from sid-iitk/ACA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact me.html
231 lines (198 loc) · 5.62 KB
/
contact me.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html>
<head>
<style>
#Prev{
align-items: center;
appearance: none;
background-clip: padding-box;
background-color: initial;
background-image: none;
border-style: none;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
flex-direction: row;
flex-shrink: 0;
font-family: Eina01,sans-serif;
font-size: 16px;
font-weight: 800;
justify-content: center;
line-height: 24px;
margin: 0;
min-height: 64px;
outline: none;
overflow: visible;
padding: 19px 26px;
pointer-events: auto;
position: relative;
text-align: center;
text-decoration: none;
text-transform: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
width: auto;
word-break: keep-all;
z-index: 0;
}
@media (min-width: 768px) {
#Prev {
padding: 19px 32px;
}
}
#Prev:before,
#Prev:after {
border-radius: 80px;
}
#Prev:before {
background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
content: "";
display: block;
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: -2;
}
#Prev:after {
background-color: initial;
background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
bottom: 4px;
content: "";
display: block;
left: 4px;
overflow: hidden;
position: absolute;
right: 4px;
top: 4px;
transition: all 100ms ease-out;
z-index: -1;
}
#Prev:hover:not(:disabled):before {
background: linear-gradient(92.83deg, rgb(255, 116, 38) 0%, rgb(249, 58, 19) 100%);
}
#Prev:hover:not(:disabled):after {
bottom: 0;
left: 0;
right: 0;
top: 0;
transition-timing-function: ease-in;
opacity: 0;
}
#Prev:active:not(:disabled) {
color: #ccc;
}
#Prev:active:not(:disabled):before {
background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
}
#Prev:active:not(:disabled):after {
background-image: linear-gradient(#541a0f 0, #0c0d0d 100%);
bottom: 4px;
left: 4px;
right: 4px;
top: 4px;
}
#Prev:disabled {
cursor: default;
opacity: .24;
}
#submit {
background-color: #c2fbd7;
border-radius: 100px;
box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
color: green;
cursor: pointer;
display: inline-block;
font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
padding: 7px 20px;
text-align: center;
text-decoration: none;
transition: all 250ms;
border: 0;
font-size: 16px;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
#submit:hover {
box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
transform: scale(1.05) rotate(-1deg);
}
.Nav {
float: left;
}
.Nav a {
display: block;
color: white;
text-align: center;
padding: 20px 40px;
text-decoration: none;
}
.Nav a:hover {
background-color: #e00fc4;
}
.active {
background-color: #724caf;
}
body {
background-image: url("background img 3.jpg");
background-size: 130%;
}
#Intro {
color: rgb(216, 144, 19);
text-align: center;
font-weight: bold;
font-size: 50px;
font-family: Arial, Helvetica, sans-serif;
}
.input {
text-align: center;
font-weight: bold;
font-size: 22px;
color: black;
}
#remarks {
font-size: 20px;
}
#hi {
font-size: 30px;
color: #04AA6D;
}
.Prev {
text-align: center;
}
</style>
</head>
<body>
<div class="Nav">
<a href="home.html">Home</a>
<a class="active">Contact Me</a>
<br><br>
<p id="Intro">Hi, This page is created in case you want to contact me personally</p>
<form action="https://formsubmit.co/[email protected]" method="POST" class="input">
<p>Choose the way you would like to communicate :</p>
<input type="radio" id="Phone Number" name="moc" value="Phone Number">
<label for="phone number">Email </label><br>
<input type="radio" id="Email" name="moc" value="Email">
<label for="Email">Phone Number</label><br>
<p>Kindly fill your details if you would like to communicate :</p>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname"><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname"><br>
<label for="Number">Phone Number:</label><br>
<input type="text" id="Number" name="Number"><br>
<label for="Email">Email:</label><br>
<input type="Email" id="fname" name="Email"><br>
<br><br><br>
<button type="submit" id="submit">Submit</button>
</form>
<br><br>
<div class="Prev" role="button"><a href="home.html"><button id="Prev">Prev</button></a></div>
</body>
</html>