-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcandidate02.html
More file actions
304 lines (253 loc) · 15.9 KB
/
candidate02.html
File metadata and controls
304 lines (253 loc) · 15.9 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
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<!DOCTYPE html>
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<title>呂欣潔|候選人介紹|社會民主黨</title>
<meta name="description" content="社會民主黨官方網站">
<meta name="author" content="htmlcoder.me">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Fontello CSS -->
<link href="fonts/fontello/css/fontello.css" rel="stylesheet">
<!-- Plugins -->
<link href="plugins/magnific-popup/magnific-popup.css" rel="stylesheet">
<link href="css/animations.css" rel="stylesheet">
<link href="plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
<!-- iDea core CSS file -->
<link href="css/style.css" rel="stylesheet">
<!-- Color Scheme (In order to change the color scheme, replace the red.css with the color scheme that you prefer)-->
<link href="css/skins/red.css" rel="stylesheet">
<!-- Custom css -->
<link href="css/custom.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-60059999-3', 'auto');
ga('send', 'pageview');
</script>
</head>
<!-- body classes:
"boxed": boxed layout mode e.g. <body class="boxed">
"pattern-1 ... pattern-9": background patterns for boxed layout mode e.g. <body class="boxed pattern-1">
-->
<body class="no-trans">
<!-- scrollToTop -->
<!-- ================ -->
<div class="scrollToTop"><i class="icon-up-open-big"></i></div>
<!-- page wrapper start -->
<!-- ================ -->
<div class="page-wrapper">
<!-- header-top start (Add "dark" class to .header-top in order to enable dark header-top e.g <div class="header-top dark">) -->
<!-- ================ --><!-- header-top end -->
<!-- header start classes:
fixed: fixed navigation mode (sticky menu) e.g. <header class="header fixed clearfix">
dark: dark header version e.g. <header class="header dark clearfix">
================ -->
<header class="header fixed header-small clearfix">
<div class="container">
<div class="row">
<div class="col-md-3">
<!-- header-left start -->
<!-- ================ -->
<div class="header-left clearfix">
<!-- logo -->
<div class="logo"> <a href="index.html"><img id="logo" src="images/logo.png" alt="iDea"></a> </div>
</div>
<!-- header-left end -->
</div>
<div class="col-md-9">
<!-- header-right start -->
<!-- ================ -->
<div class="header-right clearfix">
<!-- main-navigation start -->
<!-- ================ -->
<div class="main-navigation animated">
<!-- navbar start -->
<!-- ================ -->
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<!-- Toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown active"> <a href="index.html" class="dropdown-toggle" data-toggle="dropdown">關於社民黨</a>
<ul class="dropdown-menu">
<li class="active"><a href="candidate00.html">候選人介紹</a></li>
<li><a href="about.html">黨組織及主要成員</a></li>
<li><a href="principle00.html">政綱草案</a></li>
<li><a href="politics00.html">共同政見</a></li>
</ul>
</li>
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">最新消息</a>
<ul class="dropdown-menu">
<li><a href="constructed.html">近期活動</a></li>
<li><a href="constructed.html">新聞稿</a></li>
</ul>
</li>
<!-- mega-menu start -->
<li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">關注議題</a>
<ul class="dropdown-menu">
<li><a href="constructed.html">熱門議題</a></li>
<li><a href="http://ask.sdparty.tw/">網路審議</a></li>
</ul>
</li>
<!-- mega-menu end -->
<!-- mega-menu start -->
<li class="dropdown"> <a href="join01.html">成為黨員</a> </li>
<li class="dropdown"> <a href="https://sdparty.neticrm.tw/civicrm/profile/create?gid=12&reset=1" target="_blank">成為志工</a> </li>
<!-- mega-menu end -->
<li class="dropdown"> <a href="constructed.html">捐款支持<span class="dt-hot-icon">hot</span></a> </li>
</ul>
</div>
</div>
</nav>
<!-- navbar end -->
</div>
<!-- main-navigation end -->
</div>
<!-- header-right end -->
</div>
</div>
</div>
<div id="fb-icon"><a href="https://www.facebook.com/sdparty.tw" target="_blank"><img src="images/fb-icon.png" alt=""/></a> </div>
</header>
<!-- header end -->
<!-- page-intro start-->
<!-- ================ -->
<div class="page-intro">
<div class="container">
<div class="row">
<div class="col-md-12">
<ol class="breadcrumb">
<li><a href="index.html">關於社民黨</a></li>
<li>候選人介紹</li>
<li class="active">呂欣潔</li>
</ol>
</div>
</div>
</div>
</div>
<!-- page-intro end -->
<!-- main-container start -->
<!-- ================ -->
<section class="main-container candidate-block custom-wrap">
<div class="container">
<div class="row">
<!-- main start -->
<!-- ================ -->
<div class="main col-md-12">
<!-- page-title start -->
<!-- ================ -->
<h2 class="page-title">候選人介紹</h2>
<div class="separator-2"></div>
<!-- page-title end -->
<div class="row">
<div class="col-md-12 candidate-sblock">
<div class="candidate-img"><a href="https://www.facebook.com/JenniferLuTw" target="_blank"><img src="images/candidate02.jpg" alt=""/></a></div>
<h3 class="sub-title-01">打拼,在來不及之前</h3>
<p><span class="bww">許</span>人認識我,是從我的同志運動身分和工作認識我。我從 19 歲開始,投身同志運動,至今已邁入十三個年頭。我的大半人生,多在思考怎麼讓全台灣的同志過得更好,怎麼讓這個社會更認識同志、破除汙名與歧視,讓每個同志和他們的家人相信,我們都值得更好的愛、更好的生活。</p>
<p>開記者會前,許多人都建議我要降低同志色彩,以求讓多數人接受。我思考了許 久,關於我的參選初衷,是因為我相信台灣。我相信台灣社會已經準備好支持一 名同志身份的立法委員,同時也能夠看見我也是一名女兒、別人的姊妹、在台灣 成長的公民、所謂的七年級青年、以及一名家庭照顧者。身為一個女性與同志、以及長期的同志運動工作者,為性別議題喉舌我當然責無旁貸。今天,我想跟大家分享兩個小故事,說明更多我要參選的原因。</p>
<h3 class="sub-title-01">家庭與國家,應是支持的夥伴關係</h3>
<p>我相差十歲的妹妹是一名極重度身心障礙者,她在前年八月離開人世。從我十歲開始,我們全家的家庭重心就在我妹身上,這二十一年來我們一家人體會了什麼 叫做「毫無資源」、「自生自滅」。由於台灣喘息制度的使用不便,與政府長期照 護體系的缺乏,我的母親因此為了她極重度身障的女兒,放棄她前程似錦的職業生涯,成為二十四小時不休息的特別護士,而我似乎也理所當然地成為了第二順位的家庭照顧者。</p>
<p>我們全家面對到的,是處處障礙的公共設施、把所有障別的孩子都隨意地放在一起的特教系統、把特殊孩子的學習障礙當作沒家教的社會誤解,以及永遠都沒有休息時間的繁重照顧工作。因此,我希望投身政治,健全國家長照體制、改善特殊教育系統。家庭與國家,應是夥伴關係,一同成為有需要的人民的支持系統;否則,女性永遠會是這個系統下過度承擔的犧牲者。</p>
<h3 class="sub-title-01">房價飆漲,青年離家潮</h3>
<p>第二個小故事,是關於我的國小同學們。身為一個土生土長的松山人,我非常喜歡我的家鄉。然而,今年初在參加國小同學會時,二十幾個同學中,我竟然發現,成家後還能住在家鄉的人已寥寥可數(大概只有兩個,且是住在父母的房子,絕不可能自己買)。台北市的房價在過去十年飆漲了兩三倍,但我們這一代人的出社會薪水,竟然和我父母當年「不相上下」。這種世代剝奪、青年貧窮化的情況,讓我們不敢結婚、不敢生子、不敢夢想未來、不敢發揮創意、無法回饋父母、無法安心生活、無法買房置產、無法奢求自由正義。</p>
<p>因此,我希望可以投身政治,改善受薪者的勞動條件、完善租屋政策、以及打破房價炒作的惡性循環。</p>
<h3 class="sub-title-01">掰掰舊政治,讓人民重新信任國會潮</h3>
<p>在台大社工的訓練,讓我能夠用個人、家庭、社會結構全面思考來面對眼前的困 境。但我不願只停留在為國家的錯誤政策補破網,我們需要創造更好的制度。而我在同志運動中的工作經驗,不只是站上街頭爭取權益,還包括進入群眾進行教育,以及長期與中央和地方政府合作,建構各種性別友善資源和政策。台灣需要更多在體制內的協商與溝通。這幾年,我也投入國際人權工作,在聯合國與歐盟會議當中,親身體驗台灣的優勢與困境。這十幾年的實務工作經驗,讓我深刻地體會到政治如何影響我們的生活。要擁有更好的生活,就必須把政治權力拿回手中。這不只是為了我長期服務的同志社群,更是為了像我這樣的青年、像我父母這般領薪水的人、像我妹妹這樣需要資源的弱勢族群來努力,以建立一個更好的社會,讓所有人都能過更好的生活。</p>
<p>所以,我以成長的松山信義區作為起點,開始這一場落實民主的旅程。</p>
<p>在此邀請大家從今天開始認識我、監督我;最後,如果你認同我,請把票投給我,讓我們一起來改變令人無感的腐敗政治,讓人民重新信任國會。</p>
<p>改變就從今天、現在開始!</p>
<p class="help-img"><a href="https://sdparty.neticrm.tw/civicrm/profile/create?gid=14&reset=1" target="_blank"><img src="images/help02.png" alt=""/></a></p>
</div>
</div>
</div>
</div>
<!-- main end -->
</div>
<div class="container candidate-block">
<div class="row">
<div class="main col-md-12">
<h6 class="can-title-02">了解更多共同政見</h6>
<div class="politics-tag"> <a href="politics01.html"><img src="images/icon-big-01.png" alt=""/></a> <a href="politics02.html"><img src="images/icon-big-02.png" alt=""/></a> <a href="politics03.html"><img src="images/icon-big-03.png" alt=""/></a> <a href="politics04.html"><img src="images/icon-big-04.png" alt=""/></a> <a href="politics05.html"><img src="images/icon-big-05.png" alt=""/></a> <a href="politics06.html"><img src="images/icon-big-06.png" alt=""/></a> </div>
</div>
</div>
<a href="candidate00.html" class="inner-link">更多候選人</a> </div>
</div>
</section>
<!-- main-container end -->
<!-- section start -->
<!-- ================ --><!-- section end -->
<!-- footer start (Add "light" class to #footer in order to enable light footer) -->
<!-- ================ -->
<footer id="footer">
<!-- .footer start -->
<!-- ================ --><!-- .footer end -->
<!-- .subfooter start -->
<!-- ================ -->
<div class="subfooter">
<div class="container">
<div class="row">
<div class="col-md-12">
<p><span class="sp01">TEL / 02-2371-3489</span><span class="sp02">FAX / 02-2371-0415</span><span class="sp03">MAIL / contact@sdparty.tw</span><span class="sp04">100 台北市中正區延平南路70號3F之2</span><span class="sp05">Copyright © 2014 iDea by SDP. All Rights Reserved</span></p>
</div>
</div>
</div>
</div>
<!-- .subfooter end -->
</footer>
<!-- footer end -->
</div>
<!-- page-wrapper end -->
<!-- JavaScript files placed at the end of the document so the pages load faster
================================================== -->
<!-- Jquery and Bootstap core js files -->
<script type="text/javascript" src="plugins/jquery.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<!-- Modernizr javascript -->
<script type="text/javascript" src="plugins/modernizr.js"></script>
<!-- Isotope javascript -->
<script type="text/javascript" src="plugins/isotope/isotope.pkgd.min.js"></script>
<!-- Owl carousel javascript -->
<script type="text/javascript" src="plugins/owl-carousel/owl.carousel.js"></script>
<!-- Magnific Popup javascript -->
<script type="text/javascript" src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Appear javascript -->
<script type="text/javascript" src="plugins/jquery.appear.js"></script>
<!-- Sharrre javascript -->
<script type="text/javascript" src="plugins/jquery.sharrre.js"></script>
<!-- Count To javascript -->
<script type="text/javascript" src="plugins/jquery.countTo.js"></script>
<!-- Parallax javascript -->
<script src="plugins/jquery.parallax-1.1.3.js"></script>
<!-- Contact form -->
<script src="plugins/jquery.validate.js"></script>
<!-- Initialization of Plugins -->
<script type="text/javascript" src="js/template.js"></script>
<!-- Custom Scripts -->
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>