forked from qiubaiying/qiubaiying.github.io
-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact_w.html
117 lines (116 loc) · 4.66 KB
/
contact_w.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dsign - Minimal portfolio Bootstrap template</title>
<link rel="stylesheet" href="css_w/bootstrap.min.css">
<link rel="stylesheet" href="css_w/flexslider.css">
<link rel="stylesheet" href="css_w/jquery.fancybox.css">
<link rel="stylesheet" href="css_w/main.css">
<link rel="stylesheet" href="css_w/responsive.css">
<link rel="stylesheet" href="css_w/animate.min.css">
<link rel="stylesheet" href="css_w/font-icon.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<!-- header section -->
<section class="banner" role="banner">
<!--header navigation -->
<header id="header">
<div class="header-content clearfix"> <a class="logo" href="wallpaper.html"><img src="images/logo.png" alt=""></a>
<nav class="navigation" role="navigation">
<ul class="primary-nav">
<li><a href="about.html">About me</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#">External Link</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle">Menu<span></span></a> </div>
</header>
<!--header navigation -->
</section>
<!-- header section -->
<!-- title section -->
<section id="banner" class="banner no-padding">
<div class="container-fluid">
<div class="row no-gutter">
<ul class="slides">
<li>
<div class="col-md-12">
<blockquote>
<p>Contact</p>
</blockquote>
</div>
</li>
</ul>
</div>
</div>
</section>
<!-- title section -->
<!-- contact section -->
<section id="teams" class="section teams">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-5">
<div class="bio">
<h4>I am honest, discreet and always focus on your goals.<br>
If you are looking for a experienced designer, just leave me a message and I'll contact you soon.</h4>
</div>
</div>
<div class="col-md-7 col-sm-7 conForm">
<div class="contact">
<div id="message"></div>
<form method="post" action="php_w/contact.php" name="cform" id="cform">
<input name="name" id="name" type="text" class="col-xs-12 col-sm-12 col-md-12 col-lg-12" placeholder="Your name..." >
<input name="email" id="email" type="email" class=" col-xs-12 col-sm-12 col-md-12 col-lg-12 noMarr" placeholder="Email Address..." >
<textarea name="comments" id="comments" cols="" rows="" class="col-xs-12 col-sm-12 col-md-12 col-lg-12" placeholder="Project Details..."></textarea>
<input type="submit" id="submit" name="send" class="submitBnt" value="Send">
<div id="simple-msg"></div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- contact section -->
<!-- footer -->
<footer class="section footer">
<div class="footer-bottom">
<div class="container">
<div class="col-md-12">
<p>
<ul class="footer-share">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest-p"></i></a></li>
<li><a href="#"><i class="fa fa-vimeo"></i></a></li>
</ul>
</p>
<p>© 2015 All rights reserved. All Rights Reserved<br>
More Templates <a href="https://0xc000005.github.io/" target="_blank" title="Max小站">Max小站</a> - Collect from <a href="https://github.com/0xC000005/0xC000005.github.io" title="点个star吧" target="_blank">Github</a></p>
</div>
</div>
</div>
</footer>
<!-- footer -->
<!-- JS FILES -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js_w/bootstrap.min.js"></script>
<script src="js_w/jquery.flexslider-min.js"></script>
<script src="js_w/jquery.fancybox.pack.js"></script>
<script src="js_w/jquery.waypoints.min.js"></script>
<script src="js_w/retina.min.js"></script>
<script src="js_w/modernizr.js"></script>
<script src="js_w/jquery.contact.js"></script>
<script src="js_w/main.js"></script>
</body>
</html>