-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (103 loc) · 4.18 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Fish's Garden鱼花园</title>
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:300|Open+Sans:700" />
<link rel="stylesheet" href="css/FishGarden.css" />
<style type = "text/css">
body
{
background-image: url('img/bg.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: bottom right;
}
banner
{
border: medium double rgb(250,0,255);
position:fixed;
width:200px;
height:200px;
left:5%;
top:5px;
overflow:hidden;
}
/*MAIN CONTENT*/
.page
{
max-width:1080px;
}
</style>
</head>
<body>
<div class="page">
<!-- ==== START MASTHEAD ==== -->
<header class="masthead" role="banner">
<p class="logo"><a href="/"><img src="img/logo.png" alt="Fish Garden" /></a></p>
<p class = "logotext">欢迎来到鱼の游园会</p>
<ul class="social-sites">
<li><a href="http://www.facebook.com"><span data-icon="0xe801" aria-hidden="true"></span></a></li>
<li><a href="http://www.twitter.com"></a></li>
<li><a href="http://www.flickr.com"></a></li>
</ul>
<nav role="navigation">
<ul class="nav-main">
<li><a href="index.html" class="current-page">Home</a></li>
<li><a href="homework.html">Homework</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- end masthead -->
<div class="container clearfix">
<!-- ==== START MAIN ==== -->
<main role="main">
<section class="post">
<h1 class = "articletitle"><a href = "blog01.html">对Web前端课的一些小期待</a></h1>
<img src="img/blog01.jpg" alt="" class="post-photo-full" />
<div class="post-blurb">
<p>作为女生,总是对于设计类的东西有很大的兴趣。也很喜欢软软萌萌感觉的个人主页。不过这次的个人主页尝试了极简风呢~希望助教喜欢这样的风格<s>(我才不承认是因为时间不够了呢~)</s>主色调采用了绿色,希望能给炎热的夏日带来一阵breeze,就像是抹茶冰激凌一样清新爽口~所谓个人主页就是要展现个人的风格吧~所以我也用了很多软萌的图片哟O(∩_∩)O,并且特别感谢猿先生在我写作业期间的陪伴哟~ … <a href="blog01.html" class="more">Read More</a></p>
</div>
<footer class="footer">
<p class="post-footer">Posted in <a href="http://info.tsinghua.edu.cn/">Tsinghua University,</a> <time datetime="2015-07-07T21:00" class="pubdate">July 07, 2015 at 21:00</time></p>
</footer>
</section>
<nav role="navigation">
<ol class="pagination">
<li>1 …</</li>
<li><a href="#" class="more">Next</a></li>
</ol>
</nav>
</main>
<!-- end main -->
<!-- ==== START SIDEBAR ==== -->
<div class="sidebar">
<article class="about">
<h2>About Me</h2>
<img src="img/about.jpg" alt="" />
<p>张育萌。软件31班。喜欢所有美好的事(食)物。流在血管里50%的血液是冷的。轻微外貌协会,无关乎感情,只关乎美感,最近有些沉迷换装游戏。近日喜欢的一句话是,"Brain is good.Hope everyone had one."想要成为一枚棒棒哒程序媛。</p>
</article>
<aside class="mod">
<h2>Recently Liked</h2>
<ul class="links">
<li><a href="http://www.webtoons.com/zh-hans/thriller/tales-of-the-unusual/list?title_no=296" class="more">奇奇怪怪的漫畫</a></li>
<li><a href="http://www.bilibili.com/" class="more">BiliBili~乾杯</a></li>
<li><a href="http://learn.tsinghua.edu.cn/" class="more">Tsinghua網絡學堂</a></li>
</ul>
</aside>
</div>
<!-- end sidebar -->
</div>
<!-- end container -->
<!-- ==== START PAGE FOOTER ==== -->
<footer role="contentinfo" class="footer">
<p class="legal"><small>© 2015 Fish's Garden. All Rights Reserved.</small></p>
</footer>
<!-- end page footer -->
</div> <!-- end page -->
</body>
</html>