-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
67 lines (59 loc) · 2.68 KB
/
other.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="js/header.js?v=20210423"></script>
<title>李柏松个人主页</title>
</head>
<body>
<section>
<div>
<a href="index.html">
<div class="logo">
<img class="logoimg" src="./images/logo.png" alt="">
</div>
</a>
</div>
<h1>我是李柏松</h1>
<p>
我是一名工程师,现从事电机控制算法的开发,工作上大部分时间都是跟电机打交道,如果对我的工作感兴趣,可以查看<a href="project.html">我的项目</a>。工作之外,我会开发一些其他的软件,也会写文章和故事。我现在在上海,<a href="young.html">Young</a>是我的好朋友。
</p>
<div class="subtitle">
<ul>
<li class="sub_off"><a href="index.html">简介</a></li>
<li class="sub_off"><a href="project.html">项目</a></li>
<li class="sub_on"><a href="other.html">其它</a></li>
</ul>
</div>
<!-- 变形金刚的故事 -->
<!-- <div class="interval_u20px"></div>
<div class="sub_item_list" onclick="window.open('items/item_20210620_storyoftransformer.html','_self')">
<a href="items/item_20210620_storyoftransformer.html"><h1 class="item_title">变形金刚的故事</h1></a>
<div class="item_time">
创建于2021-6-20<br>
作于2021-6-20,原创
</div>
<div class="item_intro">
<p>中午给表弟打了个电话,一开口,我就说,“表弟,给你道个歉”。电话那头,表弟一头雾水……</p>
</div>
</div>
<div class="interval_d20px"></div> -->
<!-- 三皮探姑 -->
<div class="interval_u20px"></div>
<div class="sub_item_list" onclick="window.open('items/item_20210227_springfestivalstory.html','_self')">
<a href="items/item_20210227_springfestivalstory.html"><h1 class="item_title">三皮探姑</h1></a>
<div class="item_time">
创建于2021-2-27<br>
作于2021-2-11,原创
</div>
<div class="item_intro">
<p>年三十,包饺子,聊家常,忆趣事。特写短文一篇,逗家人一笑。</p>
</div>
</div>
<div class="interval_d20px"></div>
<script src="js/footer.js?v=20210423"></script>
</section>
</body>
</html>