-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (98 loc) · 3.2 KB
/
index.html
File metadata and controls
98 lines (98 loc) · 3.2 KB
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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0, user-scalable=no"
/>
<meta
name="description"
content="为可为——勿以恶小而为之,勿以善小而不为。"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<title>科技无为——科为</title>
</head>
<body style="margin: 20px auto;width: 106rem">
<div class="card-columns">
<!-- GitBook e-book Search -->
<div class="card bg-light">
<div class="card-body">
<h5 class="card-title">GitBook e-book Search</h5>
<p class="card-text">
GitBook 电子书资源搜索。<br/>PDF 阅读,EPUB ebook,kindle mobi 下载。
</p>
<a href="http://gitbook.kedo.so/" class="btn btn-primary">搜电子书</a>
</div>
</div>
<!-- 码四方 -->
<div class="card bg-secondary text-white">
<div class="card-body">
<h5 class="card-title">Coding</h5>
<p class="card-text">
学好TypeScript/Rust/Kotlin/Python,走向未来。
</p>
<a href="http://code.kedo.so/" class="btn btn-primary">马上学习</a>
</div>
</div>
<!-- iLearn -->
<div class="card">
<div class="card-header">
iLearn
</div>
<div class="row no-gutters">
<a href="https://kedo.so/public/" class="col-md-4">
<img
src="./hqg.png"
class="card-img"
alt="iLearn 图标"
/>
</a>
<a href="https://kedo.so/public/" class="col-md-8">
<div class="card-body">
<blockquote class="blockquote">
<p>
学不会,怪你师傅太笨。
</p>
<footer class="blockquote-footer">
洪七公
<cite title="Source Title">《射雕英雄传》</cite>
</footer>
</blockquote>
</div>
</a>
</div>
</div>
<!-- 个人主页 -->
<div class="card bg-dark text-white" style="width: 21rem;">
<div class="card-body">
<h5 class="card-title">灿飞♥无为</h5>
<p class="card-text text-center">无为而无不为<br />有不为而后有为</p>
<span class="btn btn-primary">无为中心开发中...</span>
</div>
</div>
<!-- 我的GitHub -->
<div class="card" style="width: 14rem;">
<img
src="https://avatars1.githubusercontent.com/u/6510795"
class="card-img"
alt="..."
/>
<a
href="https://github.com/canfeit"
class="card-body card-img-overlay text-white"
>
<h5 class="card-title">I am canfei</h5>
<p class="card-text">
欢迎参观我的GitHub
</p>
</a>
</div>
</div>
</body>
</html>