Skip to content

Commit

Permalink
關站公告
Browse files Browse the repository at this point in the history
關站公告
  • Loading branch information
buttom committed May 17, 2024
0 parents commit 6269fde
Showing 1 changed file with 82 additions and 0 deletions.
82 changes: 82 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>國會調查兵團關站公告</title>
</head>
<style>
body{
margin: 0;
padding: 0;
background: #60504b;
}
.content-wrap{
max-width: 800px;
margin: auto;
font-size: 1.5em;
line-height: 1.75em;
}
h1{
text-align: center;
}
.box{
background:#ffefae;
padding:1em 1.5em;
margin:4em 0 6em 0;
position: relative;
}
.box h1 {
position: absolute;
background:#33333395;
font-size: 2em;
padding: 20px;
color: #fff;
font-weight: normal;
left: 50%;
top: -30px;

}
.box-1 h1{
width: 10em;
transform: translate(-50%, -70%) rotate(-2deg);
}
.box-2 h1{
width: 10em;
transform: translate(-50%, -70%) rotate(2deg);
}
</style>
<body>
<div class="wrap">
<div class="content-wrap">
<div class="box-1 box">
<h1>國會調查兵團關站公告</h1>
<div class="txt-box">
<p>國會調查兵團網站 cic.tw 於2024年5月20日正式關站。感謝從 2015年開站至今支持我們的朋友們。</p>
<p>開站長期需要租賃主機。在這次第11屆立委選舉完之後,我們一直有在評估這個網站是否有需要繼續留存。但一個網站要運作,就必須要不斷的更新內容。在考慮人力維護等等成本支出後,我們決定把網站關閉。</p>
<p>兵團的原影音小編有在經營 Youtube 頻道。目前頻道名稱為「<a href="https://www.youtube.com/@cictwnews" target="_blank">偵相 新聞網</a>」,
網址為 <a href="https://www.youtube.com/@cictwnews" target="_blank">https://www.youtube.com/@cictwnews</a> <br>
</p>
<p>這個頻道一直都有在更新,未來也會持續更新下去。因此如果您願意繼續關注立院,請您改到 Youtube 訂閱「<a href="https://www.youtube.com/@cictwnews" target="_blank">偵相 新聞網</a>」頻道。</p>
<p>之前贊助過兵團的會員,您的訂閱贊助也會持續提供給影音小編,支持影音小編產出相關影片。</p>
</div>
</div>
<div class="box-2 box">
<h1>小編心裡話</h1>
<div class="txt-box">
<p>因為負責網頁的是J小編,這是J小編的心裡話。</p>
<p>這個網站從2015年2月1日上線至今,已經過了九年了。經歷立委第八屆的後半段,到現在第十一屆。九年不是很短的時間。</p>
<p>我也曾在 2014~2020 年經營蒂瑪小姐咖啡館粉專,要維持頻率的持續產出,並不是一件很容易的事情。後來就是知道自己已經寫不下去了。所以才放棄持續更新。一直到 2023 年 metoo 事件時受不了,曇花一現的再寫了一篇後,就不再寫了。</p>
<p>這裡也順便說一個當時沒有提過的事。那時候有一個收集 metoo 的網站,把當時的 metoo 圖文做收集跟整理,其實也是我做的。只是那個站是架在 blogger.com 。幾個月後被 blogger 說內容不符合他們的社群要求,所以網站就被封掉了。</p>
<p>人生像是搭車,會有人上車,也會有人下車,而有一天自己也會下車。</p>
<p>我有時候會想,我們做的這些,到底有沒有讓社會變得更好呢? <br>
我不知道。</p>
<p>這就好像把石頭丟到水裡,剛丟的時候,會看到水面有很多的漣漪,但隨著漣漪散開一段時間後,水面又會逐漸趨於平靜。</p>
<p>不過,與其去想自己做的這些,最後到底是不是真的有產生什麼影響,我更寧可專注在,我們至少都嘗試在每個當下去做些自己能做的事情,而不是只是出一張嘴說說,不是只會當網路酸民。而那些曾經做過的,都會留在我們的記憶裡,不枉青春,也許這樣就夠了。</p>
<p>我總相信,願意投入去做事情的人越多,台灣,總會越來越好的。</p>
</div>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 6269fde

Please sign in to comment.