-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoodie-cn.html
More file actions
70 lines (65 loc) · 2.91 KB
/
foodie-cn.html
File metadata and controls
70 lines (65 loc) · 2.91 KB
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
<!DOCTYPE html>
<html lang=zh-cmn-Hans>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="个人主页:吃货创客">
<meta name="author" content="张栩佳">
<meta name="keywords" content="食物, 美食, 大学生活, 创客">
<title>吃货创客 | 吃货</title>
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<header>
<div class="box">
<div id="branding">
<h1>吃货创客</h1>
</div>
<nav>
<ul>
<li><a href="index-en.html">English</a></li>
<li><a href="index-cn.html">主页</a></li>
<li><a href="about-cn.html">关于</a></li>
<li class="current"><a href="foodie-cn.html">吃货</a></li>
<li><a href="maker-cn.html">创客</a></li>
</ul>
</nav>
</div>
</header>
<section class="main">
<div class="box">
<article id="main-col">
<h1 class="page-title">我的美食</h1>
<ul id="foodie">
<li>
<h3>豆沙包</h3>
<h4>2018.2.13</h4>
<div class = "summary">
<p>二十八,发一发,一个人在外过年,总是想要一点仪式感,即使那天期中考试和实习面试同时轰炸,我还是包了可爱的小兔子豆沙包,红豆的鼻子,枸杞的眼睛,同学们说很好吃呢!</p></div>
<div class = "pic"> <img src="red bean buns.JPG" height = "300" width ="300"/> </div>
</li><br>
<li>
<h3>响油蒜香秋葵</h3>
<h4>2018.2.6</h4>
<div class = "summary">
<p>谁不想给这种黏黏的秋葵来个新吃法?看了一堆菜谱找灵感之后,我便开始造菜啦!开水焯后,切开摆盘,蒜末炝锅,下酱油蚝油沸一下,淋在秋葵上,最后浇上滚烫的花椒油,齐活!就连我平时最不喜欢吃蔬菜的室友都说好吃呢!
</p></div>
<div class = "pic"> <img src="okra.JPG" height = "300" width ="300"/> </div>
</li><br>
<li>
<h3>菠萝忍者</h3>
<h4>2018.1.27</h4>
<div class = "summary">
<p>总是看着街边的小贩削菠萝很神奇,这次终于有机会实践一下了。打皮后,拿着小刀旋转的一个个沿着切下来,真的正儿八经是个技术活呢。
</p></div>
<div class = "pic"> <img src="pineapple.JPG" height = "300" width ="300"/> </div>
</li><br>
</ul>
</article>
</div>
</section>
<footer>
<p>吃货创客(张栩佳), 版权所有 © 2018</p>
</footer>
</body>
</html>