index.html 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Icarus</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
  7. <meta name="description" content="Hexo theme - Icarus">
  8. <meta property="og:type" content="website">
  9. <meta property="og:title" content="Icarus">
  10. <meta property="og:url" content="http://ppoffice.github.io/hexo-theme-icarus/page/2/index.html">
  11. <meta property="og:site_name" content="Icarus">
  12. <meta property="og:description" content="Hexo theme - Icarus">
  13. <meta name="twitter:card" content="summary">
  14. <meta name="twitter:title" content="Icarus">
  15. <meta name="twitter:description" content="Hexo theme - Icarus">
  16. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/font-awesome/css/font-awesome.min.css">
  17. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/open-sans/styles.css">
  18. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/source-code-pro/styles.css">
  19. <link rel="stylesheet" href="/hexo-theme-icarus/css/style.css">
  20. <script src="/hexo-theme-icarus/vendor/jquery/2.1.3/jquery.min.js"></script>
  21. <link rel="stylesheet" href="/hexo-theme-icarus/vendor/fancybox/jquery.fancybox.css">
  22. </head>
  23. <body>
  24. <div id="container">
  25. <header id="header">
  26. <div id="header-main" class="header-inner">
  27. <div class="outer">
  28. <a href="/hexo-theme-icarus/" id="logo">
  29. <i class="logo"></i>
  30. <span class="site-title">Icarus</span>
  31. </a>
  32. <nav id="main-nav">
  33. <a class="main-nav-link" href="/hexo-theme-icarus/.">Home</a>
  34. <a class="main-nav-link" href="/hexo-theme-icarus/archives">Archives</a>
  35. <a class="main-nav-link" href="/hexo-theme-icarus/categories">Categories</a>
  36. <a class="main-nav-link" href="/hexo-theme-icarus/tags">Tags</a>
  37. <a class="main-nav-link" href="/hexo-theme-icarus/about">About</a>
  38. </nav>
  39. <nav id="sub-nav">
  40. <div class="profile" id="profile-nav">
  41. <a id="profile-anchor" href="javascript:;">
  42. <img class="avatar" src="/hexo-theme-icarus/css/images/avatar.png" />
  43. <i class="fa fa-caret-down"></i>
  44. </a>
  45. </div>
  46. </nav>
  47. <div id="search-form-wrap">
  48. <form class="search-form">
  49. <input type="text" class="ins-search-input search-form-input" placeholder="Search" />
  50. <button type="submit" class="search-form-submit"></button>
  51. </form>
  52. <div class="ins-search">
  53. <div class="ins-search-mask"></div>
  54. <div class="ins-search-container">
  55. <div class="ins-input-wrapper">
  56. <input type="text" class="ins-search-input" placeholder="Type something..." />
  57. <span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
  58. </div>
  59. <div class="ins-section-wrapper">
  60. <div class="ins-section-container"></div>
  61. </div>
  62. </div>
  63. </div>
  64. <script>
  65. (function (window) {
  66. var INSIGHT_CONFIG = {
  67. TRANSLATION: {
  68. POSTS: 'Posts',
  69. PAGES: 'Pages',
  70. CATEGORIES: 'Categories',
  71. TAGS: 'Tags',
  72. UNTITLED: '(Untitled)',
  73. },
  74. ROOT_URL: '/hexo-theme-icarus/',
  75. CONTENT_URL: '/hexo-theme-icarus/content.json',
  76. };
  77. window.INSIGHT_CONFIG = INSIGHT_CONFIG;
  78. })(window);
  79. </script>
  80. <script src="/hexo-theme-icarus/js/insight.js"></script>
  81. </div>
  82. </div>
  83. </div>
  84. <div id="main-nav-mobile" class="header-sub header-inner">
  85. <table class="menu outer">
  86. <tr>
  87. <td><a class="main-nav-link" href="/hexo-theme-icarus/.">Home</a></td>
  88. <td><a class="main-nav-link" href="/hexo-theme-icarus/archives">Archives</a></td>
  89. <td><a class="main-nav-link" href="/hexo-theme-icarus/categories">Categories</a></td>
  90. <td><a class="main-nav-link" href="/hexo-theme-icarus/tags">Tags</a></td>
  91. <td><a class="main-nav-link" href="/hexo-theme-icarus/about">About</a></td>
  92. <td>
  93. <div class="search-form">
  94. <input type="text" class="ins-search-input search-form-input" placeholder="Search" />
  95. </div>
  96. </td>
  97. </tr>
  98. </table>
  99. </div>
  100. </header>
  101. <div class="outer">
  102. <aside id="profile">
  103. <div class="inner profile-inner">
  104. <div class="base-info profile-block">
  105. <img id="avatar" src="/hexo-theme-icarus/css/images/avatar.png" />
  106. <h2 id="name">PPOffice</h2>
  107. <h3 id="title">Web Developer &amp; Designer</h3>
  108. <span id="location"><i class="fa fa-map-marker"></i>Harbin, China</span>
  109. <a id="follow" target="_blank" href="https://github.com/ppoffice/">FOLLOW</a>
  110. </div>
  111. <div class="article-info profile-block">
  112. <div class="article-info-block">
  113. 10
  114. <span>posts</span>
  115. </div>
  116. <div class="article-info-block">
  117. 3
  118. <span>tags</span>
  119. </div>
  120. </div>
  121. <div class="profile-block social-links">
  122. <table>
  123. <tr>
  124. <td><a href="http://github.com/ppoffice/hexo-theme-icarus" target="_blank" title="github"><i class="fa fa-github"></i></a></td>
  125. <td><a href="/hexo-theme-icarus/" target="_blank" title="twitter"><i class="fa fa-twitter"></i></a></td>
  126. <td><a href="/hexo-theme-icarus/" target="_blank" title="facebook"><i class="fa fa-facebook"></i></a></td>
  127. <td><a href="/hexo-theme-icarus/" target="_blank" title="dribbble"><i class="fa fa-dribbble"></i></a></td>
  128. <td><a href="/hexo-theme-icarus/" target="_blank" title="rss"><i class="fa fa-rss"></i></a></td>
  129. </tr>
  130. </table>
  131. </div>
  132. </div>
  133. </aside>
  134. <section id="main">
  135. <article id="post-中文测试" class="article article-type-post" itemscope itemprop="blogPost">
  136. <div class="article-inner">
  137. <header class="article-header">
  138. <h1 itemprop="name">
  139. <a class="article-title" href="/hexo-theme-icarus/2015/01/26/中文测试/">中文测试</a>
  140. </h1>
  141. <div class="article-meta">
  142. <div class="article-date">
  143. <i class="fa fa-calendar"></i>
  144. <a href="/hexo-theme-icarus/2015/01/26/中文测试/">
  145. <time datetime="2015-01-26T13:55:37.000Z" itemprop="datePublished">2015-01-26</time>
  146. </a>
  147. </div>
  148. </div>
  149. </header>
  150. <div class="article-entry" itemprop="articleBody">
  151. <p><h2 id="桃花源记"><a href="#桃花源记" class="headerlink" title="桃花源记"></a>桃花源记</h2><h3 id="朝代:魏晋"><a href="#朝代:魏晋" class="headerlink" title="朝代:魏晋"></a>朝代:魏晋</h3><h3 id="作者:陶渊明"><a href="#作者:陶渊明" class="headerlink" title="作者:陶渊明"></a>作者:陶渊明</h3><h3 id="原文:"><a href="#原文:" class="headerlink" title="原文:"></a>原文:</h3><p>  晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷,渔人甚异之。复前行,欲穷其林。</p>
  152. <p>  林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田美池桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。</p>
  153. <p>  见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝)</p>
  154. <p>  既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。</p>
  155. <p>  南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终,后遂无问津者。<br></p>
  156. <p class="article-more-link">
  157. <a href="/hexo-theme-icarus/2015/01/26/中文测试/#more">Read More</a>
  158. </p>
  159. </div>
  160. <footer class="article-footer">
  161. <div class="share-container">
  162. </div>
  163. <a data-url="http://ppoffice.github.io/hexo-theme-icarus/2015/01/26/中文测试/" data-id="cincq2hxc000q50vc7tjdknmz" class="article-share-link"><i class="fa fa-share"></i>Share</a>
  164. <script>
  165. (function ($) {
  166. // Prevent duplicate binding
  167. if (typeof(__SHARE_BUTTON_BINDED__) === 'undefined' || !__SHARE_BUTTON_BINDED__) {
  168. __SHARE_BUTTON_BINDED__ = true;
  169. } else {
  170. return;
  171. }
  172. $('body').on('click', function() {
  173. $('.article-share-box.on').removeClass('on');
  174. }).on('click', '.article-share-link', function(e) {
  175. e.stopPropagation();
  176. var $this = $(this),
  177. url = $this.attr('data-url'),
  178. encodedUrl = encodeURIComponent(url),
  179. id = 'article-share-box-' + $this.attr('data-id'),
  180. offset = $this.offset(),
  181. box;
  182. if ($('#' + id).length) {
  183. box = $('#' + id);
  184. if (box.hasClass('on')){
  185. box.removeClass('on');
  186. return;
  187. }
  188. } else {
  189. var html = [
  190. '<div id="' + id + '" class="article-share-box">',
  191. '<input class="article-share-input" value="' + url + '">',
  192. '<div class="article-share-links">',
  193. '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="fa fa-twitter article-share-twitter" target="_blank" title="Twitter"></a>',
  194. '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="fa fa-facebook article-share-facebook" target="_blank" title="Facebook"></a>',
  195. '<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="fa fa-pinterest article-share-pinterest" target="_blank" title="Pinterest"></a>',
  196. '<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="fa fa-google article-share-google" target="_blank" title="Google+"></a>',
  197. '</div>',
  198. '</div>'
  199. ].join('');
  200. box = $(html);
  201. $('body').append(box);
  202. }
  203. $('.article-share-box.on').hide();
  204. box.css({
  205. top: offset.top + 25,
  206. left: offset.left
  207. }).addClass('on');
  208. }).on('click', '.article-share-box', function (e) {
  209. e.stopPropagation();
  210. }).on('click', '.article-share-box-input', function () {
  211. $(this).select();
  212. }).on('click', '.article-share-box-link', function (e) {
  213. e.preventDefault();
  214. e.stopPropagation();
  215. window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
  216. });
  217. })(jQuery);
  218. </script>
  219. </footer>
  220. </div>
  221. </article>
  222. <article id="post-post3" class="article article-type-post" itemscope itemprop="blogPost">
  223. <div class="article-inner">
  224. <a href="/hexo-theme-icarus/2015/01/25/post3/" itemprop="url">
  225. <img src="/hexo-theme-icarus/gallery/smartphone.jpg" class="article-banner" />
  226. </a>
  227. <header class="article-header">
  228. <h1 itemprop="name">
  229. <a class="article-title" href="/hexo-theme-icarus/2015/01/25/post3/">Decreasing the Use of Smartphones</a>
  230. </h1>
  231. <div class="article-meta">
  232. <div class="article-date">
  233. <i class="fa fa-calendar"></i>
  234. <a href="/hexo-theme-icarus/2015/01/25/post3/">
  235. <time datetime="2015-01-25T15:03:36.000Z" itemprop="datePublished">2015-01-25</time>
  236. </a>
  237. </div>
  238. <div class="article-category">
  239. <i class="fa fa-folder"></i>
  240. <a class="article-category-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a>
  241. </div>
  242. <div class="article-tag">
  243. <i class="fa fa-tag"></i>
  244. <a class="tag-link" href="/hexo-theme-icarus/tags/Research/">Research</a>
  245. </div>
  246. </div>
  247. </header>
  248. <div class="article-entry" itemprop="articleBody">
  249. <p><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br></p>
  250. <p class="article-more-link">
  251. <a href="/hexo-theme-icarus/2015/01/25/post3/#more">Read More</a>
  252. </p>
  253. </div>
  254. <footer class="article-footer">
  255. <div class="share-container">
  256. </div>
  257. <a data-url="http://ppoffice.github.io/hexo-theme-icarus/2015/01/25/post3/" data-id="cincq2hx3000k50vc9g6ypjnp" class="article-share-link"><i class="fa fa-share"></i>Share</a>
  258. <script>
  259. (function ($) {
  260. // Prevent duplicate binding
  261. if (typeof(__SHARE_BUTTON_BINDED__) === 'undefined' || !__SHARE_BUTTON_BINDED__) {
  262. __SHARE_BUTTON_BINDED__ = true;
  263. } else {
  264. return;
  265. }
  266. $('body').on('click', function() {
  267. $('.article-share-box.on').removeClass('on');
  268. }).on('click', '.article-share-link', function(e) {
  269. e.stopPropagation();
  270. var $this = $(this),
  271. url = $this.attr('data-url'),
  272. encodedUrl = encodeURIComponent(url),
  273. id = 'article-share-box-' + $this.attr('data-id'),
  274. offset = $this.offset(),
  275. box;
  276. if ($('#' + id).length) {
  277. box = $('#' + id);
  278. if (box.hasClass('on')){
  279. box.removeClass('on');
  280. return;
  281. }
  282. } else {
  283. var html = [
  284. '<div id="' + id + '" class="article-share-box">',
  285. '<input class="article-share-input" value="' + url + '">',
  286. '<div class="article-share-links">',
  287. '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="fa fa-twitter article-share-twitter" target="_blank" title="Twitter"></a>',
  288. '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="fa fa-facebook article-share-facebook" target="_blank" title="Facebook"></a>',
  289. '<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="fa fa-pinterest article-share-pinterest" target="_blank" title="Pinterest"></a>',
  290. '<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="fa fa-google article-share-google" target="_blank" title="Google+"></a>',
  291. '</div>',
  292. '</div>'
  293. ].join('');
  294. box = $(html);
  295. $('body').append(box);
  296. }
  297. $('.article-share-box.on').hide();
  298. box.css({
  299. top: offset.top + 25,
  300. left: offset.left
  301. }).addClass('on');
  302. }).on('click', '.article-share-box', function (e) {
  303. e.stopPropagation();
  304. }).on('click', '.article-share-box-input', function () {
  305. $(this).select();
  306. }).on('click', '.article-share-box-link', function (e) {
  307. e.preventDefault();
  308. e.stopPropagation();
  309. window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
  310. });
  311. })(jQuery);
  312. </script>
  313. <a href="http://ppoffice.github.io/hexo-theme-icarus/2015/01/25/post3/#comments" class="article-comment-link disqus-comment-count" data-disqus-url="http://ppoffice.github.io/hexo-theme-icarus/2015/01/25/post3/">Comments</a>
  314. </footer>
  315. </div>
  316. </article>
  317. <article id="post-Markdown Example" class="article article-type-post" itemscope itemprop="blogPost">
  318. <div class="article-inner">
  319. <a href="/hexo-theme-icarus/2014/12/25/Markdown Example/" itemprop="url">
  320. <img src="/hexo-theme-icarus/gallery/markdown.jpg" class="article-banner" />
  321. </a>
  322. <header class="article-header">
  323. <h1 itemprop="name">
  324. <a class="article-title" href="/hexo-theme-icarus/2014/12/25/Markdown Example/">Markdown</a>
  325. </h1>
  326. <div class="article-meta">
  327. <div class="article-date">
  328. <i class="fa fa-calendar"></i>
  329. <a href="/hexo-theme-icarus/2014/12/25/Markdown Example/">
  330. <time datetime="2014-12-24T16:31:00.000Z" itemprop="datePublished">2014-12-25</time>
  331. </a>
  332. </div>
  333. <div class="article-category">
  334. <i class="fa fa-folder"></i>
  335. <a class="article-category-link" href="/hexo-theme-icarus/categories/Technology/">Technology</a><i class="fa fa-angle-right"></i><a class="article-category-link" href="/hexo-theme-icarus/categories/Technology/Github/">Github</a>
  336. </div>
  337. <div class="article-tag">
  338. <i class="fa fa-tag"></i>
  339. <a class="tag-link" href="/hexo-theme-icarus/tags/markdown/">markdown</a>
  340. </div>
  341. </div>
  342. </header>
  343. <div class="article-entry" itemprop="articleBody">
  344. <p><p>A markdown example shows how to write a markdown file. This document integrates core syntax and extensions (GMF).<br></p>
  345. <p class="article-more-link">
  346. <a href="/hexo-theme-icarus/2014/12/25/Markdown Example/#more">Read More</a>
  347. </p>
  348. </div>
  349. <footer class="article-footer">
  350. <div class="share-container">
  351. </div>
  352. <a data-url="http://ppoffice.github.io/hexo-theme-icarus/2014/12/25/Markdown%20Example/" data-id="cincq2hwh000850vc2x65b105" class="article-share-link"><i class="fa fa-share"></i>Share</a>
  353. <script>
  354. (function ($) {
  355. // Prevent duplicate binding
  356. if (typeof(__SHARE_BUTTON_BINDED__) === 'undefined' || !__SHARE_BUTTON_BINDED__) {
  357. __SHARE_BUTTON_BINDED__ = true;
  358. } else {
  359. return;
  360. }
  361. $('body').on('click', function() {
  362. $('.article-share-box.on').removeClass('on');
  363. }).on('click', '.article-share-link', function(e) {
  364. e.stopPropagation();
  365. var $this = $(this),
  366. url = $this.attr('data-url'),
  367. encodedUrl = encodeURIComponent(url),
  368. id = 'article-share-box-' + $this.attr('data-id'),
  369. offset = $this.offset(),
  370. box;
  371. if ($('#' + id).length) {
  372. box = $('#' + id);
  373. if (box.hasClass('on')){
  374. box.removeClass('on');
  375. return;
  376. }
  377. } else {
  378. var html = [
  379. '<div id="' + id + '" class="article-share-box">',
  380. '<input class="article-share-input" value="' + url + '">',
  381. '<div class="article-share-links">',
  382. '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="fa fa-twitter article-share-twitter" target="_blank" title="Twitter"></a>',
  383. '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="fa fa-facebook article-share-facebook" target="_blank" title="Facebook"></a>',
  384. '<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="fa fa-pinterest article-share-pinterest" target="_blank" title="Pinterest"></a>',
  385. '<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="fa fa-google article-share-google" target="_blank" title="Google+"></a>',
  386. '</div>',
  387. '</div>'
  388. ].join('');
  389. box = $(html);
  390. $('body').append(box);
  391. }
  392. $('.article-share-box.on').hide();
  393. box.css({
  394. top: offset.top + 25,
  395. left: offset.left
  396. }).addClass('on');
  397. }).on('click', '.article-share-box', function (e) {
  398. e.stopPropagation();
  399. }).on('click', '.article-share-box-input', function () {
  400. $(this).select();
  401. }).on('click', '.article-share-box-link', function (e) {
  402. e.preventDefault();
  403. e.stopPropagation();
  404. window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
  405. });
  406. })(jQuery);
  407. </script>
  408. <a href="http://ppoffice.github.io/hexo-theme-icarus/2014/12/25/Markdown%20Example/#comments" class="article-comment-link disqus-comment-count" data-disqus-url="http://ppoffice.github.io/hexo-theme-icarus/2014/12/25/Markdown%20Example/">Comments</a>
  409. </footer>
  410. </div>
  411. </article>
  412. <article id="post-Gabrielle-Aplin-with-The-Power-Of-Love" class="article article-type-post" itemscope itemprop="blogPost">
  413. <div class="article-inner">
  414. <a href="/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/" itemprop="url">
  415. <img src="/hexo-theme-icarus/gallery/music1.jpg" class="article-banner" />
  416. </a>
  417. <header class="article-header">
  418. <h1 itemprop="name">
  419. <a class="article-title" href="/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/">Gabrielle Aplin with The Power Of Love</a>
  420. </h1>
  421. <div class="article-meta">
  422. <div class="article-date">
  423. <i class="fa fa-calendar"></i>
  424. <a href="/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/">
  425. <time datetime="2014-12-02T14:40:21.000Z" itemprop="datePublished">2014-12-02</time>
  426. </a>
  427. </div>
  428. <div class="article-category">
  429. <i class="fa fa-folder"></i>
  430. <a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a>
  431. </div>
  432. <div class="article-tag">
  433. <i class="fa fa-tag"></i>
  434. <a class="tag-link" href="/hexo-theme-icarus/tags/Music/">Music</a>
  435. </div>
  436. </div>
  437. </header>
  438. <div class="article-entry" itemprop="articleBody">
  439. <p><p>Dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<br></p>
  440. <p class="article-more-link">
  441. <a href="/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/#more">Read More</a>
  442. </p>
  443. </div>
  444. <footer class="article-footer">
  445. <div class="share-container">
  446. </div>
  447. <a data-url="http://ppoffice.github.io/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/" data-id="cincq2hvx000250vchwyzqrje" class="article-share-link"><i class="fa fa-share"></i>Share</a>
  448. <script>
  449. (function ($) {
  450. // Prevent duplicate binding
  451. if (typeof(__SHARE_BUTTON_BINDED__) === 'undefined' || !__SHARE_BUTTON_BINDED__) {
  452. __SHARE_BUTTON_BINDED__ = true;
  453. } else {
  454. return;
  455. }
  456. $('body').on('click', function() {
  457. $('.article-share-box.on').removeClass('on');
  458. }).on('click', '.article-share-link', function(e) {
  459. e.stopPropagation();
  460. var $this = $(this),
  461. url = $this.attr('data-url'),
  462. encodedUrl = encodeURIComponent(url),
  463. id = 'article-share-box-' + $this.attr('data-id'),
  464. offset = $this.offset(),
  465. box;
  466. if ($('#' + id).length) {
  467. box = $('#' + id);
  468. if (box.hasClass('on')){
  469. box.removeClass('on');
  470. return;
  471. }
  472. } else {
  473. var html = [
  474. '<div id="' + id + '" class="article-share-box">',
  475. '<input class="article-share-input" value="' + url + '">',
  476. '<div class="article-share-links">',
  477. '<a href="https://twitter.com/intent/tweet?url=' + encodedUrl + '" class="fa fa-twitter article-share-twitter" target="_blank" title="Twitter"></a>',
  478. '<a href="https://www.facebook.com/sharer.php?u=' + encodedUrl + '" class="fa fa-facebook article-share-facebook" target="_blank" title="Facebook"></a>',
  479. '<a href="http://pinterest.com/pin/create/button/?url=' + encodedUrl + '" class="fa fa-pinterest article-share-pinterest" target="_blank" title="Pinterest"></a>',
  480. '<a href="https://plus.google.com/share?url=' + encodedUrl + '" class="fa fa-google article-share-google" target="_blank" title="Google+"></a>',
  481. '</div>',
  482. '</div>'
  483. ].join('');
  484. box = $(html);
  485. $('body').append(box);
  486. }
  487. $('.article-share-box.on').hide();
  488. box.css({
  489. top: offset.top + 25,
  490. left: offset.left
  491. }).addClass('on');
  492. }).on('click', '.article-share-box', function (e) {
  493. e.stopPropagation();
  494. }).on('click', '.article-share-box-input', function () {
  495. $(this).select();
  496. }).on('click', '.article-share-box-link', function (e) {
  497. e.preventDefault();
  498. e.stopPropagation();
  499. window.open(this.href, 'article-share-box-window-' + Date.now(), 'width=500,height=450');
  500. });
  501. })(jQuery);
  502. </script>
  503. <a href="http://ppoffice.github.io/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/#comments" class="article-comment-link disqus-comment-count" data-disqus-url="http://ppoffice.github.io/hexo-theme-icarus/2014/12/02/Gabrielle-Aplin-with-The-Power-Of-Love/">Comments</a>
  504. </footer>
  505. </div>
  506. </article>
  507. <nav id="page-nav">
  508. <a class="extend prev" rel="prev" href="/hexo-theme-icarus/">&laquo; Prev</a><a class="page-number" href="/hexo-theme-icarus/">1</a><span class="page-number current">2</span>
  509. </nav>
  510. </section>
  511. <aside id="sidebar">
  512. <div class="widget-wrap">
  513. <h3 class="widget-title">recent</h3>
  514. <div class="widget">
  515. <ul id="recent-post" class="">
  516. <li>
  517. <div class="item-thumbnail">
  518. <a href="/hexo-theme-icarus/2016/04/23/post2/" class="thumbnail">
  519. <span style="background-image:url(/hexo-theme-icarus/gallery/shoes.jpg)" alt="Being Outside in Fresh Air &amp; How Your Body Loves It" class="thumbnail-image"></span>
  520. </a>
  521. </div>
  522. <div class="item-inner">
  523. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a></p>
  524. <p class="item-title"><a href="/hexo-theme-icarus/2016/04/23/post2/" class="title">Being Outside in Fresh Air &amp; How Your Body Loves It</a></p>
  525. <p class="item-date"><time datetime="2016-04-23T04:10:48.046Z" itemprop="datePublished">2016-04-23</time></p>
  526. </div>
  527. </li>
  528. <li>
  529. <div class="item-thumbnail">
  530. <a href="/hexo-theme-icarus/2016/04/23/post1/" class="thumbnail">
  531. <span style="background-image:url(/hexo-theme-icarus/gallery/salt-lake.jpg)" alt="Take a Deep Breath and Just Be" class="thumbnail-image"></span>
  532. </a>
  533. </div>
  534. <div class="item-inner">
  535. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a></p>
  536. <p class="item-title"><a href="/hexo-theme-icarus/2016/04/23/post1/" class="title">Take a Deep Breath and Just Be</a></p>
  537. <p class="item-date"><time datetime="2016-04-23T04:10:48.045Z" itemprop="datePublished">2016-04-23</time></p>
  538. </div>
  539. </li>
  540. <li>
  541. <div class="item-thumbnail">
  542. <a href="/hexo-theme-icarus/2015/02/03/Independent-Artists-Make-Their-Own-Way-Without-Big-Record-Labels/" class="thumbnail">
  543. <span style="background-image:url(/hexo-theme-icarus/gallery/guitarist.jpg)" alt="Independent Artists Make Their Own Way Without Big Record Labels" class="thumbnail-image"></span>
  544. </a>
  545. </div>
  546. <div class="item-inner">
  547. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a></p>
  548. <p class="item-title"><a href="/hexo-theme-icarus/2015/02/03/Independent-Artists-Make-Their-Own-Way-Without-Big-Record-Labels/" class="title">Independent Artists Make Their Own Way Without Big Record Labels</a></p>
  549. <p class="item-date"><time datetime="2015-02-03T09:29:25.000Z" itemprop="datePublished">2015-02-03</time></p>
  550. </div>
  551. </li>
  552. <li>
  553. <div class="item-thumbnail">
  554. <a href="/hexo-theme-icarus/2015/02/03/Starting-to-Actually-Listen-to-The-Lyrics-in-Music/" class="thumbnail">
  555. <span style="background-image:url(/hexo-theme-icarus/gallery/music2.jpg)" alt="Starting to Actually Listen to The Lyrics in Music" class="thumbnail-image"></span>
  556. </a>
  557. </div>
  558. <div class="item-inner">
  559. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a></p>
  560. <p class="item-title"><a href="/hexo-theme-icarus/2015/02/03/Starting-to-Actually-Listen-to-The-Lyrics-in-Music/" class="title">Starting to Actually Listen to The Lyrics in Music</a></p>
  561. <p class="item-date"><time datetime="2015-02-03T09:27:36.000Z" itemprop="datePublished">2015-02-03</time></p>
  562. </div>
  563. </li>
  564. <li>
  565. <div class="item-thumbnail">
  566. <a href="/hexo-theme-icarus/2015/02/03/An-Ode-To-Earth-–-Baba-Yetu/" class="thumbnail">
  567. <span style="background-image:url(/hexo-theme-icarus/gallery/little-girl.jpg)" alt="An Ode To Earth – Baba Yetu" class="thumbnail-image"></span>
  568. </a>
  569. </div>
  570. <div class="item-inner">
  571. <p class="item-category"><a class="article-category-link" href="/hexo-theme-icarus/categories/Music/">Music</a></p>
  572. <p class="item-title"><a href="/hexo-theme-icarus/2015/02/03/An-Ode-To-Earth-–-Baba-Yetu/" class="title">An Ode To Earth – Baba Yetu</a></p>
  573. <p class="item-date"><time datetime="2015-02-03T09:22:23.000Z" itemprop="datePublished">2015-02-03</time></p>
  574. </div>
  575. </li>
  576. </ul>
  577. </div>
  578. </div>
  579. <div class="widget-wrap">
  580. <h3 class="widget-title">categories</h3>
  581. <div class="widget">
  582. <ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/LifeStyle/">LifeStyle</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/Music/">Music</a><span class="category-list-count">4</span></li><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/Technology/">Technology</a><span class="category-list-count">1</span><ul class="category-list-child"><li class="category-list-item"><a class="category-list-link" href="/hexo-theme-icarus/categories/Technology/Github/">Github</a><span class="category-list-count">1</span></li></ul></li></ul>
  583. </div>
  584. </div>
  585. <div class="widget-wrap">
  586. <h3 class="widget-title">archives</h3>
  587. <div class="widget">
  588. <ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2016/04/">April 2016</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2015/02/">February 2015</a><span class="archive-list-count">4</span></li><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2015/01/">January 2015</a><span class="archive-list-count">2</span></li><li class="archive-list-item"><a class="archive-list-link" href="/hexo-theme-icarus/archives/2014/12/">December 2014</a><span class="archive-list-count">2</span></li></ul>
  589. </div>
  590. </div>
  591. <div class="widget-wrap">
  592. <h3 class="widget-title">tags</h3>
  593. <div class="widget">
  594. <ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/hexo-theme-icarus/tags/Music/">Music</a><span class="tag-list-count">2</span></li><li class="tag-list-item"><a class="tag-list-link" href="/hexo-theme-icarus/tags/Research/">Research</a><span class="tag-list-count">1</span></li><li class="tag-list-item"><a class="tag-list-link" href="/hexo-theme-icarus/tags/markdown/">markdown</a><span class="tag-list-count">1</span></li></ul>
  595. </div>
  596. </div>
  597. <div class="widget-wrap">
  598. <h3 class="widget-title">tag cloud</h3>
  599. <div class="widget tagcloud">
  600. <a href="/hexo-theme-icarus/tags/Music/" style="font-size: 20px;">Music</a> <a href="/hexo-theme-icarus/tags/Research/" style="font-size: 10px;">Research</a> <a href="/hexo-theme-icarus/tags/markdown/" style="font-size: 10px;">markdown</a>
  601. </div>
  602. </div>
  603. <div class="widget-wrap widget-list">
  604. <h3 class="widget-title">links</h3>
  605. <div class="widget">
  606. <ul>
  607. <li>
  608. <a href="http://hexo.io">Hexo</a>
  609. </li>
  610. </ul>
  611. </div>
  612. </div>
  613. <div id="toTop" class="fa fa-angle-up"></div>
  614. </aside>
  615. </div>
  616. <footer id="footer">
  617. <div class="outer">
  618. <div id="footer-info" class="inner">
  619. &copy; 2016 PPOffice<br>
  620. Powered by <a href="http://hexo.io/" target="_blank">Hexo</a>. Theme by <a href="http://github.com/ppoffice">PPOffice</a>
  621. </div>
  622. </div>
  623. </footer>
  624. <script>
  625. var disqus_shortname = 'hexo-theme-icarus';
  626. (function() {
  627. var dsq = document.createElement('script');
  628. dsq.type = 'text/javascript';
  629. dsq.async = true;
  630. dsq.src = '//' + disqus_shortname + '.disqus.com/count.js';
  631. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  632. })();
  633. </script>
  634. <script src="/hexo-theme-icarus/vendor/fancybox/jquery.fancybox.pack.js"></script>
  635. <!-- Custom Scripts -->
  636. <script src="/hexo-theme-icarus/js/main.js"></script>
  637. </div>
  638. </body>
  639. </html>