-
Notifications
You must be signed in to change notification settings - Fork 1
/
connect.html
128 lines (122 loc) · 4.59 KB
/
connect.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
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Mobile Meta -->
<link href="F2/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href="F2/fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="F2/css/animations.css" rel="stylesheet">
<link href="F2/css/style.css" rel="stylesheet">
<link href="F2/css/custom.css" rel="stylesheet">
<!-- JavaScript -->
<script type="text/javascript" src="F2/plugins/jquery.min.js"></script>
<script type="text/javascript" src="F2/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="F2/plugins/modernizr.js"></script>
<script type="text/javascript" src="F2/plugins/isotope/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="F2/plugins/jquery.backstretch.min.js"></script>
<script type="text/javascript" src="F2/plugins/jquery.appear.js"></script>
<!-- Custom Scripts -->
<script type="text/javascript" src="F2/js/custom.js"></script>
<!--span颜色注释-->
<style>
span {
color: #EDEDED;
}
span2 {
color: #EEFCA9;
}
span3 {
color: red;
}
span4 {
color: black;
}
span5 {
color: #D6B1A6;
}
span6 {
color: #E25DA9;
}
span7 {
color: #848484;
}
span8 {
color: #059CE5;
}
span9 {
color: #B8B8B8;
}
</style>
</head>
<body>
<!-- section start -->
<section class="default-bg secPadding">
<div class="container">
<div class="row">
<div class='col-md-offset-2 col-md-8 text-center'>
<h2><big><big>与我合作</big></big></h2>
</div>
</div>
<div class='row'>
<div class='col-md-offset-2 col-md-8'>
<div class="carousel slide" data-ride="carousel" id="quote-carousel">
<!-- Bottom Carousel Indicators -->
<ol class="carousel-indicators">
<li data-target="#quote-carousel" data-slide-to="0" class="active"></li>
<li data-target="#quote-carousel" data-slide-to="1"></li>
<li data-target="#quote-carousel" data-slide-to="2"></li>
</ol>
<!-- Carousel Slides / Quotes -->
<div class="carousel-inner">
<!-- 滚动板块 1 -->
<div class="item active">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="./images/PangXitong.jpeg" style="width: 100px;height:100px;"> </div>
<div class="col-sm-9">
<p><a href="mailto:[email protected]"target="_blank"style="text-decoration: none;">如果您有好的创意,或有期待上线的功能,您可以向我投稿于 <span8>[email protected]</span8></a></p>
<small>——庞玺桐</small>
</div>
</div>
</blockquote>
</div>
<!-- 滚动板块 2 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="./images/PangXitong.jpeg" style="width: 100px;height:100px;">
</div>
<div class="col-sm-9">
<a href="mailto:[email protected]"target="_blank"style="text-decoration: none;"><p>如果您发现我的博客有错别字或不合适的内容,您可以联系 <span8>[email protected]</span8></a> 纠正</p>
<small>——庞玺桐</small>
</div>
</div>
</blockquote>
</div>
<!-- 滚动板块3 -->
<div class="item">
<blockquote>
<div class="row">
<div class="col-sm-3 text-center">
<img class="img-circle" src="./images/PangXitong.jpeg" style="width: 100px;height:100px;"> </div>
<div class="col-sm-9">
<p><a href="./Support.html"target="_blank"style="text-decoration: none;">如果我的博客给您带来了帮助,那就不妨简单捐助支持一下吧!<span8>进入捐助页面</span8> 拒绝白嫖,从我做起!</a></p>
<small>——庞玺桐</small>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- section end -->
</body>
</html>