{"id":7292,"date":"2018-09-07T14:43:35","date_gmt":"2018-09-07T14:43:35","guid":{"rendered":"http:\/\/pearson.immtcnj.com\/wordpress\/?p=7292"},"modified":"2018-09-07T14:43:35","modified_gmt":"2018-09-07T14:43:35","slug":"vikis-six-word-summer","status":"publish","type":"post","link":"http:\/\/pearson.immtcnj.com\/wordpress\/2018\/09\/vikis-six-word-summer\/","title":{"rendered":"Viki&#8217;s Six Word Summer"},"content":{"rendered":"<p>&lt;!doctype html&gt;<\/p>\n<p>&lt;html&gt;<\/p>\n<p>&lt;head&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Comments do not show up on your webpage. Programmers leave comments in the code to help people understand and use their work.&ndash;&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Welcome to the &lsquo;My Six-Word Summer&rsquo; make!&ndash;&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. This make will get you started remixing HTML (the language of the Web) and CSS (a language that styles webpages) to recap your summer adventures&ndash;&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. After you remix the page, you should change the author and title tags below to give yourself credit and to give your story a title.&ndash;&gt;<\/p>\n<p>&lt;meta name=&rdquo;author&rdquo; content=&rdquo;Chad Sansing&rdquo;&gt;<br>\n&lt;meta name=&rdquo;title&rdquo; content=&rdquo;My Six-Word Summer&rdquo;&gt;<br>\n&lt;meta charset=&rdquo;utf-8&Prime;&gt;<\/p>\n<p>&lt;title&gt;My Six-Word Summer&lt;\/title&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. The stylesheet is linked next. You&rsquo;ll have the chance to remix this later in the lesson.&ndash;&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Stylesheets are written in CSS&lt; a srtyling language for webpages. CSS tells parts of a webpage how to look. Our stylesheet is a separate file. We link to it here. You can put your stylesheet in the head of a webpage, but often we link to them to keep our code clean and use single stylesheets across several webpages at once.&ndash;&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Optional: Step 6. Change the style.&ndash;&gt;<\/p>\n<p>&lt;link rel=&rdquo;Stylesheet&rdquo; href=&rdquo;style.css&rdquo; type=&rdquo;text\/css&rdquo;&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. This is an empty link to a JavaScript file. JavaScript is a coding language for the web that lets you make a webpage interactive. You can write JavaScript right in your webpage, but often we link to separate &lsquo;.js&rsquo; files to keep our code clean and use a single script on several webpages at once.&ndash;&gt;<\/p>\n<p>&lt;script src=&rdquo;&rdquo; type=&rdquo;text\/javascript&rdquo;&gt;&lt;\/script&gt;<\/p>\n<p>&lt;\/head&gt;<\/p>\n<p>&lt;body&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Step 5. Change the title.&ndash;&gt;<\/p>\n<p>&lt;h1 id=&rdquo;banner&rdquo;&gt;My Six-Word Summer&lt;\/h1&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Step 3. Change the background picture.&ndash;&gt;<\/p>\n<p>&lt;img id=&rdquo;myPic&rdquo; src=&rdquo;https:\/\/farm5.staticflickr.com\/4023\/4229820086_091e1a5cbd_b.jpg&rdquo;\/&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Step 1. Change the words of the story.&ndash;&gt;<\/p>\n<p>&lt;p id=&rdquo;mySummer&rdquo;&gt;Burning sidewalks.&lt;br&gt;<br>\nMelted kicks.&lt;br&gt;<br>\nWalked everywhere.&lt;\/p&gt;<\/p>\n<p>&lt;!&ndash;This is a comment. Step 4. Give credit where it&rsquo;s due.&ndash;&gt;<\/p>\n<p>&lt;p id=&rdquo;credits&rdquo;&gt;Photo by &lt;a href=&rdquo;https:\/\/www.flickr.com\/photos\/chrisschoenbohm\/4229820086\/in\/photolist-7rLW9w-adW6RB-Chreb-ep2JdG-8TE548-8TE4iX-8THa3L-8THafd-8THan3-8TE4C8-8THabE-8TE5Hp-8TE6h8-8TE4Er-8TE6TB-8x9AFT-adYWku-adW8n8-6MJf9K-ogXUCg-tvN2SP-ub3Qas-tvN2ZT-uqjfLA-usQZJH-ubbRBF-ubbRH2-usR13t-7c8QL&rdquo;&gt;Chris Ford&lt;\/a&gt;.&lt;br&gt;CC-BY &lt;a href=&rdquo;https:\/\/teach.mozilla.org&rdquo;&gt;Mozilla Learning Networks&lt;\/a&gt;.&lt;\/p&gt;<\/p>\n<p>&lt;\/body&gt;<\/p>\n<p>&lt;\/html&gt;<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>&lt;!doctype html&gt; &lt;html&gt; &lt;head&gt; &lt;!&#8211;This is a comment. Comments do not show up on your webpage. Programmers leave comments in the code to help people understand and use their work.&#8211;&gt; &lt;!&#8211;This is a comment. Welcome to the &#8216;My Six-Word Summer&#8217; make!&#8211;&gt; &lt;!&#8211;This is a comment. This make will get you started remixing HTML (the language of the Web) and CSS (a language that styles webpages) to recap your summer adventures&#8211;&gt; &lt;!&#8211;This is a comment. After you remix the page, you should change the author and title tags below to give yourself credit and to give your story a title.&#8211;&gt; &lt;meta name=&#8221;author&#8221; content=&#8221;Chad Sansing&#8221;&gt; &lt;meta name=&#8221;title&#8221; content=&#8221;My Six-Word Summer&#8221;&gt; &lt;meta charset=&#8221;utf-8&#8243;&gt; &lt;title&gt;My Six-Word Summer&lt;\/title&gt; &lt;!&#8211;This is a comment. The stylesheet is linked next. You&#8217;ll have the chance to remix this later in the lesson.&#8211;&gt; &lt;!&#8211;This is a comment. Stylesheets are written in CSS&lt; a srtyling language for webpages. CSS tells parts of a webpage how to look. Our stylesheet is a separate file. We link to it here. You can put your stylesheet in the head of a webpage, but often we link to them to keep our code clean and use single stylesheets across several webpages at once.&#8211;&gt; &lt;!&#8211;This is [&#8230;]<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":2622,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"_crdt_document":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-7292","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/posts\/7292","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/users\/2622"}],"replies":[{"embeddable":true,"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/comments?post=7292"}],"version-history":[{"count":1,"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/posts\/7292\/revisions"}],"predecessor-version":[{"id":7293,"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/posts\/7292\/revisions\/7293"}],"wp:attachment":[{"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/media?parent=7292"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/categories?post=7292"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pearson.immtcnj.com\/wordpress\/wp-json\/wp\/v2\/tags?post=7292"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}