-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
140 lines (137 loc) · 6.19 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Contact Info | Game of Bros</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="is-preload" style="background: #000">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<img src="images/logo.png" class="logo_img"></img>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="rules.html">Rules & Regulations</a></li>
<li><a href="reg.html">Regestration</a></li>
<!-- <li><a href="posts.html">Blog</a></li> -->
<li class="contact_l"><a href="contact.html">Contact</a></li>
</ul>
<ul class="icons">
<li><a href="https://github.com/dankgoblins/pubgm" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="facebook.com/iamprincemukherjee" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main" class="contacts">
<!-- Post -->
<section class="post">
<header class="major">
<h1>Contact Information</h1>
</header>
<!-- Text stuff -->
<hr>
<div class="container">
<p><b>Game of bros stands for all the gamers who have and are playing the games just for the fun and the friendship the gaming community stands for.</b></p>
<p>It's not easy to host tournaments in a country like ours where people barely want to spend money on games, moreover underestimate the gamers community. Against all the odds here we are presenting the stage to all the gamers to come and play fair to earn what they deserve.</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="contacts-section">
<section>
<form method="post" action="#">
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
</div>
<ul class="actions">
<li>
<input type="submit" value="Send Message" />
</li>
</ul>
</form>
</section>
<section class="split contact">
<section>
<h3>For quick response</h3>
<p>
<a href="https://goo.gl/forms/d6z6uoMCGyDZHe7M2" class="button primary">Click here</a>
</p>
</section>
<section>
<h3>Email</h3>
<p>
<a href="mailto:gameofbros15@gmail.com">gameofbros15@gmail.com</a>
</p>
</section>
<section>
<h3>Social</h3>
<ul class="icons alt">
<li>
<a href="https://github.com/dankgoblins/pubgm" class="icon fa-github">
<span class="label">GitHub</span>
</a>
</li>
<li>
<a href="facebook.com/iamprincemukherjee" class="icon fa-facebook">
<span class="label">Facebook</span>
</a>
</li>
</ul>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul>
<li>© Game of Bros</li>
<li>Design:
<a href="https://surajmandalcell.github.io">Suraj Mandal</a>
</li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {},
Tawk_LoadStart = new Date();
(function() {
var s1 = document.createElement("script"),
s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/5b5d1864df040c3e9e0c0e56/default';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>