forked from haideralipunjabi/youtuber-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
106 lines (97 loc) · 3.97 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
window['nitroAds'] = window['nitroAds'] || { createAd: function () { window.nitroAds.queue.push(["createAd", arguments]) }, queue: [] };
</script>
<script async src="https://s.nitropay.com/ads-463.js"></script>
<link rel="icon" href="mr_quackers.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Contact | Will M</title>
<link rel="stylesheet" href="//willm.xyz/assets/css/font-awesome.min.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- Bulma Version 0.6.0
<link rel='stylesheet' href='https://d33wubrfki0l68.cloudfront.net/css/a1df3e70a9c91ae88dc3ad13ead6a92709bed058/css/bulma/bulma-theme.css'/>-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.0/css/bulma.min.css"/>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/css/all.min.css'/>
<style type="text/css">
html,body {
font-family: 'Open Sans';
}
.control { border-radius: 0px !important }
.clear { background-color: #e80e07 !important }
.sub { background-color: #00d404 !important }
.is-expanded { border-radius: 0px !important }
</style>
</head>
<body>
<div class="hero-head" id="navbar-container">
</div>
<section class="section is-fullheight is-default is-bold ">
<div class="container is-fluid">
<section class="section">
<div class="container">
<h1 class="title has-text-centered">Contact Me</h1>
<p style="text-align: center">If contact forms aren't for you, feel free to contact me on any of my <a href="links.html">social media</a>.</p>
<form action="https://bruhapi.syntaxpwn.repl.co/will" method="get">
<div class="field">
<label for="name" class="label is-size-4 has-text-weight-light"></label>
<div class="control has-icons-left">
<input type="text" name="name" id="name" class="input" placeholder="Name" autofocus required maxlength="100">
<span class="icon is-left">
<i class="fa fa-user"></i>
</span>
</div>
</div>
<div class="field">
<label for="email" class="label is-size-4 has-text-weight-light"></label>
<div class="control has-icons-left">
<input type="email" name="email" id="email" class="input" placeholder="Email" required maxlength="100">
<span class="icon is-left">
<i class="fa fa-envelope"></i>
</span>
</div>
</div>
<div class="field">
<label for="message" class="label is-size-4 has-text-weight-light"></label>
<textarea name="message" id="message" rows="3" class="textarea is-medium" placeholder="Message" required maxlength="1500"></textarea>
</div><center>
<button type="reset" class="button is-size-5">Clear</button> <button type="submit" class="button is-success is-size-5">Submit</button>
</center>
</form>
</div>
</section>
</div>
</div>
<div id="nitropay"></div>
<script type="text/javascript">
window['nitroAds'].createAd('nitropay', {
"refreshLimit": 10,
"refreshTime": 90,
"renderVisibleOnly": false,
"refreshVisibleOnly": true,
"sizes": [
[
"320",
"50"
]
],
"report": {
"enabled": true,
"wording": "Report Ad",
"position": "bottom-right"
},
"mediaQuery": "(min-width: 320px) and (max-width: 767px)"
});
</script>
</section>
<div class="hero-foot" id="footer-container">
</div>
<script src="assets/js/jquery-3.2.1.min.js" charset="utf-8"></script>
<script src="assets/js/bulma.js" charset="utf-8"></script>
<script src="assets/js/main.js" charset="utf-8"></script>
<script src="assets/js/videos.js" charset="utf-8"></script>
</body>
</html>