-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (185 loc) · 9.78 KB
/
index.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="theme.css" type="text/css">
</head><body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">Brand</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#">Features</a>
<p>哒哒哒哒哒哒哒</p>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">Contact us</a>
</li>
</ul>
<form class="form-inline m-0">
<input class="form-control mr-2" type="text" placeholder="Search">
<button class="btn btn-primary" type="submit">Search</button>
</form>
</div>
</div>
</nav><div class="py-5 text-center opaque-overlay" style="background-image: url("https://pingendo.github.io/templates/sections/assets/cover_event.jpg");">
<div class="container py-5">
<div class="row">
<div class="col-md-12 text-white">
<h1 class="display-3 mb-4">我的个人网站</h1>
<p class="lead mb-5">我是一个小可爱!</p>
<a href="#" class="btn btn-lg mx-1 btn-secondary">点我!</a>
<a href="#" class="btn btn-lg btn-primary mx-1">关注我</a>
</div>
</div>
</div>
</div><div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="text-center display-3 text-primary">我的第一篇博客</h1>
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
</div><div class="py-5">
<div class="container">
<div class="row mb-5">
<div class="col-md-7">
<h2 class="text-primary">Article subtitle #1</h2>
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div class="col-md-5 align-self-center">
<img class="img-fluid d-block w-100 img-thumbnail" src="https://pingendo.github.io/templates/sections/assets/gallery_9.jpg"> </div>
</div>
<div class="row">
<div class="col-md-5">
<img class="img-fluid d-block mb-4 w-100 img-thumbnail" src="https://pingendo.github.io/templates/sections/assets/gallery_3.jpg"> </div>
<div class="col-md-7">
<h2 class="text-primary pt-3">Article subtitle #2</h2>
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
</div><div class="py-5 text-center">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1 class="mb-4 text-primary">Best pictures</h1>
</div>
</div>
<div class="row">
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_1.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_5.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_3.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_4.jpg"> </a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_6.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_7.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_8.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_9.jpg"> </a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_10.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_11.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_12.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_13.jpg"> </a>
</div>
</div>
<div class="row">
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_15.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_2.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_14.jpg"> </a>
</div>
<div class="col-md-3 col-6 p-1">
<a href="#">
<img class="d-block img-fluid" src="https://pingendo.github.io/templates/sections/assets/gallery_16.jpg"> </a>
</div>
</div>
</div>
</div><div class="py-5 bg-dark text-white">
<div class="container">
<div class="row">
<div class="col-md-9">
<p class="lead">Sign up to our newsletter for the latest news</p>
<form class="form-inline">
<div class="form-group">
<input type="email" class="form-control" placeholder="Your e-mail here"> </div>
<button type="submit" class="btn btn-primary ml-3">Subscribe</button>
</form>
</div>
<div class="col-4 col-md-1 align-self-center">
<a href="https://www.facebook.com" target="_blank"><i class="fa fa-fw fa-facebook fa-3x text-white"></i></a>
</div>
<div class="col-4 col-md-1 align-self-center">
<a href="https://twitter.com" target="_blank"><i class="fa fa-fw fa-twitter fa-3x text-white"></i></a>
</div>
<div class="col-4 col-md-1 align-self-center">
<a href="https://www.instagram.com" target="_blank"><i class="fa fa-fw fa-instagram text-white fa-3x"></i></a>
</div>
</div>
<div class="row">
<div class="col-md-12 mt-3 text-center">
<p>© Copyright 2017 Pingendo - All rights reserved.</p>
</div>
</div>
</div>
</div><script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body></html>