Component Library Test
This is where I'm checking to make sure the various components of the site work as expected. (Still very much a work in progress)
asdf
-- article/
-- title: Article Section Romeo Lima
-- id: romeo_lima
-- class: example_alfa
-- template: example
Article start text
<article class="articleStartSection example_alfa" id="romeo_lima"> <div class="sectionTitle"> Article Section Romeo Lima </div> <div class="sectionStartBlock"> <p class="blockParagraph">Article start text</p> </div>
-- /article
-- template: example
Post article output
</article> <div class="sectionEndBlock"> <p class="blockParagraph">Post article output</p> </div>
-- aside
-- title: Aside Section Foxtrot Kilo
-- id: foxtrot_kilo
-- class: example_alfa
-- template: example
Charlie delta echo
<div class="asideSection example_alfa" id="foxtrot_kilo"> <div class="sectionTitle">Aside Section Foxtrot Kilo</div> <aside class="asideBlock flow"> <p class="blockParagraph">Charlie delta echo </p> </aside> </div>
-- blockquote
-- title: Blockquote Example Title
-- by: Alfa Bravo
-- source: Charlie Delta
-- url: https://example.com/
-- class: alfa
-- id: blockquoteExample
-- template: example
Sierra tango bravo
<div class="blockquoteSection alfa" id="blockquoteExample"> <div class="sectionTitle">Blockquote Example Title</div> <blockquote class="blockquoteBlock"> <p class="blockParagraph">Sierra tango bravo</p> <div class="blockquoteBy">-- Alfa Bravo (<a href="https://example.com/">Charlie Delta </a>) </div> </blockquote> </div>
Sierra tango bravo
-- Alfa Bravo (Charlie Delta )
-- bookmark
-- title: Alfa Bravo
-- url: https://www.example.com/
-- template: example
Charlie delta echo
Foxtrot golf hotel
<div class="bookmarkSection"> <div class="sectionTitle"><a href="https://www.example.com/">Alfa Bravo</a></div> <div class="bookmarkBlock"> <p class="blockParagraph">Charlie delta echo</p><p class="blockParagraph">Foxtrot golf hotel</p> </div> </div>
Charlie delta echo
Foxtrot golf hotel
-- checklist
-- title: CHECKLIST TITLE
-- class: alfa
-- id: checklistExampleId
-- template: example
This is some prelude text
[] Checklist Item 1
[] Checklist Item 2
<div class="checklistSection alfa" id="checklistExampleId"> <div class="sectionTitle"> CHECKLIST TITLE </div> <div class="checklistPrelude"><p class="blockParagraph">This is some prelude text</p></div> <ul class="checklistBlock flow"><li class="checklistItem"> <p class="blockParagraph">Checklist Item 1</p> </li><li class="checklistItem"> <p class="blockParagraph">Checklist Item 2</p> </li></ul> </div>
This is some prelude text
-
Checklist Item 1
-
Checklist Item 2
-- code
-- boolean: javascript
-- title: This is a title for Code
-- class: alfa
-- id: codeExampleId
-- template: example
console.log("hello, world")
<div class="codeSection alfa" id="codeExampleId"> <div class="sectionTitle">This is a title for Code</div> <pre class="codePreBlock"> <code> console.log("hello, world") </code> </pre> </div>
console.log("hello, world")
-- css
-- title: CSS Section
-- template: example
body { xcolor: goldenrod; }
<div class="cssSection"> <div class="sectionTitle">CSS Section</div> <pre class="cssBlock"> body { xcolor: goldenrod; } </pre> </div>
body { xcolor: goldenrod; }
-- div/
-- title: Div Start Section Romeo Lima
-- id: divStartExample
-- class: example_alfa
-- template: example
Div start text
<div class="divStartSection example_alfa" id="divStartExample"> <div class="sectionTitle"> Div Start Section Romeo Lima </div> <div class="divStartBlock"> <p class="blockParagraph">Div start text</p> </div>
-- /div
-- template: example
Div end text
</div> <div class="sectionEndBlock"> <p class="blockParagraph">Div end text</p> </div>
-- footnote
-- id: alfa_footnote
-- template: example
This is a footnote
<div class="footnoteSection" id="alfa_footnote"> <div class="footnoteBlock flow"> <p class="blockParagraph">This is a footnote</p> </div> </div>
This is a footnote
-- h1
-- template: example
Alfa Bravo
This is paragraph content
<hgroup class="h1Section"> <h1 class="headline">Alfa Bravo </h1> <div class="sectionBody flow"><p class="blockParagraph">This is paragraph content</p></div> </hgroup>
Alfa Bravo
This is paragraph content
-- h2
-- template: example
Charlie Delta
This is paragraph content
<hgroup class="h2Section"> <h2 class="headline">Charlie Delta</h2> <div class="sectionBody flow"><p class="blockParagraph">This is paragraph content</p></div> </hgroup>
Charlie Delta
This is paragraph content
-- h3
-- template: example
Echo Foxtrot
This is paragraph content
<hgroup class="h3Section"> <h3 class="headline">Echo Foxtrot</h3> <div class="sectionBody flow"><p class="blockParagraph">This is paragraph content</p></div> </hgroup>
Echo Foxtrot
This is paragraph content
-- h4
-- template: example
Victor Hotel
This is paragraph content
<hgroup class="h4Section"> <h4 class="headline">Victor Hotel</h4> <div class="sectionBody flow"><p class="blockParagraph">This is paragraph content</p></div> </hgroup>
Victor Hotel
This is paragraph content
-- h5
-- template: example
India Juliette
This is paragraph content
<hgroup class="h5Section"> <h5 class="headline">India Juliette </h5> <div class="sectionBody flow"><p class="blockParagraph">This is paragraph content</p></div> </hgroup>
India Juliette
This is paragraph content
-- h6
-- template: example
Kilo Lima
This is paragraph content
<hgroup class="h6Section"> <h6 class="headline">Kilo Lima </h6> <div class="sectionBody flow"><p class="blockParagraph">This is paragraph content</p></div> </hgroup>
Kilo Lima
This is paragraph content
-- hr
-- template: example
hr section after line
<hr class="hrSection" /> <div class="hrBlock"> <p class="blockParagraph">hr section after line</p> </div>
hr section after line
-- html
-- title: This is a title for HTML
-- class: alfa
-- id: htmlExampleId
-- template: example
This is HTML
<div class="htmlSection alfa" id="htmlExampleId"> <div class="sectionTitle">This is a title for HTML</div> <div class="htmlBlock"> This is <strong>HTML</strong> </div> </div>
-- image
-- hackers-frame-000010397-- template: example
Example alt text
<div class="imageSection" /> <img src="/images/stills/hackers/images/hackers-frame-000010397.jpg" alt="Example alt text " /> </div>
