-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (69 loc) · 2.83 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
---
title: 主页
description:
image: /images/bgi/home.jpg
bottom_image: /images/bgi/home_2.jpg
---
<span id="top"></span>
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h1 class="editable">Welcome to pandaBlog</h1>
<p class="subtext editable">这里会记录一些日常趣事和项目历程.</p>
<div class="cta button alt">
<a href="/cat/">欸 嘿</a>
</div>
</div>
</div>
<div class="learn-more">
<a href="#learn-more">Learn more <span class="arrow">▼</span></a>
</div>
</section>
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">关于这个网站</h2>
<p class="editable">欢迎来到这里!<br>初衷当然是用来记录生活和工作日志的啦. <br>虽然有其他社交平台可以干这件事, 但是作为一个CSE学生还是更想要自己搭一个网站自己管理. <br>而且博客网站这种东西需要别人主动输网址之后才能查看到里面的内容, 所以一些在其他社交平台不适合发布的东西可以塞在这里(比如专业相关的).</p>
<p class="editable">通过顶部/底部导航栏可以切换栏目! </p>
<div class="button" style="margin: 20px;">
<a href="/intro/">介绍详情页</a>
</div>
</div>
<div class="image">
<img class="editable" src="https://s1.ax1x.com/2023/03/12/ppMBVET.jpg" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">关于移动端界面</h2>
<p class="editable">右上角菜单按钮无法触发的bug已经于2023/4/24修复完毕!<br>不过移动端的图片排版不是很好看(特别是你现在正在看的这一部分)<br>建议在PC端访问以获得最佳访问体验喔!</p>
</div>
<div class="image">
<img class="editable" src="https://s1.ax1x.com/2023/03/12/ppMYFRP.jpg" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">最近在干什么...</h2>
<p class="editable">准备秋招中.....(图文无关)</p>
</div>
<div class="image">
<img class="editable" src="https://s1.ax1x.com/2023/06/12/pCZRhLj.png" alt="Screenshot" />
</div>
</div>
</section>
<section class="hero" style="background-image: url({% include relative-src.html src=page.bottom_image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h2 class="editable">更多内容开发中...</h2>
<p class="subtext editable">Ad astra abysossque.</p>
<div class="cta button alt"><a href="#top">回到顶部</a></div>
</div>
</div>
</section>
</div>