-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
70 lines (65 loc) · 3.24 KB
/
blog.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
<!DOCTYPE HTML>
<html>
<head>
<title>Blog</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div class="wrap">
<div class="header-right">
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="" /> </a>
</div>
<div class="menu">
<ul class="nav">
<li><a href="Home.html">学习生活</a></li>
<li ><a href="artists.html">惬意时光</a></li>
<li class="active"><a href="blog.html">家乡特产</a></li>
<li><a href="index.html">Back</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
<div class="header-left">
<div class="main" style="margin-top: 0">
<div class="blog">
<div class="grid">
<h4><a>东台西瓜节启动仪式</a></h4>
<h5>January 3rd, 2013 , Posted by <a href="index.html">dontai</a></h5>
<div class="blog-para">
<p><a href="images/pic5.jpg" rel="lightbox"><img src="images/pic5.jpg" alt=""></a>"东台西瓜获得无公害认证和国家绿色食品标志。东台西瓜先后荣获中国地理标志商标、中国名牌农产品和"2014江苏农产品和地理标志商标20强"等称号。 东台西瓜连年在全国西甜瓜擂台赛上获奖,在2015年全国西甜瓜擂台赛中,东台玉菇甜瓜在全国各地300多位选手选送的西、甜瓜品种中脱颖而出,获得甜瓜综合组冠军。"</p>
<div class="readmore">
</div>
</div>
<div class="clear"></div>
</div>
<div class="grid">
<h4><a>辛勤的瓜农</a></h4>
<h5>January 3rd, 2013 , Posted by <a href="index.html">dongtai</a></h5>
<div class="blog-para">
<p><a href="images/pic2.jpg" rel="lightbox"><img src="images/pic6.jpg" alt=""></a>"东台西瓜产区充分利用优越的生态环境,从采用简易的竹架大棚设施到21世纪的钢架大棚、智能温室,发展保护地栽培,配套电热线加温育苗,实行春秋两季生产,为西瓜产品提前、延后和补淡上市创造了条件;通过推广应用无公害生产技术规程,对西瓜的整枝压蔓、人工授粉、疏果留果、合理施肥等群体调节技术以及防病治虫、抗旱补水等田间管理更加科学规范,使产量、质量、效益显著提高。亩产量近4000Kg,亩收入高的近万元。"
</div>
</div>
<div class="clear"></div>
</div>
<div class="grid">
<h4><a>甜甜的大西瓜</a></h4>
<h5>January 3rd, 2013 , Posted by <a href="index.html">dontai</a></h5>
<div class="blog-para">
<p><a href="images/pic3.jpg" rel="lightbox"><img src="images/pic7.jpg" alt=""></a>""东台西瓜"供应市场的大部分为小果型西瓜,一般单重为1.5~2.0KG,有晶黄果肉和鲜红瓜瓤两种类型,种子特小,外皮淡绿青色条纹。
晶黄果肉型"东台西瓜":分特小凤、特小兰等品种,口感细腻、多汁,是消暑解渴佳品。
鲜红瓜瓤型"东台西瓜":一般品种为早春红玉品种,糖度高、纤维少,更以其甘甜多汁、营养丰富。"</p>
<div class="readmore">
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</body>
</html>