Skip to content

feat(index.pug): add jsdc 2020 link on main page #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion source/scss/block/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,24 @@
}
.sub-title {
color: #ffc825;
}
.next-year-link {
display: flex;
justify-content: center;
margin-bottom: 20px;

a {
font-size: 20px;
border-radius: 12px;
border: 1px solid #ffc825;
cursor: pointer;
padding: 12px 40px;
text-decoration: none;
color: #ffc825;
}
}
.division {

span{
height: 1px;
margin:15px;
Expand Down
16 changes: 9 additions & 7 deletions source/views/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ block content
img(src="images/official/jsdcmain.png", alt="")
.jsdc-full-name.col-md-12
span The 8th JavaScript Developer Annual Conference in Taiwan
span.next-year-link
a(href='http://2020.jsdc.tw/' target="_blank") JSDC 2020 正式開跑
span.sub-title JSDC 2019活動
span.sub-title 2019/9/28 (六) 技術工作坊:「 JavaScript 新技術的入門與導入」
span.sub-title 2019/10/26 (六) 主年會:「 JavaScript 穩定之後,然後呢?」
.division
.division
span
span JavaScript 近年從 ES6 的出世到前端框架的競逐,帶動了一連串的革命,
span 也同時在後端、行動裝置,甚至是 IoT,機器學習等領域大放異彩。
Expand All @@ -26,7 +28,7 @@ block content


//- .jsdc-full-name.col-md-12
//- button
//- button
//- a(target="_blank" href='https://www.accupass.com/event/1907081509101081922774') BUY NOW

//- .clearfix
Expand Down Expand Up @@ -84,7 +86,7 @@ block content
//- .col-xs-6.text-center
//- a.btn.btn-info(href="https://gitter.im/jsdc-core/JSDC2015/~chat#initial", target="_blank") GITTER_JSDC


//- .row
//- .col-md-6
//- iframe(src="https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FJSDC.TW%2Fvideos%2F2171180176454751%2F&show_text=1&width=560&height=370" width="560" height="508" style="border:none;overflow:hidden;width:100%;" scrolling="no" frameborder="0" allowTransparency="true" allow="encrypted-media" allowFullScreen="true")
Expand All @@ -101,12 +103,12 @@ block content
//- .row
//- .col-md-12
//- div(style="height: 600px;overflow: scroll;")
//- a.twitter-timeline(href="https://twitter.com/jsdc_tw") Tweets by TwitterDev
//- a.twitter-timeline(href="https://twitter.com/jsdc_tw") Tweets by TwitterDev
//- script(async src="https://platform.twitter.com/widgets.js" charset="utf-8")








//- section#reciprocal
//- ul#time
Expand Down