-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-1.aspx
234 lines (222 loc) · 12.6 KB
/
resume-1.aspx
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="resume-1.aspx.cs" Inherits="resume_1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta charset="utf-8"><!--採用utf-8格式-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><!--響應式-->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+TC|Open+Sans&diaplay=swap" rel="stylesheet"><!--google font引用-->
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC" rel="stylesheet"><!--google font引用-->
<link rel="stylesheet" href="css/resume-1.css"><!--自己寫的外部css檔案-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/f5d6a93022.js" crossorigin="anonymous"></script><!--font awesome icon的引用-->
<title>農夫日誌</title><!--網站標籤上的名子-->
</head>
<body>
<form id="form1" runat="server">
<header>
<div class="container"><!--兩邊留白,讓內容都集中在中間-->
<!--導覽列-->
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.aspx">
<img src="pictures/index/logo.gif">
</a>
<!--畫面螢幕縮小時將導覽列上的文字變成按鈕-->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!--導覽按鈕按下去後下方長形選單-->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-shopping-bag"></i>購買專區</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resume-1.aspx" style="text-decoration: underline;
color: #f05f5c;"><i class="far fa-file"></i>農夫日誌</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="fas fa-question"></i>常見問題</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#"><i class="far fa-user"></i>關於我們</a>
</li>
<!--<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Dropdown
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>-->
</ul>
<!--右邊登入按鈕-->
<form class="form-inline my-2 my-lg-0">
<button class="btn my-2 my-sm-0" type="submit"><a href="login.aspx">登入</a></button>
</form>
</div>
</nav>
</div>
</header>
<hr style="width: 90%; height: 1px; border: none; background-color: #282828">
<section id='intro'>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="pictures/resume/01.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="pictures/resume/02.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="pictures/resume/03.jpg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--<div class="jumbotron">大型面板
<div class='container'>
<div class="row">
<div class="col-md-12">
<h1>農夫日誌</h1>
<p class="lead">小標題</p>
<a class="btn btn-lg" href="#" role="button">按鈕</a>
</div>
</div>
</div>
</div>-->
</section>
<hr style="width: 90%; height: 1px; border: none; background-color: #282828">
<section id="second">
<div class="container">
<div>
<div class="col-md-8 offset-md-2">
<h3 class="text-center">農夫日誌</h3>
<div class="">
<div class="row">
<div class="col-md-4 text-center"><!--圖片置中text-center-->
<img src="pictures/resume/bee_logo.jpg">
<h5>蜂蜜先生</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 68px;font-weight: bold;">一份傳承 + 一分創新<br>用心打造、堅持在地生產的國產蜂蜜品牌</p>
<p><i class="fas fa-phone-alt"></i>電話:+886-3-5868530</p>
<p><i class="fas fa-map-marker-alt"></i>地址:新竹縣關西鎮石光里石岡子167號</p>
<a class="btn btn-lg" href="f_bee.html" role="button">了解更多</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img src="pictures/people/ta.JPG">
<h5>呂清浪</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 48px;font-weight: bold;">砂糖橘</p>
<p>新竹 砂糖橘,小小一顆 甜度超高,酸甜又多汁</p>
<a class="btn btn-lg" href="f_tang.html" role="button">了解更多</a>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img src="pictures/people/orange.jpg">
<h5>陳建逢</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 48px;font-weight: bold;">柳丁</p>
<p>新竹 甜蜜柳丁,天然無農藥,採友善種植法</p>
<a class="btn btn-lg" href="f_orange.html" role="button">了解更多</a>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img src="pictures/people/雞蛋.jpg">
<h5>劉邦棠</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 48px;font-weight: bold;">土雞蛋</p>
<p>田園放養雞 健康美味</p>
<a class="btn btn-lg" href="f_egg.html" role="button">了解更多</a>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img src="pictures/people/fire.JPG">
<h5>屠美芳</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 48px;font-weight: bold;">火龍果</p>
<p>火龍果 新竹產【紅肉】保證甜</p>
<a class="btn btn-lg" href="f_fire.html" role="button">了解更多</a>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img src="pictures/people/grass.jfif">
<h5>裕大仙草</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 48px;font-weight: bold;">來自仙草的故鄉 - 關西</p>
<p><i class="fas fa-phone-alt"></i>電話:03-587-2511</p>
<p><i class="fas fa-map-marker-alt"></i>地址:新竹縣關西鎮中豐路一段222巷13號</p>
<a class="btn btn-lg" href="f_grass.html" role="button">了解更多</a>
</div>
</div>
<div class="row">
<div class="col-md-4 text-center">
<img src="pictures/people/茂谷柑.jpg">
<h5>張金良</h5>
</div>
<div class="col-md-8 text-left">
<p style="margin-top: 48px;font-weight: bold;">茂谷柑</p>
<p>結合日本科技與台灣農業的精華才能誕生新竹享譽全國的茂古柑</p>
<a class="btn btn-lg" href="f_maogu.html" role="button">了解更多</a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<nav aria-label="Page navigation example">
<ul class="pagination justify-content-center">
<li class="page-item">
<a class="page-link" href="#" aria-label="Previous">
<span aria-hidden="true">«</span>
</a>
</li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item">
<a class="page-link" href="#" aria-label="Next">
<span aria-hidden="true">»</span>
</a>
</li>
</ul>
</nav>
</footer>
</form>
</body>
</html>