-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
97 lines (91 loc) · 5.17 KB
/
contact-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Shelley Liu - Vancouver's Fine Home & Real Estate</title>
<!-- Bootstrap CSS -->
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Font CSS -->
<link
href="https://fonts.googleapis.com/css2?family=Noto+Serif&family=Source+Sans+Pro:wght@300;400;600&display=swap"
rel="stylesheet">
<!-- Main CSS -->
<link rel="stylesheet" href="/assets/css/main.css">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon">
</head>
<body>
<div class="main-content">
<header class="innerpage-header position-relative w-100">
<div class="align-items-center d-flex header-main-wrapper justify-content-around position-relative">
<div class="align-items-center row w-100">
<div class="col-md-3">
<a href="index.html"><img class="d-block logo" src="assets/images/logo2.png" /></a>
</div>
<div class="col-md-9">
<div class="inner-page-navgation d-flex align-items-center justify-content-between">
<div class="menu-item noto-font"><a href="properties.html">Featured
Listing</a> </div>
<div class="menu-item noto-font"><a href="gallery-of-solds.html">Gallery of Solds</a> </div>
<div class="menu-item noto-font"><a href="#">Luxury Marketing</a> </div>
<div class="menu-item noto-font"><a href="#">Blog</a> </div>
<div class="menu-item noto-font"><a href="about-us.html">Meet Shelley</a>
</div>
<div class="menu-item noto-font"><a class="active" href="contact-us.html">Contact
Shelley</a> </div>
</div>
</div>
</div>
<div class="align-items-center d-flex language-selector position-absolute">
<div><a href="#">English</a> </div>
<div class="plain-divider"></div>
<div><a href="#">中文</a> </div>
</div>
</div>
</header>
<section class="homepage-section d-flex align-items-center">
<div class="row" style="width: 100%;">
<div class="col-md-1"></div>
<div class="col-md-4 about-us-main-wrapper two">
<div class="about-us-content">
<form class="f-container-1" action="">
<input type="text" placeholder="Your Name">
<input type="text" placeholder="your@email.com ">
<input type="text" placeholder="Your Phone Number">
<textarea name="message" id="emailcontent" rows="3" class="inputfield activefield bottom_20"
style="width: 100%; color: rgb(51, 51, 51);"
placeholder="Ask any question you have.">Please tell me about your specific requests for your private viewing of my listing.</textarea>
<input type="submit" id="sendemailsubmit" class="button" name="sendemailsubmit"
value="Send Message">
</form>
</div>
</div>
</div>
</section>
<footer class="homepage-footer d-flex align-items-center justify-content-around w-100">
<div class="row align-items-center">
<div class="col-md-8 copyright-text text-left">
<p class="mb-0">©2020 Shelley Liu, All Rights Reserved. No content, photography, video or graphics
of the website may be used without written consent. Website By
<a class="copyright-backlink" href="#" target="_blank"
title="Boutique Real Estate Websites and Marketing Vancouver">Fleapo</a></p>
</div>
<div class="col-md-2 footer-social-media">
<img src="assets/images/social-yt.png" />
</div>
<div class="col-md-2 secondary-logo text-right"><img src="assets/images/logoMid.png" /></div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<!-- Bootstrap JS -->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js"
integrity="sha384-xrRywqdh3PHs8keKZN+8zzc5TX0GRTLCcmivcbNJWm2rs5C8PRhcEn3czEjhAO9o"
crossorigin="anonymous"></script>
<script src="assets/js/index.js"></script>
</body>
</html>