forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcontact.html
181 lines (133 loc) · 6.89 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
<!DOCTYPE html>
<html>
<title>Contact Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel=¨stylesheet¨ type=¨text/css¨ href=¨homepage.css¨>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AICVS Cummins</title>
<!-------Custom css-------->
<link rel="stylesheet" href="assets/css/about-styles.css">
<!------ google fonts------>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins&display=swap" rel="stylesheet">
<!--Bootstrap-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js" integrity="sha384-w1Q4orYjBQndcko6MimVbzY0tgp4pWB4lZ7lr30WKz0vr/aWKhXdBNmNb5D92v7s" crossorigin="anonymous"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- <link rel="stylesheet" type="text/css" href="css/articles.css"> -->
<link rel="alternate" type="application/rss+xml" title="AICVS CUMMINS - A club for artificial intelligence and machine learning enthusiasts" href="/feed.xml">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
body, html {
height: 100%;
line-height: 1.4;
}
.w3-bar .w3-button {
padding: 10px;
}
.w3-row .w3-padding-64 .w3-large
{
padding: 5px 5px 25px 25px;
}
.w3-round .w3-image .w3-opacity-min
{
padding: 5px 5px 25px 25px;
}
.Q1
{
font-size:22px;
font-family: 'Times New Roman', Times, serif;
padding: 2px 2px 50px 50px;
}
.w3-center
{
font-size: 32px;
font-weight: 2.3rem;
}
.imagecontent
{
padding-left: 10px;
padding-right: 10px;
}
.heading1
{
font-weight: 2.3rem;
}
</style>
<body>
<div class="w3-top">
<div class="w3-bar w3-white w3-card" id="myNavbar">
<a href="home.html" class="w3-bar-item w3-wide"> <img class="" src="./images/logo.jpg" alt="Logo" width="40" height="40"></a>
<!-- Right-sided navbar links -->
<div class="w3-right w3-hide-small ">
<a href="home.html" class="w3-bar-item w3-button"><i class="fas fa-eject"></i> HOME</a>
<a href="about.html" class="w3-bar-item w3-button"><i class="fa fa-user"></i> ABOUT</a>
<a href="/" class="w3-bar-item w3-button"><i class="fa fa-th"></i> BLOGS</a>
<a href="contact.html" class="w3-bar-item w3-button"><i class="fas fa-id-card"></i> CONTACT</a>
</div>
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
<a href="javascript:void(0)" class="w3-bar-item w3-button w3-right w3-hide-large w3-hide-medium" onclick="w3_open()">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
<!-- Sidebar on small screens when clicking the menu icon -->
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" style="display:none" id="mySidebar">
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-large w3-padding-16">Close ×</a>
<a href="home.html" onclick="w3_close()" class="w3-bar-item w3-button">HOME</a>
<a href="about.html" onclick="w3_close()" class="w3-bar-item w3-button">ABOUT</a>
<a href="/" onclick="w3_close()" class="w3-bar-item w3-button">BLOGS</a>
<a href="contact.html" onclick="w3_close()" class="w3-bar-item w3-button">CONTACT</a>
</nav>
<div class="w3-col m6 w3-padding-large" style="padding:55px ">
<h2 class="w3-center">Contact Us</h2>
<p><strong>Have any questions and doubts?Let us know..Our team will get in touch with you as soon as possible..</strong></p>
<a href="https://forms.gle/YuephKYc3EgDMA9S9" target="_blank">Link</a>
</div>
</body>
</html>
<!--
<div class="w3-container w3-light-grey" style="padding:128px 26px 10px 10px" id="contact">
<h3 class="w3-center"><b>CONTACT</b></h3>
<p class="w3-center w3-large">Lets get in touch. Send us a message:</p>
<div style="margin-top:28px">
<form action="/contact.php" method="POST" target="_blank">
<p><input class="w3-input w3-border" type="text" placeholder="Name" required name="Name"></p>
<p><input class="w3-input w3-border" type="text" placeholder="Email" required name="Email"></p>
<p><input class="w3-input w3-border" type="text" placeholder="Subject" required name="Subject"></p>
<p><input class="w3-input w3-border" type="text" placeholder="Message" required name="Message"></p>
<p>
<button class="w3-button w3-black" type="submit">
<i class="fa fa-paper-plane"></i> SEND MESSAGE
</button>
</p>
</form>
-->
<!-- Footer -->
<!--
<footer class="w3-center w3-black w3-padding-64">
<a href="contact.html" class="w3-button w3-light-grey"><i class="fa fa-arrow-up w3-margin-right"></i>To the top</a>
<div class="w3-xlarge w3-section">
<a href="https://www.instagram.com/aicvs/" class="text-light"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/cummins-aicvs/mycompany/" class="text-light"><i class="fab fa-linkedin"></i></a>
<a href="aicvs.cummins@cumminscollege.in" class="text-light"><i class="fa fa-envelope w3-hover-opacity"></i></a>
<a href="https://www.twitter.com/aicvs" class="text-light"><i class="fab fa-twitter"></i></a>
<a href="https://youtube.com/channel/UCYkmq4s5ciIau6BFI97XJlA" class="text-light"><i class="fab fa-youtube"></i></a>
</div>
</footer>
<script src="home.js"></script>
<script src="contact.js"></script>
</body>
</html>