Skip to content

Commit 983c7a0

Browse files
committed
fixing incomplete sentence on logging page
1 parent 8be7177 commit 983c7a0

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

cascading-style-sheets.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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
5252
should be displayed. That separation between content and how to display it
5353
enables 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
5657
below 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>
6163
Create a simple HTML file with basic elements in it. Use the

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

logging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3>Log Aggregator Third Party Services</h3>
8080
aggregates logs. They have instructions for every major language, including python. It includes email
8181
alerting 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
8585
for 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

source/content/pages/05-client-side/0501-css.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,14 @@ lay out the HTML content when it is rendered by a web browser.
2525
CSS separates content contained in the HTML file from how the content
2626
should be displayed. That separation between content and how to display it
2727
enables 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
3032
below 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

source/content/pages/08-monitoring-analytics/0801-logging.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and alarms so you can get notified when error rates breach a certain threshold.
5757
aggregates logs. They have instructions for every major language, including python. It includes email
5858
alerting 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
6262
for event aggregation. It excells at searching and data mining any text based data.
6363
* [Raygun](http://raygun.io/) logs errors and provides immediate notification

0 commit comments

Comments
 (0)