-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathcontactUs.html
137 lines (123 loc) · 5.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page Title -->
<title>Contact Us</title>
<!-- Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS Files-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<!-- Fonts -->
<link href="css/icofont/icofont.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bangers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Goldman&family=Texturina:wght@200&display=swap" rel="stylesheet">
<style>
/********************** Header CSS **********************/
.project-header {
background-color: #97df1b25;
/* height: 100vh; */
padding-top: 30px;
padding-bottom: 30px;
}
.project-header .row {
margin: 15px;
}
.project-header span {
color: black;
font-size: 64px;
font-family: 'Goldman', cursive;
}
.project-header p {
font-size: 2rem;
left: 10%;
color: black;
font-family: 'Texturina', serif;
}
</style>
</head>
<body>
<!-- Navigation Bar Start -->
<header class="header-nav">
</header>
<!-- PAGE HEADER START -->
<div class="container-fluid project-header" style="background-color:#DCEDC8;">
</div>
<!-- PAGE HEADER END -->
<!-- contact images-->
<div class="container-fluid">
<center>
<div class="row">
<div class="col-md-4">
<!-- Facebook -->
<h3>Facebook</h3>
<iframe src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2FDsc_Rsu-112477837277940%2F&tabs=timeline&width=340&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId" width="350"
height="500" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>
</div>
<div class="col-md-4">
<!-- Twitter -->
<h3>Twitter</h3>
<a class="twitter-timeline" data-width="350" data-height="500" href="https://twitter.com/Dsc__RRu?ref_src=twsrc%5Etfw">Tweets by Dsc__RRu</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="col-md-4">
<!-- Instagram -->
<h3>Instagram</h3>
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
<div class="elfsight-app-3c85a45b-e569-47f4-9e0c-95884fbe6af3"></div>
</div>
</div>
</center>
<center style="margin-top: 55px;margin-bottom: 20px;">
<div class="row">
<div class="col-md-4">
<div class="row">
<div class="col-12">
<i class="fas fa-map-marker-alt fa-2x"></i>
</div>
<div class="col-12">
<span> Rashtriya Raksha University<br></span>
<span> Lavad, Gandhinagar-382305</span>
</div>
</div>
<div class="row" style="margin-top: 20px;">
<div class="col-12">
<i class="fas fa-envelope fa-2x"></i>
</div>
<div class="col-12">
<span> Email us here<br>
<a href="Mailto:dscrsu@rsu.ac.in" style="padding-left:10px;"> dscrsu@rsu.ac.in</a>
</span>
</div>
</div>
</div>
<div class="col-md-8">
<!-- Map -->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3771.2578328973!2d72.88242772409983!3d23.1545312748327!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x395e79669090a90d%3A0xff7f6e64bed7fcf6!2sRashtriya%20Raksha%20University%20(A%20Central%20University)!5e1!3m2!1sen!2sin!4v1605977827461!5m2!1sen!2sin"
width="750" height="400" frameborder="0" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</center>
</div>
<!--contact end -->
<!-- Footer -->
<footer class="panel-footer">
</footer>
<!-- Scroller -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Footer ends -->
<script src="js/jquery-3.5.0.js"></script>
<script src="js/index.js"></script>
<script src="js/script.js"></script>
<script>
$(document).ready(function() {
createNavBar(["", "", "", "", "", "current-active"]);
createFooter();
createPageHeader("Find Us Here", "Queries?? Ohh you've find us!", "imgs/contactus.png");
});
</script>
</body>
</html>