Linda
2013年7月21日 20:14
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
在5年內跑完7大洲8大站極限馬拉松的陳彥博,分享自己的夢想勇氣,激勵有夢想的青少年勇於實現夢想。(圖/記者簡怡欣攝)
記者簡怡欣/台北報導
你還在做夢嗎?有多少夢想曾在腦子裡打轉,可是到最後卻連做夢的勇氣也沒有了?在5年內,跑到7大洲參加8大站極限馬拉松的陳彥博,今天在遊戲業者關懷基金會舉辦的假日野餐活動,分享自己的夢想勇氣,激勵有夢想的青少年,完成自己的夢想。
在今年度正式完成自己設定的夢想,陳彥博認為,持續相信自己的信念,並勇敢跨出第一步,就是夢想的勇氣,他鼓勵有夢想的人,恐懼是自己假想的,當專注在夢想的當下,害怕不會再是問題,在下定決心去做後,給自己限定一個時間表,夢想便會能成真。
你能想像在北極圈跑過上百公里的路程,還和北極熊生死交關過,這些並不是每個人都能體會到的經驗,也不是每個人都做得到;但是實現夢想的勇氣,是每個人都可以擁有的,陳彥博表示,曾在北極度過-49℃的低溫,在非洲感受連鞋底都能融化的52℃高溫,這樣落差上百度氣溫的困境,和生理阻饒與心理交戰,仍然澆不熄他的信念,現在還有很多夢想等他著去完成。
跑完第一階段夢想的陳彥博,將在各地透過演講,傳播做夢的勇敢,讓夢想變成動詞,藉由分享自己的經驗,激發所有的人熱血因子,朝著夢想前進;接著也會繼續參加最愛的極地超級馬拉松賽事,並期許自己能夠成為馬拉松專家,能夠培育更多跑者。
遊戲業者關懷基金會表示,希望透過分享活動,讓每個懷抱夢想的青少年,能夠有持續做夢的勇氣;從遠離舒適圈過程中,挑戰自己的極限,參加戶外極限運動的冒險營隊,從溯溪、高空繩索到從零開始建造竹屋,及以無動力帆船從香港航行到台灣,在大自然中體驗不可能的極限,看到自己的不可能,擁有實踐夢想的勇氣。
「夢想不分大小,只有實現的勇氣。」在這樣的理念下,遊戲關懷基金會建立夢想島勇氣歷險營,激盪有夢想的人,擁抱更大的夢想,更重要的是能夠實現夢想,將做夢的勇氣傳遞出去。
關鍵字:
陳彥博
關懷基金會
勇氣
超級馬拉松
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表