-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs.html
220 lines (220 loc) · 10.7 KB
/
ContactUs.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
<!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.0">
<link rel="icon" type="image/png" sizes="16x16" href="imgs/titleCatLogo.svg" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lobster+Two&family=Poppins:wght@400;500&family=Raleway:wght@700&display=swap" rel="stylesheet">
<link href="./CSS/Normalize.css" rel="stylesheet">
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> -->
<link rel="stylesheet" href="./CSS/bootstrap.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover.css" rel="stylesheet">
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" href="./CSS/media.css">
<title> Contact Us</title>
</head>
<body>
<!--start navbar-->
<nav class="navbar navbar-expand-lg navbar-light sticky" id="nav">
<div class="container-lg">
<a class="navbar-brand" href="index.html">
<img src="./imgs/catBlack.svg" alt="navLogo">
</a>
<button class="navbar-toggler topmenu" type="button" data-bs-toggle="collapse" data-bs-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mx-auto mb-2 mb-lg-0">
<li class="nav-item align-items-lg-center d-flex justify-content-lg-center ">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item align-items-lg-center justify-content-lg-center d-flex">
<a class="nav-link" href="About.html">About</a>
</li>
<li class="nav-item align-items-lg-center d-flex justify-content-lg-center">
<a class="nav-link" href="Events.html">Events</a>
</li>
<li class="nav-item align-items-lg-center d-flex justify-content-lg-center">
<a class="nav-link" href="https://blog.catreloaded.org">CATazine</a>
</li>
<li class="nav-item align-items-lg-center d-flex justify-content-lg-center">
<a class="nav-link" href="Committees.html">Committees</a>
</li>
<li class="nav-item align-items-lg-center d-flex justify-content-lg-center">
<a class="nav-link active" href="ContactUs.html">Contact Us</a>
</li>
<li class="nav-item d-lg-none">
<span class="navbar-text d-grid gap-2 mx-2 newsletter">
<button type="button" class="btn btn-large" data-bs-toggle="modal" data-bs-target="#newsletterModal">newsletter</button>
</span>
</li>
</ul>
<span class="navbar-text d-grid gap-2 mx-2 newsletter d-none d-lg-grid">
<button type="button" class="btn btn-large" data-bs-toggle="modal" data-bs-target="#newsletterModal">NewsLetter</button>
</span>
</div>
</div>
</nav>
<!--end navbar-->
<!--Aboutus Header-->
<header class="about">
<div class="container">
<div class="row">
<div class="col-5 col-sm-6 d-flex flex-column gap-2 justify-content-center">
<img class="img-responsive align-self-center wow animate__slideInDown" src="./imgs/catLogo.svg" alt="catlogo" data-wow-duration="1.5s">
<h1 class="wow animate__slideInUp" data-wow-duration="1.5s">
<span>Contact Us</span>
</h1>
</div>
<div class="col-6 d-flex flex-column gap-2 justify-content-center">
<img class="img-responsive align-self-center img-fluid wow animate__slideInUp" src="./imgs/undraw_contact_us_15o2 (1).svg" alt="..." data-wow-duration="1.5s">
</div>
</div>
</div>
</header>
<!--section of Contactus-->
<section class="contactus">
<div class="container">
<h2 class=" wow animate__fadeIn" data-wow-duration="2s">Write To Us</h2>
<div class="row justify-content-center align-items-center">
<form class="form-horizontal col-md-10 col-lg-8 wow animate__fadeIn" data-wow-duration="2.5s">
<div class="row">
<div class="mb-3">
<input type="text" class="form-control" placeholder="Full Name" required>
</div>
</div>
<div class="row mb-3">
<div class="col">
<input type="email" class="form-control" placeholder="Email" required>
</div>
<div class="col">
<input type="tel" class="form-control" placeholder="Phone" required>
</div>
</div>
<div class="row">
<div class="mb-3">
<input type="text" class="form-control" placeholder="Subject">
</div>
</div>
<div class="row">
<div class="mb-3">
<textarea class="form-control" placeholder="Message" rows="10"></textarea>
</div>
</div>
<div class="row">
<div class="mb-3 ">
<button type="submit" class="btn outline-cat-button active"> send Message</button>
</div>
</div>
</form>
</div>
</div>
</section>
<!--footer-->
<footer>
<div class="container">
<div class="row d-flex justify-content-center flex-wrap ">
<div class="col-md-3 logo pb-2 justify-content-center d-flex">
<img src="./imgs/navLogo.svg" class="img-responsive img-fluid" alt="footerLogo">
</div>
<div class="col-md-3 py-2">
<h3>
<i class="fas fa-map-marker-alt"></i> LOCATION
</h3>
<p> Faculty of Engineering, Mansoura University, Dakhliya, Egypt </p>
</div>
<div class="col-md-3 col-sm-4 px-3 col-6 px-lg-0 py-2">
<h3 class="text-center"> ANNUAL PARTNER </h3>
<ul class="list-unstyled d-flex justify-content-center gap-1 flex-row ">
<li>
<img src="./imgs/triago.png" class="img-responsive img-fluid" alt="sposnsor">
</li>
<li>
<img src="./imgs/triago.png" class="img-responsive img-fluid" alt="sponsor">
</li>
</ul>
</div>
<div class="col-md-3 py-2 px-3 px-lg-0 col-5 col-sm-4">
<h3 class="text-center"> FOLLOW US </h3>
<ul class="list-unstyled d-flex gap-2 flex-row justify-content-center">
<li>
<a href="https://www.facebook.com/CATReloaded?_rdc=1&_rdr">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://twitter.com/CATReloaded">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/user/C4TReloaded">
<i class="fab fa-youtube"></i>
</a>
</li>
<li>
<a href="https://github.com/CATReloaded">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/cat-reloaded/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="copyRight text-center"> copyRight © 2021 All Right Reserved by CATReloaded Technical </div>
</footer>
<!--newsletter Modal-->
<div class="modal fade" id="newsletterModal" tabindex="-1" aria-labelledby="ModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<button type="button" class="btn-close align-self-end" data-bs-dismiss="modal" aria-label="Close"></button>
<div class="row">
<div class="col-md-6 col-sm-6 col-lg-6 align-items-center justify-content-center">
<img src="imgs/subscribe.svg" class="img-fluid img-responsive" alt="modalSubscribeVector">
</div>
<div class="col-md-6 col-sm-6 col-lg-6 content">
<div class="modal-header">
<h5 class="modal-title" id="ModalLabel">Subscribe to our Newsletter!</h5>
</div>
<div class="modal-body">
<p> We'll informed you with our new blogs and the latest updates! </p>
<form class="row g-3">
<div>
<input type="text" class="form-control" id="username" name="username" value="" placeholder="Name">
</div>
<div class="">
<input type="Email" class="form-control" id="inputEmail" name="email" value="" placeholder="Email">
</div>
<div>
<button type="submit" class="btn col-12">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<button type="button" class="btn btn-floating btn-md" id="btn-back-to-top">
<i class="fas fa-arrow-up"></i>
</button>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script> -->
<script src="./js/bootstrap.bundle.js"></script>
<script src="./js/shared.js"></script>
<script src="./js/wow.min.js "></script>
<script>
new WOW().init();
</script>
</body>
</html>