-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
211 lines (183 loc) · 9.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BETMUL</title>
<link rel="icon" href="images/aiqfome.svg" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.cdnfonts.com/css/bloody" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/balqis" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/yadon" rel="stylesheet">
<link href="https://fonts.cdnfonts.com/css/febrero" rel="stylesheet">
<!--description-->
<!--and any other information to make SEO better?-->
</head>
<body>
<div class="container">
<div class="navigator">
<a href="/">
<div class="home">
<img alt="Home" src="images/aiqfome.svg" width="40px" />
</div>
</a>
<div id="blo"> </div>
<div class="jump">
<a href="/" class="find">
<div>About</div>
</a>
<a href="/" class="find">
<div>Posts</div>
</a>
<a href="/" class="find">
<div>Links</div>
</a>
</div>
<div class="find-me">
<a href="https://github.com/bettermultiply">
<img src="images/github.png" class="icon" />
</a>
<a>
<img src="images/twitter.png" class="icon" />
</a>
<a>
<img src="images/linkedin.png" class="icon" />
</a>
</div>
</div>
<div class="TT">
<h1 id="sign">BetMul</h1>
<div id="say">Accept destined failure<br />
endure the ravages of fate</div>
</div>
<div class="self_intro">
<a rel="/">
<img src="images/photo.jpg" id="photo" /> <!--圆角矩形,悬浮阴影-->
</a>
<div class="intro">
<div>Hello! It's BetMul!</div><!--be one line with img, 最好有待光标输入特效, 想要字畸变的效果-->
<br />
<div>I Love Animation, RISC-V, RT-Thread, Read and HY. </div>
<div>If you like<br /> 'Yoru Camp' as well</div>
<div>maybe we can be good friend</div>
<div>
<img alt="RISCV"
src="https://img.shields.io/badge/-RISCV-283272?style=flat-square&logo=RISC-V&logoColor=white" />
<img alt="Arch"
src="https://img.shields.io/badge/-ArchLinux-1793D1?style=flat-square&logo=archlinux&logoColor=white" />
<!-- <img alt="QEMU"
src="https://img.shields.io/badge/-QEMU-FF6600?style=flat-square&logo=qemu&logoColor=white" /> -->
<img alt="Rust"
src="https://img.shields.io/badge/-Rust-000000?style=flat-square&logo=rust&logoColor=white" />
<img alt="Docker"
src="https://img.shields.io/badge/-Docker-2496ED?style=flat-square&logo=docker&logoColor=white" />
<!-- <img alt="Anaconda"
src="https://img.shields.io/badge/-Anaconda-44A833?style=flat-square&logo=anaconda&logoColor=white" />
<img alt="Tomcat"
src="https://img.shields.io/badge/-Apache Tomcat-F8DC75?style=flat-square&logo=apachetomcat&logoColor=white" /> -->
<img alt="NodeJS"
src="https://img.shields.io/badge/-NodeJS-339933?style=flat-square&logo=node.js&logoColor=white" />
<img alt="Vue"
src="https://img.shields.io/badge/-Vue-4FC08D?style=flat-square&logo=vue.js&logoColor=white" />
<img alt="Nextjs"
src="https://img.shields.io/badge/-Next.js-000000?style=flat-square&logo=next.js&logoColor=white" />
<!-- <img alt="Duolingo"
src="https://img.shields.io/badge/-Duolingo-58CC02?style=flat-square&logo=duolingo&logoColor=white" /> -->
</div>
<div id="small-talk">all the badge shown here is my dream to good at but not now(sad)</div>
</div>
</div>
<!-- <hr/> -->
<bm-title href="system-paper/SHARP.html" title="SHARP"><br></bm-title>
<bm-title href="system-paper/Beaver.html" title="Beaver"><br></bm-title>
<bm-title href="system-paper/TaskBench.html" title="TaskBench"><br></bm-title>
<bm-title href="system-paper/osfaster.html" title="osfaster"><br></bm-title>
<bm-title href="system-paper/AsyncFS.html" title="AsyncFS"><br></bm-title>
<bm-title href="system-paper/一名系统研究者的攀登之路-陈海波.html" title="一名系统研究者的攀登之路-陈海波"><br></bm-title>
<bm-title href="system-paper/sabre-osdi2024.html" title="sabre-osdi2024"><br></bm-title>
<bm-title href="system-paper/login_oct15_02_kantee.html" title="login_oct15_02_kantee"><br></bm-title>
<bm-title href="system-paper/chandy-lamport.html" title="chandy-lamport"><br></bm-title>
<bm-title href="system-paper/eurosys24_ScheMoE.html" title="ScheMoE.html">ScheMoE: An Extensible Mixture-of-ExpertsDistributed Training System with Tasks Scheduling<br></bm-title>
<bm-title href="record/AI/seq2seq.html" title="Seq2seq">
Seq2seq
<br>
</bm-title>
<bm-title href="record/weekly/2024/week-5.html" title="Week-5">
BM-weekly-2024-5
<br>
</bm-title>
<bm-title href="record/weekly/2024/week-4.html" title="Week-4">
BM-weekly-2024-4
<br>
</bm-title>
<bm-title href="record/weekly/2024/week-1.html" title="Week-1">
BM-weekly-2024-1
<br>
</bm-title>
<bm-title href="record/record2023.html" title="My Conclusion for 2023">
My 2023 is totally bad, but I think I must force myself to record and conclude it,
<br>
so that I can see how bad my 2023 is and do better the next year...
</bm-title>
<div class="article">
<h1 class="view">To be Continue....</h1>
</div>
<hr />
<div class="email-connect">
<div id="con">be interested with me?
<br />
feel free to connect!
</div>
<div id="arrow">
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 24 24" width="30"
height="30">
<path
d="M14,22.03c-.39,0-.78-.08-1.16-.23-1.13-.47-1.84-1.52-1.85-2.75v-2.06H3.97c-2.19,0-3.97-1.8-3.97-4.01v-1.98c0-2.21,1.78-4.01,3.97-4.01h7.03v-2.06c0-1.23,.71-2.28,1.85-2.75,1.13-.47,2.38-.22,3.24,.65l6.72,6.33,.02,.02c1.55,1.55,1.55,4.07,0,5.62l-6.77,6.37c-.56,.56-1.3,.86-2.06,.86ZM3.97,8.99c-1.09,0-1.97,.9-1.97,2.01v1.98c0,1.11,.89,2.01,1.97,2.01H12c.55,0,1,.45,1,1v3.06c0,.6,.47,.84,.61,.9,.14,.06,.64,.22,1.07-.21l6.77-6.37c.74-.74,.75-1.99-.01-2.76l-6.73-6.33c-.45-.45-.95-.29-1.09-.24-.14,.06-.61,.3-.61,.9v3.05c0,.55-.45,1-1,1H3.97Z" />
</svg>
</div>
<div id="email"><code>[email protected]</code></div>
</div>
<div class="subscribe">
<div id="subnews">subscribe my newsletter </div>
<div class="try">
<input type="email" id="enter" placeholder="Enter your (non-work) email" maxlength="256" />
<div id="submit_">
<input type="submit" id="but" value="Try It-It's Free ">
</div>
</div>
</div>
</div>
<hr />
<footer>
<div class="foo">
<div id="tal">This Page is Powered by: </div>
<img src="images/flaticon_negative.svg" class="support" title="flaticon" />
<img src="images/bootstrap.svg" class="support" title="bootstrap" width="25px" />
<img src="images/cdnFont.svg" class="support" title="bootstrap" width="125px" />
<img alt="simpleicons" src="images/simpleicons.svg" width="25px"/>
</div>
</footer>
<script src="script/jquery.slim.min.js"></script>
<script src="script/click.js"></script>
<script src="script/controlPixelRatio.js"></script>
<script src="script/titleTemplate.js"></script>
<script src="script/nagvigator.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+"
crossorigin="anonymous"></script>
</body>
</html>