-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
143 lines (139 loc) · 5.5 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>林光俊个人主页</title>
<link href="favicon.ico" type="image/x-icon" rel="icon">
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
body {
font-family: 微软雅黑;
}
.sb{
padding: 0 4px;
border-radius: 8px;
height: 16px;
line-height: 1;
display: table-cell;
text-align: center;
vertical-align: middle;
font-size: 13px;
background-color: #f44;
color: #fff;
margin: 11px;
}
.sb2{
padding: 0 8px;
border-radius: 16px;
height: 32px;
line-height: 32px;
font-size: 26px;
background-color: #f44;
color: #fff;
margin: 11px;
display: inline-block;
}
.sb3{
padding: 0 8px;
border-radius: 16px;
height: 32px;
line-height: 32px;
font-size: 26px;
background-color: #f44;
color: #fff;
display: inline-block;
transform: scale(0.5);
}
.s1{
padding: 0 4px;
border-radius: 8px;
height: 16px;
text-align: center;
line-height: 16px;
font-size: 13px;
background-color: #f44;
color: #fff;
margin: 11px;
display: inline-block;
}
.s2{
border-radius: 8px;
padding: 8px 4px;
line-height: 0;
text-align: center;
font-size: 13px;
background-color: #f44;
color: #fff;
margin: 11px;
display: inline-block;
}
</style>
</head>
<body>
<div class='sb'>打开</div>
<div class='sb2'>打开二</div>
<div class='s1'>首</div>
<div class='s2'>
零
</div>
<div>
<div class='sb3'>打开三</div>
<span>sdf</span>
</div>
<div style="display: none;">
<header>
<h1 style="font-family:微软雅黑;">林光俊</h1>
<p style="font-family:微软雅黑;">生活不止眼前的苟且,还有诗和远方的田野</p>
</header>
<div id="banner">
<span id="logo"></span>
<a href="https://github.com/shoung6" class="button fork"><strong>我的GitHub</strong></a>
<a href="Demo/Demo列表/index.html" class="button demo"><strong>Demo</strong></a>
</div>
<!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h3>联系我</h3>
<p>电话:15867605312
<br> Q Q:364918589
<br> 邮箱:[email protected] [email protected]
</p>
<h3>关于我</h3>
<p>性别:男 年龄:第四年18了 籍贯:浙江台州 学历:本科
<br> 阳光向上,平时喜欢折腾手机电脑,刷机刷坏过一部手机。。。
<br> 关注互联网、科技行业,也喜欢看一些没软用的政治、文化、历史的东西。
<br> 大二获江西省大学生电子专题设计竞赛一等奖。
</p>
<h3>前端技能</h3>
<p>精通HTML、CSS、JS、Angular、React、Vue等单词的拼写和发音。咳咳。。。^_^
<br> 熟练掌握HTML、CSS。
<br> 能用JQuery、AJAX写页面逻辑、特效,理解JS闭包,原型链等概念。
<br> 了解Bootstrap、Vue。
<br> 关注前端行业动态,对技术有探索欲望。
<br> 自学能力强,善于用搜索引擎解决问题。
</p>
<h3>项目经验</h3>
<p>PC端电商刷单平台商家中心,管理后台。
<br>移动端分享推广页面。
<br>淘宝高级模板(用PHP,XML,HTML,CSS结合淘宝SDK写的可编辑店铺模板)
</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></small></p>
</footer>
</div>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script src="javascripts/jquery-1.12.3.min.js"></script>
<script src="javascripts/main.js"></script>
</body>
</html>