forked from mollyleeyang/html-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
134 lines (125 loc) · 5.54 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="UTF-8">
<meta name="description" content="Activitar Template">
<meta name="keywords" content="Activitar, unica, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>mobancss</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- Css Styles -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="css/elegant-icons.css" type="text/css">
<link rel="stylesheet" href="css/nice-select.css" type="text/css">
<link rel="stylesheet" href="css/owl.carousel.min.css" type="text/css">
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css">
<link rel="stylesheet" href="css/slicknav.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- Header Section Begin -->
<header class="header-section header-normal">
<div class="container-fluid">
<div class="logo">
<a href="./index.html">
<img src="img/logo.png" alt="">
</a>
</div>
<div class="top-social">
<a href="#"><i class="fa fa-pinterest-p"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest-p"></i></a>
<a href="#"><i class="fa fa-youtube-play"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
</div>
<div class="container">
<div class="nav-menu">
<nav class="mainmenu mobile-menu">
<ul>
<li><a href="./index.html">首页</a></li>
<li><a href="./introduction.html">川剧简介</a></li>
<li><a href="./classic.html">经典剧目</a></li>
<li><a href="./specific.html">川剧文化专有项</a></li>
<li class="active"a href="./contact.html">联系我们</a></li>
</ul>
</nav>
</div>
</div>
<div id="mobile-menu-wrap"></div>
</div>
</header>
<!-- Header End -->
<!-- Map Section Begin -->
<div class="contact-map">
<iframe
src="https://ditu.amap.com/search?query=%E5%9B%9B%E5%B7%9D%E5%A4%A7%E5%AD%A6%E6%B1%9F%E5%AE%89%E6%A0%A1%E5%8C%BA"
height="530" style="border: 0" allowfullscreen=""></iframe>
<div class="map-hover">
<h5>四川大学江安校区</h5>
<i class="icon_pin"></i>
</div>
</div>
<!-- Map Section End -->
<!-- Contact Section Begin -->
<section class="contact-section spad">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="contact-info">
<h4>联系方式</h4>
<ul>
<li><i class="fa fa-phone"></i>86-18234925776</li>
<li><i class="fa fa-envelope"></i>[email protected]</li>
</ul>
</div>
<div class="contact-address">
<h4>联络地址</h4>
<ul>
<li><i class="fa fa-map-marker"></i> 四川省成都市双流区西航港街道川大路二段四川大学江安校区
</li>
</ul>
</div>
</div>
<div class="col-lg-8 offset-lg-1">
<div class="contact-form">
<h4>立即联系</h4>
<form action="#">
<div class="row">
<div class="col-lg-6">
<input type="text" placeholder="姓名">
</div>
<div class="col-lg-6">
<input type="text" placeholder="邮箱">
</div>
<div class="col-lg-12">
<textarea placeholder="信息"></textarea>
<button type="submit" class="c-btn">发送信息</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section End -->
<!-- Js Plugins -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery.slicknav.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>