Skip to content

Instantly share code, notes, and snippets.

@bodbdigr
Forked from cordis/Assembler--Slideshow.jsx
Created September 30, 2019 13:54
Show Gist options
  • Save bodbdigr/745d34ca2d05c594c5aff4188838504f to your computer and use it in GitHub Desktop.
Save bodbdigr/745d34ca2d05c594c5aff4188838504f to your computer and use it in GitHub Desktop.
<h4>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."</h4>
<Assembler layout="listicle" numeration="{order: 'asc'}">
<Particle id="???" href="???">
<Assembiler layout="slideshow" thumbnails="{position: 'below'}">
<Particle id="1" title="And 1" href="...">
<Image id="19185714" href="https://assets.rbl.ms/19185714/980x.jpg">
<Title><p>some caption...</p></Title>
<Credit><p>some credit...</p></Credit>
</Image>
<p>gsdfdg</p>
</Particle>
<Particle id="2" title="And 2" href="...">
<Image id="19185726" href="https://assets.rbl.ms/19185726/980x.jpg" alt-text="some alternative text" />
<p>dfgsdfgdfg</p>
</Particle>
<Particle id="3" title="And 3" href="...">
<Image id="19185735" href="https://assets.rbl.ms/19185735/980x.jpg" />
</Particle>
<Particle id="4" title="The last" href="...">
<Image id="19185746" href="https://assets.rbl.ms/19185746/980x.jpg" />
</Particle>
</Assembler>
</Particle>
<Particle id="5" title="Some stuff below" href="...">
<p>
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin
literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney
College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage,
and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum
comes from sections 1.10.32 and 1.10.33 of \"de Finibus Bonorum et Malorum\" (The Extremes of Good and Evil) by
Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance.
The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
</p>
</Particle>
<Particle id="6" title="Where can I get some?" href="...">
<YouTubeVideo id="bAh_5cyXSbI" />
<p>
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some
form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use
a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All
the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first
true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model
sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always
free from repetition, injected humour, or non-characteristic words etc.
</p>
</Particle>
<Particle id="???" href="???">
<Assembler layout="slideshow" thumbnails="{position: 'above'}" fullscreen="true">
<Particle id="7" title="Another slideshow" href="...">
<Image id="19186211" href="https://assets.rbl.ms/19186211/980x.jpg" />
</Particle>
<Particle id="8" title="another slide" href="...">
<Image id="19186225" href="https://assets.rbl.ms/19186225/980x.jpg" />
</Particle>
<Particle id="9" title="last slideshow from second group" href="...">
<Image id="19186225" href="https://assets.rbl.ms/19186225/980x.jpg" />
</Particle>
</Assembler>
</Particle>
<Particle id="10" title="Some stuff before end" href="...">
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at
its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed
to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and
web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many
web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes
on purpose (injected humour and the like).
</p>
</Particle>
<Particle id="11" title="The Very End" href="...">
<p>
<strong>Lorem Ipsum</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled
it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic
typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets
containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including
versions of Lorem Ipsum.
</p>
</Particle>
</Assembler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment