-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
211 lines (161 loc) · 8.81 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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!doctype html>
<html lang="en"><head>
<meta charset="utf-8">
<title>The HU IMS </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<link href="img/job.png" rel="icon">
<link href="img/job.png" rel="apple-touch-icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<link href="css/styleH.css" rel="stylesheet">
</head>
<body>
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<h1><a href="home.html" class="scrollto">Welcome to Haramaya University IMS</a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="home.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="group.html">Group</a></li>
<li class="menu-has-`children"><a href="#">detail</a>
<li><a href="contact.html">Contact</a></li>
<li class="menu-has-`children"><a href="">login</a>
<ul>
<li><a href="login.php">admin</a></li>
<li><a href="login.php">manager</a></li>
<li><a href="login.php">clerk</a></li>
<li><a href="login.php">technician</a></li>
<li><a href="login.php">collage dean</a></li>
<li><a href="login.php">dep't head</a></li>
<li><a href="login.php">staff member</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="carousel-background"><img src="img/intro-carousel/1.jpg" alt=""></div>
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<h3>Contact Us</h3>
<p> For Any kind of information or any type of help you need, Then Contact Us Bellow.</p>
</div>
<h3>Address</h3>
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-10 padddd">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3935.99562891321!2d42.03548321430877!3d9.421785385308578!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x1631a533a47d46ff%3A0xb427f7a2791d9aff!2sHaramaya%20University%20Resource%20Center!5e0!3m2!1sen!2set!4v1675508183444!5m2!1sen!2set" width="400" height="350" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+91 9007525203">+251 97525203</a></p>
<p><a href="tel:+91 9007525203">+91 7003042295</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="https://www.gmail.com">huims@gmail.com</a></p>
<p><a href="https://www.yahoo.co.in">huims</a>@yahoo.in</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Fax</h3>
<p><a href="https://www.gmail.com">+251987456123</a></p>
<p><a href="https://www.yahoo.co.in">huims</a>@yahoo.in</a></p>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
</div>
</div>
</div>
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 footer-info">
<h3>The Haramaya University IMS</h3>
<p>This Is A Website where Haramaya university maneges inventory. This Website is developed by 3rd year CS Students Of haramaya universtiy.</p>
</div>
                                         
<div class="col-lg-3 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="home.html">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="about.html">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Services</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="group.html">group</a></li>
</ul>
</div>
                                
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
HU IMS <br>
<strong>Phone:</strong> +91 9007525203.<br>
<strong>Email:</strong>haramaya@gmail.com.<br>
</p>
<div class="social-links">
<a href="https://www.twitter.com" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/scanitjsr/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.facebook.com/scanitjsr/" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="https://www.linkedin.com" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Copyright © 2023 <a href="https://www.haramaya.edu.et/">Haramaya University</a> | <a href="https://www.haramaya.edu.et/" target="_parent">HU Inventory Management System</a>
</div>
</div>
</footer>
</body>
</html>