-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
338 lines (309 loc) · 20.7 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="" name="description">
<meta content="" name="author">
<link rel="shortcut icon" href="assets/images/favicon/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="assets/images/favicon/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicon/apple-touch-icon-152x152.png" />
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon-180x180.png" />
<title>Mason的个人主页</title>
<link rel="stylesheet" type="text/css" href="assets/css/about.css" >
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700,900|Dancing+Script:400,700|Raleway:400,100,300,700,900|Reenie+Beanie&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/pe-icons/css/pe-icon-7-stroke.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/plugins.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body class="top-navigation pushy-right-side regular-nav">
<!-- Site Overlay -->
<div class="site-overlay"></div>
<div id="master-wrapper">
<!--
<div class="preloader">
<div class="preloader-img">
<span class="loading-animation animate-flicker"><img src="assets/images/loading.gif" alt="loading" /></span>
</div>
</div>
-->
<div id="top-bar" class="hidden-xs">
<div class="container">
<div class="col-sm-4">
<ul class="header-social list-inline">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="google" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="pinterest" href="#"><i class="fa fa-pinterest"></i></a></li>
<li><a class="blog" href="#"><i class="fa fa-rss"></i></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-dribbble"></i></a></li>
</ul>
</div>
<div class="col-sm-8">
<ul class="secondary-menu list-inline pull-right">
<li><a href="#">技术</a></li>
<li><a href="#">随笔</a></li>
<li><a href="#">生活</a></li>
</ul>
</div>
</div>
</div>
<div class="navbar nav-wrapper smoothie">
<div class="container">
<div class="row">
<div class="col-sm-4">
<a class="logo" href="index.html"><img alt="" class="logo img-responsive" src="assets/images/logo-light.png"></a>
</div>
<div class="col-sm-8">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false" aria-controls="navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="index.html" class="dropdown-toggle">主页 </a>
</li>
<li class="dropdown">
<a href="https://me.csdn.net/qq_35987486" class="dropdown-toggle">文章 </a>
</li>
<li class="dropdown">
<a href="https://space.bilibili.com/239162949?from=search&seid=4029969472548793529" class="dropdown-toggle">视频</a>
</li>
<li class="dropdown">
<a href="https://github.com/zhaomangang" class="dropdown-toggle" >资源 </a>
</li>
<li class="dropdown">
<a href="https://music.163.com/#/user/home?id=558111773" class="dropdown-toggle" >音乐 </a>
</li>
<li class="dropdown">
<a href="about.html" class="dropdown-toggle" >关于</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="glyphicon glyphicon-search"></i></a>
<ul class="dropdown-menu">
<form class="form-inline">
<button type="submit" class="btn btn-default pull-right"><i class="glyphicon glyphicon-search"></i></button>
<input type="text" class="form-control pull-left" placeholder="Search">
</form>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<section class="white-wrapper">
<div class="section-inner">
<div class="container">
<div class="row mb60 text-center">
<div class="col-sm-12">
<h3 class="section-title">I Am Mason, This is My Blog</h3>
<p class="section-sub-title">A Warm welcome to you.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-large-1.jpeg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>51单片机上手教程</h4>
<span class="item-category-span">分类:视频</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>本视频介绍51单片机基本原理、keil4简单使用以及如何利用C语言编程控制51单片机点亮led。</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://www.bilibili.com/video/av36465159" class="btn btn-primary pull-right mb20">立即观看</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-large-2.jpeg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>基于Qt的PC端聊天软件</h4>
<span class="item-category-span">分类:资源</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>基于C++的聊天软件。包括PC客户端、Linux服务端。服务端可同时向多个客户端提供服务。客户端包括注册、登陆、好友/群列表展示、群聊、私聊等基本功能。本仓库包括:客户端源码、服务端源码、数据协议、客户端发行版、客户端流程图、服务端流程图以及开发日志。</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://github.com/zhaomangang/WangWangChat" class="btn btn-primary pull-right mb20">查看资源</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-1.jpg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>图的链式存储结构实现</h4>
<span class="item-category-span">分类:文章</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>本篇主要介绍如何利用c语言实现数据结构图的三中存储方式,包括邻接表、十字链表以及邻接多重表。</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://blog.csdn.net/qq_35987486/article/details/84450844" class="btn btn-primary pull-right mb20">阅读全文</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-2.jpg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>Windows10下MySql8.0安装配置</h4>
<span class="item-category-span">分类:文章</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>本篇主要介绍Windows10下MySQL8.0详细安装配置步骤,以及如何在vs2017环境下使用C语言实现对数据库的简单访问。</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://blog.csdn.net/qq_35987486/article/details/84066304" class="btn btn-primary pull-right mb20">阅读全文</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-3.jpg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>不驰于空想,不骛于虚声</h4>
<span class="item-category-span">分类:文章</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>从蓝桥杯到天梯赛再到最近诸事感触颇多加上博主比较感性因此写下此篇,望共勉。</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://blog.csdn.net/qq_35987486/article/details/89475942" class="btn btn-primary pull-right mb20">阅读全文</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-4.jpg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>超市货物管理系统</h4>
<span class="item-category-span">分类:资源</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>基于Qt的超市货物管理系统,包括入库、出库、以及解算等基本操作。</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://github.com/zhaomangang/CargoManagementSystem" class="btn btn-primary pull-right mb20">查看资源</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-5.jpg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>业余无线电日常守听</h4>
<span class="item-category-span">分类:视频</span>
<span class="item-category-span">作者:Mason</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>日常守听西安业余无线电中继频率431.675,这里是BH9FBG,73.</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://www.bilibili.com/video/av64931717" class="btn btn-primary pull-right mb20">立即观看</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 match-height mb30">
<div class="hover-effect smoothie">
<a href="#" class="smoothie">
<img src="assets/images/blog/blog-6.jpg" alt="Image" class="img-responsive smoothie"></a>
<div class="hover-overlay smoothie text-center">
<div class="vertical-align-bottom">
<h4>《迪迦奥特曼》带给你的童年怎么样的感动?</h4>
<span class="item-category-span">分类:视频</span>
<span class="item-category-span">作者:吃西瓜的小狼君</span>
</div>
</div>
<div class="hover-caption dark-overlay smoothie text-center">
<div class="vertical-align-top">
<p class="mb20"><small>还记得买的第一块DVD,那时候只有四集也反复看的津津有味,记得迪迦带给我们的感动、以及带给我们梦想....谢谢你,迪迦!</small></p>
</div>
<div class="vertical-align-bottom">
<a href="https://music.163.com/#/video?id=BFDD7091E1781A4DA50D483F3EBD6558" class="btn btn-primary pull-right mb20">立即观看</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer style="background-image: url(assets/images/footer-bg.jpg);">
<div style="text-align: center;">
<a style="text-align:center;color: aliceblue; ">Copyright © 2020 Mason All Right Reserved.</a>
</div>
</footer>
<a href="#" id="back-to-top"><i class="fa fa-angle-up"></i></a>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/init.js"></script>
</body>
</html>