Skip to content

Commit 8bdd8af

Browse files
committed
Site updated: 2024-11-16 13:39:43
1 parent 901d39f commit 8bdd8af

38 files changed

+164
-5777
lines changed

about/index.html

+2-168
Original file line numberDiff line numberDiff line change
@@ -94,168 +94,8 @@
9494

9595
<body>
9696
<div id="loader">
97-
98-
<div class="loader_show">
99-
100-
<!-- This is a recreation of the SVG animation that can be found on Wokine.com -->
101-
102-
<div class="hello-parent">
103-
<svg class="hello-word" width="365" height="365" viewBox="0 0 365 365">
104-
<g id="H-letter">
105-
<line
106-
class="H-left-stroke"
107-
x1="17"
108-
y1="0"
109-
x2="17"
110-
y2="124"
111-
stroke="#000"
112-
fill="none"
113-
stroke-width="34"
114-
/>
115-
<line
116-
class="H-mid-stroke"
117-
x1="33"
118-
y1="62"
119-
x2="68"
120-
y2="62"
121-
stroke="#000"
122-
fill="none"
123-
stroke-width="34"
124-
/>
125-
<line
126-
class="H-right-stroke"
127-
x1="84"
128-
y1="0"
129-
x2="84"
130-
y2="124"
131-
stroke="#000"
132-
fill="none"
133-
stroke-width="34"
134-
/>
135-
</g>
136-
137-
<g id="E-letter">
138-
<line
139-
class="E-left-stroke"
140-
x1="138"
141-
y1="0"
142-
x2="138"
143-
y2="124"
144-
stroke="#000"
145-
fill="none"
146-
stroke-width="34"
147-
/>
148-
<line
149-
class="E-top-stroke"
150-
x1="154"
151-
y1="17"
152-
x2="201"
153-
y2="17"
154-
stroke="#000"
155-
fill="none"
156-
stroke-width="34"
157-
/>
158-
<line
159-
class="E-mid-stroke"
160-
x1="154"
161-
y1="62"
162-
x2="196"
163-
y2="62"
164-
stroke="#000"
165-
fill="none"
166-
stroke-width="34"
167-
/>
168-
<line
169-
class="E-bottom-stroke"
170-
x1="154"
171-
y1="107"
172-
x2="201"
173-
y2="107"
174-
stroke="#000"
175-
fill="none"
176-
stroke-width="34"
177-
/>
178-
</g>
179-
180-
<g id="L-one-letter">
181-
<line
182-
class="L-one-long-stroke"
183-
x1="17"
184-
y1="153"
185-
x2="17"
186-
y2="277"
187-
stroke="#000"
188-
fill="none"
189-
stroke-width="34"
190-
/>
191-
<line
192-
class="L-one-short-stroke"
193-
x1="33"
194-
y1="260"
195-
x2="77"
196-
y2="260"
197-
stroke="#000"
198-
fill="none"
199-
stroke-width="34"
200-
/>
201-
</g>
202-
203-
<g id="L-two-letter">
204-
<line
205-
class="L-two-long-stroke"
206-
x1="104"
207-
y1="153"
208-
x2="104"
209-
y2="277"
210-
stroke="#000"
211-
fill="none"
212-
stroke-width="34"
213-
/>
214-
<line
215-
class="L-two-short-stroke"
216-
x1="120"
217-
y1="260"
218-
x2="164"
219-
y2="260"
220-
stroke="#000"
221-
fill="none"
222-
stroke-width="34"
223-
/>
224-
</g>
225-
226-
<g id="O-letter">
227-
<circle
228-
class="O-stroke"
229-
cx="231"
230-
cy="215"
231-
r="48"
232-
stroke="#000"
233-
fill="none"
234-
stroke-width="31"
235-
/>
236-
</g>
237-
238-
<g id="red-dot">
239-
<!-- Initially I tried creating a circle but it was harder to manipulate it how I wanted to in CSS so I resorted to using a line trick to make it look like a circle ....
240-
241-
<circle class="red-dot" cx="325" cy="260" r="20" fill="#FF5851" stroke="none" />
242-
243-
-->
244-
245-
<line
246-
x1="325"
247-
y1="260"
248-
x2="325"
249-
y2="260"
250-
stroke="#a7a7a7"
251-
class="red-dot"
252-
/>
253-
</g>
254-
</svg>
255-
256-
</div>
257-
</div>
258-
<div class="loader_show_cover"></div>
97+
<div class="loader_show">Loading...</div>
98+
<div class="loader_show_cover"></div>
25999
</div>
260100

261101
<div id="app" tabindex="-1">
@@ -269,8 +109,6 @@
269109

270110
<div class="navbar__menus">
271111

272-
<a href="/vela/" class="navbar-menu button">Vela App</a>
273-
274112
<a href="/archives/" class="navbar-menu button">归档</a>
275113

276114
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://www.travellings.cn/go.html" class="navbar-menu button">开往</a>
@@ -288,8 +126,6 @@
288126
<a class="dropdown-icon button" id="btn-dropdown" tabindex="0"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width='24' height='24' fill="none" stroke="currentColor" stroke-width="0.7" stroke-linecap="round" stroke-linejoin="round"><path fill="currentColor" d="M3.314,4.8h13.372c0.41,0,0.743-0.333,0.743-0.743c0-0.41-0.333-0.743-0.743-0.743H3.314c-0.41,0-0.743,0.333-0.743,0.743C2.571,4.467,2.904,4.8,3.314,4.8z M16.686,15.2H3.314c-0.41,0-0.743,0.333-0.743,0.743s0.333,0.743,0.743,0.743h13.372c0.41,0,0.743-0.333,0.743-0.743S17.096,15.2,16.686,15.2z M16.686,9.257H3.314c-0.41,0-0.743,0.333-0.743,0.743s0.333,0.743,0.743,0.743h13.372c0.41,0,0.743-0.333,0.743-0.743S17.096,9.257,16.686,9.257z"></path></svg></a>
289127
<div class="dropdown-menus" id="dropdown-menus">
290128

291-
<a href="/vela/" class="dropdown-menu button">Vela App</a>
292-
293129
<a href="/archives/" class="dropdown-menu button">归档</a>
294130

295131
<a target="_blank" rel="noopener external nofollow noreferrer" href="https://www.travellings.cn/go.html" class="dropdown-menu button">开往</a>
@@ -457,8 +293,6 @@ <h1 class="post-title__text">About</h1>
457293

458294

459295

460-
461-
462296

463297
<!-- hexo injector body_end start --><script data-pjax>function history_calendar_injector_config(){
464298
var parent_div_git = document.getElementsByClassName('sticky_layout')[0];

0 commit comments

Comments
 (0)