Skip to content

Instantly share code, notes, and snippets.

@dvtate
Last active November 14, 2017 14:46
Show Gist options
  • Save dvtate/64a094b0909793b4795b50b0b5276169 to your computer and use it in GitHub Desktop.
Save dvtate/64a094b0909793b4795b50b0b5276169 to your computer and use it in GitHub Desktop.
update.zip -- robobibb.github.io/updates
<h3>Sub-Title</h3>
<div class="img-wrapper">
<img src="https://robobibb.github.io/imgs/finals-awards.jpg" />
here is a picture contained in a div.img-wrapper
</div>
<br/>this text has a&lt;br/><br/>in it...
<br/><br/>&lt;hr/> makes divider bars <hr/>
<h3>Things to include in update.zip (&lt;ol>)</h3>
<ol>
<li>thumb.png</li>
<li>body.html</li>
<li>title.txt</li>
<li>summary.txt</li>
</ol>
<h3>Unordered List (&lt;ul>) of text decorations</h3>
<ul>
<li>normal text</li>
<li><b>bold text</b> (&lt;b>)</li>
<li><i>italic text</i> (&lt;i>)</li>
<li><u>underlined text</u> (&lt;u>)</li>
<li><u><b><i>some combination</i></b></u></li>
</ul>
<a href="https://robobibb.github.io/">this is a link to somewhere on the site</a><br/>
<a href="https://dvtate.com/" target="_blank">this is a link to somewhere else on the internet</a>
<h3>Below are 2 paragraphs (&lt;p>)</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam vestibulum hendrerit eros, lobortis semper odio facilisis id. Aliquam fermentum mauris vitae odio sollicitudin finibus. Nam rhoncus eleifend lectus, a bibendum libero. Proin vestibulum luctus urna, ac congue enim pellentesque porttitor. Pellentesque id faucibus sapien. Curabitur tincidunt feugiat augue ac ornare. Nulla sollicitudin quam a augue bibendum faucibus. Pellentesque euismod lobortis enim non rutrum. In vehicula faucibus ante sed tincidunt. Phasellus dictum quam ut consectetur efficitur. Morbi mollis ultricies turpis.</p>
<p>Integer interdum malesuada libero eu fringilla. Proin lacinia tincidunt libero. Integer malesuada purus dolor, eu tempus diam hendrerit accumsan. Sed sit amet justo a odio molestie cursus. Integer finibus porta elementum. Morbi vestibulum, purus vel facilisis pellentesque, neque orci imperdiet arcu, a imperdiet diam nunc vel elit. Cras ut suscipit justo. Integer accumsan porta nunc vitae congue. Sed interdum sollicitudin lobortis. Morbi dolor elit, tristique vel vestibulum mattis, pellentesque vel nulla. Curabitur in feugiat lectus, in mollis ligula. Praesent ullamcorper vel lacus quis cursus. Aenean pharetra tortor eros, at posuere ipsum finibus vitae. Suspendisse pharetra nec risus id posuere. Mauris sit amet laoreet lacus, consectetur tempus enim. Proin fringilla tempor vestibulum.</p>
<h4>Example of a wrapped video</h4>
<p>It is important to note the aspect ratio of the video, if it's 16:9 (widescreen) then use the video-wrapper-16_9 class or video-wrapper-4_3 for 4:3 content.</p>
<div class="video-wrapper-16_9">
<iframe width="560" height="315" frameborder="0" allowfullscreen
src="https://www.youtube.com/embed/IsXEVQRaTX8"></iframe>
</div>
<h4>Here's the source code used to make body.html</h4>
<script src="https://gist.github.com/dvtate/64a094b0909793b4795b50b0b5276169.js"></script>
A short description of what the article is about and stuff, try and go less than 120 chars
Article Title
@dvtate
Copy link
Author

dvtate commented Nov 14, 2017

additionally there should be a "thumb.png" file. You can use this one if needed:
thumb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment