├── source ├── index.md ├── demo │ ├── mamboer │ │ └── demo1 │ │ │ └── index.html │ └── readme.md ├── mobi │ ├── js │ │ ├── like.js │ │ ├── getVol.js │ │ ├── jumpHref.js │ │ ├── remove_html_tag.js │ │ ├── GetQueryString.js │ │ ├── coverClick.js │ │ ├── webpack.config.js │ │ ├── page_load.js │ │ ├── controllers_list.js │ │ ├── throttle.js │ │ ├── setcookie.js │ │ └── setShare.js │ ├── img │ │ ├── demo.png │ │ ├── fzlth.TTF │ │ ├── sound.mp3 │ │ ├── thumb.png │ │ ├── title.png │ │ ├── fzltxh.ttf │ │ ├── sprite.png │ │ ├── sprite2.png │ │ ├── entrance.png │ │ ├── maga_cover.png │ │ ├── maga_title.png │ │ ├── rss_head.png │ │ ├── rss_tail.png │ │ ├── share_2.0.png │ │ ├── share_3.0.png │ │ ├── thumb@0.5x.png │ │ ├── maga_cover_2.png │ │ ├── title_160229.png │ │ ├── wanted_qrcode.png │ │ ├── maga_title_160329.png │ │ ├── wanted_qrcode_200.png │ │ ├── o2team_qrcode_temp.png │ │ └── wanted_qrcode_200_temp.png │ ├── images │ │ └── cover │ │ │ ├── 3.png │ │ │ ├── 4.jpg │ │ │ ├── 4.png │ │ │ ├── 3_s.png │ │ │ ├── 4_s.jpg │ │ │ ├── vol_1.jpg │ │ │ ├── vol_2.jpg │ │ │ ├── vol_5.jpg │ │ │ ├── vol_6.jpg │ │ │ ├── vol_7.jpg │ │ │ ├── vol_8.jpg │ │ │ ├── vol_9.jpg │ │ │ ├── vol_1_s.jpg │ │ │ ├── vol_2_s.jpg │ │ │ ├── vol_5_s.jpg │ │ │ ├── vol_6_s.jpg │ │ │ ├── vol_7_s.jpg │ │ │ ├── vol_8_s.jpg │ │ │ └── vol_9_s.jpg │ └── report │ │ ├── images │ │ ├── 20160110-0229.png │ │ ├── 20160229-20160328.png │ │ └── 20160229-20160328_entries.png │ │ └── 20160110-20160228.html ├── join │ └── index.md ├── _data │ ├── html5cases.yml │ ├── languages.yml │ ├── menu.yml │ ├── cates.yml │ └── links.yml ├── tags │ └── index.md ├── cates │ └── index.md ├── search │ └── index.md ├── _posts │ ├── 2017-08-08-jissbon.md │ ├── 2017-01-03-my-journey-of-2016.md │ ├── 2015-12-01-to-pat.md │ ├── 2015-09-07-seven-a-pat-le-xi.md │ ├── 2016-12-10-hyy.md │ ├── 2017-01-03-ghost-blows-3.md │ ├── 2017-06-13-miyamoto-musashi.md │ ├── 2017-07-25-tesla.md │ ├── 2017-08-28-kids-gallery.md │ ├── 2018-01-15-mikutap.md │ ├── 2015-09-18-jingdong-group-2016.md │ ├── 2016-10-18-2015-thanksgiving-day.md │ ├── 2017-01-03-ghost-blows-1.md │ ├── 2017-01-03-ghost-blows-2.md │ ├── 2017-08-18-wild-fancy.md │ ├── 2015-05-01-mom-hit-me-again.md │ ├── 2015-05-01-mother-s-day.md │ ├── 2015-09-07-jingdong-pie.md │ ├── 2015-09-16-are-you-bored.md │ ├── 2015-10-29-clap-for-your-sister.md │ ├── 2015-11-11-can-you-endure-it.md │ ├── 2016-12-10-next-idea-x.md │ ├── 2016-12-10-paipai-find-your-sister.md │ ├── 2016-12-10-stocking-to-home.md │ ├── 2016-12-13-two-hand-flip-flip-happy.md │ ├── 2017-01-04-cky-say.md │ ├── 2017-07-02-life-in-a-day.md │ ├── 2017-08-15-impatient-detectors.md │ ├── 2017-08-20-king-of-chaos.md │ ├── 2018-02-03-good-luck-dog-year-wang.md │ ├── 2015-06-18-618-detonation-activity.md │ ├── 2016-10-18-2016-mother-s-day.md │ ├── 2017-08-02-tmall-sonic-festival.md │ ├── 2017-12-25-lecake-fairy-tale-town.md │ ├── 2018-05-20-2016-festival.md │ ├── 2015-05-01-micro-shop-welcome-page.md │ ├── 2015-09-01-looking-through-the-music-used.md │ ├── 2015-09-21-save-hand-chop-party.md │ ├── 2016-10-18-we-all-love-cassidy.md │ ├── 2016-12-13-we-all-love-bully.md │ ├── 2017-01-06-taobao-nianhuo-street.md │ ├── 2017-03-01-my-18-years.md │ ├── 2017-04-08-up2014.md │ ├── 2017-06-01-funny-618.md │ ├── 2017-08-01-put-on-uniforms.md │ ├── 2017-09-01-the-flower-on-the-head-of-nani.md │ ├── 2017-12-06-circle-throwing.md │ ├── 2017-12-13-nanjing1937.md │ ├── 2018-01-20-one-step-forward.md │ ├── 2018-02-02-three-minutes.md │ ├── 2018-05-21-full-opening.md │ ├── 2015-09-07-head-booklovers-circle.md │ ├── 2015-09-07-pat-second-hand-welcome-page.md │ ├── 2015-11-09-we-all-love-cassidy.md │ ├── 2016-12-10-paipai-shop-new.md │ ├── 2016-12-13-two-hand-brand-propaganda.md │ ├── 2017-01-03-youku-10-years-3.md │ ├── 2017-07-12-this-scene-you-long-awaited.md │ ├── 2017-10-04-this-moment-should-be-better.md │ ├── 2017-12-12-find-the-dream-journey.md │ ├── 2018-05-22-never-wither.md │ ├── 2015-06-17-torture-pat-618-secret.md │ ├── 2015-09-07-pat-618-chop-hand-guess-price.md │ ├── 2015-11-10-pat-app-double-eleven-raiders.md │ ├── 2016-01-06-second-hand-brand-publicity.md │ ├── 2016-01-18-jingdong-me-voice-of-users.md │ ├── 2016-10-18-your-circle-or-will-play.md │ ├── 2016-12-10-rose-never-die.md │ ├── 2016-12-16-this-song-you-must-have-heard.md │ ├── 2017-05-26-xx-ai-adventure.md │ ├── 2017-06-12-through-the-future-to-see-you.md │ ├── 2017-06-14-a line with a story.md │ ├── 2017-06-15-through-another-you-on-earth.md │ ├── 2017-07-22-jd-2018-campus.md │ ├── 2017-08-28-jd-s-logo-is-simpler.md │ ├── 2017-10-10-no-longer-forgotten.md │ ├── 2017-10-31-huluwa-destroy-childhood.md │ ├── 2014-07-01-jingdong-gifts.md │ ├── 2014-08-01-valentine-s-day.md │ ├── 2015-09-07-pat-6s-iphone-game.md │ ├── 2016-04-01-2016-april-fool-s-day.md │ ├── 2016-08-19-mid-autumn-crabs-sns.md │ ├── 2017-04-12-up2017.md │ ├── 2017-06-01-the-disney-story.md │ ├── 2017-07-24-good-time-burning-together.md │ ├── 2017-08-17-xuezhiqian-s-love-clinic.md │ ├── 2017-10-29-brain-map-museum.md │ ├── 2017-11-15-2017-justice-league.md │ ├── 2017-12-25-christmas-confession-from-bolin-chen.md │ ├── 2015-10-14-one-year-mask-free.md │ ├── 2015-10-26-i-want-to-go-out-and-see.md │ ├── 2016-01-28-sq-valentine-s-day.md │ ├── 2016-12-02-2016-sns.md │ ├── 2017-01-03-2016-showbiz-picture-scroll.md │ ├── 2017-07-10-world-famous-painting-shaking-up.md │ ├── 2017-08-02-hip-hop-snacks.md │ ├── 2018-02-05-2018-you-are-what-a-dog.md │ ├── 2018-06-12-world-cup-racing-ark.md │ ├── 2014-11-01-jingdong-micro-shop-seven-most.md │ ├── 2015-09-07-2016-jingdong-campus-recruitment.md │ ├── 2016-11-30-hand-q-father-s-day.md │ ├── 2016-12-10-bmw-m2.md │ ├── 2017-04-28-mars-is-cool.md │ ├── 2017-07-01-ofo-driving-school-has-started-school.md │ ├── 2017-07-02-netease-twenty-years.md │ ├── 2017-07-20-qq-zone-12-anniversary.md │ ├── 2017-09-18-don-t-let-the-soul-stop-dancing.md │ ├── 2017-10-30-double-11-wonderful-story.md │ ├── 2017-12-20-how-long-is-20-years.md │ ├── 2017-12-25-do-you-believe-in-santa-claus.md │ ├── 2017-12-31-public-benefit-bills.md │ ├── 2018-02-04-cheers-go-with-your-dog-brother.md │ ├── 2018-04-19-everyone-is-a-book.md │ ├── 2014-08-01-jingdong-8-million.md │ ├── 2014-09-01-the-price-is-right.md │ ├── 2015-02-01-hipage.md │ ├── 2016-01-05-annual-large-number-of-accounts-h5.md │ ├── 2016-10-18-wechat-shopping-two-anniversary.md │ ├── 2017-01-03-taobao-kiss-kiss.md │ ├── 2017-04-11-up-weekly-2016.md │ ├── 2017-04-19-eyes-blind-adventure.md │ ├── 2017-12-25-christmas-reading-heart-surgery.md │ ├── 2018-02-01-2018-year-of-the-dog-family-portrait.md │ ├── 2018-05-24-jingdong-618-cavities.md │ ├── 2014-06-01-jingdong-micro-shop.md │ ├── 2014-06-01-set-sail-for-love.md │ ├── 2014-09-01-iphone6-appointment.md │ ├── 2015-05-01-the-first-anniversary-of-wechat-shopping-reds-hui.md │ ├── 2016-12-10-born-of-a-couple.md │ ├── 2017-04-09-up2015.md │ ├── 2017-06-02-full-score-support-you.md │ ├── 2017-06-06-the-joy-of-the-song.md │ ├── 2017-11-01-a-refrigerator-inner-heart-play.md │ ├── 2017-11-15-hello-antarctica.md │ ├── 2018-05-18-first-convention-of-cultural-relics.md │ ├── 2015-09-07-diagnostic-specification-for-promotional-jun.md │ ├── 2015-09-08-pat-micro-shop-promotion-page-h5-version.md │ ├── 2016-02-01-fairy-cover-your-new-year.md │ ├── 2016-10-18-jingdong-2017-overseas-recruitment.md │ ├── 2016-12-10-okamoto-can-be-a-return-for-what.md │ ├── 2017-01-03-one-shouldn-t-exist-advertising.md │ ├── 2017-01-03-youku-10-years-4.md │ ├── 2017-02-01-wx-shopping-second-anniversary.md │ ├── 2017-05-05-five-five-kaiheijie.md │ ├── 2017-05-12-jd-red-story-2.md │ ├── 2017-05-21-each-attitude-by-wind-and-waves.md │ ├── 2017-08-27-2017-qixi-festival-straight-man-test.md │ ├── 2017-10-02-i-received-a-letter-from-your-mother.md │ ├── 2017-12-13-pay-tribute-to-the-people-behind-nanjing.md │ ├── 2018-03-01-for-five-years.md │ ├── 2018-03-05-the-sky-a-few-words,-is-your-thing.md │ ├── 2018-06-15-the-weather-is-such-a-person,-that-s-a-little-hotter.md │ ├── 2014-11-01-fight-every-day.md │ ├── 2015-05-01-wechat-shopping-anniversary-user-portrait.md │ ├── 2016-03-09-jingdong-comes-home-to-38-activities-h5.md │ ├── 2016-09-02-asus-brand-festival.md │ ├── 2017-01-03-please-answer-what-you-experienced-by-a-word.md │ ├── 2017-01-03-youku-10-years-2.md │ ├── 2017-02-13-single-dog-food-genterator.md │ ├── 2017-04-29-your-loneliness-is-bite-out.md │ ├── 2017-05-04-welcome-to-the-free-library.md │ ├── 2017-08-02-make-your-freestyle.md │ ├── 2017-12-12-my-application-development-log.md │ ├── 2014-06-01-pat-investment.md │ ├── 2014-07-01-2015-pat-social-recruitment.md │ ├── 2014-09-01-2015-jingdong-campus-recruitment.md │ ├── 2014-09-01-iphone6-buying-games.md │ ├── 2014-11-01-jingdong-luo-panjun.md │ ├── 2015-01-01-jingdong-group-annual-meeting.md │ ├── 2015-04-01-jingdong-god-divination.md │ ├── 2016-02-26-jingdong-first-entrepreneurial-training-camp-recruitment.md │ ├── 2016-08-22-mid-autumn-de-routine.md │ ├── 2016-09-08-men-s-day-sns-i-m-looking-for-li-bai.md │ ├── 2016-10-18-jingdong-first-anniversary-carnival.md │ ├── 2016-12-01-small-household-electrical-appliances-sns.md │ ├── 2016-12-10-each-shoes-has-a-story.md │ ├── 2016-12-10-my-color-your-youth.md │ ├── 2017-01-03-youku-10-years-1.md │ ├── 2017-04-29-to-zhang-yishan-directed-a-film.md │ ├── 2017-05-21-everyone-is-a-river-that-can-not-be-straightened.md │ ├── 2017-05-24-three-han-suffered-all-the-people-kill.md │ ├── 2017-06-30-2017-creation-festival.md │ ├── 2015-03-01-jingdong-pearson-campus-recruitment.md │ ├── 2015-03-01-jingdong-summer-internship-recruitment.md │ ├── 2015-09-16-jingdong-s-pat-app-new-on-line.md │ ├── 2017-03-31-check-your-life-balance.md │ ├── 2017-05-25-oreo-music-box.md │ ├── 2017-05-28-jd-invited-you-to-watch-the-film-together.md │ ├── 2017-08-21-the-whole-world-wants-to-find-her.md │ ├── 2017-10-01-tmall-international-mid-autumn-mooncake-shop-opened.md │ ├── 2018-06-10-the-story-of-the-world-cup.md │ ├── 2014-08-01-2015-jingdong-recruitment-list.md │ ├── 2014-08-01-hand-q-shopping-promotion.md │ ├── 2014-09-01-all-the-people-kind-of-red-packets.md │ ├── 2014-09-01-the-number-of-money-to-spare.md │ ├── 2016-10-18-jingdong-2017-campus-recruitment-officially-launched.md │ ├── 2016-12-10-i-want-to-go-out-and-see.md │ ├── 2017-07-23-a-story-that-everyone-can-read.md │ ├── 2017-10-11-do-not-stay-up-late-we-re-all-night.md │ ├── 2018-03-05-strawberry-music-festival.md │ ├── 2014-07-01-2015-jingdong-hr.md │ ├── 2014-09-01-red-underwear-cat.md │ ├── 2015-09-04-chinese-communication-activities.md │ ├── 2016-12-10-do-not-eat-with-a-master.md │ ├── 2016-12-10-double-eleven-explosion-on-the-shelves.md │ ├── 2016-12-10-webank-introduction.md │ ├── 2016-12-10-who-should-live-in-your-house.md │ ├── 2017-04-22-to-play-with-patience.md │ ├── 2017-05-12-jd-red-story-1.md │ ├── 2017-05-19-what-are-the-ghosts-of-singing.md │ ├── 2017-05-29-chopstick Brothers-taught-you-hit-the-aircraft.md │ ├── 2017-06-28-the-advertising-agency-that-wants-to-take-a-lion-is-here.md │ ├── 2017-07-01-the-yellow-car-research-and-development-workshop.md │ ├── 2017-08-30-make-an-island-for-people-who-given-up-halfway.md │ ├── 2017-10-03-alien-invasion-of-the-earth-was-actually-to.md │ ├── 2018-04-04-hi!-click-to-generate-your-instructions.md │ ├── 2018-06-18-linglong-sachet,-dragon-boat-festival.md │ ├── 2018-07-22-are-you-a-cyclist-or-a-cyclist.md │ ├── 2014-11-01-jingdong-intelligent-cloud.md │ ├── 2014-12-01-christmas-hair.md │ ├── 2016-12-10-arouse-this-moment.md │ ├── 2017-02-26-wx-year-of-the-monkey.md │ ├── 2017-03-02-do-you-know-what-i-say.md │ ├── 2017-04-09-to-another-useless-me-2015.md │ ├── 2017-05-20-this-may-be-the-most-beautiful-h5-on-earth.md │ ├── 2017-08-02-freedom is that i will not go to work tomorrow.md │ ├── 2018-06-11-in-the-world-cup,-there-is-a-play-in-the-class..md │ ├── 2015-03-01-central-european-jingdong-class-starting-sail.md │ ├── 2016-01-07-jingdong-to-come-to-the-end-of-the-year-2016-summary.md │ ├── 2016-12-13-using-the-report-from-the-constellation-buyers.md │ ├── 2017-03-31-qipashuo-fancy-advertising-contest.md │ ├── 2017-04-28-what-position-do-you-enter-into-419.md │ ├── 2017-05-27-this-moment-to-refresh-the-old-friendship.md │ ├── 2017-07-02-commemorate-the-second-anniversary-of-harry-potter.md │ ├── 2017-07-02-the-white-paper-on-abnormal-human-studies.md │ ├── 2018-03-03-companionship-is-often-in-the-absence-of-distance.md │ ├── 2014-06-01-pat-hand-game.md │ ├── 2014-09-01-2015jdc-campus-recruitment.md │ ├── 2014-10-01-from-the-constellation-of-buyers-use-report.md │ ├── 2014-12-01-12-12-accompany-you-one-or-two-in-the-end.md │ ├── 2016-12-01-double-eleven-sns-sq-spread-page.md │ ├── 2016-12-10-feifan-eleven-days-the-whole-carnival.md │ ├── 2016-12-10-have-you-ever-played-room.md │ ├── 2016-12-10-jdm-fanboy-club.md │ ├── 2017-07-02-it-s-not-just-news-that-s-worth-remembering.md │ ├── 2014-08-01-guanghuo-network.md │ ├── 2016-12-10-said-the-dreamer.md │ ├── 2017-04-07-help-you-get-rid-of-moments-in-60-seconds.md │ ├── 2017-04-10-to-another-useless-me-2016.md │ ├── 2018-02-20-on-the-first-day-of-the-job,-netease-dad-taught-me-to-be-a-man.md │ ├── 2014-09-01-2015-pat-campus-recruitment.md │ ├── 2018-05-15-we-have-been-waiting-for-20-years.-it-s-been-a-long-violation,-the-emperor!.md │ ├── 2014-09-01-2015-overseas-recruitment-of-jingdong.md │ ├── 2015-09-04-find-match-up.md │ ├── 2016-12-10-all-the-people-bangbangbang.md │ ├── 2016-12-10-your-dream-grow-up.md │ ├── 2017-01-05-funny-life-guide.md │ ├── 2017-02-14-different-definition-of-love.md │ ├── 2017-03-03-tencent-cartoon-more-divine-comedy.md │ ├── 2017-03-30-come-on-have-the-ability-to-hit-me.md │ ├── 2017-06-08-contra-come-back.md │ ├── 2016-12-10-dedicated-to-the-most-boring-summer-people.md │ ├── 2017-04-23-qq-global-implantation-the-fate-of-the-furious.md │ ├── 2018-03-02-this-is-a-thrilling-trip-to-the-chinese-people!.md │ ├── 2014-08-01-2015-mobile-phone-communications.md │ ├── 2016-12-10-for-whom-the-world-will-be-upside-down.md │ ├── 2018-06-14-hiding-from-the-teacher-s-hole,-boss-deceive-his-wife.-is-there-anything-else-you-dare-not-say.md │ ├── 2016-12-10-how-long-have-you-not-played-mahjong.md │ ├── 2016-12-10-you-dare-to-kiss-me-dare-to-send.md │ ├── 2016-12-10-invitation-to-cross-the-universe.md │ ├── 2016-12-10-w-s-first-concert.md │ ├── 2016-12-10-xuezhixian-hands-the-penguin.md │ ├── 2017-05-21-the-attitude-of-thousands-of-young-people-to-capture-the-north-wide.md │ ├── 2017-03-20-true-or-false-friends-questioned.md │ ├── 2016-12-10-i-said-better-than-singing.md │ ├── 2016-12-10-the-save.md │ ├── 2017-02-25-look-at-the-chinese-people-s-feelings-and.md │ ├── 2017-03-19-360-prime-minister-press-conference.md │ ├── 2016-12-10-what-changed-the-world.md │ ├── 2016-12-10-our-spiritual-corner.md │ ├── 2017-01-07-the-power-of-one-finger.md │ ├── 2016-12-10-The-scene-of-the-mysterious-disappearance.md │ ├── 2016-12-10-four-masters-to-save.md │ ├── 2017-02-27-review-a-redpack-without-grabbing.md │ ├── 2016-12-10-childhood-shadow-collection.md │ ├── 2016-12-10-increadible-transformation.md │ ├── 2017-03-27-the-fog-of-the-world.md │ ├── 2016-11-30-3c-shopping-festival-sns-interactive-shooting-game.md │ ├── 2016-12-10-i-have-a-little-information.md │ ├── 2017-03-21-go-through-the-phone-screen-to-see-my-country.md │ ├── 2016-12-10-his-judgement-cometh-and-that-right-soon.md │ ├── 2016-12-10-one-united-states-two-future.md │ ├── 2015-10-08-hp-game-notebook-starter-games.md │ ├── 2016-12-10-99-public-welfare-with-love.md │ ├── 2016-12-10-explore-artifacts-hand-painted-to-explore-the-good-times.md │ ├── 2016-12-10-Plants-vs-zombies-2-2-anniversary-celebration-of-the-chamber-of-secrets.md │ ├── 2017-03-04-the-first-mobile-phone-drama-group-was-opened.md │ ├── 2015-09-04-z1-zuk-global-debut.md │ ├── 2016-12-10-to-be-touched-by-every-light-and-shadow-you.md │ ├── 2017-01-03-listen-to-sounds-guss-the-city.md │ └── 2016-12-10-cheated-30-year-old-driver-to-tell-you-how-to-prevent-fraud.md └── about │ └── index.md ├── scaffolds ├── draft.md ├── page.md ├── post.md └── case.md ├── favicon.ico ├── themes └── jc │ ├── source │ ├── css │ │ ├── _base │ │ │ ├── pagination.styl │ │ │ ├── index.styl │ │ │ ├── backtop.styl │ │ │ ├── footer.styl │ │ │ └── loading.styl │ │ ├── _font_awesome │ │ │ ├── fixed-width.styl │ │ │ ├── core.styl │ │ │ ├── larger.styl │ │ │ ├── font-awesome.styl │ │ │ ├── stacked.styl │ │ │ └── rotated-flipped.styl │ │ ├── style.styl │ │ ├── _index │ │ │ └── index.styl │ │ └── _search │ │ │ └── search.styl │ ├── img │ │ ├── logo.png │ │ ├── banner.png │ │ ├── favicon.ico │ │ ├── o2logo.png │ │ ├── qrcode.jpg │ │ ├── qrcode.png │ │ ├── ball_1408.png │ │ ├── ball_195.png │ │ ├── o2logo@2x.png │ │ ├── mstile-70x70.png │ │ ├── favicon-16x16.png │ │ ├── favicon-230x230.png │ │ ├── favicon-32x32.png │ │ ├── favicon-96x96.png │ │ ├── logo-circle-120.png │ │ ├── mstile-144x144.png │ │ ├── mstile-150x150.png │ │ ├── mstile-310x150.png │ │ ├── mstile-310x310.png │ │ ├── apple-touch-icon.png │ │ ├── android-chrome-36x36.png │ │ ├── android-chrome-48x48.png │ │ ├── android-chrome-72x72.png │ │ ├── android-chrome-96x96.png │ │ ├── android-chrome-144x144.png │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-256x256.png │ │ ├── android-chrome-384x384.png │ │ ├── android-chrome-512x512.png │ │ ├── apple-touch-icon-57x57.png │ │ ├── apple-touch-icon-60x60.png │ │ ├── apple-touch-icon-72x72.png │ │ ├── apple-touch-icon-76x76.png │ │ ├── apple-touch-icon-114x114.png │ │ ├── apple-touch-icon-120x120.png │ │ ├── apple-touch-icon-144x144.png │ │ ├── apple-touch-icon-152x152.png │ │ ├── apple-touch-icon-167x167.png │ │ ├── apple-touch-icon-180x180.png │ │ ├── apple-touch-icon-precomposed.png │ │ └── browserconfig.xml │ ├── fonts │ │ ├── FontAwesome.otf │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ └── fontawesome-webfont.woff2 │ └── assets │ │ └── fancybox │ │ ├── blank.gif │ │ ├── fancybox_sprite.png │ │ ├── fancybox_loading.gif │ │ ├── fancybox_overlay.png │ │ ├── fancybox_sprite@2x.png │ │ ├── fancybox_loading@2x.gif │ │ └── helpers │ │ └── fancybox_buttons.png │ ├── preview.webp │ ├── layout │ ├── join.swig │ ├── fragments.swig │ ├── _partial │ │ ├── index │ │ │ ├── main.swig │ │ │ ├── posts.swig │ │ │ └── join.swig │ │ ├── common │ │ │ ├── baidu_analytics.swig │ │ │ ├── cnzz_analytics.swig │ │ │ ├── google_analytics.swig │ │ │ └── post_tpl.swig │ │ └── post │ │ │ └── prevnext.swig │ ├── about.swig │ ├── category.swig │ ├── index.swig │ ├── search.swig │ ├── post.swig │ └── page.swig │ └── package.json ├── .travis └── deploy.sh └── .gitignore /source/index.md: -------------------------------------------------------------------------------- 1 | title: 首页 2 | layout: index 3 | --- 4 | -------------------------------------------------------------------------------- /scaffolds/draft.md: -------------------------------------------------------------------------------- 1 | title: {{ title }} 2 | tags: 3 | --- 4 | -------------------------------------------------------------------------------- /source/demo/mamboer/demo1/index.html: -------------------------------------------------------------------------------- 1 |

