<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://openframework.stanford.edu"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Open Framework - Postcard</title>
 <link>https://openframework.stanford.edu/category/postcard</link>
 <description></description>
 <language>en</language>
<item>
 <title>Postcard Right</title>
 <link>https://openframework.stanford.edu/postcard-right</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-right&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-right&lt;/code&gt; class does not allow for wrapping.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-right&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-right&lt;/code&gt; floats two divs side-by-side, and does not allow wrapping. You can use this to do &quot;image on the right, text on the left&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-right&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:40:43 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">53 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-right#comments</comments>
</item>
<item>
 <title>Postcard Right Wrap</title>
 <link>https://openframework.stanford.edu/postcard-right-wrap</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-right-wrap&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-right-wrap&lt;/code&gt; class allows the text to wrap around the image.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-right-wrap&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-right-wrap&lt;/code&gt; floats two divs side-by-side, and allows for wrapping. You can use this to do &quot;image on the right, text on the left&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-right-wrap&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:39:26 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">51 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-right-wrap#comments</comments>
</item>
<item>
 <title>Postcard Left</title>
 <link>https://openframework.stanford.edu/postcard-left</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-left&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-left&lt;/code&gt; class does not allow for wrapping.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-left&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-left&lt;/code&gt; floats two divs side-by-side, does not allow wrapping. You can use this to do &quot;image on the left, text on the right&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-left&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Fri, 02 Nov 2012 16:36:37 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">49 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-left#comments</comments>
</item>
<item>
 <title>Postcard Left Wrap</title>
 <link>https://openframework.stanford.edu/postcard-left-wrap</link>
 <description>&lt;div class=&quot;field field-name-field-style-cssclass field-type-text field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;CSS Class:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;.postcard-left-wrap&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;How this is used:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot; property=&quot;content:encoded&quot;&gt;&lt;p&gt;Postcard layouts are micro-layouts where you want thumbnail images, or other elements side-by-side next to a block of text. To implement a postcard layout, you need to structure your code in a very specific way, as shown in the example (add the postcard class to a div wrapper, with two divs inside it). The &lt;code&gt;.postcard-left-wrap&lt;/code&gt; class allows the text to wrap around the image.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example field-type-text-with-summary field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Example:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;div class=&quot;postcard-left-wrap&quot;&gt;
	&lt;div&gt;&lt;img alt=&quot;waterfall&quot; src=&quot;https://openframework.stanford.edu/sites/open_framework/files/styles/thumbnail/public/waterfall_5.jpg&quot; title=&quot;&quot; /&gt;&lt;/div&gt;
	&lt;div&gt;
		&lt;p&gt;&lt;code&gt;.postcard-left-wrap&lt;/code&gt; floats two divs side-by-side, and allows for wrapping. You can use this to do &quot;image on the left, text on the right&quot; layouts. Postcard layouts are micro-layouts where you want thumbnail images, or other elements next to a block of text. We have built support for micro-layouts into the Open Framework theme through this postcard implementation strategy.&lt;/p&gt;
	&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-html-element field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;HTML Element:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/html-element/div&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;div&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-category field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;Category:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/postcard&quot; typeof=&quot;skos:Concept&quot; property=&quot;rdfs:label skos:prefLabel&quot; datatype=&quot;&quot;&gt;Postcard&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-field-style-example-code field-type-text-long field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;pre class=&quot;prettyprint&quot;&gt;
&amp;lt;div class=&amp;quot;postcard-left-wrap&amp;quot;&amp;gt;
   &amp;lt;div&amp;gt;image&amp;lt;/div&amp;gt;
   &amp;lt;div&amp;gt;text&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 01 Nov 2012 23:15:43 +0000</pubDate>
 <dc:creator>Megan Erin Miller</dc:creator>
 <guid isPermaLink="false">47 at https://openframework.stanford.edu</guid>
 <comments>https://openframework.stanford.edu/postcard-left-wrap#comments</comments>
</item>
</channel>
</rss>
