forked from ramugoud/cswebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
196 lines (191 loc) · 10.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142866892-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-142866892-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official Website of coding.Studio(); the programming forum of VBIT">
<meta name="keywords" content="Coding Club, VBIT,coding studio, coding, contact">
<link rel="shortcut icon" href="WhiteLogo.png">
<title>Contact - coding.Studio();</title>
<script src="https://kit.fontawesome.com/30baf305ad.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<style>
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-family: 'monospace';
}
::-moz-placeholder {
/* Firefox 19+ */
font-family: 'monospace';
}
:-ms-input-placeholder {
/* IE 10+ */
font-family: 'monospace';
}
:-moz-placeholder {
/* Firefox 18- */
font-family: 'monospace';
}
</style>
</head>
<body style="background-color: black;">
<nav class="navbar navbar-expand-md fixed-top navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html"
style="font-family: 'Press Start 2P';font-size:small;">coding.Studio();</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault"
aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end " id="navbarsExampleDefault">
<ul class="navbar-nav ml-auto" style="font-family: 'Press Start 2P';">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./events/editorial/index.html">Editorials</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="contact.html">Contact<span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</div>
</nav>
<section class="jumbotron text-center"
style="background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTsbzXj21vbcsDM37RVPxSr765Vqq4eafwqj-76hTiOkb-D2nIr');">
<div class="container">
<h3 class="jumbotron-heading"
style="color: white; font-family: 'Press Start 2P'; font-size: 40px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px;margin-top: 10px;">
CONTACT US</h3>
<hr>
</div>
</section>
<div class="container">
<div class="container">
<div class="row">
<div class="col">
<div class="card">
<div class="card-header text-white"
style="background-color: rgba(140,19,211,1); font-family: 'Press Start 2P';"> CONTACT US
</div>
<div class="card-body" style="font-family: monospace;">
<form id="mainform" method="POST" action="contactus.php">
<div class="form-group">
<label for="name">Name</label>
<input type="text" name="name" class="form-control" id="name"
aria-describedby="emailHelp" placeholder="Enter your name" required>
</div>
<div class="form-group">
<label for="email">Email address</label>
<input type="email" name="email" class="form-control" id="email"
aria-describedby="emailHelp" placeholder="Enter your email address" required>
<small id="emailHelp" class="form-text text-muted">We'll never share your email with
anyone else.</small>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea class="form-control" name="message" id="message" rows="6"
required></textarea>
</div>
<div class="mx-auto">
<button type="submit" class="btn btn-primary text-right"
style="background-color: rgba(140,19,211,1)">Submit</button></div>
</form>
</div>
</div>
</div>
<div class="col-12 col-sm-4">
<div class="card bg-light mb-3">
<div class="card-header text-white text-uppercase"
style="background-color: rgba(140,19,211,1); font-family: 'Press Start 2P';">Get in Touch
</div>
<div class="card-body">
<p><i class="fa fa-map-marker fa-2x" aria-hidden="true"></i> <b>Vignana Bharathi Institute
of Technology, Ghatkesar, Hyderabad.</b></p>
<p><i class="fa fa-envelope fa-2x" aria-hidden="true"></i>
<b><a href="/cdn-cgi/l/email-protection" class="__cf_email__"
data-cfemail="eb8e938e889e9f829d8e98ab88848f82858c989f9e8f8284c588879e89">[email protected]</a></b>
</p>
<p><i class="fa fa-phone fa-2x" aria-hidden="true"></i> <b>+91 9010342360</b></p>
<a href="https://www.instagram.com/coding.studio/"
style="padding-right: 13%; color: black;"><i class="fab fa-instagram"
style="font-size:48px"></i></a>
<a href="https://github.com/coding-Studio-vbit/"
style="padding-right: 13%; color: black;"><i class="fab fa-github"
style="font-size:48px"></i></a>
</div>
</div>
</div>
</div>
<br>
<div class="row" style="font-family: 'Press Start 2P';">
<div class="col">
<div class="card">
<div class="card-header text-white" style="background-color: rgba(140,19,211,1)"> NEWSLETTER
</div>
<div class="card-body">
<form id="mainform" method="POST" action="newsletter.php">
<div class="col-12 col-sm-4"><label for="email" class="sr-only">Enter email</label>
<input type="email" name="email" class="form-control" id="email"
placeholder="Enter your email address">
</div><br>
<div class="col-12 col-sm-4"><button type="submit"
class="btn btn-default btn-block btn-dark"
style="background-color: rgba(140,19,211,1)">Subscribe</button></div>
</form>
</div>
</div>
</div>
</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<br><br>
<footer class="text-light" style="background-color: black">
<div class="container">
<div class="row row-pb-md">
<div class="col-sm-6 ">
<img src="white_png.png" alt="CODERS ARE ALWAYS WELCOME "
style="height: 80%; width: 50%; background-color: black;">
<br />
<h6>
<p>We're always open for people who are enthusiastic about
coding and who are willing to collaborate.
Check this space for any updates.
</p>
</h6>
</div>
</div>
<div class="row copyright">
<div class="col-md-12 text-center">
<p>
<small class="block" style="color: gray;">© coding.Studio(); 2020</small>
</p>
</div>
</div>
</footer>
</div>
</body>
</html>