| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453 |
- @extends('blog.layouts.app')
- @section('title', $user["nickName"])
- @section('content')
- <section class="article-list">
- @foreach ($posts as $post)
- <article class="">
- <header class="article-header">
- <div class="article-details">
- <header class="article-category">
- <a href="https://demo.stack.jimmycai.com/categories/themes/">
- Themes
- </a>
- <a href="https://demo.stack.jimmycai.com/categories/syntax/">
- Syntax
- </a>
- </header>
- <div class="article-title-wrapper">
- <h2 class="article-title">
- <a
- href="{{ route('library.book.read', $post['uid']) }}">{{ $post->title }}</a>
- </h2>
- <h3 class="article-subtitle">
- {{ $post->summary }}
- </h3>
- </div>
- <footer class="article-time">
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-calendar-time"
- width="56"
- height="56"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <path
- d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
- <circle cx="18" cy="18" r="4"></circle>
- <path d="M15 3v4"></path>
- <path d="M7 3v4"></path>
- <path d="M3 11h16"></path>
- <path d="M18 16.496v1.504l1 1"></path>
- </svg>
- <time class="article-time--published">{{ $post->formatted_updated_at }}</time>
- </div>
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <circle cx="12" cy="12" r="9"></circle>
- <polyline points="12 7 12 12 15 15"></polyline>
- </svg>
- <time class="article-time--reading"> 3 minute read </time>
- </div>
- </footer>
- </div>
- </header>
- </article>
- @endforeach
- <article class="has-image">
- <header class="article-header">
- <div class="article-image">
- <a href="https://demo.stack.jimmycai.com/p/hello-world/">
- <img
- src="./Hugo Theme Stack Starter_files/cover_hu13459586684579990428.jpg"
- srcset="
- /p/hello-world/cover_hu13459586684579990428.jpg 800w,
- /p/hello-world/cover_hu3425483315149503896.jpg 1600w
- "
- width="800"
- height="534"
- loading="lazy"
- alt="Featured image of post Hello World" />
- </a>
- </div>
- <div class="article-details">
- <header class="article-category">
- <a
- href="https://demo.stack.jimmycai.com/categories/example-category/"
- style="background-color: #2a9d8f; color: #fff">
- Example Category
- </a>
- </header>
- <div class="article-title-wrapper">
- <h2 class="article-title">
- <a href="https://demo.stack.jimmycai.com/p/hello-world/">Hello World</a>
- </h2>
- <h3 class="article-subtitle">Welcome to Hugo Theme Stack</h3>
- </div>
- <footer class="article-time">
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-calendar-time"
- width="56"
- height="56"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <path
- d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
- <circle cx="18" cy="18" r="4"></circle>
- <path d="M15 3v4"></path>
- <path d="M7 3v4"></path>
- <path d="M3 11h16"></path>
- <path d="M18 16.496v1.504l1 1"></path>
- </svg>
- <time class="article-time--published">Mar 06, 2022</time>
- </div>
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <circle cx="12" cy="12" r="9"></circle>
- <polyline points="12 7 12 12 15 15"></polyline>
- </svg>
- <time class="article-time--reading"> 1 minute read </time>
- </div>
- </footer>
- </div>
- </header>
- </article>
- <article class="">
- <header class="article-header">
- <div class="article-details">
- <header class="article-category">
- <a href="https://demo.stack.jimmycai.com/categories/themes/">
- Themes
- </a>
- <a href="https://demo.stack.jimmycai.com/categories/syntax/">
- Syntax
- </a>
- </header>
- <div class="article-title-wrapper">
- <h2 class="article-title">
- <a
- href="https://demo.stack.jimmycai.com/p/markdown-syntax-guide/">Markdown Syntax Guide</a>
- </h2>
- <h3 class="article-subtitle">
- Sample article showcasing basic Markdown syntax and
- formatting for HTML elements.
- </h3>
- </div>
- <footer class="article-time">
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-calendar-time"
- width="56"
- height="56"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <path
- d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
- <circle cx="18" cy="18" r="4"></circle>
- <path d="M15 3v4"></path>
- <path d="M7 3v4"></path>
- <path d="M3 11h16"></path>
- <path d="M18 16.496v1.504l1 1"></path>
- </svg>
- <time class="article-time--published">Sep 07, 2023</time>
- </div>
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <circle cx="12" cy="12" r="9"></circle>
- <polyline points="12 7 12 12 15 15"></polyline>
- </svg>
- <time class="article-time--reading"> 3 minute read </time>
- </div>
- </footer>
- </div>
- </header>
- </article>
- <article class="has-image">
- <header class="article-header">
- <div class="article-image">
- <a href="https://demo.stack.jimmycai.com/p/image-gallery/">
- <img
- src="./Hugo Theme Stack Starter_files/2_hu3578945376017100738.jpg"
- srcset="
- /p/image-gallery/2_hu3578945376017100738.jpg 800w,
- /p/image-gallery/2_hu15750790370579438.jpg 1600w
- "
- width="800"
- height="1200"
- loading="lazy"
- alt="Featured image of post Image gallery" />
- </a>
- </div>
- <div class="article-details">
- <div class="article-title-wrapper">
- <h2 class="article-title">
- <a href="https://demo.stack.jimmycai.com/p/image-gallery/">Image gallery</a>
- </h2>
- <h3 class="article-subtitle">
- Create beautiful interactive image gallery using Markdown
- </h3>
- </div>
- <footer class="article-time">
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-calendar-time"
- width="56"
- height="56"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <path
- d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
- <circle cx="18" cy="18" r="4"></circle>
- <path d="M15 3v4"></path>
- <path d="M7 3v4"></path>
- <path d="M3 11h16"></path>
- <path d="M18 16.496v1.504l1 1"></path>
- </svg>
- <time class="article-time--published">Aug 26, 2023</time>
- </div>
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <circle cx="12" cy="12" r="9"></circle>
- <polyline points="12 7 12 12 15 15"></polyline>
- </svg>
- <time class="article-time--reading"> 1 minute read </time>
- </div>
- </footer>
- </div>
- </header>
- </article>
- <article class="has-image">
- <header class="article-header">
- <div class="article-image">
- <a href="https://demo.stack.jimmycai.com/p/shortcodes/">
- <img
- src="./Hugo Theme Stack Starter_files/cover_hu5876910065799140332.jpg"
- srcset="
- /p/shortcodes/cover_hu5876910065799140332.jpg 800w,
- /p/shortcodes/cover_hu14584859319700861491.jpg 1600w
- "
- width="800"
- height="533"
- loading="lazy"
- alt="Featured image of post Shortcodes" />
- </a>
- </div>
- <div class="article-details">
- <div class="article-title-wrapper">
- <h2 class="article-title">
- <a href="https://demo.stack.jimmycai.com/p/shortcodes/">Shortcodes</a>
- </h2>
- <h3 class="article-subtitle">
- Useful shortcodes that can be used in Markdown
- </h3>
- </div>
- <footer class="article-time">
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-calendar-time"
- width="56"
- height="56"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <path
- d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
- <circle cx="18" cy="18" r="4"></circle>
- <path d="M15 3v4"></path>
- <path d="M7 3v4"></path>
- <path d="M3 11h16"></path>
- <path d="M18 16.496v1.504l1 1"></path>
- </svg>
- <time class="article-time--published">Aug 25, 2023</time>
- </div>
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <circle cx="12" cy="12" r="9"></circle>
- <polyline points="12 7 12 12 15 15"></polyline>
- </svg>
- <time class="article-time--reading"> 1 minute read </time>
- </div>
- </footer>
- </div>
- </header>
- </article>
- <article class="">
- <header class="article-header">
- <div class="article-details">
- <div class="article-title-wrapper">
- <h2 class="article-title">
- <a
- href="https://demo.stack.jimmycai.com/p/math-typesetting/">Math Typesetting</a>
- </h2>
- <h3 class="article-subtitle">Math typesetting using KaTeX</h3>
- </div>
- <footer class="article-time">
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-calendar-time"
- width="56"
- height="56"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <path
- d="M11.795 21h-6.795a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4"></path>
- <circle cx="18" cy="18" r="4"></circle>
- <path d="M15 3v4"></path>
- <path d="M7 3v4"></path>
- <path d="M3 11h16"></path>
- <path d="M18 16.496v1.504l1 1"></path>
- </svg>
- <time class="article-time--published">Aug 24, 2023</time>
- </div>
- <div>
- <svg
- xmlns="http://www.w3.org/2000/svg"
- class="icon icon-tabler icon-tabler-clock"
- width="24"
- height="24"
- viewBox="0 0 24 24"
- stroke-width="2"
- stroke="currentColor"
- fill="none"
- stroke-linecap="round"
- stroke-linejoin="round">
- <path stroke="none" d="M0 0h24v24H0z"></path>
- <circle cx="12" cy="12" r="9"></circle>
- <polyline points="12 7 12 12 15 15"></polyline>
- </svg>
- <time class="article-time--reading"> 1 minute read </time>
- </div>
- </footer>
- </div>
- </header>
- </article>
- </section>
- @endsection
|