-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (78 loc) · 2.85 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>HUYOO</title>
<link rel="shortcut icon" href="static/img/favicon.ico" type="image/x-icon"/>
<link href="./static/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="static/style/index.css">
</head>
<body>
<div class="container">
<div class="title-container">
<div>HUYOO</div>
</div>
<div class="content-container">
<div class="content-box">
<div class="container-bg"></div>
<div class="demoBox">
<div class="box">
<header>Ant Pro React</header>
<div>Ant Design Pro的React仿制版本,个人练习demo</div>
<footer>
<i class="fa fa-github" aria-hidden="true"></i>
<a href="pages/AntProReact/index.html" title="点击前往">
<i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i>
</a>
</footer>
</div>
<div class="box">
<header>Ant Pro Vue</header>
<div>Ant Design Pro的Vue仿制版本,个人练习demo</div>
<footer>
<i class="fa fa-github" aria-hidden="true"></i>
<a href="pages/AntProVue/index.html" title="点击前往">
<i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i>
</a>
</footer>
</div>
<div class="box">
<header>音乐播放器</header>
<div>音乐播放器,个人练习demo</div>
<footer>
<i class="fa fa-github" aria-hidden="true"></i>
<a href="pages/MusicPlayer/MusicPlayer.html" title="点击前往">
<i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i>
</a>
</footer>
</div>
<div class="box">
<header>小游戏</header>
<div>尽量在最短的时间里记住红色方块的位置,然后找出它们。</div>
<footer>
<i class="fa fa-github" aria-hidden="true"></i>
<a href="pages/RememberQuickly/game.html" title="点击前往">
<i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i>
</a>
</footer>
</div>
<div class="box">
<header>Antd Dev Helper</header>
<div>辅助Antd组件库的开发工具</div>
<footer>
<i class="fa fa-github" aria-hidden="true"></i>
<a href="tools/antdDevelopHelper" title="点击前往">
<i class="fa fa-arrow-circle-o-right" aria-hidden="true"></i>
</a>
</footer>
</div>
</div>
</div>
</div>
</div>
<div class="body-bg"></div>
</body>
</html>