-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
247 lines (228 loc) · 8.16 KB
/
contact.html
File metadata and controls
247 lines (228 loc) · 8.16 KB
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
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="FORESE is a student-run forum and an extension of the Placement cell. It empowers students and equips them with essential soft skills such as team management, interpersonal, and leadership skills useful for their careers.
"
/>
<title>FORESE - Contact Us</title>
<link rel="shortcut icon" type="image/x-icon" href="" />
<!-- ========================= CSS here ========================= -->
<!-- Boostrap CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-beta2/css/bootstrap.min.css"
/>
<!-- LineIcons CSS -->
<link rel="stylesheet" href="https://cdn.lineicons.com/3.0/lineicons.css" />
<!-- Animate CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.min.css"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Preloader -->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</div>
<!-- End Preloader -->
<!-- Start Header Area -->
<header class="header navbar-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="nav-inner">
<!-- Start Navbar -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html"> </a>
<button
class="navbar-toggler mobile-menu-btn"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse sub-menu-bar"
id="navbarSupportedContent"
>
<ul id="nav" class="navbar-nav ms-auto">
<li class="nav-item">
<a href="index.html" aria-label="Toggle navigation"
>Home</a
>
</li>
<li class="nav-item">
<a href="about.html" aria-label="Toggle navigation"
>About</a
>
</li>
<li class="nav-item">
<a href="team.html" aria-label="Toggle navigation"
>Team</a
>
</li>
<li class="nav-item">
<a
href="resources.html"
aria-label="Toggle navigation"
>Resources</a
>
</li>
<li class="nav-item">
<a href="aptitude&gd.html" aria-label="Toggle navigation"
>Aptitude & GD</a
>
</li>
<li class="nav-item">
<a
href="contact.html"
class="active"
aria-label="Toggle navigation"
>Contact</a
>
</li>
</ul>
</div>
<!-- navbar collapse -->
</nav>
<!-- End Navbar -->
</div>
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</header>
<!-- End Header Area -->
<!-- Start Breadcrumbs -->
<div class="breadcrumbs">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8 offset-lg-2 col-md-12 col-12">
<div class="breadcrumbs-content">
<h1 class="page-title">Contact</h1>
<ul class="breadcrumb-nav">
<li><a href="index.html">Home</a></li>
<li>Contact FORESE</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Breadcrumbs -->
<iframe
src="https://tally.so/embed/3jkD9w?hideTitle=1"
width="100%"
height="1000"
frameborder="0"
marginheight="0"
marginwidth="0"
title="Contact FORESE"
>
</iframe>
<!-- Start Footer Area -->
<footer class="footer">
<div class="container">
<div class="inner-content">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer f-about">
<div class="logo">
<a href="index.html">
<img src="assets/images/logo/logo.png" alt="#" />
</a>
</div>
<p>
FORESE is a student-run forum and an extension of the
Placement cell. It empowers students and equips them with
essential soft skills such as team management, interpersonal,
and leadership skills useful for their careers.
</p>
<span class="social-title"> Follow Us On: </span>
<ul class="social">
<li>
<a href="https://www.linkedin.com/company/forese/mycompany/"
><i class="lni lni-linkedin-original"></i
></a>
</li>
<li>
<a href="https://github.com/ForeseTech">
<i class="lni lni-github-original"></i>
</a>
</li>
</ul>
</div>
<!-- End Single Widget -->
</div>
<div class="col-lg-2 col-md-6 col-12">
<!-- Single Widget -->
<div class="single-footer f-link">
<h3>Know More</h3>
<ul>
<li><a href="about.html">About</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="mocks.html">Mock Placements</a></li>
<li><a href="aptitude&gd.html">Aptitude & GD</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- End Single Widget -->
</div>
<div class="col-lg-4 col-md-6 col-12">
<!-- Single Widget -->
<!-- End Single Widget -->
</div>
</div>
</div>
</div>
<!-- Start Copyright Area -->
<div class="copyright">
<div class="container">
<div class="inner-content">
<div class="row">
<div class="col-12">
<p class="copyright-text">
Designed and Developed by <b>FORESE Tech Team</b>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Copyright Area -->
</footer>
<!-- End Footer Area -->
<!-- ========================= scroll-top ========================= -->
<a href="#" class="scroll-top">
<i class="lni lni-chevron-up"></i>
</a>
<!-- ========================= JS here ========================= -->
<!-- Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.0-beta2/js/bootstrap.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js"></script>
</body>
</html>