-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (185 loc) · 7.12 KB
/
Copy pathindex.html
File metadata and controls
205 lines (185 loc) · 7.12 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ForBloodB | Personal Workstation</title>
<meta
name="description"
content="A pixel-inspired personal homepage styled like an early GUI desktop."
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=VT323&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body class="is-booting">
<div class="boot-screen" aria-hidden="true">
<div class="boot-window">
<p class="boot-title">PERSONAL PROFILE</p>
<p class="boot-copy">Loading...</p>
<div class="boot-bar">
<span class="boot-bar-fill"></span>
</div>
</div>
</div>
<div class="desktop">
<main class="window-shell">
<section class="gui-window" aria-labelledby="window-title">
<header class="title-bar">
<div class="title-bar-text">
<span class="window-app-dot" aria-hidden="true"></span>
<span id="window-title">MAIN WINDOW</span>
</div>
<div class="title-bar-buttons" aria-hidden="true">
<span></span>
<span></span>
<span></span>
</div>
</header>
<div class="window-body">
<section class="overview-panel">
<div class="panel-heading">PERSONAL INFO</div>
<!-- EDIT: Replace this block with your real personal information. -->
<h1>ForBloodB</h1>
<p class="role-line">FPGA / EDA Researcher</p>
<p class="intro-copy">
Researcher in FPGA and EDA, focused on efficient computing
systems and practical design methodology exploration.
</p>
<dl class="info-grid">
<!-- EDIT: Replace the values below with your real details. -->
<div class="info-row">
<dt>Focus On</dt>
<dd>FPGA acceleration, EDA algorithm, and RISC-V research</dd>
</div>
<div class="info-row">
<dt>Location</dt>
<dd>Beijing, China</dd>
</div>
<div class="info-row">
<dt>Email</dt>
<dd>zhangjingbofpga@gmail.com</dd>
</div>
</dl>
</section>
<aside class="avatar-panel" aria-label="GitHub profile snapshot">
<div class="panel-heading">PROFILE</div>
<!-- EDIT: If your GitHub username is different, replace the image src and username text. -->
<div class="avatar-frame">
<img
src="https://github.com/ForBloodB.png?size=160"
alt="GitHub avatar for ForBloodB"
width="160"
height="160"
/>
</div>
<p class="avatar-caption">GITHUB AVATAR</p>
<p class="avatar-username">
<a
class="avatar-link"
href="https://github.com/ForBloodB"
target="_blank"
rel="noreferrer"
>@ForBloodB</a
>
</p>
<div class="current-work-panel">
<div class="panel-heading">CURRENT WORK</div>
<p class="current-work-text">
Security Core for RISC-V
</p>
</div>
</aside>
<div class="bottom-grid">
<section class="bottom-panel papers-panel" aria-labelledby="papers-title">
<div class="panel-heading">PAPERS</div>
<!-- <h2 id="papers-title">Working Papers</h2> -->
<div class="record-list">
<!-- EDIT: Replace these placeholders with your papers or preprints. -->
<article class="record-item">
<div class="record-year">01</div>
<div class="record-copy">
<h3>Dummy</h3>
<p>Dummy</p>
</div>
</article>
<article class="record-item">
<div class="record-year">02</div>
<div class="record-copy">
<h3>Dummy</h3>
<p>Dummy</p>
</div>
</article>
<article class="record-item">
<div class="record-year">03</div>
<div class="record-copy">
<h3>Dummy</h3>
<p>Dummy</p>
</div>
</article>
</div>
</section>
<section class="bottom-panel awards-panel" aria-labelledby="awards-title">
<div class="panel-heading">AWARDS</div>
<!-- <h2 id="awards-title">Awards</h2> -->
<div class="record-list">
<!-- EDIT: Replace these placeholders with your actual awards. -->
<article class="record-item">
<div class="record-year">2025</div>
<div class="record-copy">
<h3>Award</h3>
<p>Dummy</p>
</div>
</article>
<article class="record-item">
<div class="record-year">2024</div>
<div class="record-copy">
<h3>Award</h3>
<p>Dummy</p>
</div>
</article>
<article class="record-item">
<div class="record-year">2023</div>
<div class="record-copy">
<h3>Award</h3>
<p>Dummy</p>
</div>
</article>
</div>
</section>
</div>
</div>
</section>
</main>
<footer class="taskbar">
<div class="taskbar-left">
<div class="start-button">
<span class="start-badge" aria-hidden="true"></span>
<span>START</span>
</div>
<div class="quick-launch" aria-hidden="true">
<span class="quick-icon"></span>
<span class="quick-icon"></span>
<span class="quick-icon"></span>
</div>
</div>
<div class="taskbar-center">
<div class="task-button is-active">MAIN WINDOW.EXE</div>
</div>
<div class="taskbar-right">
<div class="tray-icons" aria-hidden="true">
<span class="tray-icon"></span>
<span class="tray-icon"></span>
<span class="tray-icon"></span>
</div>
<div class="task-clock" data-clock>00:00</div>
</div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>