-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_3.html
213 lines (196 loc) · 7.91 KB
/
index_3.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
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
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>廖祐呈講師個人網頁</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Noto Sans TC', sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f5f5f5;
color: #333;
}
header {
background-color: #3498db;
color: #fff;
text-align: center;
padding: 2rem;
}
.profile-image {
width: 200px;
height: 200px;
border-radius: 50%;
margin: 0 auto 1rem;
display: block;
object-fit: cover;
border: 4px solid #fff;
}
nav {
background-color: #2980b9;
padding: 0.5rem;
}
nav ul {
list-style-type: none;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
nav ul li {
margin: 5px 10px;
}
nav ul li a {
color: #fff;
text-decoration: none;
padding: 5px 10px;
border-radius: 5px;
transition: background-color 0.3s;
}
nav ul li a:hover {
background-color: #1abc9c;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
border-radius: 10px;
margin-top: 20px;
}
.section {
margin-bottom: 30px;
padding: 20px;
background-color: #ecf0f1;
border-radius: 5px;
}
h2 {
color: #2c3e50;
border-bottom: 2px solid #3498db;
padding-bottom: 10px;
}
ul {
padding-left: 20px;
}
form {
margin-top: 20px;
}
input[type="text"], input[type="email"], textarea, select {
width: 100%;
padding: 8px;
margin: 8px 0;
display: inline-block;
border: 1px solid #bdc3c7;
border-radius: 4px;
box-sizing: border-box;
}
input[type="submit"] {
width: 100%;
background-color: #2ecc71;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: #27ae60;
}
</style>
</head>
<body>
<header>
<img src="profile-image.jpg" alt="廖祐呈講師照片" class="profile-image">
<h1>廖祐呈講師</h1>
<p>專注領導力培訓 | 引導+教練</p>
</header>
<nav>
<ul>
<li><a href="#intro">個人介紹</a></li>
<li><a href="#courses">課程介紹</a></li>
<li><a href="#booking">預約課程</a></li>
<li><a href="#oneonone">預約1:1</a></li>
<li><a href="#onlinecourses">購買線上課程</a></li>
<li><a href="#contact">連絡信箱</a></li>
<li><a href="#testimonials">學員見證</a></li>
</ul>
</nav>
<div class="container">
<section id="intro" class="section">
<h2>個人介紹</h2>
<p>廖祐呈,1973年生於台灣,畢業於台灣政治大學MBA及台灣交通大學土木系。富士康特邀講師及多家培訓機構高級講師,擁有豐富的咨询及培訓經驗,專注於領導力培訓和教練技術。</p>
</section>
<section id="courses" class="section">
<h2>課程介紹</h2>
<p>以下是廖祐呈講師的核心課程,旨在提升領導力及團隊協作效率:</p>
<ul>
<li><strong>情緒與壓力管理暨領袖心態:</strong>該課程包含情緒的起源、負責任心態的建立、正向心態的建立等模組,幫助學員管理壓力並培養領導心態。</li>
<li><strong>教練式團隊建設與協作:</strong>透過團隊協作的五大障礙與對策、建立團隊信任氛圍等內容,強化團隊合作與溝通技巧。</li>
<li><strong>教練式部屬培育與輔導:</strong>探討如何有效地培育與輔導部屬,包括個別培育部屬方法技巧和集中培育部屬方法技巧,以提升部屬的績效。</li>
</ul>
</section>
<section id="booking" class="section">
<h2>預約課程</h2>
<form action="submit_booking.php" method="post">
<label for="name">姓名:</label>
<input type="text" id="name" name="name" placeholder="您的名字">
<label for="email">電子郵件:</label>
<input type="email" id="email" name="email" placeholder="您的電子郵件地址">
<label for="course">選擇課程:</label>
<select id="course" name="course">
<option value="emotional-management">情緒與壓力管理暨領袖心態</option>
<option value="team-building">教練式團隊建設與協作</option>
<option value="staff-training">教練式部屬培育與輔導</option>
</select>
<input type="submit" value="提交">
</form>
</section>
<section id="oneonone" class="section">
<h2>預約1:1</h2>
<form action="submit_oneonone.php" method="post">
<label for="name">姓名:</label>
<input type="text" id="name" name="name" placeholder="您的名字">
<label for="email">電子郵件:</label>
<input type="email" id="email" name="email" placeholder="您的電子郵件地址">
<input type="submit" value="提交">
</form>
</section>
<section id="onlinecourses" class="section">
<h2>購買線上課程</h2>
<form action="submit_onlinecourse.php" method="post">
<label for="courses">選擇線上課程:</label>
<select id="courses" name="courses">
<option value="emotional-management-online">情緒與壓力管理暨領袖心態(線上)</option>
<option value="team-building-online">教練式團隊建設與協作(線上)</option>
<option value="staff-training-online">教練式部屬培育與輔導(線上)</option>
</select>
<input type="submit" value="購買">
</form>
</section>
<section id="contact" class="section">
<h2>連絡信箱</h2>
<form action="submit_contact.php" method="post">
<label for="name">姓名:</label>
<input type="text" id="name" name="name" placeholder="您的名字">
<label for="email">電子郵件:</label>
<input type="email" id="email" name="email" placeholder="您的電子郵件地址">
<label for="message">訊息:</label>
<textarea id="message" name="message" placeholder="寫下您的訊息..." style="height:200px"></textarea>
<input type="submit" value="發送">
</form>
</section>
<section id="testimonials" class="section">
<h2>學員見證</h2>
<p>老師是我生命的貴人,改變了我的一生。</p>
<p>從老師這裡學到了要玩真的,生命才有出路</p>
<p>老師的課程實用有趣</p>
</section>
</div>
</body>
</html>