Datasets:

Modalities:
Image
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
Design2Code / 1034.html
zyanzhe's picture
Upload folder using huggingface_hub
3cc73fe verified
raw
history blame contribute delete
No virus
16.9 kB
<!DOCTYPE html>
<html>
<head>
<style>
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
/* line 8, app/assets/stylesheets/authors.css.scss */
body#ficlets aside.author-meta {
max-width: 100%;
display: flex;
align-items: flex-start;
padding: 10px 0 10px;
margin: 10px 0 10px;
border-bottom: 1px dotted #b8b8b8;
font-size: 15px;
}
/* line 17, app/assets/stylesheets/authors.css.scss */
body#ficlets aside.author-meta .icon-container {
flex: 0 0 80px;
}
/* line 20, app/assets/stylesheets/authors.css.scss */
body#ficlets aside.author-meta .author-mini-bio {
flex: 1 1 auto;
}
/* line 22, app/assets/stylesheets/authors.css.scss */
body#ficlets aside.author-meta .author-mini-bio p {
margin: 0 0 5px;
padding: 0;
}
/* line 25, app/assets/stylesheets/authors.css.scss */
body#ficlets aside.author-meta .author-mini-bio p:last-child {
margin-bottom: 0;
}
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
/* line 3, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul {
margin: 10px 0;
padding: 0;
list-style: none;
}
/* line 8, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview {
margin: 0 0 15px;
}
/* line 11, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview h3.reviewer {
display: flex;
margin: 0 0 5px;
padding: 0;
}
/* line 16, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview h3.reviewer a.url {
flex: 0 0 25px;
margin-right: 10px;
}
/* line 19, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview h3.reviewer a.url img {
max-width: 25px;
max-height: 25px;
}
/* line 24, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview h3.reviewer a.fn {
flex: 1 1 auto;
}
/* line 29, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview blockquote {
margin: 0;
padding: 0;
}
/* line 34, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview:last-child {
margin-bottom: 0;
}
/* line 38, app/assets/stylesheets/comments.css.scss */
body#ficlets #comments ul li.hreview ul.meta {
margin: 5px 0 0;
font-size: 11px;
}
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
/* line 8, app/assets/stylesheets/stories.css.scss */
body#ficlets aside.story-meta {
float: right;
max-width: 200px;
padding: 10px;
margin: 10px 0 10px 10px;
background: #f6f5f0;
font-size: 13px;
}
@media (max-width: 400px) {
/* line 8, app/assets/stylesheets/stories.css.scss */
body#ficlets aside.story-meta {
float: none;
max-width: 100%;
margin-left: 0;
}
}
/* line 24, app/assets/stylesheets/stories.css.scss */
body#ficlets div.story-body {
font-size: 18px;
border-bottom: 1px dotted #b8b8b8;
}
/* line 29, app/assets/stylesheets/stories.css.scss */
body#ficlets section.prequels-and-sequels {
clear: both;
display: flex;
align-items: flex-start;
padding: 0 0 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #b8b8b8;
}
/* line 36, app/assets/stylesheets/stories.css.scss */
body#ficlets section.prequels-and-sequels nav.prequels, body#ficlets section.prequels-and-sequels nav.sequels {
flex: 0 0 50%;
}
/*
Place all the styles related to the matching controller here.
They will automatically be included in application.css.
*/
/* line 8, app/assets/stylesheets/tags.css.scss */
body#ficlets ul.object-list.tags-list, body#ficlets ol.object-list.tags-list {
display: flex;
flex-wrap: wrap;
column-gap: 10px;
}
/* line 13, app/assets/stylesheets/tags.css.scss */
body#ficlets ul.object-list.tags-list li, body#ficlets ol.object-list.tags-list li {
flex: 0 1 auto;
margin: 5px;
padding: 10px;
background: #f6f5f0;
}
/* line 19, app/assets/stylesheets/tags.css.scss */
body#ficlets ul.object-list.tags-list li span.tag, body#ficlets ol.object-list.tags-list li span.tag {
margin: 0 3px 0 0;
padding: 0;
font-weight: bold;
}
/* line 1, app/assets/stylesheets/theme.css.scss */
body#ficlets {
margin: 0;
padding: 0;
background: #fff;
color: #000;
font: 16px "Georgia", "Times New Roman", "Times", serif;
}
/* line 8, app/assets/stylesheets/theme.css.scss */
body#ficlets a {
color: #3ba4e0;
text-decoration: none;
}
/* line 11, app/assets/stylesheets/theme.css.scss */
body#ficlets a:hover, body#ficlets a:active {
color: #f26522;
}
/* line 16, app/assets/stylesheets/theme.css.scss */
body#ficlets > header {
display: flex;
align-items: center;
max-width: 1024px;
margin: 20px auto 0;
padding: 0 20px;
}
/* line 23, app/assets/stylesheets/theme.css.scss */
body#ficlets > header h1 {
flex: 0 0 339px;
margin: 0;
padding: 0;
}
/* line 28, app/assets/stylesheets/theme.css.scss */
body#ficlets > header h1 a {
display: block;
color: #f26522;
}
/* line 40, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav {
flex: 1 1 auto;
}
/* line 43, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul {
display: flex;
margin: 0 0 0 20px;
padding: 0;
list-style: none;
align-items: center;
}
/* line 50, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul li {
flex: 1 1 auto;
margin: 0;
padding: 0;
}
/* line 54, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul li a {
display: block;
padding: 10px;
background: #000;
color: #fff;
text-align: center;
text-decoration: none;
}
/* line 61, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul li a:hover, body#ficlets > header nav ul li a:active {
background: #f26522;
color: #fff;
}
/* line 68, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul li:first-child a {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
/* line 74, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul li:last-child a {
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
@media (max-width: 700px) {
/* line 85, app/assets/stylesheets/theme.css.scss */
body#ficlets > header h1 {
flex: 0 0 60px;
}
/* line 89, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul {
margin: 0 0 0 10px;
}
/* line 93, app/assets/stylesheets/theme.css.scss */
body#ficlets > header nav ul li a {
padding: 10px 5px;
font-size: 11px;
}
}
/* line 104, app/assets/stylesheets/theme.css.scss */
body#ficlets > main {
max-width: 1024px;
margin: 50px auto 0;
padding: 0 20px;
}
/* line 109, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list, body#ficlets > main ol.object-list {
margin: 0;
padding: 0;
}
/* line 113, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list > li, body#ficlets > main ol.object-list > li {
display: flex;
margin: 0 0 25px;
padding: 0;
}
/* line 118, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list > li aside.avatar-container, body#ficlets > main ol.object-list > li aside.avatar-container {
flex: 0 0 73px;
margin-right: 10px;
}
/* line 122, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list > li aside.avatar-container img.avatar, body#ficlets > main ol.object-list > li aside.avatar-container img.avatar {
max-width: 73px;
}
/* line 127, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list > li .item-meta h3, body#ficlets > main ol.object-list > li .item-meta h3 {
margin: 0 0 5px;
font-size: 17px;
}
/* line 131, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list > li .item-meta p, body#ficlets > main ol.object-list > li .item-meta p {
margin: 0 0 5px;
padding: 0;
font-size: 13px;
}
/* line 136, app/assets/stylesheets/theme.css.scss */
body#ficlets > main ul.object-list > li .item-meta p:last-child, body#ficlets > main ol.object-list > li .item-meta p:last-child {
margin: 0;
}
/* line 144, app/assets/stylesheets/theme.css.scss */
body#ficlets > main div.pagination {
margin: 50px auto;
padding: 0;
display: flex;
align-items: center;
}
/* line 150, app/assets/stylesheets/theme.css.scss */
body#ficlets > main div.pagination span, body#ficlets > main div.pagination a, body#ficlets > main div.pagination em {
flex: 1 1 auto;
}
/* line 152, app/assets/stylesheets/theme.css.scss */
body#ficlets > main div.pagination span.current, body#ficlets > main div.pagination a.current, body#ficlets > main div.pagination em.current {
font-size: 30px;
}
/* line 160, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer {
display: flex;
align-items: flex-start;
max-width: 1024px;
margin: 50px auto 0;
padding: 0 20px;
font-size: 13px;
}
/* line 168, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > aside {
flex: 0 0 98px;
}
/* line 171, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section {
flex: 1 1 auto;
}
/* line 173, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section p {
margin-top: 0;
}
/* line 176, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section nav {
margin: 5px 0 0;
}
/* line 179, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section nav ul {
display: flex;
margin: 0;
padding: 0;
list-style: none;
}
/* line 185, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section nav ul li {
flex: 1 1 auto;
margin: 0;
padding: 0;
}
/* line 189, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section nav ul li a {
display: block;
padding: 5px;
text-align: center;
}
@media (max-width: 400px) {
/* line 160, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer {
max-width: 100%;
align-items: flex-start;
}
/* line 203, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > aside {
flex: 0 0 47px;
height: 28.5px;
margin-right: 5px;
background-size: 47px 28.5px;
}
/* line 211, app/assets/stylesheets/theme.css.scss */
body#ficlets > footer > section p {
margin: 0 0 5px;
}
}
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any styles
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
* file per style scope.
*
*/
</style>
<title>
JLaughter - Ficlets Archive
</title>
<meta content="ie=edge" http-equiv="x-ua-compatible">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0" name="viewport">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="global" name="distribution">
<meta content="general" name="rating">
<meta content="ALL" name="robots">
<meta content="authenticity_token" name="csrf-param">
<meta content="g9O8KZ6ccTa++zrHBofTRlWC/ByupF9ilh9uW8nhDIvuJqL3g2ksB0IN4ydiMlcKE1oOjDLwOnQ1D5EcrMQv/w==" name="csrf-token">
</head>
<body id="ficlets">
<header>
<h1>
<a>
Ficlets
</a>
</h1>
<nav>
<ul>
<li>
<a>
Authors
</a>
</li>
<li>
<a>
Stories
</a>
</li>
<li>
<a>
Tags
</a>
</li>
</ul>
</nav>
</header>
<main>
<h1>
JLaughter
</h1>
<div class="author-meta">
<div class="bio">
<p>
I&rsquo;ve always been an avid (dare I say:
<span class="caps">
OBSESSED
</span>
) reader, and started writing fiction somewhere around 5th or 6th grade. I read approximately 3 or 4 books a month, so new material is always a must!
</p>
<p>
I&rsquo;ve written for a long time now, although the novel I started in high school has never gotten past the first draft stage. Over the last four years, I&rsquo;ve fallen out of the habit of writing and I&rsquo;m looking to ramp that up again.
</p>
<p>
I&rsquo;m going to insert a shameless plug for my father. Jim Laughter and Victor J. Bretthauer recently published
<strong>
Escape to Destiny
</strong>
, and his book (and oncoming series) is available on
<strong>
tatepublishing.com
</strong>
!
</p>
<p>
Music You Should Try:
<br>
<strong>
The Dears
</strong>
,
<em>
No Cities Left
</em>
<br>
<strong>
Sia
</strong>
, lots of albums&hellip;great voice.
</p>
<p>
<em>
Ficlet Series&rsquo; in Progress
</em>
:
</p>
<p>
<strong>
Bagman
</strong>
: a Cyberpunk series in the first-person narrative from different points of views. This series is rated
<strong>
<em>
Mature
</em>
</strong>
for drug-use, language, violence and strong sexual references.
<strong>
30471
</strong>
(in progress)
</p>
<p>
<strong>
The Gerideon Chronicles
</strong>
: An experiment in writing in a classical style reminiscent of Sir Thomas Malory&rsquo;s
<em>
Le Morte D&rsquo;Arthur.
</em>
<strong>
30988
</strong>
(in progress)
</p>
<p>
<em>
Completed Ficlets
</em>
</p>
<p>
<strong>
The Fog
</strong>
: My response to Ana Cristina&rsquo;s
<em>
Out of Order Challenge
</em>
.
<strong>
33175
</strong>
</p>
<p>
Also check out my bro&rsquo;s ficlets!
<strong>
Browncoatben
</strong>
! He&rsquo;s not as good as me, but he wishes he was.
</p>
</div>
</div>
<section id="stories">
<h2>
Stories (79)
</h2>
<ul class="object-list stories-list">
<li class="story-list-item">
<div class="item-meta">
<h3>
<a>
Bagman: A Clear Blue Spike
</a>
</h3>
<p>
<strong>
Author:
</strong>
<a>
JLaughter
</a>
</p>
<p>
Published
<abbr title="2008-05-14 01:46:07 UTC">
May 14th, 2008
</abbr>
</p>
</div>
</li>
<li class="story-list-item">
<div class="item-meta">
<h3>
<a>
Bagman: Fashionably Late
</a>
</h3>
<p>
<strong>
Author:
</strong>
<a>
JLaughter
</a>
</p>
<p>
Published
<abbr title="2008-05-17 00:16:51 UTC">
May 17th, 2008
</abbr>
</p>
</div>
</li>
<li class="story-list-item">
<div class="item-meta">
<h3>
<a>
Bagman: First Rule: Never Ask
</a>
</h3>
<p>
<strong>
Author:
</strong>
<a>
JLaughter
</a>
</p>
<p>
Published
<abbr title="2008-05-17 02:29:05 UTC">
May 17th, 2008
</abbr>
</p>
</div>
</li>
<li class="story-list-item">
<div class="item-meta">
<h3>
<a>
Bagman: Shots Fired
</a>
</h3>
<p>
<strong>
Author:
</strong>
<a>
JLaughter
</a>
</p>
<p>
Published
<abbr title="2008-05-17 12:37:40 UTC">
May 17th, 2008
</abbr>
</p>
</div>
</li>
</ul>
</section>
</main>
<footer>
<aside>
<a>
Ficlets
</a>
</aside>
<section>
<p>
All stories are licensed under a Creative Commons Attribution-Share Alike 3.0 License.
</p>
<nav>
<ul>
<li>
<a>
Authors
</a>
</li>
<li>
<a>
Stories
</a>
</li>
<li>
<a>
Tags
</a>
</li>
</ul>
</nav>
</section>
</footer>
</body>
</html>