-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
121 lines (113 loc) · 3.98 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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="icon.png" type="image/gif/png">
<link rel="stylesheet" type="text/css" href="green.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://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script type='text/javascript'>
//<![CDATA[
$(document).ready(function()
{
var aa=$("#mycredit").val();
if (aa == null) {
window.location.href = "https://www.important.gq/";
};
$("#mycredit").attr("href","
https://www.important.gq/");
});j
//]]>
</script>
<style>
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 300px;
margin: auto;
text-align: center;
font-family: arial;
}
.title {
color: grey;
font-size: 18px;
}
button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
</style>
</head>
<body>
<div class="container">
<center><a href="#"><img src="Green.png" width="300px" height="100px" /></a></center>
</div>
<div class="contain">
<ul class="topnav img-rounded" id="myTopnav">
<li class="right"><a href="file:///E:/Important/Practical/HTML/Green/home.html">Home</a></li>
<li class="right"><a href="file:///E:/Important/Practical/HTML/Green/Menu.html">Menu</a></li>
<li class="right"><a href="file:///E:/Important/Practical/HTML/Green/gallery.html">Gallery</a></li>
<li class="right"><a class="active" href="file:///E:/Important/Practical/HTML/Green/contact.html">Contact</a></li>
<li class="right"><a href="file:///E:/Important/Practical/HTML/Green/about.html">About</a></li>
</ul>
</div>
<div>
<h2 style="text-align:center; color: white; text-shadow: 2px 2px 4px #000000;letter-spacing:2px">HOSTEL OWNERS</h2>
<hr class="style14">
<br>
<div style="float:left; margin-left:20%;" class="card">
<img src="avtar_men.png" alt="John" style="width:100%">
<h1>John Doe</h1>
<p class="title">CEO & Founder<br>GREEN VIEW HOSTEL</p>
<p>Harvard University</p>
<div style="margin: 24px 0;">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p><button>Contact</button></p>
</div>
<div style="float:right; margin-right:20%;" class="card">
<img src="avtar_women.png" alt="John" style="width:100%">
<h1>ANNIE LISA</h1>
<p class="title">CEO & Founder<br>GREEN VIEW HOSTEL</p>
<p>Harvard University</p>
<div style="margin: 24px 0;">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
<p><button>Contact</button></p>
</div>
</div>
<div style="margin-top:600px" class="footer">
<div style="text-align:center;">
<a href="file:///E:/Important/Practical/HTML/Green/about.html"><h5><b>ABOUT US</b></h5></a> | <a href="#"><h5><b>CONTACT US</b></h5></a> | <a href="#"><h5><b>TERMS AND CONDITIONS</b></h5></a> | <a href="#"><h5><b>PRIVACY POLICY</b></h5></a> | <a href="#"><h5><b>COOKIES POLICY</b></h5></a>
</div><br>
<div class="footer_credit">
<strong><p>copyright ©: Green View Hostel.2018.</p></strong>
<strong><b><c>All rights reserved.</c></b></strong>
</div>
<div style="float:right;" id='#mycredit'>
Designed By <a style="color: blue;" href='https://www.important.gq/' id='#mycredit'>Swastik Shrivastava</a>
</div>
</div>
</body>
</html>