hello demo

2 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/favicon.ico -------------------------------------------------------------------------------- /source/mobi/js/like.js: -------------------------------------------------------------------------------- 1 | // author: EC 2 | // last modify: 2016-2-11 12:48 -------------------------------------------------------------------------------- /source/join/index.md: -------------------------------------------------------------------------------- 1 | title: 加入我们 2 | type: join 3 | layout: join 4 | --- 5 | -------------------------------------------------------------------------------- /themes/jc/source/css/_base/pagination.styl: -------------------------------------------------------------------------------- 1 | .pagination 2 | display:none; -------------------------------------------------------------------------------- /source/_data/html5cases.yml: -------------------------------------------------------------------------------- 1 | case_cover_prefix: //misc.aotu.io/JChehe/html5cases/ -------------------------------------------------------------------------------- /source/_data/languages.yml: -------------------------------------------------------------------------------- 1 | zh-cn: 2 | name: 简体中文 3 | disqus_lang: zh 4 | en: English 5 | -------------------------------------------------------------------------------- /source/tags/index.md: -------------------------------------------------------------------------------- 1 | title: tags 2 | date: 2015-11-23 03:06:47 3 | type: "tags" 4 | --- 5 | -------------------------------------------------------------------------------- /themes/jc/preview.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/preview.webp -------------------------------------------------------------------------------- /source/cates/index.md: -------------------------------------------------------------------------------- 1 | title: cates 2 | date: 2015-11-23 03:06:59 3 | type: "cates" 4 | --- 5 | -------------------------------------------------------------------------------- /source/mobi/img/demo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/demo.png -------------------------------------------------------------------------------- /source/mobi/img/fzlth.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/fzlth.TTF -------------------------------------------------------------------------------- /source/mobi/img/sound.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/sound.mp3 -------------------------------------------------------------------------------- /source/mobi/img/thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/thumb.png -------------------------------------------------------------------------------- /source/mobi/img/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/title.png -------------------------------------------------------------------------------- /source/_data/menu.yml: -------------------------------------------------------------------------------- 1 | home: https://aotu.io/ 2 | html5: index.html 3 | about: about/ 4 | join: join/ -------------------------------------------------------------------------------- /source/mobi/img/fzltxh.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/fzltxh.ttf -------------------------------------------------------------------------------- /source/mobi/img/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/sprite.png -------------------------------------------------------------------------------- /source/mobi/img/sprite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/sprite2.png -------------------------------------------------------------------------------- /source/mobi/images/cover/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/3.png -------------------------------------------------------------------------------- /source/mobi/images/cover/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/4.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/4.png -------------------------------------------------------------------------------- /source/mobi/img/entrance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/entrance.png -------------------------------------------------------------------------------- /source/mobi/img/maga_cover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/maga_cover.png -------------------------------------------------------------------------------- /source/mobi/img/maga_title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/maga_title.png -------------------------------------------------------------------------------- /source/mobi/img/rss_head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/rss_head.png -------------------------------------------------------------------------------- /source/mobi/img/rss_tail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/rss_tail.png -------------------------------------------------------------------------------- /source/mobi/img/share_2.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/share_2.0.png -------------------------------------------------------------------------------- /source/mobi/img/share_3.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/share_3.0.png -------------------------------------------------------------------------------- /source/mobi/img/thumb@0.5x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/thumb@0.5x.png -------------------------------------------------------------------------------- /themes/jc/source/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/logo.png -------------------------------------------------------------------------------- /source/mobi/images/cover/3_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/3_s.png -------------------------------------------------------------------------------- /source/mobi/images/cover/4_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/4_s.jpg -------------------------------------------------------------------------------- /source/mobi/img/maga_cover_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/maga_cover_2.png -------------------------------------------------------------------------------- /source/mobi/img/title_160229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/title_160229.png -------------------------------------------------------------------------------- /themes/jc/source/img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/banner.png -------------------------------------------------------------------------------- /themes/jc/source/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/favicon.ico -------------------------------------------------------------------------------- /themes/jc/source/img/o2logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/o2logo.png -------------------------------------------------------------------------------- /themes/jc/source/img/qrcode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/qrcode.jpg -------------------------------------------------------------------------------- /themes/jc/source/img/qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/qrcode.png -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_1.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_2.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_5.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_6.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_7.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_8.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_9.jpg -------------------------------------------------------------------------------- /source/mobi/img/wanted_qrcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/wanted_qrcode.png -------------------------------------------------------------------------------- /source/search/index.md: -------------------------------------------------------------------------------- 1 | title: search 2 | layout: search 3 | date: 2015-11-23 03:06:47 4 | type: "search" 5 | --- 6 | -------------------------------------------------------------------------------- /themes/jc/source/img/ball_1408.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/ball_1408.png -------------------------------------------------------------------------------- /themes/jc/source/img/ball_195.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/ball_195.png -------------------------------------------------------------------------------- /themes/jc/source/img/o2logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/o2logo@2x.png -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_1_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_1_s.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_2_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_2_s.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_5_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_5_s.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_6_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_6_s.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_7_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_7_s.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_8_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_8_s.jpg -------------------------------------------------------------------------------- /source/mobi/images/cover/vol_9_s.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/images/cover/vol_9_s.jpg -------------------------------------------------------------------------------- /source/mobi/img/maga_title_160329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/maga_title_160329.png -------------------------------------------------------------------------------- /source/mobi/img/wanted_qrcode_200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/wanted_qrcode_200.png -------------------------------------------------------------------------------- /themes/jc/source/img/mstile-70x70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/mstile-70x70.png -------------------------------------------------------------------------------- /source/mobi/img/o2team_qrcode_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/o2team_qrcode_temp.png -------------------------------------------------------------------------------- /themes/jc/source/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /themes/jc/source/img/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/favicon-16x16.png -------------------------------------------------------------------------------- /themes/jc/source/img/favicon-230x230.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/favicon-230x230.png -------------------------------------------------------------------------------- /themes/jc/source/img/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/favicon-32x32.png -------------------------------------------------------------------------------- /themes/jc/source/img/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/favicon-96x96.png -------------------------------------------------------------------------------- /themes/jc/source/img/logo-circle-120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/logo-circle-120.png -------------------------------------------------------------------------------- /themes/jc/source/img/mstile-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/mstile-144x144.png -------------------------------------------------------------------------------- /themes/jc/source/img/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/mstile-150x150.png -------------------------------------------------------------------------------- /themes/jc/source/img/mstile-310x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/mstile-310x150.png -------------------------------------------------------------------------------- /themes/jc/source/img/mstile-310x310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/mstile-310x310.png -------------------------------------------------------------------------------- /source/mobi/img/wanted_qrcode_200_temp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/img/wanted_qrcode_200_temp.png -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/blank.gif -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon.png -------------------------------------------------------------------------------- /source/mobi/report/images/20160110-0229.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/report/images/20160110-0229.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-36x36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-36x36.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-48x48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-48x48.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-72x72.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-96x96.png -------------------------------------------------------------------------------- /source/mobi/report/images/20160229-20160328.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/report/images/20160229-20160328.png -------------------------------------------------------------------------------- /themes/jc/source/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /themes/jc/source/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /themes/jc/source/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-144x144.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-192x192.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-256x256.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-384x384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-384x384.png -------------------------------------------------------------------------------- /themes/jc/source/img/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/android-chrome-512x512.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-57x57.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /themes/jc/source/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-167x167.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-167x167.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/fancybox_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/fancybox_sprite.png -------------------------------------------------------------------------------- /source/mobi/report/images/20160229-20160328_entries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/source/mobi/report/images/20160229-20160328_entries.png -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/fancybox_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/fancybox_loading.gif -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/fancybox_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/fancybox_overlay.png -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/fancybox_sprite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/fancybox_sprite@2x.png -------------------------------------------------------------------------------- /themes/jc/source/img/apple-touch-icon-precomposed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/img/apple-touch-icon-precomposed.png -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/fancybox_loading@2x.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/fancybox_loading@2x.gif -------------------------------------------------------------------------------- /themes/jc/source/assets/fancybox/helpers/fancybox_buttons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o2team/cases/HEAD/themes/jc/source/assets/fancybox/helpers/fancybox_buttons.png -------------------------------------------------------------------------------- /themes/jc/source/css/_font_awesome/fixed-width.styl: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .{$fa-css-prefix}-fw 4 | width (18em / 14) 5 | text-align center 6 | -------------------------------------------------------------------------------- /source/demo/readme.md: -------------------------------------------------------------------------------- 1 | ## demo目录 2 | 3 | demo目录用来存放博客文章可能涉及的静态demo。 4 | 5 | ### 目录规范 6 | 7 | > demo/github账号名/demo1/index.html 8 | 9 | 请在demo目录下利用自己的github账号名作为子目录存放个人demo。 10 | -------------------------------------------------------------------------------- /source/mobi/js/getVol.js: -------------------------------------------------------------------------------- 1 | var GetQueryString = require('./GetQueryString').GetQueryString; 2 | 3 | exports.vol = function(){ 4 | var vol = GetQueryString('vol')?GetQueryString('vol'):0; 5 | return vol; 6 | } -------------------------------------------------------------------------------- /themes/jc/layout/join.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | 3 | {% block page_class %}page-join{% endblock %} 4 | 5 | {% block main %} 6 | {% include '_partial/join/main.swig' %} 7 | {% endblock %} 8 | 9 | -------------------------------------------------------------------------------- /source/mobi/js/jumpHref.js: -------------------------------------------------------------------------------- 1 | exports.jumpHref = function(jumpPath){ // 期刊链接处理 2 | var p = location.pathname, 3 | pArr = p.split('/'); 4 | pArr.pop(); 5 | p = location.origin+pArr.join('/')+'/'+jumpPath; 6 | 7 | return p; 8 | } -------------------------------------------------------------------------------- /themes/jc/source/css/style.styl: -------------------------------------------------------------------------------- 1 | @import "nib" 2 | @import "_base/index" 3 | @import "_font_awesome/font-awesome" 4 | @import "_index/index" 5 | @import "_post/post" 6 | @import "_search/search" 7 | @import "_about/about" 8 | @import "_join/join" -------------------------------------------------------------------------------- /scaffolds/page.md: -------------------------------------------------------------------------------- 1 | title: {{ title }} 2 | subtitle: {{ subtitle }} 3 | cover: git-flow.jpg 4 | date: {{ date }} 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 凹凸实验室 10 | github_name: o2team 11 | 12 | --- 13 | 14 | 15 | -------------------------------------------------------------------------------- /source/mobi/js/remove_html_tag.js: -------------------------------------------------------------------------------- 1 | exports.removeHTMLTag = function(str) { 2 | str = str.replace(/<\/?[^>]*>/g,''); //去除HTML tag 3 | str = str.replace(/[ | ]*\n/g,'\n'); //去除行尾空白 4 | str=str.replace(/ /ig,'');//去掉  5 | return str; 6 | }; -------------------------------------------------------------------------------- /source/mobi/js/GetQueryString.js: -------------------------------------------------------------------------------- 1 | exports.GetQueryString = function (name){ 2 | var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)"); 3 | var r = window.location.search.substr(1).match(reg); 4 | if(r!=null)return decodeURIComponent(r[2]); return null; 5 | } -------------------------------------------------------------------------------- /scaffolds/post.md: -------------------------------------------------------------------------------- 1 | title: {{ title }} 2 | subtitle: "用来一句话描述文章" 3 | cover: git-flow.jpg 4 | date: {{ date }} 5 | categories: Web开发 6 | tags: 7 | - Git 8 | - Fork 9 | author: 10 | nick: 凹凸实验室 11 | github_name: o2team 12 | 13 | --- 14 | 15 | 16 | -------------------------------------------------------------------------------- /themes/jc/layout/fragments.swig: -------------------------------------------------------------------------------- 1 | {% for post in page.posts %} 2 | {% if not post.draft %} 3 | {% set author = post.author|default({github_name:config.github.user, nick:config.author}) %} 4 | {% include '_partial/post/mini.swig' with {post:post, author:author} %} 5 | {% endif %} 6 | {% endfor%} -------------------------------------------------------------------------------- /themes/jc/layout/_partial/index/main.swig: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | {% include 'posts.swig' %} 5 |
6 | 7 | {# {% include '../common/sidebar.swig' %} #} 8 |
9 |
10 | -------------------------------------------------------------------------------- /themes/jc/layout/about.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | 3 | {% block page_class %}page-about{% endblock %} 4 | 5 | {% block main %} 6 | {% include '_partial/about/main.swig' %} 7 | {% endblock %} 8 | 9 | {% block pagejs %} 10 | {{ js('js/about') }} 11 | {% endblock %} 12 | 13 | -------------------------------------------------------------------------------- /themes/jc/source/css/_base/index.styl: -------------------------------------------------------------------------------- 1 | @import "_mixins" 2 | @import "_vars" 3 | @import "reset" 4 | @import "typo" 5 | @import "layout" 6 | @import "backtop" 7 | @import "duoshuo" 8 | @import "footer" 9 | @import "header" 10 | @import "loading" 11 | @import "pagination" 12 | @import "sidebar" -------------------------------------------------------------------------------- /scaffolds/case.md: -------------------------------------------------------------------------------- 1 | title: {{ title }} 2 | subtitle: "用来一句话描述文章" 3 | cover: {{ title }} 4 | categories: 视频型 5 | date: {{ date }} 6 | publishDate: 2016-01-25 08:00:00 7 | link: 8 | tags: 9 | - Git 10 | - Fork 11 | author: 12 | nick: 凹凸实验室 13 | github_name: o2team 14 | 15 | --- 16 | 17 | 18 | -------------------------------------------------------------------------------- /source/mobi/js/coverClick.js: -------------------------------------------------------------------------------- 1 | var jumpHref = require('./jumpHref').jumpHref; 2 | var indexHref = require('./config').config().indexHref; 3 | exports.coverClick = function (item,){ // 索引添加单击事件 4 | document.querySelector(item).addEventListener('click', function(){ 5 | location.href = jumpHref(indexHref); 6 | }); 7 | } -------------------------------------------------------------------------------- /source/_posts/2017-08-08-jissbon.md: -------------------------------------------------------------------------------- 1 | title: 杰士邦啪啪节 2 | subtitle: 采用多场景和上下对比的视频方式呈现主题。 3 | cover: jissbon.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-08-08 17:30:36 12 | publishDate: 2017-08-08 17:30:36 13 | link: http://h5.baconbuy.com/jissbon/88/ 14 | --- 15 | -------------------------------------------------------------------------------- /themes/jc/source/css/_index/index.styl: -------------------------------------------------------------------------------- 1 | 2 | @import "banner" 3 | @import "cates" 4 | @import "posts" 5 | 6 | // .page-index 7 | // +mobile() { 8 | // & .mod-container { 9 | // padding-top: 0 10 | // background: #fafafa 11 | // } 12 | // } 13 | 14 | .mod-main { 15 | width: 100%; 16 | } 17 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-my-journey-of-2016.md: -------------------------------------------------------------------------------- 1 | title: 我的2016旅程 2 | subtitle: 常规的伪装界面,简单的视频演示,还有莫名奇妙的加了一个官方好友... 3 | cover: my journey of 2016.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 同程 10 | github_name: LY.COM 11 | date: 2017-01-03 17:50:05 12 | publishDate: 2016-12-31 16:00:00 13 | link: 14 | --- 15 | -------------------------------------------------------------------------------- /source/mobi/js/webpack.config.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | entry: { 3 | maga: "./controllers_maga.js", 4 | list: "./controllers_list.js" 5 | }, 6 | output: { 7 | path: __dirname + '/build', 8 | filename: "[name].js" 9 | }, 10 | module: { 11 | loaders: [ 12 | {test: /\.js$/, loader: 'jsx-loader?harmony'} 13 | ] 14 | } 15 | } -------------------------------------------------------------------------------- /source/_posts/2015-12-01-to-pat.md: -------------------------------------------------------------------------------- 1 | title: 致拍拍 2 | subtitle: 致拍拍 3 | cover: http://jdc.jd.com/h5/imagespool/1452149236539.png 4 | categories: 场景型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-11-30T16:00:00.000Z 11 | publishDate: 2016-01-05T10:13:58.834Z 12 | link: http://jdc.jd.com/fd/pp/zhipaipai/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-07-seven-a-pat-le-xi.md: -------------------------------------------------------------------------------- 1 | title: 拍拍七叻个夕 2 | subtitle: 重口味 3 | cover: seven a pat le xi.jpg 4 | categories: 游戏型 5 | tags: 6 | - 趣味游戏 7 | - 游戏 8 | author: 9 | nick: 京东 10 | github_name: JDC 11 | date: 2015-09-06T16:00:00.000Z 12 | publishDate: 2015-09-07T09:03:13.655Z 13 | link: http://jdc.jd.com/fd/pp/qixi/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-hyy.md: -------------------------------------------------------------------------------- 1 | title: 《花雨夜》 2 | subtitle: 网易自研解密向手游《花语月》品牌宣传页。宣传页以花、月两大元素为主,与游戏保持一致的朦胧中国古典风。 3 | cover: hyy.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易游戏 10 | github_name: Netease 11 | date: 2016-12-10 16:55:46 12 | publishDate: 2015-11-09 08:00:00 13 | link: http://hyy.163.com/m/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-ghost-blows-3.md: -------------------------------------------------------------------------------- 1 | title: 鬼吹灯-精绝古城广州篇 2 | subtitle: 秘传百年的羊城传说,这次终于有望得到证实! 3 | cover: ghost blows 3.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-01-03 17:33:18 12 | publishDate: 2016-12-20 16:00:00 13 | link: http://omgmkt.qq.com/cit/gz/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-13-miyamoto-musashi.md: -------------------------------------------------------------------------------- 1 | title: 宫本武藏の极致征途 2 | subtitle: 冈本带你揭开日本三百多年的武学谜团。 3 | cover: miyamoto musashi.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 冈本 10 | github_name: Okamoto 11 | date: 2017-06-13 17:28:26 12 | publishDate: 2017-06-13 17:28:26 13 | link: http://okamoto.leanapp.cn/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-25-tesla.md: -------------------------------------------------------------------------------- 1 | title: 䵤 䵤 䵤 特斯拉.rar 2 | subtitle: 模拟入侵特使拉系统,从而进行远程控制。一个非常 GEEK 的表现形式。 3 | cover: tesla.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-07-25 17:28:36 12 | publishDate: 2017-07-25 17:28:36 13 | link: http://omgmkt.qq.com/car/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-28-kids-gallery.md: -------------------------------------------------------------------------------- 1 | title: “小朋友”画廊 2 | subtitle: “简单”H5,有爱公益 3 | cover: kids gallery.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-08-28 17:30:36 12 | publishDate: 2017-08-28 17:30:36 13 | link: http://ssl.gongyi.qq.com/m/wxact/gallery.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-01-15-mikutap.md: -------------------------------------------------------------------------------- 1 | title: Mikutap 2 | subtitle: (需要翻墙)Raise the volume and enjoy! 3 | cover: mikutap.png 4 | categories: 游戏互动型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: daniwel 10 | github_name: daniwel 11 | date: 2018-01-15 12:00:00 12 | publishDate: 2018-01-15 12:00:00 13 | link: http://aidn.jp/mikutap/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/mobi/js/page_load.js: -------------------------------------------------------------------------------- 1 | exports.pageLoad = function(e){ 2 | var $knot = document.querySelector('.case_load'), 3 | winHeight = window.screen.availHeight, 4 | knotPos = $knot.offsetTop, 5 | scrollPos = e.target.scrollTop; 6 | 7 | if(scrollPos + winHeight + 10 >= knotPos){ 8 | this.pageLoad(); 9 | }else{ 10 | return; 11 | } 12 | }; -------------------------------------------------------------------------------- /source/_posts/2015-09-18-jingdong-group-2016.md: -------------------------------------------------------------------------------- 1 | title: 2016年京东集团海外招聘 2 | subtitle: 3 | cover: jingdong group 2016.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-18T08:00:00.000Z 11 | publishDate: 2015-10-08T08:20:50.477Z 12 | link: http://wqs.jd.com/promote/2015/recruit/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-2015-thanksgiving-day.md: -------------------------------------------------------------------------------- 1 | title: 2015感恩节 2 | subtitle: 3 | cover: 2015 thanksgiving day.jpg 4 | categories: 场景型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://wqs.jd.com/promote/2015/underwear/game.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-ghost-blows-1.md: -------------------------------------------------------------------------------- 1 | title: 鬼吹灯-精绝古城帝都篇 2 | subtitle: 是谣传还是史实,扒一扒隐藏在帝都地下的惊世秘密! 3 | cover: ghost blows 1.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-01-03 17:33:10 12 | publishDate: 2016-12-20 16:00:00 13 | link: http://omgmkt.qq.com/cit/bj/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-ghost-blows-2.md: -------------------------------------------------------------------------------- 1 | title: 鬼吹灯-精绝古城魔都篇 2 | subtitle: 深入魔都地下,千年古刹,竟封存了这么多不可思议的真相! 3 | cover: ghost blows 2.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-01-03 17:33:14 12 | publishDate: 2016-12-20 16:00:00 13 | link: http://omgmkt.qq.com/cit/sh/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-18-wild-fancy.md: -------------------------------------------------------------------------------- 1 | title: 青春妄念录 2 | subtitle: 所谓浪漫,就是再浪一点,再慢一点。 3 | cover: wild fancy.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 杰士邦 10 | github_name: jissbon 11 | date: 2017-08-18 17:30:36 12 | publishDate: 2017-08-18 17:30:36 13 | link: http://h5.desire.jissbon.com/?from=iguoguo.net 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2015-05-01-mom-hit-me-again.md: -------------------------------------------------------------------------------- 1 | title: 妈妈再打我一次 2 | subtitle: 感人 3 | cover: mom hit me again.jpg 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-04-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/promote/2015/mum/index.html?ptag=17005.4.10 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-05-01-mother-s-day.md: -------------------------------------------------------------------------------- 1 | title: 拍拍母亲节活动 2 | subtitle: 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437388639306.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-04-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://jdc.jd.com/fd/pp/mother/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-07-jingdong-pie.md: -------------------------------------------------------------------------------- 1 | title: 京东派 2 | subtitle: 页面剧情通过向三个不同角色(同学、兄弟、情侣)借钱前后反差效果,最后主推京东白条。 3 | cover: jingdong pie.jpg 4 | categories: 场景型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-06T16:00:00.000Z 11 | publishDate: 2015-09-06T13:28:26.875Z 12 | link: http://jdc.jd.com/lab/jdpai/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-16-are-you-bored.md: -------------------------------------------------------------------------------- 1 | title: 你无聊么? 2 | subtitle: 创新项目 3 | cover: http://jdc.jd.com/h5/imagespool/1443148406991.png 4 | categories: 场景型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-15T16:00:00.000Z 11 | publishDate: 2015-09-09T06:43:05.512Z 12 | link: http://jdc.jd.com/fd/pp/niwuliaoma/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-10-29-clap-for-your-sister.md: -------------------------------------------------------------------------------- 1 | title: 拍拍找你妹 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1452149254470.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-10-28T18:56:39.355Z 11 | publishDate: 2015-10-26T02:55:09.991Z 12 | link: http://jdc.jd.com/fd/pp/zhaonimei/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-11-11-can-you-endure-it.md: -------------------------------------------------------------------------------- 1 | title: 你能忍吗? 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1452149362698.png 4 | categories: 场景型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-11-10T16:00:00.000Z 11 | publishDate: 2016-01-05T10:13:58.834Z 12 | link: http://jdc.jd.com/fd/pp/ninengrenma/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-next-idea-x.md: -------------------------------------------------------------------------------- 1 | title: Next idea x 故宫 2 | subtitle: 一个跳骑马舞的朱帝意外的在夏天,把H5这种网站形式给炒得更热了。 3 | cover: next idea x.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: treedom 10 | github_name: treedom 11 | date: 2016-12-10 19:32:49 12 | publishDate: 2016-07-01 16:00:00 13 | link: http://nigg.treedom.cn/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-paipai-find-your-sister.md: -------------------------------------------------------------------------------- 1 | title: 拍拍找你妹 2 | subtitle: 拍拍双十一大促的运营类小游戏——找你妹。 3 | cover: paipai find your sister.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2016-12-10 17:15:33 12 | publishDate: 2015-11-23 16:00:00 13 | link: http://b.gengshu.net/paipaiznm/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-stocking-to-home.md: -------------------------------------------------------------------------------- 1 | title: 年货送到家 2 | subtitle: 还有两个小时就要到家了,你准备好了吗? 3 | cover: stocking to home.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2016-12-10 17:48:37 12 | publishDate: 2016-04-26 16:00:00 13 | link: http://jdc.jd.com/fd/promote/201601/djnianhuo/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-13-two-hand-flip-flip-happy.md: -------------------------------------------------------------------------------- 1 | title: 二手翻翻乐 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1452150260400.png 4 | categories: 展示型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-12-13 08:00:00 11 | publishDate: 2015-08-31T16:00:00.000Z 12 | link: http://jdc.jd.com/fd/pp/fanfanle/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-01-04-cky-say.md: -------------------------------------------------------------------------------- 1 | title: 蔡康永拍火影电影计划 2 | subtitle: 就目前来说,这种二次元与三次元混搭的制作方式还很受欢迎,希望未来能看到更好的类似作品。 3 | cover: cky say.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 乐柚科技 10 | github_name: aleyoo 11 | date: 2017-01-04 17:27:26 12 | publishDate: 2017-01-04 17:27:26 13 | link: http://website.aleyoo.com/hy/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-02-life-in-a-day.md: -------------------------------------------------------------------------------- 1 | title: 网易20周年——浮生一日 2 | subtitle: (需在微信打开)以多个小视频的方式让人回忆起这20年中的点点滴滴。 3 | cover: life in a day.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-07-02 17:29:36 12 | publishDate: 2017-07-02 17:29:36 13 | link: http://mei.baconbuy.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-15-impatient-detectors.md: -------------------------------------------------------------------------------- 1 | title: 不耐烦探测仪 2 | subtitle: 用非常精美的插画描述日常生活中的排队情景。 3 | cover: impatient detectors.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 微信 10 | github_name: WeChat 11 | date: 2017-08-15 17:30:36 12 | publishDate: 2017-08-15 17:30:36 13 | link: https://gypro.wxgongkaike.com 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-20-king-of-chaos.md: -------------------------------------------------------------------------------- 1 | title: 乱世王者 2 | subtitle: 视频结合雪碧图的交互,有效地突出主题。 3 | cover: king of chaos.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-08-20 17:30:36 12 | publishDate: 2017-08-20 17:30:36 13 | link: http://slg.qq.com/cp/a20170816lswz/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-02-03-good-luck-dog-year-wang.md: -------------------------------------------------------------------------------- 1 | title: 好运来,狗年旺 2 | subtitle: 输入名字,AI 帮你写春联。 3 | cover: good luck dog year wang.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2018-02-03 12:00:00 12 | publishDate: 2018-02-03 12:00:00 13 | link: http://couplet.ronghuiad.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/mobi/js/controllers_list.js: -------------------------------------------------------------------------------- 1 | // author: EC 2 | // last modify: 2016-6-23 14:44 3 | 4 | var processData = require('./process_data').processData; 5 | 6 | window.json2 = function(){ 7 | var args = arguments[0]; 8 | var si = setInterval(function(){ 9 | if(volMaga){ 10 | processData(args); 11 | clearInterval(si); 12 | } 13 | }, 200); 14 | }; -------------------------------------------------------------------------------- /themes/jc/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "hexo-theme-jc", 3 | "description": "The most beautiful theme for Hexo, flat and delicate, created and maintained by [AOTU Labs](http://aotu.io).", 4 | "version": "0.9.0", 5 | "private": true, 6 | "author": { 7 | "name": "o2team", 8 | "email": "o2team@qq.com" 9 | }, 10 | "dependencies": { 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /themes/jc/source/css/_search/search.styl: -------------------------------------------------------------------------------- 1 | .page-search 2 | ++mobile(){ 3 | background: #fafafa 4 | } 5 | .search-result-tit 6 | margin-bottom: 15px 7 | font-size: 16px 8 | font-weight: normal 9 | & em 10 | margin: 0 5px 11 | color: $color-theme 12 | +mobile(){ 13 | margin 0 15px 15px 14 | } -------------------------------------------------------------------------------- /source/_posts/2015-06-18-618-detonation-activity.md: -------------------------------------------------------------------------------- 1 | title: 618引爆活动 2 | subtitle: 3D 3 | cover: http://jdc.jd.com/h5/imagespool/1452149490410.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-06-17T16:00:00.000Z 11 | publishDate: 2016-01-05T10:13:58.834Z 12 | link: http://jdc.jd.com/fd/pp/yinbao618/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-2016-mother-s-day.md: -------------------------------------------------------------------------------- 1 | title: 2016母亲节 2 | subtitle: 3 | cover: //jdc.jd.com/h5/imagespool/1476797200662.png 4 | categories: 场景型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://wqs.jd.com/promote/201605/mum/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-08-02-tmall-sonic-festival.md: -------------------------------------------------------------------------------- 1 | title: 天猫幻响电音节 2 | subtitle: 让用户创作电子音乐,内容细节精细,体验方式丰富。 3 | cover: tmall sonic festival.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2017-08-02 17:30:36 12 | publishDate: 2017-08-02 17:30:36 13 | link: http://cdn.im-ad.com/2017/DJ/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-25-lecake-fairy-tale-town.md: -------------------------------------------------------------------------------- 1 | title: 诺心童话小镇 2 | subtitle: (需在微信打开)一夜之间,诺心童话小镇被点亮... 3 | cover: lecake fairy tale town.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 诺心 10 | github_name: Lecake 11 | date: 2017-12-25 00:00:00 12 | publishDate: 2017-12-25 00:00:00 13 | link: http://mb.lecake.com/prmeo/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-05-20-2016-festival.md: -------------------------------------------------------------------------------- 1 | title: 2016造物节 2 | subtitle: 全景交互 3 | cover: http://img20.360buyimg.com/webcases/jfs/t17917/262/2621974327/412429/c9f0b384/5b06bd36N0195c8f5.png 4 | categories: 技术型 5 | author: 6 | nick: VML 7 | github_name: VML 8 | date: 2018-05-20 12:00:00 9 | publishDate: 2018-05-20 12:00:00 10 | link: http://show.im20.com.cn/zwj/ 11 | --- -------------------------------------------------------------------------------- /.travis/deploy.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | if [ "$1" = "false" ] 3 | # not a pull request, deploy to github pages 4 | then ( cd public 5 | git init 6 | git config user.name "AOTULabs" 7 | git config user.email "o2labs@qq.com" 8 | git add . 9 | git commit -m "Deployed from Travis CI" 10 | git push --force --quiet "https://${GH_TOKEN}@${GH_REPO}" master:gh-pages 11 | ) 12 | fi -------------------------------------------------------------------------------- /source/_posts/2015-05-01-micro-shop-welcome-page.md: -------------------------------------------------------------------------------- 1 | title: 微小店欢迎页 2 | subtitle: 动画很赞 3 | cover: http://jdc.jd.com/h5/imagespool/1441618141265.png 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-04-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://labs.qiang.it/h5/wd/welcome/v1/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-01-looking-through-the-music-used.md: -------------------------------------------------------------------------------- 1 | title: 二手翻翻乐 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1452150260400.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-08-31T16:00:00.000Z 11 | publishDate: 2016-01-05T10:13:58.834Z 12 | link: http://jdc.jd.com/fd/pp/fanfanle/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-21-save-hand-chop-party.md: -------------------------------------------------------------------------------- 1 | title: 拯救剁手党 2 | subtitle: 拯救剁手党 3 | cover: http://jdc.jd.com/h5/imagespool/1444803903867.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-21T08:00:00.000Z 11 | publishDate: 2015-10-13T12:39:19.643Z 12 | link: http://qwd.jd.com/marketing/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-we-all-love-cassidy.md: -------------------------------------------------------------------------------- 1 | title: 我们都爱小霸王 2 | subtitle: 3 | cover: //jdc.jd.com/h5/imagespool/1476793513166.png 4 | categories: 游戏型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://wqs.jd.com/promote/201510/game/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-13-we-all-love-bully.md: -------------------------------------------------------------------------------- 1 | title: 我们都爱小霸王 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1476793513166.png 4 | categories: 游戏型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-12-13 08:00:00 11 | publishDate: 2016-10-17T16:00:00.000Z 12 | link: http://wqs.jd.com/promote/201510/game/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-01-06-taobao-nianhuo-street.md: -------------------------------------------------------------------------------- 1 | title: 年货大街 2 | subtitle: 以古代的风格各个商品,人物都是萌萌哒 3 | cover: taobao nianhuo street.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 淘宝 10 | github_name: taobao 11 | date: 2017-01-06 17:27:26 12 | publishDate: 2017-01-06 17:27:26 13 | link: http://c.b0wr.com/h.X6hdRQ?cv=u8ZQ6YVNNw 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-01-my-18-years.md: -------------------------------------------------------------------------------- 1 | title: 我的18岁 2 | subtitle: 通过当年的经典头像,回忆了起当年使用QQ的快乐和乐趣。 3 | cover: my 18 years.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-03-01 17:27:26 12 | publishDate: 2017-03-01 17:27:26 13 | link: http://penguin.wearewer.com/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-08-up2014.md: -------------------------------------------------------------------------------- 1 | title: UP2014大会邀请函 2 | subtitle: 通过"幻灯片"的方式展示了各类目。 3 | cover: up2014.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-08 17:27:27 12 | publishDate: 2017-04-08 17:27:27 13 | link: http://up.qq.com/2014/invitation/main.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-06-01-funny-618.md: -------------------------------------------------------------------------------- 1 | title: 缤纷618 2 | subtitle: 通过充满缤纷色彩的视频展示京东 618 的阶段活动。 3 | cover: funny 618.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-06-01 17:30:26 12 | publishDate: 2017-06-01 17:30:26 13 | link: https://h5.m.jd.com/dev/3koY2MxhyMDbJXsiaZ7rhyUzxmHX/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-01-put-on-uniforms.md: -------------------------------------------------------------------------------- 1 | title: 穿上军装 2 | subtitle: 根据用户用户上传的头像生成不同年代的军装照。 3 | cover: put on uniforms.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 人民日报 10 | github_name: people paper 11 | date: 2017-08-01 17:28:36 12 | publishDate: 2017-08-01 17:28:36 13 | link: http://www.h5case.com.cn/case/people-cn/81/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-09-01-the-flower-on-the-head-of-nani.md: -------------------------------------------------------------------------------- 1 | title: 娜尼头上的花 2 | subtitle: 非常精致的童话故事。 3 | cover: the flower on the head of nani.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 植观 10 | github_name: NATTITUDE 11 | date: 2017-09-01 17:30:36 12 | publishDate: 2017-09-01 17:30:36 13 | link: http://plant618.teown.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-06-circle-throwing.md: -------------------------------------------------------------------------------- 1 | title: 套圈圈 2 | subtitle: (需在微信打开)怀旧小游戏,直戳90后中年人的内心。 3 | cover: circle throwing.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-12-06 17:30:36 12 | publishDate: 2017-12-06 17:30:36 13 | link: https://wqs.jd.com/promote/201712/double/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-13-nanjing1937.md: -------------------------------------------------------------------------------- 1 | title: 铭记国殇,为30万无辜灵魂擦去泪水 2 | subtitle: 勿忘国耻,警钟长鸣。 3 | cover: nanjing1937.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 中国青年报 10 | github_name: China Youth Daily 11 | date: 2017-12-13 00:00:00 12 | publishDate: 2017-12-13 00:00:00 13 | link: http://h5.cyol.com/special/nanjing1937/m.php 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-01-20-one-step-forward.md: -------------------------------------------------------------------------------- 1 | title: 向前一步520 2 | subtitle: (需在微信打开)跳到52分的时候,我遇到了爱情... 3 | cover: one step forward.jpg 4 | categories: 游戏互动型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: new balance 10 | github_name: new balance 11 | date: 2018-01-20 12:00:00 12 | publishDate: 2018-01-20 12:00:00 13 | link: http://nbvday.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-02-02-three-minutes.md: -------------------------------------------------------------------------------- 1 | title: 三分钟 2 | subtitle: 寻找你的家庭成员,定制属于你的全家福。 3 | cover: three mintues.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: Apple 10 | github_name: Apple 11 | date: 2018-02-02 12:00:00 12 | publishDate: 2018-02-02 12:00:00 13 | link: https://wximg.qq.com/wxp/moment/E1d-gcrX4/html/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-05-21-full-opening.md: -------------------------------------------------------------------------------- 1 | title: 胜势全开 2 | subtitle: 精致的 3D 交互 3 | cover: http://img20.360buyimg.com/webcases/jfs/t18376/114/2691855543/480937/d983a310/5b06bddfN7b023afa.png 4 | categories: 技术型 5 | author: 6 | nick: VML 7 | github_name: VML 8 | date: 2018-05-21 12:00:00 9 | publishDate: 2018-05-21 12:00:00 10 | link: http://show.im20.com.cn/bbcny/ 11 | --- -------------------------------------------------------------------------------- /source/_posts/2015-09-07-head-booklovers-circle.md: -------------------------------------------------------------------------------- 1 | title: 麦芒,爱书人的圈子 2 | subtitle: 麦芒产品的推广页面 3 | cover: head booklovers circle.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | - 移动案例 8 | author: 9 | nick: 京东 10 | github_name: JDC 11 | date: 2015-09-06T16:00:00.000Z 12 | publishDate: 2015-09-07T09:03:13.655Z 13 | link: http://jdc.jd.com/fd/pp/maimang/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2015-09-07-pat-second-hand-welcome-page.md: -------------------------------------------------------------------------------- 1 | title: 拍拍二手-欢迎页 2 | subtitle: 3 | cover: pat second hand welcome page.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | - 移动案例 8 | author: 9 | nick: 京东 10 | github_name: JDC 11 | date: 2015-09-06T16:00:00.000Z 12 | publishDate: 2015-09-07T09:03:13.655Z 13 | link: http://jdc.jd.com/fd/pp/ershou_welcome/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2015-11-09-we-all-love-cassidy.md: -------------------------------------------------------------------------------- 1 | title: 我们都爱小霸王 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1447035481218.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-11-09T02:17:22.431Z 11 | publishDate: 2015-10-26T02:55:09.991Z 12 | link: http://wqs.jd.com/promote/201510/game/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-paipai-shop-new.md: -------------------------------------------------------------------------------- 1 | title: 拍拍小店全新上线 2 | subtitle: 拍拍小店全新上线,利用CSS3动画的补间动画 3 | cover: paipai shop new.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2016-12-10 17:53:06 12 | publishDate: 2016-04-26 16:00:00 13 | link: http://jdc.jd.com/fd/pp/weixiaodian_welcome/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-13-two-hand-brand-propaganda.md: -------------------------------------------------------------------------------- 1 | title: 二手品牌宣传 2 | subtitle: 二手品牌宣传 3 | cover: http://jdc.jd.com/h5/imagespool/1453098502367.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-12-13 08:00:00 11 | publishDate: 2016-01-05T16:00:00.000Z 12 | link: http://jdc.jd.com/fd/pp/20150906_pinxuan/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-youku-10-years-3.md: -------------------------------------------------------------------------------- 1 | title: 优酷10年3:这世界很酷 2 | subtitle: 该H5的寓意是表现品牌在进化和升级的过程中逐渐的开始包罗万象,涵盖的面越来越广阔。 3 | cover: youku 10 years 3.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 优酷 10 | github_name: youku 11 | date: 2017-01-03 17:24:36 12 | publishDate: 2016-12-21 16:00:00 13 | link: http://h5.weldo.cn/youku/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-12-this-scene-you-long-awaited.md: -------------------------------------------------------------------------------- 1 | title: 这一幕你期待已久 2 | subtitle: 《权力游戏》——长图文的形式也能让人深临其境。 3 | cover: this scene you long awaited.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-07-12 17:31:36 12 | publishDate: 2017-07-12 17:31:36 13 | link: http://omgmkt.qq.com/got/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-04-this-moment-should-be-better.md: -------------------------------------------------------------------------------- 1 | title: 这一刻 礼应更好 2 | subtitle: 中秋有14亿种打开方式,你怎么过? 3 | cover: this moment should be better.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 特仑苏 10 | github_name: telunsu 11 | date: 2017-10-04 17:30:36 12 | publishDate: 2017-10-04 17:30:36 13 | link: http://2017sj.telunsu.net/sj/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-12-find-the-dream-journey.md: -------------------------------------------------------------------------------- 1 | title: 寻找『梦想』的旅程 2 | subtitle: 愿你能体会每一个词,在你生命中的意义。 3 | cover: find the dream journey.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-12-12 17:30:36 12 | publishDate: 2017-12-12 17:30:36 13 | link: http://music.163.com/nact/happiness_44 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-05-22-never-wither.md: -------------------------------------------------------------------------------- 1 | title: 绝不凋零 2 | subtitle: 精致的 3D 交互 3 | cover: http://img20.360buyimg.com/webcases/jfs/t19465/79/2731254486/464939/f405c29c/5b06be0fN14980c25.png 4 | categories: 技术型 5 | author: 6 | nick: VML 7 | github_name: VML 8 | date: 2018-05-22 12:00:00 9 | publishDate: 2018-05-22 12:00:00 10 | link: http://shrek.imdevsh.com/show/drose/ 11 | --- -------------------------------------------------------------------------------- /themes/jc/layout/category.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | 3 | {% block page_class %}page-cate{% endblock %} 4 | 5 | {% block main %} 6 | {% include '_partial/index/banner.swig' %} 7 | {% include '_partial/index/main.swig' %} 8 | {% endblock %} 9 | 10 | {% block footer %} 11 | {% parent %} 12 | {% include '_partial/common/post_tpl.swig' %} 13 | {% endblock %} -------------------------------------------------------------------------------- /themes/jc/layout/index.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | 3 | {% block page_class %}page-index{% endblock %} 4 | 5 | {% block main %} 6 | {% include '_partial/index/banner.swig' %} 7 | {% include '_partial/index/main.swig' %} 8 | {% endblock %} 9 | 10 | {% block footer %} 11 | {% parent %} 12 | {% include '_partial/common/post_tpl.swig' %} 13 | {% endblock %} -------------------------------------------------------------------------------- /source/_posts/2015-06-17-torture-pat-618-secret.md: -------------------------------------------------------------------------------- 1 | title: 拷问拍拍618机密 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1445239603298.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-06-17T08:00:00.000Z 11 | publishDate: 2015-10-19T03:27:34.146Z 12 | link: http://e.paipai.com/2015/618torture/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-07-pat-618-chop-hand-guess-price.md: -------------------------------------------------------------------------------- 1 | title: 拍拍618剁手猜价 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1452150362011.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-06T16:00:00.000Z 11 | publishDate: 2015-09-07T09:03:13.655Z 12 | link: http://jdc.jd.com/fd/pp/guess_price_game/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-11-10-pat-app-double-eleven-raiders.md: -------------------------------------------------------------------------------- 1 | title: 拍拍APP-双十一攻略 2 | subtitle: 3 | cover: pat app double eleven raiders.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-11-09T16:00:00.000Z 11 | publishDate: 2015-10-26T02:55:09.991Z 12 | link: http://jdc.jd.com/fd/pp/2015paipai_double11/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-01-06-second-hand-brand-publicity.md: -------------------------------------------------------------------------------- 1 | title: 二手品牌宣传 2 | subtitle: 二手品牌宣传 3 | cover: http://jdc.jd.com/h5/imagespool/1453098502367.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-01-05T16:00:00.000Z 11 | publishDate: 2016-01-05T10:13:58.834Z 12 | link: http://jdc.jd.com/fd/pp/20150906_pinxuan/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-01-18-jingdong-me-voice-of-users.md: -------------------------------------------------------------------------------- 1 | title: 京东ME·用户之声 2 | subtitle: 用户之声推广页 3 | cover: //jdc.jd.com/h5/imagespool/1460635698146.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-01-17T16:00:00.000Z 11 | publishDate: 2016-01-27T03:24:26.570Z 12 | link: http://jdc.jd.com/fd/promote/2016/jdvoice/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-your-circle-or-will-play.md: -------------------------------------------------------------------------------- 1 | title: 贵圈还是会玩 2 | subtitle: 贵圈还是会玩 3 | cover: //jdc.jd.com/h5/imagespool/1476789552433.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://wqs.jd.com/promote/2015/circle/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-rose-never-die.md: -------------------------------------------------------------------------------- 1 | title: 罗斯·绝不凋零 2 | subtitle: 堪比电视广告的流畅转场、堪比电视广告的旁白、堪比电视广告的高契合配乐,看完之后只有一个字:酣畅淋漓。 3 | cover: rose never die.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 阿迪达斯 10 | github_name: Adidas 11 | date: 2016-12-10 13:36:58 12 | publishDate: 2015-10-26 08:00:00 13 | link: http://drose6.adidasevent.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-16-this-song-you-must-have-heard.md: -------------------------------------------------------------------------------- 1 | title: 这首歌,你绝对听过 2 | subtitle: 旋律恒永久,魔性永流传 3 | cover: this song you must have heard.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2016-12-16 10:24:03 12 | publishDate: 2016-11-01 16:00:00 13 | link: http://hlddz.qq.com/act/a20161101mv/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-05-26-xx-ai-adventure.md: -------------------------------------------------------------------------------- 1 | title: XX的AI冒险 2 | subtitle: (需在微信打开)通过类与假AI进行对话,分享含有自己名字的朋友圈,从而引起好友的关注。 3 | cover: xx ai adventure.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-05-26 17:28:26 12 | publishDate: 2017-05-26 17:28:26 13 | link: http://news.163.com/special/fdh5_ai 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-12-through-the-future-to-see-you.md: -------------------------------------------------------------------------------- 1 | title: 穿越未来来看你 2 | subtitle: 一条未来发给古代的朋友圈。 3 | cover: through the future to see you.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-06-12 17:28:26 12 | publishDate: 2017-06-12 17:28:26 13 | link: http://nextidea.qq.com/cp/a20170615ni 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-14-a line with a story.md: -------------------------------------------------------------------------------- 1 | title: 一条有故事的线 2 | subtitle: 一笔勾勒的人生脚本里,再怎么样也不要轻易放手... 3 | cover: a line with a story.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 阿里健康 10 | github_name: AliHealth 11 | date: 2017-06-14 17:28:26 12 | publishDate: 2017-06-14 17:28:26 13 | link: http://ali-yyg.h5.neone.com.cn/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-15-through-another-you-on-earth.md: -------------------------------------------------------------------------------- 1 | title: 地球上另一个你 2 | subtitle: 通过重力感应的交互方式显示“理想与现实”中的你。 3 | cover: another you on earth.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 阿里 10 | github_name: Alibaba 11 | date: 2017-06-15 17:28:26 12 | publishDate: 2017-06-15 17:28:26 13 | link: https://ideallife.ews.m.jaeapp.com 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-22-jd-2018-campus.md: -------------------------------------------------------------------------------- 1 | title: 京东2018校园招聘 2 | subtitle: 年轻的你需要更快的不发,来京东,更快达到你想到的未来。 3 | cover: jd 2018 campus.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-07-22 17:28:36 12 | publishDate: 2017-07-22 17:28:36 13 | link: http://wqs.jd.com/promote/201707/2018campus/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-28-jd-s-logo-is-simpler.md: -------------------------------------------------------------------------------- 1 | title: 简单点,京东的Logo简单点 2 | subtitle: 来这里,总有不同的快乐 3 | cover: jd s logo is simpler.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-08-28 17:29:36 12 | publishDate: 2017-08-28 17:29:36 13 | link: http://wqs.jd.com/promote/201708/brandupgrade/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-10-no-longer-forgotten.md: -------------------------------------------------------------------------------- 1 | title: 写下人生字迹,不再遗忘 2 | subtitle: 别让珍视的记忆消失,一起使用阿尔茨海默病字体。 3 | cover: no longer forgotten.png 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 汉仪 10 | github_name: hanyi 11 | date: 2017-10-10 17:30:36 12 | publishDate: 2017-09-21 17:30:36 13 | link: http://alzheimerdisease.ne.cagoe.com/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-31-huluwa-destroy-childhood.md: -------------------------------------------------------------------------------- 1 | title: 葫芦娃毁童年新番 2 | subtitle: 在视频间隙加入交互,让视频不再沉闷。 3 | cover: huluwa destroy childhood.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-10-31 17:30:36 12 | publishDate: 2017-10-31 17:30:36 13 | link: https://qnm.163.com/m/2017/dzdl/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2014-07-01-jingdong-gifts.md: -------------------------------------------------------------------------------- 1 | title: 京东礼物招商 2 | subtitle: 快速实现比较紧急的需求。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384707219.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-06-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/zhaoshang 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-08-01-valentine-s-day.md: -------------------------------------------------------------------------------- 1 | title: 七夕情人节 2 | subtitle: 使用3D翻动效果 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384691883.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-07-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/juhui/event5/cards.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-07-pat-6s-iphone-game.md: -------------------------------------------------------------------------------- 1 | title: 拍拍iPhone 6S 游戏 2 | subtitle: 老虎机抽奖游戏 3 | cover: http://jdc.jd.com/h5/imagespool/1441619171618.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | - 趣味游戏 8 | author: 9 | nick: 京东 10 | github_name: JDC 11 | date: 2015-09-06T16:00:00.000Z 12 | publishDate: 2015-09-07T09:03:13.655Z 13 | link: http://jdc.jd.com/fd/pp/iphone6s/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-04-01-2016-april-fool-s-day.md: -------------------------------------------------------------------------------- 1 | title: 2016愚人节活动 2 | subtitle: 3 | cover: //jdc.jd.com/h5/imagespool/1480672025031.png 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-03-31T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/promote/201603/foolishday/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-08-19-mid-autumn-crabs-sns.md: -------------------------------------------------------------------------------- 1 | title: 中秋大闸蟹SNS 2 | subtitle: 玩法,通过集齐五种月饼参与抽奖。 3 | cover: //jdc.jd.com/h5/imagespool/1480500193429.png 4 | categories: 游戏型 5 | tags: 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-08-18T16:00:00.000Z 10 | publishDate: 2016-07-21T11:19:15.583Z 11 | link: http://jdc.jd.com/fd/promote/201608/autumn_crab/index.html 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2017-04-12-up2017.md: -------------------------------------------------------------------------------- 1 | title: 奇点.共生,UP2017大会邀请函 2 | subtitle: (移动端与PC有区别)采用 WebGL 3D 与粒子效果,似乎完美地呈现了UP大会主题奇点·共生。 3 | cover: up2017.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-12 17:27:27 12 | publishDate: 2017-04-12 17:27:27 13 | link: http://up.qq.com/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-06-01-the-disney-story.md: -------------------------------------------------------------------------------- 1 | title: 大孩子童话 2 | subtitle: 三个精致的童话故事视频,通过结尾幽默的配音,完美地展示了各个主题。 3 | cover: the disney story.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-06-01 17:28:26 12 | publishDate: 2017-06-01 17:28:26 13 | link: http://wqs.jd.com/promote/201706/disneyintro/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-24-good-time-burning-together.md: -------------------------------------------------------------------------------- 1 | title: 好时光、一起燃 2 | subtitle: 画面的留白和切换场景的方式让原本死板的视频表现形式焕发了生机。 3 | cover: good time burning together.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-07-24 17:28:36 12 | publishDate: 2017-07-24 17:28:36 13 | link: http://txthailand.treedom.cn/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-17-xuezhiqian-s-love-clinic.md: -------------------------------------------------------------------------------- 1 | title: 薛之谦的恋爱诊所 2 | subtitle: 二次元真人结合动漫视频,非常幽默搞笑。 3 | cover: xuezhiqian s love clinic.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-08-17 17:30:36 12 | publishDate: 2017-08-17 17:30:36 13 | link: https://game.qq.com/act/a20170807dm/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-29-brain-map-museum.md: -------------------------------------------------------------------------------- 1 | title: 脑内映像馆 2 | subtitle: “开脑”展示尖端科技,请勿模仿。 3 | cover: brain map museum.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 滴滴 10 | github_name: didi 11 | date: 2017-10-28 17:30:36 12 | publishDate: 2017-10-28 17:30:36 13 | link: https://community.xiaojukeji.com/market/naoneiyinxiangguan/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-11-15-2017-justice-league.md: -------------------------------------------------------------------------------- 1 | title: 今天你一个人看电影了吗? 2 | subtitle: Joy 化身正义联盟英雄,ALL IN! 3 | cover: 2017 justice league.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-11-15 17:30:36 12 | publishDate: 2017-11-15 17:30:36 13 | link: http://wqs.jd.com/promote/201711/justice2017/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-25-christmas-confession-from-bolin-chen.md: -------------------------------------------------------------------------------- 1 | title: 来自陈柏霖的圣诞告白 2 | subtitle: 嘘,别让太多人知道。 3 | cover: christmas confession from bolin chen.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 潘多拉珠宝 10 | github_name: Pandora 11 | date: 2017-12-25 00:00:00 12 | publishDate: 2017-12-25 00:00:00 13 | link: http://pandora.teown.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2015-10-14-one-year-mask-free.md: -------------------------------------------------------------------------------- 1 | title: 一年面膜免费送 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1444793925652.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-10-13T16:00:00.000Z 11 | publishDate: 2015-10-13T12:39:19.643Z 12 | link: http://wq.360buyimg.com//fd/promote/201510/invitation/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-10-26-i-want-to-go-out-and-see.md: -------------------------------------------------------------------------------- 1 | title: 我想出去看看啊 2 | subtitle: 3 | cover: i want to go out and see.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-10-25T16:00:00.000Z 11 | publishDate: 2015-10-20T08:42:05.825Z 12 | link: http://wqs.jd.com/promote/2015/planet/index.html?from=timeline&isappinstalled=0 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-01-28-sq-valentine-s-day.md: -------------------------------------------------------------------------------- 1 | title: sq情人节活动 2 | subtitle: sq情人节活动 3 | cover: http://jdc.jd.com/h5/imagespool/1456730847482.png 4 | categories: 场景型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-01-27T16:00:00.000Z 11 | publishDate: 2016-01-27T03:24:26.570Z 12 | link: http://jdc.jd.com/fd/promote/201601/sqvalentine/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-02-2016-sns.md: -------------------------------------------------------------------------------- 1 | title: 2016双十二SNS 2 | subtitle: 动画部分使用了svg path、canvas等技术 3 | cover: //jdc.jd.com/h5/imagespool/1480678582685.png 4 | categories: 游戏型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-12-01T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/h5/1612/double12/index.html#1 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-2016-showbiz-picture-scroll.md: -------------------------------------------------------------------------------- 1 | title: 娱乐圈画传2016 2 | subtitle: 与万达在9月份上线的H5作品大同小异 3 | cover: 2016 showbiz picture scroll.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-01-03 17:44:23 12 | publishDate: 2016-12-25 16:00:00 13 | link: http://ent.163.com/special/2016yulephotos/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-10-world-famous-painting-shaking-up.md: -------------------------------------------------------------------------------- 1 | title: 世界名画抖抖抖抖抖起来了 2 | subtitle: 利用极强的视听冲击力调侃了人类艺术领域的文化经典。 3 | cover: world famous painting shaking up.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 抖音 10 | github_name: 抖音 11 | date: 2017-07-10 17:31:36 12 | publishDate: 2017-07-10 17:31:36 13 | link: http://cdn.im-ad.com/2017/Paint 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-02-hip-hop-snacks.md: -------------------------------------------------------------------------------- 1 | title: 和吴亦凡一起享受嘻哈食光 2 | subtitle: 交互方式分为多屏和单屏模式,两种模式分别对应不同的有趣玩法。 3 | cover: hip hop snacks.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 麦当劳 10 | github_name: Mcdonald 11 | date: 2017-08-02 17:28:36 12 | publishDate: 2017-08-02 17:28:36 13 | link: http://summercampaignhippop.mcdonalds.com.cn/index.php 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-02-05-2018-you-are-what-a-dog.md: -------------------------------------------------------------------------------- 1 | title: 2018你是一只什么汪 2 | subtitle: 鸡飞狗跳又是一年,2018你会是只什么汪? 3 | cover: 2018 you are what a dog.jpg 4 | categories: 其他 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2018-02-05 12:00:00 12 | publishDate: 2018-02-05 12:00:00 13 | link: http://ssl.gongyi.qq.com/m/wxact/2018fortune.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-06-12-world-cup-racing-ark.md: -------------------------------------------------------------------------------- 1 | title: 世界杯赛程方舟 2 | subtitle: 收藏一下,解决你未来一个月某方面需求 3 | cover: http://img20.360buyimg.com/webcases/jfs/t23557/253/190077648/189525/5ae4fc7a/5b286553N7fb5479b.png 4 | categories: 场景型 5 | author: 6 | nick: 腾讯 7 | github_name: Tencent 8 | date: 2018-06-12 12:00:00 9 | publishDate: 2018-06-12 12:00:00 10 | link: http://wcs2018.sports.qq.com/ 11 | --- -------------------------------------------------------------------------------- /source/about/index.md: -------------------------------------------------------------------------------- 1 | title: 关于凹凸 2 | type: about 3 | layout: about 4 | --- 5 | 6 | ## About 7 | 8 | {% tag_cfg description %} 9 | 10 | ## Contact 11 | 12 | ### 公众号 13 | 14 | ![QRCode](/img/qrcode.jpg) 15 | 16 | ### 其它 17 | 18 | 1. Github 19 | 20 | [Github/o2team](https://github.com/o2team) 21 | 22 | 2. Twitter 23 | 24 | [twitter/o2circle](https://twitter.com/o2circle) 25 | -------------------------------------------------------------------------------- /themes/jc/source/css/_base/backtop.styl: -------------------------------------------------------------------------------- 1 | .mod-backtop 2 | display: none 3 | position: fixed 4 | bottom: 20px 5 | right: 15px 6 | z-index: 999 7 | width: 40px 8 | height: 40px 9 | background: rgba(0,0,0,.7) 10 | color: #fff 11 | text-align: center 12 | line-height: 40px 13 | font-size: 20px 14 | +mobile() 15 | border-radius: 50% -------------------------------------------------------------------------------- /source/_posts/2014-11-01-jingdong-micro-shop-seven-most.md: -------------------------------------------------------------------------------- 1 | title: 京东微店七宗最 2 | subtitle: 绝对酷炫吊炸天的背景效果,体验就知道! 3 | cover: jingdong micro shop seven most.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-10-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/201411/weidian/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-07-2016-jingdong-campus-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 2016京东校园招聘 2 | subtitle: 12313 3 | cover: http://jdc.jd.com/h5/imagespool/1441609977454.png 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-06T16:00:00.000Z 11 | publishDate: 2015-09-06T13:28:26.875Z 12 | link: http://wqs.jd.com/promote/2015/campus/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-11-30-hand-q-father-s-day.md: -------------------------------------------------------------------------------- 1 | title: 手Q爸爸节 2 | subtitle: 玩法:用户上传图片,再通过剪裁界面进行编辑,通过晒相片来比拼赢奖品 3 | cover: //jdc.jd.com/h5/imagespool/1480500209953.png 4 | categories: 场景型 5 | tags: 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-11-29T16:00:00.000Z 10 | publishDate: 2016-07-21T11:19:15.583Z 11 | link: http://jdc.jd.com/fd/promote/201608/baba_sq/index.html 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-bmw-m2.md: -------------------------------------------------------------------------------- 1 | title: 全新BMW M2游刃锋芒(特效篇) 2 | subtitle: 16年4月,宝马针对新品M2展开了一连串的推广活动,并出品了3支专题H5,而后来大伙的BMWH5就是当时的特效篇。 3 | cover: bmw m2.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 宝马 10 | github_name: BMW 11 | date: 2016-12-10 19:32:06 12 | publishDate: 2016-06-04 16:00:00 13 | link: http://bmw2.thefront.com.cn/m2_2016/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-28-mars-is-cool.md: -------------------------------------------------------------------------------- 1 | title: 火星人爽了 2 | subtitle: 通过视频非常接地气和幽默地展示了1号店火星人的故事。炒鸡搞笑哟。 3 | cover: mars is cool.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 1号店 10 | github_name: Yihaodian 11 | date: 2017-04-28 17:28:27 12 | publishDate: 2017-04-28 17:28:27 13 | link: http://hxr.socialfishface.com/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-07-01-ofo-driving-school-has-started-school.md: -------------------------------------------------------------------------------- 1 | title: ofo驾校已开学,来和鹿晗一起安全骑行 2 | subtitle: 以视频为载体,展示ofo的日常注意事项。 3 | cover: ofo driving school has started school.jpg 4 | categories: 场景型型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: ofo 10 | github_name: ofo 11 | date: 2017-07-01 17:24:36 12 | publishDate: 2017-07-01 16:00:00 13 | link: https://lhcar.ofo.so/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-02-netease-twenty-years.md: -------------------------------------------------------------------------------- 1 | title: 网易20周年——一廿间,二十载 2 | subtitle: 让读者亲自写出“廿”字,每个笔画尤其不同的含义。 3 | cover: netease twenty years.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-07-02 17:20:36 12 | publishDate: 2017-07-02 17:20:36 13 | link: https://3g.163.com/wap/special/the_20th_of_netease/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-20-qq-zone-12-anniversary.md: -------------------------------------------------------------------------------- 1 | title: QQ空间12周年 2 | subtitle: 动态生成含有QQ空间里照片的视频,原来自己也曾经发过这些照片啊?! 3 | cover: qq zone 12 anniversary.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-07-20 17:31:36 12 | publishDate: 2017-07-20 17:31:36 13 | link: https://act.qzone.qq.com/vip/meteor/pc/p/1860 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-09-18-don-t-let-the-soul-stop-dancing.md: -------------------------------------------------------------------------------- 1 | title: 别让灵魂停下舞步 2 | subtitle: Let's dance. 3 | cover: don't let the soul stop dancing.png 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-09-18 17:30:36 12 | publishDate: 2017-09-18 17:30:36 13 | link: https://wqs.jd.com/promote/201709/menwear/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-30-double-11-wonderful-story.md: -------------------------------------------------------------------------------- 1 | title: 11.11京东奇妙物语 2 | subtitle: 采用全景和循环视频的展示方式,使得场景非常欢乐。 3 | cover: double 11 wonderful story.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-10-30 17:30:36 12 | publishDate: 2017-10-30 17:30:36 13 | link: https://wqs.jd.com/promote/201710/gather11/wx.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-20-how-long-is-20-years.md: -------------------------------------------------------------------------------- 1 | title: 20年,有多长? 2 | subtitle: 从小飞侠到黑曼巴,从8号到24号,20年的光辉岁月,科比•布莱恩特,一个注定被铭记的伟大传奇! 3 | cover: how long is 20 years.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-12-20 04:00:00 12 | publishDate: 2017-12-20 12:00:00 13 | link: http://sports.qq.com/h5/20years.htm 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-25-do-you-believe-in-santa-claus.md: -------------------------------------------------------------------------------- 1 | title: 相信圣诞老人吗? 2 | subtitle: 黑凤梨,只要相信圣诞老人,每个人都能收到礼物 3 | cover: do you believe in santa claus.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易严选 10 | github_name: Netease 11 | date: 2017-12-25 00:00:00 12 | publishDate: 2017-12-25 00:00:00 13 | link: http://you.163.com/act/pub/JrmkoK3xs8.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-31-public-benefit-bills.md: -------------------------------------------------------------------------------- 1 | title: 公益账单 2 | subtitle: (需在登录京东)与章泽天一起点亮绿色地球,发现更美的自己! 3 | cover: public benefit bills.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-12-31 12:00:00 12 | publishDate: 2017-12-31 12:00:00 13 | link: https://h5.m.jd.com/dev/2YwF2onbSimLzB9XKNq7nB3RQrqY/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-02-04-cheers-go-with-your-dog-brother.md: -------------------------------------------------------------------------------- 1 | title: 干了这杯酒就跟你狗哥走 2 | subtitle: 开心或者不开心,2017都已经过去了... 3 | cover: cheers go with your dog brother.jpg 4 | categories: 其他 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: wearewer 10 | github_name: wearewer 11 | date: 2018-02-04 12:00:00 12 | publishDate: 2018-02-04 12:00:00 13 | link: http://harbincny.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-04-19-everyone-is-a-book.md: -------------------------------------------------------------------------------- 1 | title: 每个人都是一本奇书 2 | subtitle: 你读了那么多书,但读懂自己了吗? 3 | cover: http://img20.360buyimg.com/webcases/jfs/t17098/293/1799023413/407156/6fe99c3c/5ad841d4N2635008b.png 4 | categories: 技术型 5 | author: 6 | nick: 亚马逊 7 | github_name: Amazon 8 | date: 2018-04-19 12:00:00 9 | publishDate: 2018-04-19 12:00:00 10 | link: https://amazon.h5in.net/final_test/ 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-08-01-jingdong-8-million.md: -------------------------------------------------------------------------------- 1 | title: 京东800万 2 | subtitle: zoom的应用,使用在不同分辨率下,文案都以一屏显示 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384628732.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-07-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://www.paipai.com/8000000/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-the-price-is-right.md: -------------------------------------------------------------------------------- 1 | title: 价格竞猜 2 | subtitle: 在单页面中实现多场景切换。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384756413.jpg 4 | categories: 游戏型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/201409/price-quiz/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-02-01-hipage.md: -------------------------------------------------------------------------------- 1 | title: HiPage 2 | subtitle: 贱贱贱贱贱贱贱贱二二二二二二二二 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384943564.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-01-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/hipage/54dd57e41ca81ce85493153c/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-01-05-annual-large-number-of-accounts-h5.md: -------------------------------------------------------------------------------- 1 | title: 年度大盘点之大账号H5 2 | subtitle: 年度大盘点之大账号H5 3 | cover: http://jdc.jd.com/h5/imagespool/1456731124146.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-01-04T16:00:00.000Z 11 | publishDate: 2016-01-27T03:24:26.570Z 12 | link: http://jdc.jd.com/fd/promote/201512/account/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-wechat-shopping-two-anniversary.md: -------------------------------------------------------------------------------- 1 | title: 微信购物两周年 2 | subtitle: 微信购物两周年 3 | cover: //jdc.jd.com/h5/imagespool/1476790472548.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/promote/201606/wx_anniversary/home.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-taobao-kiss-kiss.md: -------------------------------------------------------------------------------- 1 | title: 1212淘宝亲亲节 2 | subtitle: 淘宝亲亲节系列H5是为16年双12重金打造的联合推广计划,而这支《1212淘宝亲亲节》在12月1日上线后就不出意外的刷了屏,造成了现象。 3 | cover: taobao kiss kiss.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 淘宝 10 | github_name: taobao 11 | date: 2017-01-03 17:48:38 12 | publishDate: 2016-12-12 16:00:00 13 | link: http://www.qinqinjieh5.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-04-11-up-weekly-2016.md: -------------------------------------------------------------------------------- 1 | title: 互娱周刊,UP2016大会邀请函 2 | subtitle: 采用报纸的交互方式呈现了互娱的各个主题。 3 | cover: up2016 weekly.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-11 17:27:27 12 | publishDate: 2017-04-11 17:27:27 13 | link: http://up.qq.com/act/a20160318paper/index.htm 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-19-eyes-blind-adventure.md: -------------------------------------------------------------------------------- 1 | title: 眼瞎大冒险 2 | subtitle: 你的自画像竟然在里面,但你未必能找到它。 3 | cover: eyes blind adventure.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-04-19 17:27:27 12 | publishDate: 2017-04-19 17:27:27 13 | link: http://news.163.com/special/fdh5_dadafinding/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-12-25-christmas-reading-heart-surgery.md: -------------------------------------------------------------------------------- 1 | title: X20星耀红 圣诞读心术 2 | subtitle: (需在微信打开)会玩~今年圣诞节最适合我的居然是...... 3 | cover: christmas reading heart surgery.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: VIVO 10 | github_name: VIVO 11 | date: 2017-12-25 00:00:00 12 | publishDate: 2017-12-25 00:00:00 13 | link: http://vivochristmas.vims06.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-02-01-2018-year-of-the-dog-family-portrait.md: -------------------------------------------------------------------------------- 1 | title: 2018汪年全家福 2 | subtitle: 寻找你的家庭成员,定制属于你的全家福。 3 | cover: 2018 year of the dog family portrait.jpg 4 | categories: 游戏互动型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: pupupula 10 | github_name: pupupula 11 | date: 2018-02-01 12:00:00 12 | publishDate: 2018-02-01 12:00:00 13 | link: http://pupupula.net/spring/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-05-24-jingdong-618-cavities.md: -------------------------------------------------------------------------------- 1 | title: 京东618脑洞大开 2 | subtitle: (需在微信打开)烧脑有趣 3 | cover: http://img20.360buyimg.com/webcases/jfs/t20074/319/697306990/70627/aa16649d/5b06be98Nf20ac0f3.png 4 | categories: 游戏型 5 | author: 6 | nick: 京东 7 | github_name: JD 8 | date: 2018-05-24 12:00:00 9 | publishDate: 2018-05-24 12:00:00 10 | link: http://wqs.jd.com/promote/201805/burning/index.html 11 | --- -------------------------------------------------------------------------------- /themes/jc/layout/_partial/common/baidu_analytics.swig: -------------------------------------------------------------------------------- 1 | {% if config.baidu_analytics %} 2 | 11 | {% endif %} 12 | -------------------------------------------------------------------------------- /source/_posts/2014-06-01-jingdong-micro-shop.md: -------------------------------------------------------------------------------- 1 | title: 京东微店 2 | subtitle: 多动画并发时android卡顿的问题优化 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384699777.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-05-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/201406/weidian/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-06-01-set-sail-for-love.md: -------------------------------------------------------------------------------- 1 | title: 为爱起航 2 | subtitle: 对常规使用动画进行封装,为日后的很多活动提示了动画库 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384680398.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-05-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://www.paipai.com/event/xiangqin/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-iphone6-appointment.md: -------------------------------------------------------------------------------- 1 | title: iPhone6预约 2 | subtitle: 模拟iPhone滑动解锁效果。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384739963.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/201409/iPhone6/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-05-01-the-first-anniversary-of-wechat-shopping-reds-hui.md: -------------------------------------------------------------------------------- 1 | title: 微信购物一周年红人惠 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1444299969921.png 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-04-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/promote/201505/hrh/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-born-of-a-couple.md: -------------------------------------------------------------------------------- 1 | title: kappa 天生一对 2 | subtitle: 恰逢(上年的)春节之际, Kappa推出这款双机连线对春联的小游戏活动,既有传统春联,也有囊括了许多网络流行语,可雅可俗。 3 | cover: born of a couple.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: kappa 10 | github_name: kappa 11 | date: 2016-12-10 17:34:46 12 | publishDate: 2016-01-25 16:00:00 13 | link: http://cny.kappa.com.cn/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-09-up2015.md: -------------------------------------------------------------------------------- 1 | title: 让想象绽放,腾讯2015年UP大会请函 2 | subtitle: 小孩总是充满巧妙的想法,这也许是他们对这个未知的世界充满着探索的欲望。采用 CreateJS 实现。 3 | cover: up2015.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-09 17:27:27 12 | publishDate: 2017-04-09 17:27:27 13 | link: http://up.qq.com/2015/imagination/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-06-02-full-score-support-you.md: -------------------------------------------------------------------------------- 1 | title: 卖满分 满分挺你 2 | subtitle: 结合填写的资料(高考日期、性别等)和人脸识别技术,生成一张符合你当年风格的准考证。 3 | cover: full score support you.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 昂克文化传媒 10 | github_name: uncle-ad 11 | date: 2017-06-02 17:28:26 12 | publishDate: 2017-06-02 17:28:26 13 | link: http://mdd.uncle-ad.com/MD_gk/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-06-the-joy-of-the-song.md: -------------------------------------------------------------------------------- 1 | title: 解锁你的欢乐颂人设 2 | subtitle: 根据最近火爆的电视剧《欢乐颂》剧中几位演员的性格特点,以幽默搞怪的选择题测试用户的“性格画像”。 3 | cover: the joy of the song.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-06-06 17:28:26 12 | publishDate: 2017-06-06 17:28:26 13 | link: http://news.163.com/special/fdh5_huanlesong_12/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-11-01-a-refrigerator-inner-heart-play.md: -------------------------------------------------------------------------------- 1 | title: 一台冰箱的内心戏 2 | subtitle: “大富翁”式的三维场景。可玩性虽不高,但三维场景的大胆尝试也值得赞赏。 3 | cover: a refrigerator inner heart play.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 美的 10 | github_name: Midea 11 | date: 2017-11-01 17:30:36 12 | publishDate: 2017-11-01 17:30:36 13 | link: http://st.180shanghai.cn/mideafridge/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-11-15-hello-antarctica.md: -------------------------------------------------------------------------------- 1 | title: 你好,南极 2 | subtitle: 又一个 Low Poly 风格的 3D H5。 3 | cover: hello antarctica.png 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-11-16 17:30:36 12 | publishDate: 2017-11-16 17:30:36 13 | link: https://qzs.qzone.qq.com/qzone/qzact/act/external/qqx_116/qqx_1116/dist/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-05-18-first-convention-of-cultural-relics.md: -------------------------------------------------------------------------------- 1 | title: 第一届文物戏精大会 2 | subtitle: 每一个千年文物,都深藏抖音绝技。 3 | cover: http://img20.360buyimg.com/webcases/jfs/t21358/245/152412350/115825/b2394ae3/5afed64eN157bd926.png 4 | categories: 视频型 5 | author: 6 | nick: 抖音 7 | github_name: Douyin 8 | date: 2018-05-18 12:00:00 9 | publishDate: 2018-05-18 12:00:00 10 | link: http://www.ikekeba.com/museum/ 11 | --- -------------------------------------------------------------------------------- /source/_posts/2015-09-07-diagnostic-specification-for-promotional-jun.md: -------------------------------------------------------------------------------- 1 | title: 促销君的诊断说明书 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1441619370702.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-06T16:00:00.000Z 11 | publishDate: 2015-09-07T09:03:13.655Z 12 | link: http://jdc.jd.com/fd/promote/201506/shuomingshu/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-08-pat-micro-shop-promotion-page-h5-version.md: -------------------------------------------------------------------------------- 1 | title: 拍拍微小店-推广页H5版 2 | subtitle: 好赞的动画 3 | cover: http://jdc.jd.com/h5/imagespool/1441686495817.png 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-07T16:00:00.000Z 11 | publishDate: 2015-09-07T09:03:13.655Z 12 | link: http://jdc.jd.com/fd/pp/weixiaodian_welcome/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-02-01-fairy-cover-your-new-year.md: -------------------------------------------------------------------------------- 1 | title: 神仙罩你过大年 2 | subtitle: 3 | cover: http://jdc.jd.com/h5/imagespool/1457700354617.png 4 | tags: 5 | - 游戏 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-01-31T16:00:00.000Z 10 | publishDate: 2016-01-27T03:24:26.570Z 11 | link: http://wqs.jd.com/promote/2016/bless/index.html?sidx=2&PTAG=17053.1.1&from=timeline&isappinstalled=0 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-jingdong-2017-overseas-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 京东2017海外招聘 2 | subtitle: 京东2017海外招聘 3 | cover: //jdc.jd.com/h5/imagespool/1476790582872.png 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/h5/jd-campus-2017/international/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-okamoto-can-be-a-return-for-what.md: -------------------------------------------------------------------------------- 1 | title: 一片冈本可以换来什么? 2 | subtitle: 这动画真是帅爆了!实际没必要怎么麻烦,直接告诉我大降价就可以了,我会点连接自己买! 3 | cover: okamoto can be a return for what.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 冈本 10 | github_name: Okamoto 11 | date: 2016-12-10 13:30:17 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://h5.baconbuy.com/okamoto/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-one-shouldn-t-exist-advertising.md: -------------------------------------------------------------------------------- 1 | title: 一个不该存在的广告 2 | subtitle: 该H5结合了逐帧动画+视频两种表现方式,因为素材精度都非常高,所以融合后的H5内容让人难以分辨 3 | cover: one shouldn't exist advertising.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 野狗W 10 | github_name: w 11 | date: 2017-01-03 17:05:31 12 | publishDate: 2016-12-12 16:00:00 13 | link: http://unionpay1212.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-youku-10-years-4.md: -------------------------------------------------------------------------------- 1 | title: 优酷10年4:我的2016年手记 2 | subtitle: 创作的思路与作品1类似,但作品风格和投入精力就大有不同了,本作品是素材类的文案H5作品,喜欢的同学可收藏。 3 | cover: youku 10 years 4.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 优酷 10 | github_name: youku 11 | date: 2017-01-03 17:27:26 12 | publishDate: 2016-12-21 16:00:00 13 | link: http://youku2016.maimang.net.cn/v2/index.php 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-02-01-wx-shopping-second-anniversary.md: -------------------------------------------------------------------------------- 1 | title: 微信购物两周年 2 | subtitle: 快来看看微信购物两年来的你所意想不到的数据吧。 3 | cover: wx shopping second anniversary.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JDC 11 | date: 2017-02-01 17:27:26 12 | publishDate: 2017-02-01 17:27:26 13 | link: http://jdc.jd.com/fd/promote/201606/wx_anniversary/home.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-05-05-five-five-kaiheijie.md: -------------------------------------------------------------------------------- 1 | title: 【王者荣耀】五.五开黑节 2 | subtitle: 【爆料】鹿晗试镜王者荣耀,看得导演蒙圈了... 3 | cover: five five kaiheijie.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-05-05 18:30:27 12 | publishDate: 2017-05-05 18:30:27 13 | link: http://pvp.qq.com/act/a20170508luhan/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-12-jd-red-story-2.md: -------------------------------------------------------------------------------- 1 | title: JD Red Story(第二季) 2 | subtitle: 《荣耀的守护》:不止于红,岂止于宏 3 | cover: jd red story 2.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-05-13 18:30:27 12 | publishDate: 2017-05-13 18:30:27 13 | link: https://h5.m.jd.com/dev/4CQJgCQY3igyfD3gpK2jjXW1aknQ/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-21-each-attitude-by-wind-and-waves.md: -------------------------------------------------------------------------------- 1 | title: 各凭态度乘风浪 2 | subtitle: 每个人都是一条河流,每条河都有自己的方向。 3 | cover: each attitude by wind and waves.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-05-21 17:27:26 12 | publishDate: 2017-05-21 17:27:26 13 | link: https://c.m.163.com/nc/qa/activity/20170504/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-27-2017-qixi-festival-straight-man-test.md: -------------------------------------------------------------------------------- 1 | title: 2017七夕直男考卷 2 | subtitle: 有趣的题目,测测你是否是个直男。 3 | cover: 2017 qixi festival straight man test.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 爱奇艺 10 | github_name: iqiyi 11 | date: 2017-08-27 17:30:36 12 | publishDate: 2017-08-27 17:30:36 13 | link: http://www.iqiyi.com/common/seven_moon_paper.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-02-i-received-a-letter-from-your-mother.md: -------------------------------------------------------------------------------- 1 | title: 朕收到一条来自你妈的微信 2 | subtitle: 夸张幽默的视频,好好笑哦。 3 | cover: i received a letter from your mother.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 故宫食品 10 | github_name: ggsp 11 | date: 2017-10-02 17:30:36 12 | publishDate: 2017-10-02 17:30:36 13 | link: http://9be705463ff7.vt.iamh5.cn/v3/idea/7gEJ3FF5 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-13-pay-tribute-to-the-people-behind-nanjing.md: -------------------------------------------------------------------------------- 1 | title: 致敬南京背后的他们 2 | subtitle: 他们曾在这里,经历风雨,付出岁月。 3 | cover: pay tribute to the people behind nanjing.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-12-13 00:00:00 12 | publishDate: 2017-12-13 00:00:00 13 | link: http://laobing.broadmindad.com/nanjing/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-03-01-for-five-years.md: -------------------------------------------------------------------------------- 1 | title: 数看五年 2 | subtitle: 关注2018政府工作报告 3 | cover: http://img20.360buyimg.com/webcases/jfs/t15919/138/2317945930/378089/52974408/5aa1fa4cNcb7b80ae.png 4 | categories: 展示型 5 | author: 6 | nick: 中国政府网 7 | github_name: GOV 8 | date: 2018-03-01 12:00:00 9 | publishDate: 2018-03-01 12:00:00 10 | link: https://app.www.gov.cn/govdata/html5/2018zfgzbgskwn/mobile.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2018-03-05-the-sky-a-few-words,-is-your-thing.md: -------------------------------------------------------------------------------- 1 | title: 天空飘来几十个字儿,都是你的事儿 2 | subtitle: 家事、国事、天下事 3 | cover: http://img20.360buyimg.com/webcases/jfs/t19168/210/647928605/532656/183801d6/5a9c22bcN055aa466.png 4 | categories: 视频型 5 | author: 6 | nick: 中央人民广播电台 7 | github_name: CNR 8 | date: 2018-03-05 12:00:00 9 | publishDate: 2018-03-05 12:00:00 10 | link: http://yglh.ronghuiad.com/index.php 11 | --- -------------------------------------------------------------------------------- /source/_posts/2018-06-15-the-weather-is-such-a-person,-that-s-a-little-hotter.md: -------------------------------------------------------------------------------- 1 | title: 天气这么人,那就看点更热的吧 2 | subtitle: 怕热?不存在的 3 | cover: http://img20.360buyimg.com/webcases/jfs/t24562/305/191389675/233424/39c79096/5b2867bbNdd26bfd6.png 4 | categories: 视频型 5 | author: 6 | nick: 天猫 7 | github_name: Tmall 8 | date: 2018-06-15 12:00:00 9 | publishDate: 2018-06-15 12:00:00 10 | link: http://tmall.lpiii.cn/618/ 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-11-01-fight-every-day.md: -------------------------------------------------------------------------------- 1 | title: 天天拼购 2 | subtitle: 十二星座奇葩省钱秘籍,JS结合css实现Android 2.3动画效果的优雅降级 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384832204.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-10-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/pingou/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-05-01-wechat-shopping-anniversary-user-portrait.md: -------------------------------------------------------------------------------- 1 | title: 微信购物一周年用户画像 2 | subtitle: 3 | cover: wechat shopping anniversary user portrait.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-04-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/promote/2015/anniversary/index.html?PTAG=17053.5.3 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-03-09-jingdong-comes-home-to-38-activities-h5.md: -------------------------------------------------------------------------------- 1 | title: 京东到家三八节活动H5 2 | subtitle: 对于createJs配合canvas逐帧动画场景下 3 | cover: //jdc.jd.com/h5/imagespool/1476788780480.png 4 | categories: 场景型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-03-08T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/promote/201603/djwmd/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-09-02-asus-brand-festival.md: -------------------------------------------------------------------------------- 1 | title: 华硕品牌盛典 2 | subtitle: 依托create.js库分离背景,人物,怪物三层对象,通过游戏逻辑控制对象操作,实现酷跑跳跃躲怪 3 | cover: //jdc.jd.com/h5/imagespool/1480558944343.png 4 | categories: 游戏型 5 | tags: 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-09-01T16:00:00.000Z 10 | publishDate: 2016-07-21T11:19:15.583Z 11 | link: http://jdc.jd.com/fd/promote/201608/huashuo/index.html#game 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-please-answer-what-you-experienced-by-a-word.md: -------------------------------------------------------------------------------- 1 | title: 请回答2016你经历了一个什么词 2 | subtitle: 用来一句话描述文章 3 | cover: please answer what you experienced by a word.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-01-03 17:45:28 12 | publishDate: 2016-12-30 16:00:00 13 | link: http://news.163.com/special/dada2016/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-youku-10-years-2.md: -------------------------------------------------------------------------------- 1 | title: 优酷10年2:一镜到底、一刀未剪的大剧发布! 2 | subtitle: 近几年来,EDM类音乐大火,而画面风格则属于带有复古情怀的club,这让人回想起了早些年在夜店做VJ的久远记忆。 3 | cover: youku 10 years 2.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 优酷 10 | github_name: youku 11 | date: 2017-01-03 17:20:01 12 | publishDate: 2016-12-21 16:00:00 13 | link: http://static.ykimg.com/h5/html/pinpai1221 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-02-13-single-dog-food-genterator.md: -------------------------------------------------------------------------------- 1 | title: 单身狗粮生成器 2 | subtitle: 这支H5做的非常的短小,它不会特意强迫你阅读大量的文字和那些所谓的什么什么的价值观。这样一支视觉小品,用10秒左右的时间来玩,刚刚好~ 3 | cover: single dog food generator.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: sigma 10 | github_name: sigma 11 | date: 2017-02-13 17:27:26 12 | publishDate: 2017-02-13 17:27:26 13 | link: http://214.sigmaiii.net/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-04-29-your-loneliness-is-bite-out.md: -------------------------------------------------------------------------------- 1 | title: 你的孤独都是憋出来的 2 | subtitle: “千年杀”结合夸张的视觉风格,能很好地呈现“憋”这个主题。 3 | cover: your loneliness is bite out.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 野狗 10 | github_name: wearewer 11 | date: 2017-04-29 18:28:27 12 | publishDate: 2017-04-29 18:28:27 13 | link: http://strawberry.wearewer.com/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-04-welcome-to-the-free-library.md: -------------------------------------------------------------------------------- 1 | title: 欢迎来到自由图书馆 2 | subtitle: 通过卡通人物小女孩与胡歌的对话,表达出“自由地读书,读自由的书”。 3 | cover: welcome to the free library.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-05-04 18:28:27 12 | publishDate: 2017-05-04 18:28:27 13 | link: http://qqhg.socialfishface.com/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-08-02-make-your-freestyle.md: -------------------------------------------------------------------------------- 1 | title: 制作你的freestyle,开启Battle大战! 2 | subtitle: 根据用户输入的文字,动态生成说唱视频,有相当高的参与度。 3 | cover: make your freestyle.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 农夫山泉 10 | github_name: nongfuspring 11 | date: 2017-08-02 17:29:36 12 | publishDate: 2017-08-02 17:29:36 13 | link: http://nongfuspringxiharap.ee.cagoe.com/index.aspx 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-12-12-my-application-development-log.md: -------------------------------------------------------------------------------- 1 | title: 我的应用开发日志@Google 2 | subtitle: 给努力写代码的开发者,让创意变成 Top10 APP。整体采用 SVG 实现。 3 | cover: my application development log.png 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 谷歌 10 | github_name: Google 11 | date: 2017-12-12 12:00:00 12 | publishDate: 2017-12-12 12:00:00 13 | link: http://invitation.gdd.zbong.cn/mirage 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2014-06-01-pat-investment.md: -------------------------------------------------------------------------------- 1 | title: 拍拍招商 2 | subtitle: 两种分页组件的嵌套,实现四向滚动。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384654806.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-05-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201406/merchandise/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-07-01-2015-pat-social-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 2015拍拍社会招聘 2 | subtitle: 1.视差插件的应用;2.对长页翻页组件的提取;3.对翻页流畅性的提高。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384663529.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-06-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://www.paipai.com/zhaopin/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-2015-jingdong-campus-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 2015京东校园招聘 2 | subtitle: 1.compass快速切二倍图组合,快速定位图片;2.前后视差效果。 3 | cover: http://jdc.jd.com/h5/imagespool/1441610092432.png 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://jdc.jd.com/h5/jd-campus/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-iphone6-buying-games.md: -------------------------------------------------------------------------------- 1 | title: IPHONE6抢购游戏 2 | subtitle: canvas跳绳游戏,dom和canvas结合快速去掉了字体模糊问题。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437386870923.jpg 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/xin/event11/zzx.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-11-01-jingdong-luo-panjun.md: -------------------------------------------------------------------------------- 1 | title: 京东罗盘君 2 | subtitle: js加css生成随机的落叶效果。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384818571.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-10-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201411/luopan/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-01-01-jingdong-group-annual-meeting.md: -------------------------------------------------------------------------------- 1 | title: 京东集团年会 2 | subtitle: 科技感 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384892473.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-12-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201412/jd2015/countdown.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-04-01-jingdong-god-divination.md: -------------------------------------------------------------------------------- 1 | title: 京东神占卜 2 | subtitle: 准到哭的京东神占卜,揭秘你的小心思,二次开发的 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437385001150.jpg 4 | categories: 展示型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-03-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/hipage/551b98b7ff0969cd20b770fc/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-02-26-jingdong-first-entrepreneurial-training-camp-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 京东首届创业培训营招募 2 | subtitle: 京东首届创业培训营招募 3 | cover: http://jdc.jd.com/h5/imagespool/1457701164390.png 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-02-25T16:00:00.000Z 11 | publishDate: 2016-01-27T03:24:26.570Z 12 | link: http://wqs.jd.com/promote/201602/training/ 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-08-22-mid-autumn-de-routine.md: -------------------------------------------------------------------------------- 1 | title: 中秋de套路 2 | subtitle: 玩法:通过用户与好友间发起定位在地图上绘制一条连线。 亮点:使用 createjs 来实现绘线过程的细腻动画。 3 | cover: //jdc.jd.com/h5/imagespool/1480500305092.png 4 | categories: 游戏型 5 | tags: 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-08-21T16:00:00.000Z 10 | publishDate: 2016-07-21T11:19:15.583Z 11 | link: http://jdc.jd.com/fd/promote/201608/sq_autumn/index.html 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2016-09-08-men-s-day-sns-i-m-looking-for-li-bai.md: -------------------------------------------------------------------------------- 1 | title: 男装节SNS -- 我要找李白 2 | subtitle: 玩法:在一张画券中找出随机分布的李白,如果在规定时间内找到所有的李白就有机会参与抽奖。 3 | cover: //jdc.jd.com/h5/imagespool/1480502986243.png 4 | categories: 展示型 5 | tags: 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-09-07T16:00:00.000Z 10 | publishDate: 2016-07-21T11:19:15.583Z 11 | link: http://jdc.jd.com/fd/h5/1609/man/index.html 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-jingdong-first-anniversary-carnival.md: -------------------------------------------------------------------------------- 1 | title: 京东到家 一周年狂欢趴 2 | subtitle: 京东到家 一周年狂欢趴 3 | cover: //jdc.jd.com/h5/imagespool/1476790115915.png 4 | categories: 游戏型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/promote/201604/djanniversary/card/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-01-small-household-electrical-appliances-sns.md: -------------------------------------------------------------------------------- 1 | title: 小家电SNS 2 | subtitle: 使用promise异步优雅控制牌子掉落,混淆,翻起效果 3 | cover: //jdc.jd.com/h5/imagespool/1480559216250.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-11-30T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/h5/1609/xiaojiadian/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-each-shoes-has-a-story.md: -------------------------------------------------------------------------------- 1 | title: each shoes has a story 2 | subtitle: 让球鞋控与耐克死忠粉双眼放光的品牌宣传页,新颖的阅读模式、炫目的3D效果,快去找个阴暗的小角落看上半小时,一个字都不要错过。 3 | cover: each shoes has a story.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 耐克 10 | github_name: NIKE 11 | date: 2016-12-10 17:01:52 12 | publishDate: 2015-11-09 08:00:00 13 | link: http://sneakerslam.nike.com.cn/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-my-color-your-youth.md: -------------------------------------------------------------------------------- 1 | title: 我的色彩,你的青春 2 | subtitle: New Balance 574 产品介绍页,扁平化的页面设计,配以大色块的单色,页面简洁,使用户可以将注意力更好地集中到作品所要表达的内容上。 3 | cover: my color your youth.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: New Balance 10 | github_name: New Balance 11 | date: 2016-12-10 13:36:58 12 | publishDate: 2015-10-26 08:00:00 13 | link: http://nb574.bungba.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-youku-10-years-1.md: -------------------------------------------------------------------------------- 1 | title: 优酷10年:回忆十年光影 2 | subtitle: 版画+膜片的美术风格与那些曾经的神剧结合之后,达到的渲染效果真的能让不少第一次体验的用户有所触动,相信不少用户第一次用的播放器都是优酷。 3 | cover: youku 10 years.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 优酷 10 | github_name: youku 11 | date: 2017-01-03 17:17:11 12 | publishDate: 2016-12-12 16:00:00 13 | link: http://youku.vims02.com/youku10years/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-04-29-to-zhang-yishan-directed-a-film.md: -------------------------------------------------------------------------------- 1 | title: 给张一山导部戏 2 | subtitle: 通过不同的组合,呈现出不一样的张一山。 3 | cover: to zhang yishan directed a film.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-04-29 17:28:27 12 | publishDate: 2017-04-29 17:28:27 13 | link: http://hxr.socialfishface.com/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-21-everyone-is-a-river-that-can-not-be-straightened.md: -------------------------------------------------------------------------------- 1 | title: 每个人都是一条无法矫直的河流 2 | subtitle: 水逆的人恐怕打开这支H5都有点难... 3 | cover: everyone is a river that can not be straightened.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-05-21 17:28:26 12 | publishDate: 2017-05-21 17:28:26 13 | link: http://netease.bungba.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-05-24-three-han-suffered-all-the-people-kill.md: -------------------------------------------------------------------------------- 1 | title: 三个韩寒遭遇全民“追杀”?! 2 | subtitle: 你选择“追杀”韩寒,还是与寒同站? 3 | cover: three han suffered all the people kill.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-05-24 17:28:26 12 | publishDate: 2017-05-24 17:28:26 13 | link: http://codol.qq.com/act/a20170523hh/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-30-2017-creation-festival.md: -------------------------------------------------------------------------------- 1 | title: 飞越淘宝奇市,造物节7月江湖见 2 | subtitle: 以 3D 可交互场景和精美的全景视频完美地展示了造物节的“奇”。 3 | cover: 2017 creation festival.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 阿里巴巴 10 | github_name: Alibaba 11 | date: 2017-06-30 17:28:26 12 | publishDate: 2017-06-30 17:28:26 13 | link: https://g.alicdn.com/fdilab/flyover-taobao-online-wx/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2015-03-01-jingdong-pearson-campus-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 京东管培生校园招聘 2 | subtitle: Jimmy画得真好啊! 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384964857.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-02-28T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/hipage/550694fee7911f7d7a43ea0d/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-03-01-jingdong-summer-internship-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 京东暑期实习招聘 2 | subtitle: 真的不知道怎么描述了。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437388991700.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-02-28T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/hipage/55014c367f851bff3d9e0966/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-16-jingdong-s-pat-app-new-on-line.md: -------------------------------------------------------------------------------- 1 | title: 京东旗下拍拍APP全新上线 2 | subtitle: 拍拍新版APP推广页,H5页面中嵌入视频模拟H5动画 3 | cover: http://jdc.jd.com/h5/imagespool/1442391241916.png 4 | categories: 视频型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-15T16:00:00.000Z 11 | publishDate: 2015-09-09T06:43:05.512Z 12 | link: http://jdc.jd.com/fd/pp/newpaipai_download/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-03-31-check-your-life-balance.md: -------------------------------------------------------------------------------- 1 | title: 查查你的人生余额 2 | subtitle: 查查你的一生的剩余时间。该 H5 在使用上存在一些问题。 3 | cover: check your life balance.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-03-31 17:27:26 12 | publishDate: 2017-03-31 17:27:26 13 | link: https://c.m.163.com/nc/qa/activity/20170308/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-25-oreo-music-box.md: -------------------------------------------------------------------------------- 1 | title: 奥利奥缤纷音乐盒 2 | subtitle: (需在微信打开)天猫这次又尝鲜了,做了一批与合作品牌(奥利奥)定制的特殊产品,用 APP 扫描定制的包装盒,可以体验AR。另外,音乐盒可根据饼干的大小播放不同的洗脑神曲。 3 | cover: oreo music box.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2017-05-25 17:28:26 12 | publishDate: 2017-05-25 17:28:26 13 | link: http://oreocolorfilled.im20.com.cn/mobile/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-05-28-jd-invited-you-to-watch-the-film-together.md: -------------------------------------------------------------------------------- 1 | title: 京东邀请你一起看片儿 2 | subtitle: 通过风趣幽默的市井生活巧妙地展示京东618元素。 3 | cover: jd invited you to watch the film together.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-05-28 17:28:26 12 | publishDate: 2017-05-28 17:28:26 13 | link: https://wqs.jd.com/promote/201705/618sp/wx.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-21-the-whole-world-wants-to-find-her.md: -------------------------------------------------------------------------------- 1 | title: 84天了,全世界都想找到她 2 | subtitle: 利用生动的插图还原场景,相比于单纯的文字,更能让用户一目了然。希望她平安归来。 3 | cover: the whole world wants to find her.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-08-21 17:30:36 12 | publishDate: 2017-08-21 17:30:36 13 | link: http://news.163.com/special/fdh5_zhangyy 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-01-tmall-international-mid-autumn-mooncake-shop-opened.md: -------------------------------------------------------------------------------- 1 | title: 天猫国际中秋饼铺开张啦 2 | subtitle: 利用整屏逐帧动画展示每个主题. 3 | cover: tmall international mid-autumn mooncake shop opened.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2017-10-01 17:30:36 12 | publishDate: 2017-10-01 17:30:36 13 | link: http://st.gwold.com/zhongqiubingpu/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-06-10-the-story-of-the-world-cup.md: -------------------------------------------------------------------------------- 1 | title: 世界杯光阴的故事 2 | subtitle: 我就不信你没听过这些声音 3 | cover: http://img20.360buyimg.com/webcases/jfs/t22663/157/187394844/173267/c54418a2/5b2862eeN02d4f0f5.png 4 | categories: 场景型 5 | author: 6 | nick: 网易 7 | github_name: Netease 8 | date: 2018-06-10 12:00:00 9 | publishDate: 2018-06-10 12:00:00 10 | link: https://c.m.163.com/nc/qa/activity/worldcup_time_story/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-08-01-2015-jingdong-recruitment-list.md: -------------------------------------------------------------------------------- 1 | title: 2015京东招募榜 2 | subtitle: 编写支持四向滚动的滑动翻页组件 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384634952.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-07-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201412/jobs/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-08-01-hand-q-shopping-promotion.md: -------------------------------------------------------------------------------- 1 | title: 手Q购物宣传 2 | subtitle: 使用缩放实现对不同尺寸设备的适配。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384764955.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-07-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201410/guides88/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-all-the-people-kind-of-red-packets.md: -------------------------------------------------------------------------------- 1 | title: 全民种红包 2 | subtitle: 使用局部横向滚动、局部纵向滚动、在不同尺寸的设备中一屏显示所有内容。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384732755.jpg 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/promote/qq88_index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-the-number-of-money-to-spare.md: -------------------------------------------------------------------------------- 1 | title: 数钱数到手软 2 | subtitle: canvas制作游戏,事件机制发射游戏状态及进度。监听响应事件处理优惠券领券逻辑 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384721893.jpg 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/promote/t1/jd618_gua.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-10-18-jingdong-2017-campus-recruitment-officially-launched.md: -------------------------------------------------------------------------------- 1 | title: 京东2017校园招聘正式启动 2 | subtitle: 京东2017校园招聘正式启动 3 | cover: //jdc.jd.com/h5/imagespool/1476789626966.png 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-10-17T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/h5/jd-campus-2017/campus/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-i-want-to-go-out-and-see.md: -------------------------------------------------------------------------------- 1 | title: 我想出去看看啊 2 | subtitle: JDC出品粘土风H5,深层剖析奉上独家花絮入口~以出走探索宇宙的“公路片”情节模式牵引出“惊喜一直在身边”的微信京东购物,干了这碗鸡汤! 3 | cover: i want to go out and see.jpg 4 | categories: 其他 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2016-12-10 16:59:13 12 | publishDate: 2015-11-09 08:00:00 13 | link: http://wqs.jd.com/promote/2015/planet/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-23-a-story-that-everyone-can-read.md: -------------------------------------------------------------------------------- 1 | title: 一个人人都能读懂的故事 2 | subtitle: H5 中男女主人公实为夫妻,却很少真实沟通,他们的爱情只能裱在墙上的相框里,他们天天更机械一样做同样的事情,这无疑反映出现在大多数人的真实现状。 3 | cover: a story that everyone can read.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: MEO 10 | github_name: MEO 11 | date: 2017-07-23 17:28:36 12 | publishDate: 2017-07-23 17:28:36 13 | link: http://youandme.heymeo.net/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-11-do-not-stay-up-late-we-re-all-night.md: -------------------------------------------------------------------------------- 1 | title: 别熬夜了,咋们通宵 2 | subtitle: 拉钩四周年,热血传奇故事、深夜直播慰藉... 3 | cover: do not stay up late we re all night.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 拉钩 10 | github_name: lagou 11 | date: 2017-10-11 17:30:36 12 | publishDate: 2017-10-11 17:30:36 13 | link: https://activity.lagou.com/activity/dist/lagouFourth/h5/m_index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-03-05-strawberry-music-festival.md: -------------------------------------------------------------------------------- 1 | title: 草莓音乐节 2 | subtitle: 创造『我』的草莓音乐节 3 | cover: http://img20.360buyimg.com/webcases/jfs/t17620/124/694216859/38938/aeea3cbb/5aa1fee6N914a73a1.png 4 | categories: 游戏型 5 | author: 6 | nick: 草莓音乐节 7 | github_name: Strawberry Music Festival 8 | date: 2018-03-05 12:00:00 9 | publishDate: 2018-03-05 12:00:00 10 | link: http://wap.zhengzai.tv/pages/strawberry2018/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-07-01-2015-jingdong-hr.md: -------------------------------------------------------------------------------- 1 | title: 2015京东HR招聘 2 | subtitle: 1.写的yscroll组件,实现了翻页和区域滚动效果;2.实现了在线提交简历的功能,使招聘页面更具功能性。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384608416.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-06-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/hr/hr_1/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-red-underwear-cat.md: -------------------------------------------------------------------------------- 1 | title: 红色内裤猫 2 | subtitle: 用canvas制作动画,解决android 4.0和android 4.1下有叠影的bug 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437556534303.jpg 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://jdc.jd.com/fd/promote/2015/redunderwear/index.shtml 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-04-chinese-communication-activities.md: -------------------------------------------------------------------------------- 1 | title: 七夕传播活动 2 | subtitle: 能过手机摇一摇来完成交互。 技术亮点:模拟实物碰撞效果。 3 | cover: http://jdc.jd.com/h5/imagespool/1441610048887.png 4 | categories: 游戏型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-03T16:00:00.000Z 11 | publishDate: 2015-08-21T06:59:54.841Z 12 | link: http://wq.360buyimg.com/fd/promote/201507/tanabatapub/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-do-not-eat-with-a-master.md: -------------------------------------------------------------------------------- 1 | title: 阿惠故事1:吃饭别带老爷 2 | subtitle: 传统广告与移动端页面结合的精彩案例,摆脱固有H5模式,注入漫画、KTV形式,甚至连loading都不走寻常路。小编一不小心看了十遍。 3 | cover: do not eat with a master.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 大众点评 10 | github_name: dianping 11 | date: 2016-12-10 17:20:37 12 | publishDate: 2015-12-28 16:00:00 13 | link: http://evt.dianping.com/market/20151207/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-double-eleven-explosion-on-the-shelves.md: -------------------------------------------------------------------------------- 1 | title: 双十一爆款上架了! 2 | subtitle: 就喜欢这种无节操的作品,越不上档次,越觉得真诚, 越狗血,越像是在真打折! 3 | cover: double eleven explosion on the shelves.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 百度理财 10 | github_name: Baidu 11 | date: 2016-12-10 13:32:44 12 | publishDate: 2016-11-08 08:00:00 13 | link: http://www.wmy-ad.com/baidu/20161108/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-webank-introduction.md: -------------------------------------------------------------------------------- 1 | title: WeBank 微众银行 2 | subtitle: 老师,我想学动画!好的,桑尼真(腾讯前端工程师)老师的为推广微众银行的上线的这个H5作品凝结了对著名迪士尼大师的《十二则动画法则》的心得感悟,想必好学的你不想错过喔。 3 | cover: webank introduction.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2016-12-10 13:36:58 12 | publishDate: 2015-10-26 08:00:00 13 | link: http://www.webank.com/mobile/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-who-should-live-in-your-house.md: -------------------------------------------------------------------------------- 1 | title: 谁先住入你新房? 2 | subtitle: 哥特风暗黑H5一枚,粘土定格动画的勇敢尝试。创意中将甲醛物化成个性小怪兽,并设定了一个新奇的游戏规则,完美将产品与创意无缝连接。 3 | cover: who should live in your house.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 苏泊尔 10 | github_name: Supor 11 | date: 2016-12-10 13:36:58 12 | publishDate: 2015-10-26 08:00:00 13 | link: http://verawom.com/supor/wplus/game.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-04-22-to-play-with-patience.md: -------------------------------------------------------------------------------- 1 | title: 来玩点耐心吧 2 | subtitle: (需在微信打开)通过段子引入主题后,利用 SVG 动画完成了将近6分钟的线条动画(如封面所示)。 3 | cover: up2017 to play with patience.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-22 17:27:27 12 | publishDate: 2017-04-22 17:27:27 13 | link: http://up.qq.com/act/a20170329upm/index.htm 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-12-jd-red-story-1.md: -------------------------------------------------------------------------------- 1 | title: JD Red Story(第一季) 2 | subtitle: 去年双11上线的京东红色故事,当时就因为写实而纯粹的内容共鸣,让不少人记忆犹新。 3 | cover: jd red story 1.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-05-12 18:30:27 12 | publishDate: 2017-05-12 18:30:27 13 | link: http://h5.m.jd.com/active/cToxACv7k9MVD7z4uPEg7UCXn4r/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-19-what-are-the-ghosts-of-singing.md: -------------------------------------------------------------------------------- 1 | title: 唱的都是什么鬼,这歌只服杨宗纬 2 | subtitle: 《天龙八部手游》今日上线,华语唱将演绎情义江湖 3 | cover: what are the ghosts of singing.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-05-19 18:30:27 12 | publishDate: 2017-05-19 18:30:27 13 | link: https://tlbb.qq.com/act/a170516yzw/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-29-chopstick Brothers-taught-you-hit-the-aircraft.md: -------------------------------------------------------------------------------- 1 | title: 筷子兄弟手把手教你打飞机 2 | subtitle: 筷子兄弟幽默地教你打飞机。 3 | cover: chopstick brothers taught you hit the aircraft.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-05-29 17:28:26 12 | publishDate: 2017-05-29 17:28:26 13 | link: http://feiji.qq.com/act/a20170407leesin/index_w.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-06-28-the-advertising-agency-that-wants-to-take-a-lion-is-here.md: -------------------------------------------------------------------------------- 1 | title: 想戛戛纳擒狮的广告公司都在这 2 | subtitle: 向昨天的创意致敬,想明天的戛纳迈进。 3 | cover: the advertising agency that wants to take a lion is here.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-06-28 17:28:26 12 | publishDate: 2017-06-28 17:28:26 13 | link: http://tsa.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-01-the-yellow-car-research-and-development-workshop.md: -------------------------------------------------------------------------------- 1 | title: ofo小黄车研发车间 2 | subtitle: 将小黄人的幽默带进ofo的生厂车间。 3 | cover: the yellow car research and development workshop.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: ofo 10 | github_name: ofo 11 | date: 2017-07-01 17:28:36 12 | publishDate: 2017-07-01 17:28:36 13 | link: http://common.ofo.so/campaign/DespicableMe/ofo_/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-08-30-make-an-island-for-people-who-given-up-halfway.md: -------------------------------------------------------------------------------- 1 | title: 为半途而废的人们造座岛 2 | subtitle: 通过一些笑话和网络化的内容将展会内容穿插展现,色彩鲜明,风格多变。 3 | cover: make an island for people who given up halfway.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 野狗 10 | github_name: wearewer 11 | date: 2017-08-30 17:30:36 12 | publishDate: 2017-08-30 17:30:36 13 | link: http://wildisland.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-10-03-alien-invasion-of-the-earth-was-actually-to.md: -------------------------------------------------------------------------------- 1 | title: 外星人入侵地球竟是为了... 2 | subtitle: 以精致的视频和长图展示主题。 3 | cover: alien invasion of the earth was actually to.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2017-10-03 17:30:36 12 | publishDate: 2017-10-03 17:30:36 13 | link: http://ossh5.rockstudio.cn/Tmall/MoonFestivalCDN/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-04-04-hi!-click-to-generate-your-instructions.md: -------------------------------------------------------------------------------- 1 | title: 嗨!点击生成你的使用说明书 2 | subtitle: 这里有你的正确使用方法 3 | cover: http://img20.360buyimg.com/webcases/jfs/t19573/11/1323169952/147514/f059cbb5/5ac444faNa74e6d75.png 4 | categories: 游戏型 5 | author: 6 | nick: 网易 7 | github_name: Netease 8 | date: 2018-04-04 12:00:00 9 | publishDate: 2018-04-04 12:00:00 10 | link: https://st.music.163.com/c/m2-spec/8GpocvVJli/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2018-06-18-linglong-sachet,-dragon-boat-festival.md: -------------------------------------------------------------------------------- 1 | title: 玲珑香囊,端午安康 2 | subtitle: 有个特别的香囊,一直在等你 3 | cover: http://img20.360buyimg.com/webcases/jfs/t22087/167/1395397575/108032/b0a8c92e/5b286874N34dbdd72.jpg 4 | categories: 场景型 5 | author: 6 | nick: 京东 7 | github_name: JD 8 | date: 2018-06-18 12:00:00 9 | publishDate: 2018-06-18 12:00:00 10 | link: https://h5.m.jd.com/dev/3ZbuwfXRhexmY7NnMNJdyoXAgUQn/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2018-07-22-are-you-a-cyclist-or-a-cyclist.md: -------------------------------------------------------------------------------- 1 | title: 你是骑行侠,还是骑行杀? 2 | subtitle: 会不会骑车,答完这八道题就知道啦! 3 | cover: http://img20.360buyimg.com/webcases/jfs/t21748/80/2488217772/78829/8201fe97/5b58260dN14841cc6.png 4 | categories: 场景型 5 | author: 6 | nick: 青桔单车 7 | github_name: qingjue 8 | date: 2018-07-22 12:00:00 9 | publishDate: 2018-07-22 12:00:00 10 | link: https://page.xiaojukeji.com/package/qingjuhuodong/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-11-01-jingdong-intelligent-cloud.md: -------------------------------------------------------------------------------- 1 | title: 京东智能云 2 | subtitle: CSS3动画模拟实物操作过程以及多段字幕的显示。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384839238.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-10-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201411/h5_smartcloud/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-12-01-christmas-hair.md: -------------------------------------------------------------------------------- 1 | title: 拍拍圣诞发红包 2 | subtitle: 通过圣诞背景音乐和手绘的卡通元素,加上摇一摇的交互派发红包,达到节日氛围。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384856738.jpg 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-11-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201412/christmas/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-arouse-this-moment.md: -------------------------------------------------------------------------------- 1 | title: 唤起这一刻 2 | subtitle: 黄山悦榕庄的品牌宣传页,水墨画风格的页面设计,意图“唤起这一刻”人们对那一份宁静、自在的向往。 3 | cover: arouse this moment.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 黄山悦榕庄 10 | github_name: banyantreehuangshanevents 11 | date: 2016-12-10 13:36:58 12 | publishDate: 2015-10-26 08:00:00 13 | link: http://www.banyantreehuangshanevents.com/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-02-26-wx-year-of-the-monkey.md: -------------------------------------------------------------------------------- 1 | title: 微信红包猴年贺岁(2016) 2 | subtitle: (由于微信版本升级,部分手机需通过浏览器观看案例)到了2016年新年,我们看到情与利的主题从古朴的大众价值观讲述转变成了利用“翻脸红包”与“去光红包”的猴年小故事来探究普通人的友谊与亲情。 3 | cover: wx year of the monkey.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-02-15 17:27:26 12 | publishDate: 2016-02-01 17:27:26 13 | link: http://monkey.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-02-do-you-know-what-i-say.md: -------------------------------------------------------------------------------- 1 | title: 你懂我再说什么吗? 2 | subtitle: 有趣的洞察,亲切的风格,虽然这些小亮点都是从其他作品里借来的形式,但这支H5做的算是精巧和上心了 3 | cover: do you know what i say.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 百度 10 | github_name: Baidu 11 | date: 2017-03-02 17:27:26 12 | publishDate: 2017-03-02 17:27:26 13 | link: http://show.im20.com.cn/lipei/valentine/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-09-to-another-useless-me-2015.md: -------------------------------------------------------------------------------- 1 | title: 致另一个无用的我,UP2015大会邀请函 2 | subtitle: 尽管生活有时很无情,但是我们只要还拥有想象力,生活仍是充满着希望。 3 | cover: up2015 to another useless me.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-09 18:27:27 12 | publishDate: 2017-04-09 18:27:27 13 | link: http://up.qq.com/2015/invitation/index.htm 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-20-this-may-be-the-most-beautiful-h5-on-earth.md: -------------------------------------------------------------------------------- 1 | title: 这可能是地球上最美的H5 2 | subtitle: 我们终将和世界上的美好相遇 3 | cover: this may be the most beautiful h5 on earch.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-05-20 18:30:27 12 | publishDate: 2017-05-20 18:30:27 13 | link: https://wa.qq.com/xplan/earth/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-08-02-freedom is that i will not go to work tomorrow.md: -------------------------------------------------------------------------------- 1 | title: 自由就是,老子明天不上班 2 | subtitle: 视频结合了京东与说唱元素,很好地表达了“潮流”这一主题。 3 | cover: freedom is that i will not go to work tomorrow.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2017-08-02 17:31:36 12 | publishDate: 2017-08-02 17:31:36 13 | link: http://wqs.jd.com/promote/201707/chic/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-06-11-in-the-world-cup,-there-is-a-play-in-the-class..md: -------------------------------------------------------------------------------- 1 | title: 世界杯,有课足球给自己加了戏 2 | subtitle: 超然!这可足球大概毕业于中央戏精学院 3 | cover: http://img20.360buyimg.com/webcases/jfs/t24163/193/186109841/163006/2b99810a/5b28641fNac158fa4.png 4 | categories: 视频型 5 | author: 6 | nick: 优信 7 | github_name: Youxin 8 | date: 2018-06-11 12:00:00 9 | publishDate: 2018-06-11 12:00:00 10 | link: http://h5.cuberights.com/yxfootball/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2015-03-01-central-european-jingdong-class-starting-sail.md: -------------------------------------------------------------------------------- 1 | title: 中欧京东班首发起航 2 | subtitle: 欣赏设计就好了,页面由HIPAGE生成的 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384994261.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-02-28T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://wqs.jd.com/hipage/551a5399ff0969cd20b77043/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-01-07-jingdong-to-come-to-the-end-of-the-year-2016-summary.md: -------------------------------------------------------------------------------- 1 | title: 京东到家2016年终总结 2 | subtitle: 与京东到家合作的一个h5页面,通过翻页切换几个场景动画,最后展示一个结果页 3 | cover: http://jdc.jd.com/h5/imagespool/1456911678856.png 4 | categories: 展示型 5 | tags: 6 | author: 7 | nick: 京东 8 | github_name: JDC 9 | date: 2016-01-06T16:00:00.000Z 10 | publishDate: 2016-01-27T03:24:26.570Z 11 | link: http://jdc.jd.com/fd/promote/201601/jddaojia/index.html 12 | --- 13 | -------------------------------------------------------------------------------- /source/_posts/2016-12-13-using-the-report-from-the-constellation-buyers.md: -------------------------------------------------------------------------------- 1 | title: 来自星座买手们的使用报告 2 | subtitle: 利用canvas制作,刷字效果。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384811647.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-12-13 08:00:00 11 | publishDate: 2014-09-30T16:00:00.000Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201410/app/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2017-03-31-qipashuo-fancy-advertising-contest.md: -------------------------------------------------------------------------------- 1 | title: 小米《奇葩说》花式广告大赛 2 | subtitle: 利用“科大讯飞”的语音识别技术,将你编写的广告由马东老师为你播出。 3 | cover: qipashuo fancy advertising contest.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 小米 10 | github_name: XiaoMi 11 | date: 2017-03-31 17:27:27 12 | publishDate: 2017-03-31 17:27:27 13 | link: http://w.benbun.com/xiaomi/koubo/index.php 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-28-what-position-do-you-enter-into-419.md: -------------------------------------------------------------------------------- 1 | title: 你用什么姿势进入419 2 | subtitle: 采用平面形式的“一镜到底”对深夜集市的场景进行可交互的展示。 3 | cover: what position do you enter into 419.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 1号店 10 | github_name: Yihaodian 11 | date: 2017-04-28 17:27:27 12 | publishDate: 2017-04-28 17:27:27 13 | link: http://419.socialfishface.com/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-05-27-this-moment-to-refresh-the-old-friendship.md: -------------------------------------------------------------------------------- 1 | title: 这一刻 刷新老友情 2 | subtitle: (需在微信打开)将整首音乐分解成旋律片段,然后再以不同手机作为分设备进行播出演示。 3 | cover: this moment to refresh the old friendship.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 科罗娜 10 | github_name: Corona 11 | date: 2017-05-27 17:28:26 12 | publishDate: 2017-05-27 17:28:26 13 | link: http://coronacny.reloadh5.com/music/index1.aspx 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-02-commemorate-the-second-anniversary-of-harry-potter.md: -------------------------------------------------------------------------------- 1 | title: 纪念哈利波特20周年 2 | subtitle: 以新奇的交互方式,让用户体验到天马行空的想象力。 3 | cover: commemorate the second anniversary of harry potter.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-07-02 17:28:36 12 | publishDate: 2017-07-02 17:28:36 13 | link: http://news.163.com/special/fdh5_harrypotter20_6 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-02-the-white-paper-on-abnormal-human-studies.md: -------------------------------------------------------------------------------- 1 | title: 非正常人类研究白皮书 2 | subtitle: 利用长图文的形式展示网易新闻各类有趣数据。 3 | cover: the white paper on abnormal human studies.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-07-02 17:31:36 12 | publishDate: 2017-07-02 17:31:36 13 | link: https://c.m.163.com/nc/qa/activity/tiewhitepaper20170628/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-03-03-companionship-is-often-in-the-absence-of-distance.md: -------------------------------------------------------------------------------- 1 | title: 陪伴常在 无距思念 2 | subtitle: 她想着你的名字跳了32下,对你说了262个字,你应该猜得到她是谁。 3 | cover: http://img20.360buyimg.com/webcases/jfs/t14599/281/2492392413/254967/e410279d/5aa1fe33N03ab3eb7.png 4 | categories: 场景型 5 | author: 6 | nick: 腾讯 7 | github_name: Tencent 8 | date: 2018-03-03 12:00:00 9 | publishDate: 2018-03-03 12:00:00 10 | link: http://qipai.qq.com/media/10030543.html 11 | --- -------------------------------------------------------------------------------- /themes/jc/source/css/_font_awesome/core.styl: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .{$fa-css-prefix} 5 | display inline-block 6 | font normal normal normal $fa-font-size-base/$fa-line-height-base FontAwesome // shortening font declaration 7 | font-size inherit 8 | text-rendering auto // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing antialiased 10 | -moz-osx-font-smoothing grayscale 11 | -------------------------------------------------------------------------------- /source/_posts/2014-06-01-pat-hand-game.md: -------------------------------------------------------------------------------- 1 | title: 拍拍手游戏 2 | subtitle: 1.使用audio sprite应用于ios上,实现多音频交互;2. 分拆音频在android系统下,使用在各种第三方浏览器下,音频交互都可以进行。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384647013.jpg 4 | categories: 展示型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-05-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://www.paipai.com/2014/act/game/h5/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-09-01-2015jdc-campus-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 2015JDC校园招聘 2 | subtitle: 1.滚动条组件应用,使用轻app内也可以带滚动条,可显示一屏之外的内容;2. 1倍图和2倍图的有序加载,提高访问速度。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384602445.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://jdc.jd.com/h5/jdc-campus/index.shtml 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-10-01-from-the-constellation-of-buyers-use-report.md: -------------------------------------------------------------------------------- 1 | title: 来自星座买手们的使用报告 2 | subtitle: 利用canvas制作,刷字效果。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384811647.jpg 4 | categories: 展示型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-09-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201410/app/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2014-12-01-12-12-accompany-you-one-or-two-in-the-end.md: -------------------------------------------------------------------------------- 1 | title: 12.12 陪你一二到底 2 | subtitle: 贱贱的手绘风格,引爆朋友圈转发。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384872899.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-11-30T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201412/paipai/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-01-double-eleven-sns-sq-spread-page.md: -------------------------------------------------------------------------------- 1 | title: 双十一sq sns传播页 2 | subtitle: 以svg clip裁切形成多边形产品图展示,使用canvas实现图片拖拽裁切、生成个性化图片,长按保存全兼容,以及多音频控制 3 | cover: //jdc.jd.com/h5/imagespool/1480559322149.png 4 | categories: 场景型 5 | tags: 6 | - 宣传 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-11-30T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/h5/1111/sq_sns/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-feifan-eleven-days-the-whole-carnival.md: -------------------------------------------------------------------------------- 1 | title: 飞凡11天 全民狂逛节 2 | subtitle: 从来没听说过什么非凡,它敢在双11曝光,就说明他一定拿到了投资,平台有好多便宜可以捞!聪明的宝宝都会下了APP搜一眼,见了便宜赶紧占,然后该咋办咋办。 3 | cover: feifan eleven days the whole carnival.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 飞凡 10 | github_name: feifan 11 | date: 2016-12-10 13:33:31 12 | publishDate: 2016-11-11 08:00:00 13 | link: http://feifan11.treedom.cn/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-have-you-ever-played-room.md: -------------------------------------------------------------------------------- 1 | title: 你玩过ROOM吗? 2 | subtitle: 2016年春季,为配合腾讯UP大会的顺利召开,腾讯游戏出品了一支以游戏玩家回忆为主题的解密类H5,而这支被温情感贯穿的作品的游戏难度并不高,玩家很快就能拿到密码,离开房间。 3 | cover: have you ever played room.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯游戏 10 | github_name: Tencent 11 | date: 2016-12-10 00:51:59 12 | publishDate: 2016-03-10 13 | link: http://game.qq.com/cp/a20160310mstt/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-jdm-fanboy-club.md: -------------------------------------------------------------------------------- 1 | title: JDM FANBOY CLUB 2 | subtitle: 同期,WMY的另一支H5又刷了屏!这次木有3D场景和唱歌,形式变成了二次元漫画,同样是打鸡血,打的方位和打的方式似乎挺重要,虽然这个内容还搞不定二次元的老鸟。但对大多数轻度患者来说,这种表述方式也值得一看了。 3 | cover: jdm fanboy club.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 雷克萨斯 10 | github_name: Lexus 11 | date: 2016-12-10 13:36:29 12 | publishDate: 2016-08-22 08:00:00 13 | link: http://www.wmy-ad.com/lexus/20160822/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-07-02-it-s-not-just-news-that-s-worth-remembering.md: -------------------------------------------------------------------------------- 1 | title: 网易20周年——值得回忆的不仅是新闻 2 | subtitle: 以宇宙飞船为载体,回顾每年的重大新闻,但除了新闻本身,精彩跟帖也是不禁让人回忆。 3 | cover: it's not just news that's worth remembering.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-07-02 17:30:36 12 | publishDate: 2017-07-02 17:30:36 13 | link: http://go.163.com/2017/0629/recallcomment/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2014-08-01-guanghuo-network.md: -------------------------------------------------------------------------------- 1 | title: 广货网上行 2 | subtitle: Grunt系列插件[sass, inline, uglify, imagemin]使用,将页面总资源压缩到90kb,http请求减少至4次。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384747642.jpg 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-07-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://mm.wanggou.com/event/201408/guanghuo/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-said-the-dreamer.md: -------------------------------------------------------------------------------- 1 | title: 造梦者说 2 | subtitle: 抽象油画的设计风格,“缩放”的交互配合梦境的层层深入进行场景切换。别克威朗倾心为用户奉上一部微型的《盗梦空间》,序列化动画让人大饱眼福。案例上线后,又推出另一H5《释梦记》对梦境进行解释,前后呼应,突出产品特性。 3 | cover: said the dreamer.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 别克威朗 10 | github_name: VERANO 11 | date: 2016-12-10 17:24:36 12 | publishDate: 2015-12-28 16:00:00 13 | link: http://m.buick.com.cn/act/veranogs/dreamcreator/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-04-07-help-you-get-rid-of-moments-in-60-seconds.md: -------------------------------------------------------------------------------- 1 | title: 60秒,帮你摆脱朋友圈 2 | subtitle: 利用重力感应判断手机是否在60秒内被使用。 3 | cover: help you get rid of moments in 60 seconds.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 大众点评 10 | github_name: dianping 11 | date: 2017-04-07 17:27:27 12 | publishDate: 2017-04-07 17:27:27 13 | link: http://evt.dianping.com/market/20150718/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-04-10-to-another-useless-me-2016.md: -------------------------------------------------------------------------------- 1 | title: 致另一个无用的我,UP2016大会邀请函 2 | subtitle: 通过日常琐碎的烦心事表达出:每个人都有不可被辜负的天分。采用 CreateJS 实现。 3 | cover: up2016 to another useless me.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-10 17:27:27 12 | publishDate: 2017-04-10 17:27:27 13 | link: http://up.qq.com/act/a20160318feelings/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2018-02-20-on-the-first-day-of-the-job,-netease-dad-taught-me-to-be-a-man.md: -------------------------------------------------------------------------------- 1 | title: 入职第一天,网易爸爸教我学做人 2 | subtitle: 网易新员工实力吐槽,速看!三石要来删了! 3 | cover: http://img20.360buyimg.com/webcases/jfs/t15706/121/2203219116/637155/76f0625e/5a9650ddNa1b7ca3e.png 4 | categories: 视频型 5 | author: 6 | nick: 网易 7 | github_name: Netease 8 | date: 2018-02-20 12:00:00 9 | publishDate: 2018-02-20 12:00:00 10 | link: http://wy.youyuq.com/h5/wyklhw/index.php 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-09-01-2015-pat-campus-recruitment.md: -------------------------------------------------------------------------------- 1 | title: 2015拍拍校园招聘 2 | subtitle: 1.使用大量的长动画和悬浮动画使页面更有立体感;2. 定位出在小米3下长动画的bug,为后继活动提供了长动画解决方案 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384673367.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://www.paipai.com/event/201409/campus/index.shtml 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2018-05-15-we-have-been-waiting-for-20-years.-it-s-been-a-long-violation,-the-emperor!.md: -------------------------------------------------------------------------------- 1 | title: 这一拳我们等了20年,久违了,拳皇! 2 | subtitle: 小编觉得:视频很燃! 3 | cover: http://img20.360buyimg.com/webcases/jfs/t20983/55/70422628/291634/66ce7a88/5afa4338Nf5a58541.png 4 | categories: 视频型 5 | author: 6 | nick: 腾讯 7 | github_name: Tencent 8 | date: 2018-05-15 12:00:00 9 | publishDate: 2018-05-15 12:00:00 10 | link: http://kofd.qq.com/cp/a20180509kof/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-09-01-2015-overseas-recruitment-of-jingdong.md: -------------------------------------------------------------------------------- 1 | title: 2015京东海外招聘 2 | subtitle: 1.翻页组件应用于场景切换,实现多角度场景缩放进入;2.图片轮播组件应用于文案切换;3.png与jpg叠加使用,实现无法分享元素的动画效果 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384589089.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-08-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://jdc.jd.com/h5/dream/index.shtml 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2015-09-04-find-match-up.md: -------------------------------------------------------------------------------- 1 | title: 寻找搭配达人大赛 2 | subtitle: 进入活动页面后,用户上传搭配作品后,通过分享的方式邀请好友为自己点赞。如果用户的点赞数达到全国前100即有机会获得大奖。每个用户最多能发布10套作品 3 | cover: http://jdc.jd.com/h5/imagespool/1442560860387.png 4 | categories: 展示型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-03T16:00:00.000Z 11 | publishDate: 2015-08-21T06:59:54.841Z 12 | link: http://wq.360buyimg.com/fd/promote/201509/collocationspub/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-all-the-people-bangbangbang.md: -------------------------------------------------------------------------------- 1 | title: all the people bangbangbang 2 | subtitle: 腾讯MOBA手游《全民超神》宣传页面,结合2015年H5大热的视频嵌入+多屏互动的玩耍方式,将游戏模式融合到H5的表现形式中,颇具新意。 3 | cover: all the people bangbangbang.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯游戏 10 | github_name: Tencent 11 | date: 2016-12-10 17:28:01 12 | publishDate: 2016-01-25 16:00:00 13 | link: http://moba.qq.com/act/a20150907video/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-your-dream-grow-up.md: -------------------------------------------------------------------------------- 1 | title: 你的梦想,长大了吗? 2 | subtitle: 同时,WMY关于汽车的案例特别多,而我们选择了这支来分享。总是有些小聪明能给我们一点意外,那怕是简单的交互创新,而这个左右滑动的小交互,也被后来的很多H5作品争先效仿。 3 | cover: your dream grow up.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 梅赛德斯-奔驰 10 | github_name: Mercedes-Benz 11 | date: 2016-12-10 13:36:58 12 | publishDate: 2016-06-01 08:00:00 13 | link: http://special.mercedes-benz.com.cn/dream_car/m3/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-05-funny-life-guide.md: -------------------------------------------------------------------------------- 1 | title: 滴滴快车趣生活指南 2 | subtitle: 虽然都是动画和视频,但是带有强烈意境和内容风格的作品现在越来越少了,就像是本月的这支《滴滴快车趣生活指南》,也许风格化真的能让作品走的更远一些,如果H5的评判标准不是流量,它将会有很多可能。 3 | cover: funny life guide.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 滴滴 10 | github_name: didi 11 | date: 2017-01-05 17:27:26 12 | publishDate: 2017-01-05 17:27:26 13 | link: https://community.xiaojukeji.com/market/kcscscene170118/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-02-14-different-definition-of-love.md: -------------------------------------------------------------------------------- 1 | title: 爱的不同定义 2 | subtitle: 任意链接5点的互动让人眼前一亮,相比单身狗生成器,虽然没有非常优秀的视觉表现力,但让用户直接参与加之情人节主题的巧妙搭配,还是非常有趣的,连点和恋爱这两个事儿一起拿来唠,还真能激发出不少趣味~ 3 | cover: different definition of love.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-02-14 17:27:26 12 | publishDate: 2017-02-14 17:27:26 13 | link: http://news.163.com/special/fdh5_valentines 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-03-tencent-cartoon-more-divine-comedy.md: -------------------------------------------------------------------------------- 1 | title: 腾讯动漫催更神曲 2 | subtitle: 哇!最近最火的薛之谦!哇!最近最红的上海彩虹乐团!哇!最近最流行的H5视频!这样的超强阵容哪能不爆呀! 3 | cover: tencent cartoon more divine comedy.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-03-03 17:27:26 12 | publishDate: 2017-03-03 17:27:26 13 | link: http://game.qq.com/cp/a20170222manga/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-03-30-come-on-have-the-ability-to-hit-me.md: -------------------------------------------------------------------------------- 1 | title: 来呀,有本事来打我呀! 2 | subtitle: 精细的黏土风格视频,结合嘻哈风格的说唱。原来是打麻将哟~ 3 | cover: come on have the ability to hit me.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯游戏 10 | github_name: Tencent Game 11 | date: 2017-03-30 17:27:26 12 | publishDate: 2017-03-30 17:27:26 13 | link: http://joymj.treedom.cn/?_wv=1&from=timeline&isappinstalled=0 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2017-06-08-contra-come-back.md: -------------------------------------------------------------------------------- 1 | title: 魂斗罗归来 2 | subtitle: (需在微信打开)通过与微信好友的幽默对话,回忆魂斗罗的每个经典场景。 3 | cover: contra come back.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-06-08 17:28:26 12 | publishDate: 2017-06-08 17:28:26 13 | link: https://game.weixin.qq.com/cgi-bin/h5/static/partnerIFrame/index.html?iframe_url=https://hdl.qq.com/act/a201703020dx/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-dedicated-to-the-most-boring-summer-people.md: -------------------------------------------------------------------------------- 1 | title: 献给夏天最闷的人 2 | subtitle: 2015年雪碧“释放夏日100招”传播活动H5页面。以小电影的形式展开,颇具新意。影片着重故事内容的呈现,不同于一般充斥着商业元素的广告,使观众更容易参与其中。 3 | cover: dedicated to the most boring summer people.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 可口可乐 10 | github_name: Coca Cola 11 | date: 2016-12-10 13:32:44 12 | publishDate: 2015-11-09 08:00:00 13 | link: http://summer.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-04-23-qq-global-implantation-the-fate-of-the-furious.md: -------------------------------------------------------------------------------- 1 | title: QQ全球植入《速度与激情8》 2 | subtitle: 巧妙地将QQ企鹅结合到《速8》的预告片中,仿佛真的参与了其中。 3 | cover: qq global implantation the fate of the furious.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: tencent 11 | date: 2017-04-23 17:27:27 12 | publishDate: 2017-04-23 17:27:27 13 | link: http://wa.qq.com/2017act/F8xqqar/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2018-03-02-this-is-a-thrilling-trip-to-the-chinese-people!.md: -------------------------------------------------------------------------------- 1 | title: 这是一次令中国人振奋的穿越! 2 | subtitle: 十三亿个你我,汇聚为同一个中国。开始,一段新的征程。走向,又一个充满希冀的五年。 3 | cover: http://img20.360buyimg.com/webcases/jfs/t15595/107/2300891570/144306/68f3aeea/5aa1fb98N905c1335.png 4 | categories: 展示型 5 | author: 6 | nick: 网易 7 | github_name: Netease 8 | date: 2018-03-02 12:00:00 9 | publishDate: 2018-03-02 12:00:00 10 | link: https://c.m.163.com/nc/qa/activity/20180223/index.html 11 | --- -------------------------------------------------------------------------------- /source/_posts/2014-08-01-2015-mobile-phone-communications.md: -------------------------------------------------------------------------------- 1 | title: 2015京东手机通讯招募 2 | subtitle: 1. 使用了很多css3 复合循环动画。 让页面动画更富层次感 2. 类native app 的页面切换效果。 3 | cover: http://jdc.jd.com/jfs/download/blobs/blob1437384617616.jpg 4 | categories: 展示型 5 | tags: 6 | - 招聘 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2014-07-31T16:00:00.000Z 11 | publishDate: 2015-08-20T13:51:31.016Z 12 | link: http://qian-duan-she-ji.jslab.pro/wx/html/act/201408/hr/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-for-whom-the-world-will-be-upside-down.md: -------------------------------------------------------------------------------- 1 | title: 2015年双11来了!世界将为谁颠倒? 2 | subtitle: 为了迎接即将到来的双十一大促,主打今年最热的海外购主题的天猫配合推出该H5宣传预热双十一。新颖的翻页形式,配上“喵喵喵”的洗脑歌,衔接无缝的动画效果简直让人欲罢不能。 3 | cover: for whom the world will be upside down.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2016-11-01 13:25:18 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://tmall.pp.cc/20151111/nations 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2018-06-14-hiding-from-the-teacher-s-hole,-boss-deceive-his-wife.-is-there-anything-else-you-dare-not-say.md: -------------------------------------------------------------------------------- 1 | title: 躲老师坑老板骗老婆,还有什么鬼话是你不敢说的? 2 | subtitle: 为了看球,我就不信你从来没说过这些骗人的鬼话 3 | cover: http://img20.360buyimg.com/webcases/jfs/t20566/52/1413411478/150113/84c8362b/5b2866f5N37e91a28.jpg 4 | categories: 视频型 5 | author: 6 | nick: 腾讯 7 | github_name: Tencent 8 | date: 2018-06-14 12:00:00 9 | publishDate: 2018-06-14 12:00:00 10 | link: http://tiyu.treedom.cn/ 11 | --- -------------------------------------------------------------------------------- /source/_data/cates.yml: -------------------------------------------------------------------------------- 1 | - text: 全部案例 2 | value: 全部案例 3 | url: index.html 4 | - text: 技术型 5 | value: 技术型 6 | url: cates/技术型/index.html 7 | - text: 视频型 8 | value: 视频型 9 | url: cates/视频型/index.html 10 | - text: 场景型 11 | value: 场景型 12 | url: cates/场景型/index.html 13 | - text: 游戏互动型 14 | value: 游戏型 15 | url: cates/游戏型/index.html 16 | - text: 纯信息展示型 17 | value: 展示型 18 | url: cates/展示型/index.html 19 | - text: 其他 20 | value: 其他 21 | url: cates/其他/index.html 22 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-how-long-have-you-not-played-mahjong.md: -------------------------------------------------------------------------------- 1 | title: 你多久没上桌了? 2 | subtitle: 不可不说,这是腾讯棋牌游戏为其年度盛典宣传,把其下精品游戏单品作为主推元素,把温情注入。不但讲得一手好故事,动效也是做得极其细节丰富细腻,反正这一手温情牌,小编我是受了。 3 | cover: how long have you not played mahjong.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯游戏 10 | github_name: Tencent 11 | date: 2016-12-10 17:23:11 12 | publishDate: 2015-12-28 16:00:00 13 | link: http://qipai.qq.com/act/a20151114desk/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-you-dare-to-kiss-me-dare-to-send.md: -------------------------------------------------------------------------------- 1 | title: 如果你敢亲我,我就让你发发发 2 | subtitle: 为双十一活动预热给用户“抛鱼饵”(优惠券红包等)刺激剁手已然成为传统,但是大京东今年则别出心裁,大玩集娱乐+互动+社交三大特色的“抱社交网络大腿”的形式,推出了这款“亿元合体活动”。 3 | cover: you dare to kiss me dare to send.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 京东 10 | github_name: JD 11 | date: 2016-12-10 17:11:49 12 | publishDate: 2015-11-23 08:00:00 13 | link: http://jdc.jd.com/fd/promote/2015/kiss/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /themes/jc/source/css/_font_awesome/larger.styl: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /*! makes the font 33% larger relative to the icon container */ 5 | .{$fa-css-prefix}-lg 6 | font-size (4em / 3) 7 | line-height (3em / 4) 8 | vertical-align -15% 9 | 10 | .{$fa-css-prefix}-2x 11 | font-size 2em 12 | 13 | .{$fa-css-prefix}-3x 14 | font-size 3em 15 | 16 | .{$fa-css-prefix}-4x 17 | font-size 4em 18 | 19 | .{$fa-css-prefix}-5x 20 | font-size 5em 21 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-invitation-to-cross-the-universe.md: -------------------------------------------------------------------------------- 1 | title: 穿越宇宙的邀请函 2 | subtitle: 整个10月行业最大的惊喜,可以说,就是这支穿越宇宙的邀请函了。虽然作品在上线后接连遭到封杀、封服的挫折。但作品在后期传播的推动下还是创造了夸张的刷屏效应,记得上次看到这样的现象还是在3个月前,而如此现象级的作品确实也不是你每个月都能见到的了! 3 | cover: invitation to cross the universe.jpg 4 | categories: 技术型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2016-12-10 13:39:42 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://tmall1111.im20.com.cn/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-w-s-first-concert.md: -------------------------------------------------------------------------------- 1 | title: W的第一场演唱会 2 | subtitle: 我曾以为,第一支H5音乐专辑会出现在某个互联网大厂。但万没想到,它被一家数字代理商给做了。在如今营销与产品日渐模糊的当下,按部就班的做事已很难再创造出亮眼的新货。所以说,野狗的“野”在于敢于尝试新事物的某种勇气。至于,它们究竟是搅局的叛逆者,还是创造新模式的开荒人,这一切还要时间来检验。 3 | cover: w s first concert.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: W上海 10 | github_name: wearewer 11 | date: 2016-12-10 13:38:31 12 | publishDate: 2016-10-08 08:00:00 13 | link: http://wdsv.wearewer.com/index.php 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-xuezhixian-hands-the-penguin.md: -------------------------------------------------------------------------------- 1 | title: 薛之嫌牵手企鹅娘 2 | subtitle: 如果你没听过小林临死前最后那一声“悟空” 寒羽良跪在地上对自己的养父开枪前说“作为你的儿子 我很惭愧” 娜美哭着对路飞说“帮我”后被草帽盖住的脸 死去的志志雄回头对由美说“走..我带你去征服地狱”的话 那你就不会理解我为何要嫁企鹅娘。 3 | cover: xuezhixian hands the penguin.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯TGI团队 10 | github_name: Tencent 11 | date: 2016-12-10 13:27:37 12 | publishDate: 2016-11-21 08:00:00 13 | link: http://game.qq.com/act/a20161121xzq 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-05-21-the-attitude-of-thousands-of-young-people-to-capture-the-north-wide.md: -------------------------------------------------------------------------------- 1 | title: 十万青年态度攻占北上广 2 | subtitle: 网易新闻竟然把跟帖做成了涂鸦,这里面好像有你! 3 | cover: the attitude of thousands of young people to capture the north wide.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-05-21 17:29:26 12 | publishDate: 2017-05-21 17:29:26 13 | link: https://c.m.163.com/nc/qa/activity/20170508/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-20-true-or-false-friends-questioned.md: -------------------------------------------------------------------------------- 1 | title: 真假朋友大质疑 2 | subtitle: (需在微信打开)腾讯手机管家借着315打假的强势头,推出了这么一支“打击”假朋友的H5,它巧妙的搭了315的顺风车,避开了称重的社会问题,而把注意力引向了我们自己,为我们创造了一份参与感。 3 | cover: true or false friends questioned.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-03-15 17:27:26 12 | publishDate: 2017-03-15 17:27:26 13 | link: http://sdi.3g.qq.com/v/2017022316563001128 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /themes/jc/source/css/_font_awesome/font-awesome.styl: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables" 7 | @import "mixins" 8 | @import "path" 9 | @import "core" 10 | @import "larger" 11 | @import "fixed-width" 12 | @import "bordered-pulled" 13 | @import "animated" 14 | @import "rotated-flipped" 15 | @import "stacked" 16 | @import "icons" 17 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-i-said-better-than-singing.md: -------------------------------------------------------------------------------- 1 | title: 我说的比唱得好 2 | subtitle: 形式是老的,内容也是旧的,但是怎么这样的H5就又刷了屏?当你真的看到 “国民岳父”欢乐无比的在你的手机里卖萌,傻啦吧唧的一会开拖拉机,一会进村种地,这种畅快的新鲜感可能就与形式本身无关了。 作品制作上的细化和内容的精练也是本作的一大亮点,非常有趣的案例。 3 | cover: i said better than singing.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯TGI团队 10 | github_name: Tencent 11 | date: 2016-12-10 13:26:07 12 | publishDate: 2016-10-26 08:00:00 13 | link: http://codol.qq.com/act/a20161026hh/index7.htm 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-the-save.md: -------------------------------------------------------------------------------- 1 | title: 活口 2 | subtitle: 可以说在2016年11月,整个H5营销领域最让人欣喜的一件事情应该就是看到《活口》的上线了,一帮互联网营销老枪用自发项目的方式唱出了一首响亮的“内容”赞美诗。这支制作精良、设计考究的H5在并不被看好的背景下上线,而作品却获得了意外的关注和认可。它可能是目前来说,最能被称之为密室逃脱的H5作品了。当然,也是最难的,具说只有5%的人能够真正逃脱,你逃出来了么? 3 | cover: the save.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: dopemine 10 | github_name: dopemine 11 | date: 2016-11-01 13:25:18 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://dopemineworks.com/thesave/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-02-25-look-at-the-chinese-people-s-feelings-and.md: -------------------------------------------------------------------------------- 1 | title: 从此看尽中国人的情与利(2015) 2 | subtitle: 这支H5的文案都在承载我们与身边人的情,这种介于白话与文言之间的语言叙述方式,既保留了古朴的意境又传递了易懂好读的含义,让每个认真去阅读过的人都会有所触动,这层隐性价值只有认真观看过H5文字的人才能发现。 3 | cover: look at the chinese people s feelings and interests.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-02-14 17:27:26 12 | publishDate: 2015-02-01 17:27:26 13 | link: http://rmb.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-19-360-prime-minister-press-conference.md: -------------------------------------------------------------------------------- 1 | title: 360°总理记者会 2 | subtitle: 第一次看到这支H5确实有些新鲜,非常简单,也很生动。同样是一篇政府工作报告的新闻稿,以这种方式呈现给民众,相信很多人马上就读完了,而且印象还会比较深刻。 3 | cover: 360 prime minister press conference.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2017-03-14 17:27:26 12 | publishDate: 2017-03-14 17:27:26 13 | link: http://c.3g.163.com/nc/qa/activity/20170307/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-what-changed-the-world.md: -------------------------------------------------------------------------------- 1 | title: 是什么,改变了这个世界? 2 | subtitle: 这是2015腾讯棋牌年度盛典整合营销的宣传之一,内容串联了数名改变世界的伟人的故事,紧贴“智慧的力量”的主题。从技术上来说,整个案例通过flash转canvas实现复杂的动画,同时使用分屏加载场景以保证画面流畅,而且人物动作采用骨骼动画实现,图片则采用了blob格式,整体加载流畅。 3 | cover: what changed the world.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯棋牌 10 | github_name: Tencent 11 | date: 2016-12-10 17:43:01 12 | publishDate: 2016-03-28 16:00:00 13 | link: http://qipai.qq.com/act/a20151210opening 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-our-spiritual-corner.md: -------------------------------------------------------------------------------- 1 | title: 我们的精神角落 2 | subtitle: 在2016年初,豆瓣以《我们精神角落》为主题,在移动互联网展开了一连串全新的营销试炼,我们第一次看到了互联网营销领域的big idea,也第一次看到了这么高品质的H5密室逃脱,整支游戏由豆子的成长为主线,通过人类5感的映射,来展现品牌的主题,游戏观看越往后越难,想通关的同学,没有半小时的研究,可以说是很难办到的! 3 | cover: our spiritual corner.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 豆瓣 10 | github_name: Douban 11 | date: 2016-12-10 13:19:49 12 | publishDate: 2016-02-20 08:00:00 13 | link: http://doubanspirit.wearewer.com/h5/game/home.php 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-07-the-power-of-one-finger.md: -------------------------------------------------------------------------------- 1 | title: 一指之力逃亡记 2 | subtitle: 我们真的很久没有看到这类重交互,而设计精细的H5了。现在看来,好的H5似乎都要走极端,要么极为简单粗暴,像是带有引导奖品的小游戏,数据偏好、流量较高。要么是重到你烧脑,设计复杂、体验新奇,像是《活口》,也同样像是这支《一指之力逃亡记》,但就评测流量的价值标准来讲,很难说,这些重交互的H5会不会变的越来越少。 3 | cover: the power of one finger.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 别克 10 | github_name: Buick 11 | date: 2017-01-07 17:27:26 12 | publishDate: 2017-01-07 17:27:26 13 | link: http://m.buick.com.cn/act/envision/outlast/ 14 | --- 15 | -------------------------------------------------------------------------------- /themes/jc/source/img/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | #fff 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-The-scene-of-the-mysterious-disappearance.md: -------------------------------------------------------------------------------- 1 | title: 神秘失踪案现场 2 | subtitle: 从这支H5开始,下面这3支作品才叫真正的密室逃脱,同样是展现智慧的力量这一主题,16年的恐怖密室风格就与15年的历史伟人狂欢截然不同。抛开主题来说,本作游戏的场景设计精美,气氛渲染到位,想过关的同学还真的动下脑子,不过相信聪明的你不超过10分钟能顺利过关。 3 | cover: the scene of the mysterious disappearance.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯棋牌 10 | github_name: Tencent 11 | date: 2016-12-10 00:59:35 12 | publishDate: 2016-11-30 13 | link: http://qipai.qq.com/act/a20161115wdm/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-four-masters-to-save.md: -------------------------------------------------------------------------------- 1 | title: 四大导师拯救麦渣 2 | subtitle: 大众点评为了推广KTV 频道,别出心裁地模仿微信图文布局,并且文案可圈可点,实在是创意爆表,让人心甘情愿地把它转发分享出去。利用Html 5的新特性和File API的blob对象读取图片和Canvas API实现整个H5作品。同时还采用RequireJS来异步延迟加载脚本,兼容性良好,约95kb流量而已。 3 | cover: four masters to save.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 大众点评 10 | github_name: dianping 11 | date: 2016-12-10 17:05:47 12 | publishDate: 2015-11-09 08:00:00 13 | link: http://evt.dianping.com/market/2015073117/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-02-27-review-a-redpack-without-grabbing.md: -------------------------------------------------------------------------------- 1 | title: 重温一个不用抢的红包(2017) 2 | subtitle: 到了2017年,情与利的主次在次被从新设计,此次项目已与俩年前大不相同,红包功能已经成为人们沟通的日常,而红包H5也开始在朋友圈泛滥,在如此的背景下,此次腾讯的制作方设计了一个家庭聚会式的红包小游戏,而游戏机制也非常独特,只要你在H5页面内停留的时间够长,那么你将会在最后获得更多的红包。 3 | cover: review a redpack without grabbing.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2017-02-27 17:27:26 12 | publishDate: 2017-02-01 17:27:26 13 | link: http://penguin.wearewer.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-childhood-shadow-collection.md: -------------------------------------------------------------------------------- 1 | title: childhood shadow collection 2 | subtitle: 如果你觉得WMY都是靠卖萌刷来客单的话,那你就盲人摸象了。紧接着,我们又在朋友圈看到一支童话故事穿越剧,在这部《童年阴影合集》里,我们看到了创作者缜密的创作思维和高超的执行能力,好色的小红帽、贪财的白雪公主、见美女直嘚瑟的唐僧!这些设计接地气~你们这帮人是真会玩。 3 | cover: childhood shadow collection.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 滴滴出行 10 | github_name: didi 11 | date: 2016-12-10 13:36:10 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://www.wmy-ad.com/didi/20160905/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-increadible-transformation.md: -------------------------------------------------------------------------------- 1 | title: 不可思议的改造 2 | subtitle: 本月,在国内互联网行业最让人大跌眼界的事件,应该就是锤子的这场新品发布会了,早被众多媒体判了死刑的锤子科技突然咸鱼翻身,放出了一记亮瞎众人双眼的大招! 而与手机配套的H5网站也算是制作精良,从loding到分享页面也都骚气十足。虽然H5的形式非常老套,但借助产品的口碑效应,这支H5网站也被网友们刷的不亦乐乎。 3 | cover: increadible transformation.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 锤子科技 10 | github_name: Smartisan 11 | date: 2016-12-10 13:40:04 12 | publishDate: 2016-10-01 08:00:00 13 | link: http://www.smartisan.com/marketing/franky/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-27-the-fog-of-the-world.md: -------------------------------------------------------------------------------- 1 | title: 迷雾世界 2 | subtitle: (需在微信打开)以夸张的骨骼动画和巧妙的背景音乐,不断激发了玩家的战斗欲~ 3 | cover: the fog of the world.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: netease 11 | date: 2017-03-27 17:27:26 12 | publishDate: 2017-03-27 17:27:26 13 | link: http://game.163.com/weixin/mwsj_sange/app.html?nie=3742&bid=cc09692e28784774894800adfbbb7024&c=1&n=4&uinfo=1&code=003YOHK00ku3qC1WjIK00NsGK00YOHKL&state=163 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2016-11-30-3c-shopping-festival-sns-interactive-shooting-game.md: -------------------------------------------------------------------------------- 1 | title: 3C购物节SNS互动 -- 射击游戏 2 | subtitle: 玩法:射击礼包抽奖。相对于翻牌使用射击的互动对用户吸引力会更大。 亮点: 1. 参考 CS 的视角,在游戏开始时,界面会自然淡入到瞄准模式 2. 瞄准礼包的动作与射中礼包是此次游戏的难点 3. 射击后的动作仿真 4. 各界面切换的无疑设计 3 | cover: //jdc.jd.com/h5/imagespool/1480497168342.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2016-11-29T16:00:00.000Z 11 | publishDate: 2016-07-21T11:19:15.583Z 12 | link: http://jdc.jd.com/fd/promote/201603/3c_sns/game.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_data/links.yml: -------------------------------------------------------------------------------- 1 | - name: JDC京东设计中心 2 | desc: 京东设计中心 3 | link: https://jdc.jd.com 4 | - name: 百度FEX 5 | desc: 百度Web前端研发部 6 | link: http://fex.baidu.com 7 | - name: 淘宝FED 8 | desc: 淘宝前端团队 9 | link: http://taobaofed.org 10 | - name: TGIdeas 11 | desc: 腾讯互娱设计中心 12 | link: http://tgideas.qq.com 13 | - name: ISUX 14 | desc: 腾讯SNG设计中心 15 | link: http://isux.tencent.com 16 | - name: CDC 17 | desc: 腾讯用户研究与体验设计中心 18 | link: http://cdc.tencent.com 19 | - name: 携程UED 20 | desc: 携程设计委员会 21 | link: http://ued.ctrip.com 22 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-i-have-a-little-information.md: -------------------------------------------------------------------------------- 1 | title: 我的一点咨询 2 | subtitle: 伪装证件、我是图图、三个关键词等H5都因朋友圈贴图分享而惨遭封杀,而这次披着值乎H5老梗的一点咨询又是如何蒙混过关的?难不成它们把微信团队给公关了么? 实际类似H5,早屡见不鲜了。因为该形式太过暴力直接,并带有极强的传播后遗症,所以被微信严格限制,而纵观一点资讯在整个10月铺出的推广,那堆小学级文案刮刮乐的互动方式,也确实又让用户新鲜了一阵子。 3 | cover: i have a little information.jpg 4 | categories: 其他 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 一点咨询 10 | github_name: o2team 11 | date: 2016-12-10 13:39:00 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://w.benbun.com/zhilifang/yidianzixun/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-21-go-through-the-phone-screen-to-see-my-country.md: -------------------------------------------------------------------------------- 1 | title: 穿越手机屏幕去看我的国 2 | subtitle: 转场的形式虽然不新,但从电视-客厅-汽车-快递员-写字楼-会议室-电视-医院-手机的一系列调度安排来看,还是花尽心思,尤其是制作人员出现的方式,被巧妙的安插在了上滑动触发的写字楼当中,不影响主要内容,同时又丰富了主要内容,让我们看到了创作者们的真实身影。 3 | cover: go through the phone screen to see my country.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 搜狐 10 | github_name: sohu 11 | date: 2017-03-21 17:27:26 12 | publishDate: 2017-03-21 17:27:26 13 | link: https://m.sohu.com/c/20816/ 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /themes/jc/layout/_partial/common/cnzz_analytics.swig: -------------------------------------------------------------------------------- 1 | {% if config.cnzz_analytics %} 2 | 5 | 6 | {% endif %} 7 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-his-judgement-cometh-and-that-right-soon.md: -------------------------------------------------------------------------------- 1 | title: 出来种太阳 迟早要还的 2 | subtitle: 就在今年7月初,因为某明朝皇帝在H5里卖了个萌,唱了歌,一不小心掀起了一股老同志唱洋曲的全民营销运动,而种太阳也响应浪潮,成为了第一批同类作品的代表作。可能除了故宫那支H5本尊,随后一系列的继承者都没能像是小太阳那样刷的群众心服口服。当时,小站粉丝们分享时,都是这么评价的:“这个H5好应景!老娘转了!” 3 | cover: his judgement cometh and that right soon.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 百度钱包 10 | github_name: Baidu 11 | date: 2016-12-10 13:35:42 12 | publishDate: 2016-07-20 08:00:00 13 | link: http://www.wmy-ad.com/baidu/20160720/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-one-united-states-two-future.md: -------------------------------------------------------------------------------- 1 | title: 1个美国两种未来 2 | subtitle: 完全不懂大选的小站也能感觉到,这可能是历届美国总统选举以来最热闹的,可能是因为太过于荒唐、可能是因为尿垫太过于多、也可能是因为地产商与女政客的相互拆台真的太好看。 而小站分享,则是因为看到了下面的这支作品,我们之所以把图片全部截出来,只是想让你能看清H5的全部内容,因为动效太花哨了,你会无心阅读,但也确实特别好看。另外记得,看完别忘了回来,后文还有惊喜! 3 | cover: one united states two future.jpg 4 | categories: 展示型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 网易 10 | github_name: Netease 11 | date: 2016-12-10 13:33:58 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://view.163.com/special/ataleoftwopaths/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2015-10-08-hp-game-notebook-starter-games.md: -------------------------------------------------------------------------------- 1 | title: 惠普游戏笔记本首发小游戏 2 | subtitle: 以“拳皇”游戏PK的形式制作的趣味小游戏。用户进入后,随机招唤一个英雄与"HP魔王"进行PK,赢了将有机会获得奖品。通过分享的形式在朋友圈中传播来招集朋友一起玩游戏,如果朋友在PK中赢了魔王,朋友与游戏的发起人都有机会获得奖品。 亮点: 1. PK的动画很炫酷 2. 人物与交战的特效分离,有效降低动画的总大小而不损动画质量 3 | cover: http://jdc.jd.com/h5/imagespool/1444274619372.png 4 | categories: 游戏型 5 | tags: 6 | - 游戏 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-10-07T16:00:00.000Z 11 | publishDate: 2015-09-09T06:43:05.512Z 12 | link: http://jdc.jd.com/fd/promote/201509/hp/game.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-99-public-welfare-with-love.md: -------------------------------------------------------------------------------- 1 | title: 99公益,一起爱 2 | subtitle: 这支H5也许算得上是近段时间来最有水准的工艺广告了,它利用表情包的人设巧妙的避开了传统公艺广告上来就硬晒灾区人们悲惨生活照片的绑架式传播方式。同时,微信表情作为最大众化的视觉符号又容易让人记忆,增加了内容的亲和力。 该作品声画同步出色,技术表现深入,场景设置巧妙,而唯一美中不足的是,作品落地页视觉深入不够,很多用户还没反应过来,故事实际已经结束了。 3 | cover: 99 public welfare with love.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯公益 10 | github_name: Tencent 11 | date: 2016-12-10 13:40:57 12 | publishDate: 2016-09-09 08:00:00 13 | link: http://game.qq.com/gongyi/gs/index.htm 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-explore-artifacts-hand-painted-to-explore-the-good-times.md: -------------------------------------------------------------------------------- 1 | title: 探索神器手绘,探索美好时光 2 | subtitle: H5本身的模式创新会随着玩法的深入开发而变得越来越难。在本月,我们终于又看到了令人惊喜的新模式,这可以说是H5"一镜到低"模式的第3次升级,借助图片叠加的常规技术手法,巧妙的营造出了图片无限放大的新奇体验。虽然该作品缺失了音效辅助和过硬的插画执行力,但面对新的体验方式,它还是足够吸引人。 3 | cover: explore artifacts hand painted to explore the good times.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 万达 10 | github_name: Wanda 11 | date: 2016-12-10 13:43:16 12 | publishDate: 2016-03-10 08:00:00 13 | link: http://wx47.wd.tarye.com/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/mobi/js/throttle.js: -------------------------------------------------------------------------------- 1 | exports.throttle = function (func, wait, mustRun, vue, events){ 2 | var timeout, 3 | startTime = new Date(); 4 | 5 | 6 | return function() { 7 | var context = vue, 8 | args = events, 9 | curTime = new Date(); 10 | 11 | clearTimeout(timeout); 12 | // 如果达到了规定的触发时间间隔,触发handler 13 | if(curTime - startTime >= mustRun){ 14 | func.apply(context, events); 15 | startTime = curTime; 16 | //没达到触发间隔,重新设定定时器 17 | }else{ 18 | timeout = setTimeout(func.bind(context, events), wait); 19 | } 20 | }; 21 | }; -------------------------------------------------------------------------------- /themes/jc/layout/_partial/common/google_analytics.swig: -------------------------------------------------------------------------------- 1 | {% if config.google_analytics %} 2 | 11 | {% endif %} -------------------------------------------------------------------------------- /source/_posts/2016-12-10-Plants-vs-zombies-2-2-anniversary-celebration-of-the-chamber-of-secrets.md: -------------------------------------------------------------------------------- 1 | title: 《植物大战僵尸2》2周年庆典之密室 2 | subtitle: 为《植物大战僵尸2》引流,腾讯游戏在2015年早期就推出过一款有着较高还原度的解密类H5,游戏玩法难度较《你玩过ROOM吗?》有所提高,但是相信聪明的你5分钟内就能搞定!植物僵尸忠粉可不要错过~ 3 | cover: Plants vs zombies 2 2 anniversary celebration of the chamber of secrets.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯游戏 10 | github_name: Tencent 11 | date: 2016-12-10 00:56:00 12 | publishDate: 2015-11-04 08:00:00 13 | link: http://shouji.sogou.com/sapp/mishi/ 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-03-04-the-first-mobile-phone-drama-group-was-opened.md: -------------------------------------------------------------------------------- 1 | title: 首个手机话剧团开张了! 2 | subtitle: 这支风格鬼畜的H5在昨晚上线后,据说又一次刷新了同类作品的各项流量记录,而在数据背后,小站看到的却是用户端极大的口碑反差。“巧妙、多样、细致、精美” 被喜欢的用户作为优点大加赞赏,而 “太长了,恶心死了,低级趣味,木有耐心”则被不喜欢的同学们作为槽点,拿来在朋友圈拼命吐槽! 3 | cover: the first mobile phone drama group was opened.jpg 4 | categories: 游戏型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 天猫 10 | github_name: Tmall 11 | date: 2017-03-04 17:27:26 12 | publishDate: 2017-03-04 17:27:26 13 | link: http://wa.qq.com/qq18/index.html 14 | --- 15 | 16 | 17 | -------------------------------------------------------------------------------- /source/_posts/2015-09-04-z1-zuk-global-debut.md: -------------------------------------------------------------------------------- 1 | title: ZUK Z1全球首发 2 | subtitle: 游戏取法于民间赌博游戏“鱼虾蟹”:用户通过压注的方式,从“ZUK@JD”六个字母中选中一个字母后,摇一摇手机后,三个骰子摇滚起来。骰子静止后,如果用户有压中字母那么按规则返回奖励分数,如果没压中,奖会扣取赌注100分。当用户分数累计到1000分,2000分时能获取阶段性奖品,满3000分可以获得zuk手机。 用户默认有3次机会,可以通过分享的方式邀请好友来为自己增加玩游戏的机会。 3 | cover: http://jdc.jd.com/h5/imagespool/1444300027212.png 4 | categories: 游戏型 5 | tags: 6 | - 其他 7 | author: 8 | nick: 京东 9 | github_name: JDC 10 | date: 2015-09-03T16:00:00.000Z 11 | publishDate: 2015-08-21T06:59:54.841Z 12 | link: http://jdc.jd.com/fd/promote/2015/zuk/index.html 13 | --- 14 | -------------------------------------------------------------------------------- /source/_posts/2016-12-10-to-be-touched-by-every-light-and-shadow-you.md: -------------------------------------------------------------------------------- 1 | title: 致每一个被光影打动过的你 2 | subtitle: 伟大并不意味着一定要创造出新内容,你完全可以成为灵巧的搬运工,站在巨人的肩膀上为更多人带来感动。就该作品而言,收集这些光影瞬间,扒出这些经典台词,制作这些视觉动画都不难,困难点在于这些琐碎内容最终的形式统一。而从H5简化后的扁平动画带给用户的体验共鸣来看,项目制作水准确实不同一般,最后我只想再说一句:我要再看一遍! 3 | cover: to be touched by every light and shadow you.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯影业 10 | github_name: Tencent 11 | date: 2016-12-10 13:42:35 12 | publishDate: 2016-09-17 08:00:00 13 | link: http://game.qq.com/act/a20160917fbh/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /source/_posts/2017-01-03-listen-to-sounds-guss-the-city.md: -------------------------------------------------------------------------------- 1 | title: 听声音、猜城市 2 | subtitle: 凤凰新闻这支H5的上榜票可以说完全由用户投出,实际类似表现形式早已不新鲜,而该作品的大量转发和良好的用户反馈确实又让我们从新开始思考好作品和好时机的关系,纯声音类的H5在2015年曾风靡一时,但随后逐渐减少,而这次《听声音、猜城市》的受欢迎无异于在次告诫我们,很多东西因太新而无从被察觉,应该在适当的实际让他们被人发现,必定还有很多很多人不知道H5究竟是个什么东西。 3 | cover: listen to sounds, guss the city.jpg 4 | categories: 场景型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 凤凰新闻 10 | github_name: FengHuang 11 | date: 2017-01-03 17:49:28 12 | publishDate: 2016-12-25 16:00:00 13 | link: http://v.ifeng.com/special/soundsofcitys/index.shtml 14 | --- 15 | -------------------------------------------------------------------------------- /themes/jc/layout/_partial/post/prevnext.swig: -------------------------------------------------------------------------------- 1 | {% if not is_index and (post.prev or post.next) %} 2 |
3 | {% if post.prev %} 4 |
{{post.prev.title}}
5 | {% endif %} 6 | {% if post.next %} 7 |
{{post.next.title}}
8 | {% endif %} 9 |
10 | {% endif %} 11 | -------------------------------------------------------------------------------- /themes/jc/source/css/_font_awesome/stacked.styl: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .{$fa-css-prefix}-stack 5 | position relative 6 | display inline-block 7 | width 2em 8 | height 2em 9 | line-height 2em 10 | vertical-align middle 11 | 12 | .{$fa-css-prefix}-stack-1x, 13 | .{$fa-css-prefix}-stack-2x 14 | position absolute 15 | left 0 16 | width 100% 17 | text-align center 18 | 19 | .{$fa-css-prefix}-stack-1x 20 | line-height inherit 21 | 22 | .{$fa-css-prefix}-stack-2x 23 | font-size 2em 24 | 25 | .{$fa-css-prefix}-inverse 26 | color $fa-inverse 27 | -------------------------------------------------------------------------------- /themes/jc/layout/_partial/common/post_tpl.swig: -------------------------------------------------------------------------------- 1 | {% raw %} 2 | 17 | {% endraw %} -------------------------------------------------------------------------------- /source/_posts/2016-12-10-cheated-30-year-old-driver-to-tell-you-how-to-prevent-fraud.md: -------------------------------------------------------------------------------- 1 | title: cheated 30-year-old driver to tell you how to prevent fraud 2 | subtitle: 我们似乎看到了《童年阴影合集》的姊妹篇,《成人防骗合集》。拿骗子出气的题材。在印象里,玩的最潇洒就是暴走漫画了,能在H5里看到这些的场景,也算是个新鲜事儿。但不足之处在于,这一巴掌抽下去跟爱抚太像了,尽儿大了,一定就过瘾了! 3 | cover: cheated 30 year old driver to tell you how to prevent fraud.jpg 4 | categories: 视频型 5 | tags: 6 | - Git 7 | - Fork 8 | author: 9 | nick: 腾讯 10 | github_name: Tencent 11 | date: 2016-12-10 13:37:38 12 | publishDate: 2016-09-05 08:00:00 13 | link: http://www.wmy-ad.com/tencent/20160910/index.html 14 | --- 15 | -------------------------------------------------------------------------------- /themes/jc/layout/search.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | 3 | {% block title %} {{ config.title }} {% endblock %} 4 | {% block page_class %} page-search {% endblock %} 5 | 6 | {% block main %} 7 | {% include '_partial/index/banner.swig' %} 8 | {% include '_partial/search/main.swig' %} 9 | {% endblock %} 10 | 11 | {% block footer %} 12 | {% parent %} 13 | {% include '_partial/common/post_tpl.swig' %} 14 | {% endblock %} 15 | 16 | {% block pagejs %} 17 | 18 | {{ js('js/libs/lunr') }} 19 | {{ js('js/mods/search_result') }} 20 | 21 | {% endblock %} 22 | 23 | -------------------------------------------------------------------------------- /source/mobi/js/setcookie.js: -------------------------------------------------------------------------------- 1 | // author: EC 2 | // last modify: 2015-12-25 13:16 3 | 4 | function getCookie(name){ 5 | var arr,reg = new RegExp("(^| )"+name+"=([^;]*)(;|$)"); 6 | if(arr = document.cookie.match(reg)){ 7 | return unescape(arr[2]); 8 | } 9 | else{ 10 | return null; 11 | } 12 | } 13 | 14 | function setCookie(name, val){ 15 | document.cookie = name + '=' + escape(val); 16 | } 17 | 18 | function delCookie(name){ 19 | var exp = new Date(); 20 | exp.setTime(exp.getTime() - 1); 21 | var cval=getCookie(name); 22 | if(cval!=null) 23 | document.cookie= name + "="+cval+";expires="+exp.toGMTString(); 24 | } -------------------------------------------------------------------------------- /themes/jc/source/css/_base/footer.styl: -------------------------------------------------------------------------------- 1 | 2 | .mod-ft 3 | margin-top: 30px 4 | background: #f8f8f8 5 | padding: 20px 0 6 | text-align: center 7 | border-top: 1px solid #eee 8 | +mobile() { 9 | margin-top: 0 10 | } 11 | 12 | &-links li 13 | width:32px 14 | height:32px 15 | line-height:32px 16 | text-align: center 17 | display: inline-block 18 | background-color: #f1f1f1 19 | border-radius: 50% 20 | margin: 0 5px 21 | &-copyright 22 | margin: 10px 0 23 | font-size: 12px 24 | & p 25 | margin-bottom: 5px -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Logs 2 | logs 3 | *.log 4 | 5 | # Runtime data 6 | pids 7 | *.pid 8 | *.seed 9 | 10 | # Directory for instrumented libs generated by jscoverage/JSCover 11 | lib-cov 12 | 13 | # Coverage directory used by tools like istanbul 14 | coverage 15 | 16 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) 17 | .grunt 18 | 19 | # node-waf configuration 20 | .lock-wscript 21 | 22 | # Compiled binary addons (http://nodejs.org/api/addons.html) 23 | build/Release 24 | 25 | # Dependency directory 26 | # https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git 27 | node_modules 28 | 29 | .DS_Store -------------------------------------------------------------------------------- /themes/jc/layout/_partial/index/posts.swig: -------------------------------------------------------------------------------- 1 | {% set cates = site.data['categories'] %} 2 | {% set catesLength = cates.length + 1 %} 3 |
4 | 7 |
8 | {% for post in page.posts %} 9 | {% if not post.draft %} 10 | {% set author = post.author|default({github_name:config.github.user, nick:config.author}) %} 11 | {% include '../post/mini.swig' with {post:post, author:author} %} 12 | {% endif %} 13 | {% endfor%} 14 |
15 | {% include '../common/pagination.swig' %} 16 |
17 | -------------------------------------------------------------------------------- /themes/jc/layout/post.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | 3 | {% block page_class %}page-post-detail{% endblock %} 4 | 5 | {% block main %} 6 |
7 |
8 |
9 | {% set author = page.author|default({github_name:config.github.user, nick:config.author}) %} 10 | {{ partial('_partial/post/main', {post:page, author: author}) }} 11 |
12 | 13 | {% include '_partial/common/sidebar.swig' %} 14 |
15 |
16 | {% endblock %} 17 | 18 | 19 | {% block pagejs %} 20 | {{ js('js/post_wx_share') }} 21 | {% endblock %} 22 | -------------------------------------------------------------------------------- /themes/jc/layout/page.swig: -------------------------------------------------------------------------------- 1 | {% extends '_layout.swig' %} 2 | {% block title %} 3 | {% set page_title_suffix = ' | ' + config.title %} 4 | {% if page.type === "cates" %} 5 | {{ __('menu.cates') + page_title_suffix }} 6 | {% elif page.type === "tags" %} 7 | {{ __('menu.tags') + page_title_suffix }} 8 | {% else %} 9 | {{ page.title + page_title_suffix }} 10 | {% endif %} 11 | {% endblock %} 12 | 13 | {% block main %} 14 | {% if page.type === "join" %} 15 | {% include '_partial/index/join.swig' %} 16 | {% endif %} 17 | 18 | 19 | {% if page.type === "about" %} 20 | {% include '_partial/about/main.swig' %} 21 | {% endif %} 22 | {% endblock %} 23 | 24 | 25 | -------------------------------------------------------------------------------- /source/mobi/js/setShare.js: -------------------------------------------------------------------------------- 1 | var wxShare = require('./share').wxShare(); 2 | var GetQueryString = require('./GetQueryString').GetQueryString; 3 | 4 | exports.setShare = function(){ //设置分享参数 5 | var vol = GetQueryString('vol')?GetQueryString('vol'):0, 6 | shareTitle = "H5精品案例赏析", 7 | shareText = "凹凸实验室品鉴小分队奉上", 8 | volMaga = require('./vol_maga').volMaga(); 9 | 10 | volMaga.forEach(function(item, idx){ 11 | if(item.vol === parseInt(vol)){ 12 | if(item.shareTitle){ 13 | shareTitle = item.shareTitle; 14 | } 15 | if(item.shareText){ 16 | shareText = item.shareText; 17 | } 18 | } 19 | }); 20 | 21 | /*分享*/ 22 | wxShare('img/share_3.0.png',100,100,location.href,shareTitle,shareText); 23 | } -------------------------------------------------------------------------------- /source/mobi/report/20160110-20160228.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 1月10日至2月28日访问统计 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 |
17 | 18 | -------------------------------------------------------------------------------- /themes/jc/source/css/_base/loading.styl: -------------------------------------------------------------------------------- 1 | .spinner 2 | width: 40px; 3 | height: 40px; 4 | position: relative; 5 | margin: 50px auto; 6 | display: none; 7 | 8 | .double-bounce 9 | width: 100%; 10 | height: 100%; 11 | border-radius: 50%; 12 | background-color: $color-theme; 13 | opacity: 0.6; 14 | position: absolute; 15 | top: 0; 16 | left: 0; 17 | animation: none; 18 | 19 | .spinner 20 | &.active 21 | display: block; 22 | .double-bounce 23 | animation: sk-bounce 2.0s infinite ease-in-out; 24 | 25 | .double-bounce2 26 | animation-delay: -1.0s; 27 | 28 | @keyframes sk-bounce 29 | 0%, 100% 30 | transform: scale(0.0); 31 | 50% 32 | transform: scale(1.0); -------------------------------------------------------------------------------- /themes/jc/source/css/_font_awesome/rotated-flipped.styl: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .{$fa-css-prefix}-rotate-90 5 | fa-icon-rotate(90deg, 1) 6 | 7 | .{$fa-css-prefix}-rotate-180 8 | fa-icon-rotate(180deg, 2) 9 | 10 | .{$fa-css-prefix}-rotate-270 11 | fa-icon-rotate(270deg, 3) 12 | 13 | .{$fa-css-prefix}-flip-horizontal 14 | fa-icon-flip(-1, 1, 0) 15 | 16 | .{$fa-css-prefix}-flip-vertical 17 | fa-icon-flip(1, -1, 2) 18 | 19 | // Hook for IE8-9 20 | // ------------------------- 21 | 22 | :root .{$fa-css-prefix}-rotate-90, 23 | :root .{$fa-css-prefix}-rotate-180, 24 | :root .{$fa-css-prefix}-rotate-270, 25 | :root .{$fa-css-prefix}-flip-horizontal, 26 | :root .{$fa-css-prefix}-flip-vertical 27 | filter none 28 | -------------------------------------------------------------------------------- /themes/jc/layout/_partial/index/join.swig: -------------------------------------------------------------------------------- 1 |
2 |

加入我们

3 |
4 |

招聘岗位: H5前端开发

5 |

岗位描述:

6 | 10 |

岗位要求:

11 | 20 |
21 |
--------------------------------------------------------------------------------