File tree Expand file tree Collapse file tree 5 files changed +14
-9
lines changed
Expand file tree Collapse file tree 5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,13 @@ <h2>Why is CSS necessary?</h2>
5151< p > CSS separates content contained in the HTML file from how the content
5252should be displayed. That separation between content and how to display it
5353enables devices to render the content differently based on factors such as
54- screen size. For example, a mobile device does not have as much space to
55- display a navigation bar on the side of a page so it is often pushed down
54+ screen size. </ p >
55+ < p > For example, a mobile device does not have as much space to display a
56+ navigation bar on the side of a page so it is often pushed down
5657below the main content. The
5758< a href ="http://getbootstrap.com/examples/blog/ "> Bootstrap Blog example</ a >
58- shows that scenario when you resize the browser width.</ p >
59+ shows that navigation bar relocation scenario when you resize the browser
60+ width.</ p >
5961< h2 > CSS learning checklist</ h2 >
6062< p > < i class ="fa fa-check-square-o "> </ i >
6163Create a simple HTML file with basic elements in it. Use the
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-05-03T07:46:41Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-05-03T08:10:06Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ <h3>Log Aggregator Third Party Services</h3>
8080aggregates logs. They have instructions for every major language, including python. It includes email
8181alerting on custom searches. </ li >
8282< li > < a href ="https://papertrailapp.com/ "> papertrail</ a > Paper trail is similar to both loggly and splunk and provides
83- integration with S3 for </ li >
83+ integration with S3 for long term storage. </ li >
8484< li > < a href ="http://www.splunk.com/ "> splunk</ a > Splunk offers third party cloud and self hosted solutions
8585for event aggregation. It excells at searching and data mining any text based data. </ li >
8686< li > < a href ="http://raygun.io/ "> Raygun</ a > logs errors and provides immediate notification
Original file line number Diff line number Diff line change @@ -25,11 +25,14 @@ lay out the HTML content when it is rendered by a web browser.
2525CSS separates content contained in the HTML file from how the content
2626should be displayed. That separation between content and how to display it
2727enables devices to render the content differently based on factors such as
28- screen size. For example, a mobile device does not have as much space to
29- display a navigation bar on the side of a page so it is often pushed down
28+ screen size.
29+
30+ For example, a mobile device does not have as much space to display a
31+ navigation bar on the side of a page so it is often pushed down
3032below the main content. The
3133[ Bootstrap Blog example] ( http://getbootstrap.com/examples/blog/ )
32- shows that scenario when you resize the browser width.
34+ shows that navigation bar relocation scenario when you resize the browser
35+ width.
3336
3437
3538## CSS learning checklist
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ and alarms so you can get notified when error rates breach a certain threshold.
5757aggregates logs. They have instructions for every major language, including python. It includes email
5858alerting on custom searches.
5959* [ papertrail] ( https://papertrailapp.com/ ) Paper trail is similar to both loggly and splunk and provides
60- integration with S3 for
60+ integration with S3 for long term storage.
6161* [ splunk] ( http://www.splunk.com/ ) Splunk offers third party cloud and self hosted solutions
6262for event aggregation. It excells at searching and data mining any text based data.
6363* [ Raygun] ( http://raygun.io/ ) logs errors and provides immediate notification
You can’t perform that action at this time.
0 commit comments