diff --git a/_config.yml b/_config.yml index 17cafac..18babb7 100644 --- a/_config.yml +++ b/_config.yml @@ -8,25 +8,25 @@ # /____/ # # Title of your website -title: "Feeling Responsive" +title: "dennogumi.org" # The slogan describes your website and is used on homepage in
Website: Nixdorf Internatsberatung & Schulberatung
-Website: Grafik Design Jeannette Corneille
-Website: Stilwandel-Koeln.de
-Website: Tarnkappe.info
-Website: Praxis für psychologische Psychotherapie Simone Schriefer
-Everything happens for a reason. (Britney Spears)- -### <blockquote> and <cite> together - -> Age is an issue of mind over matter. If you don't mind, it doesn't matter. -Mark Twain - - -### <ol> Ordered Lists - -1. Ordered List -2. Second List Item -3. Third List Item - 4. Second Level First Item - 4. Second Level Second Item - 4. Second Level Third Item - 5. And a third level First Item - 5. And a third level Second Item - 5. And a third level Third Item -4. Fourth List Item -5. Fifth List Item - - -### <ul> Unordered Lists - -- Unordered List -- Second List Item -- Third List Item - + Second Level First Item - + Second Level Second Item - + Second Level Third Item - * And a third level First Item - * And a third level Second Item - * And a third level Third Item -- Fourth List Item -- Fifth List Item - -### <dl> Definition Lists - -Definition List -: Bacon ipsum dolor sit amet spare ribs brisket ribeye, andouille sirloin bresaola frankfurter corned beef capicola bacon. Salami beef ribs sirloin, short loin hamburger shoulder t-bone. - -Beef ribs jowl swine porchetta -: Sirloin tenderloin swine frankfurter pork loin pork capicola ham hock strip steak ribeye beef ribs. Hamburger t-bone ribeye ham prosciutto bresaola. - -Pancetta flank sirloin pork -: short ribs shankle prosciutto landjaeger. Beef ribs turkey shoulder drumstick. Leberkas pork belly ribeye, bresaola jerky strip steak tenderloin bacon landjaeger short ribs beef ribs. Flank pork chop fatback tail kielbasa filet mignon jowl landjaeger bresaola tongue corned beef biltong. -: Landjaeger spare ribs fatback corned beef tenderloin drumstick, swine chicken beef turkey biltong doner tri-tip filet mignon. - - -### <a> -[Links][2] make the web exceptional. - - -### <em> -Let's *emphasize* how important responsive webdesign is. - - - -### <strong> -This looks like **bold** text. - - - -### <small> -This is small text. - - - -### <s> - -It's nice getting things done. Just strike through
automagically quotes around the text passage. - - - -### <dfn> - -The <dfn> tag is a phrase tag. It defines a definition term. - - - -### <abbr> - -The WHO was founded in 1948. - - - -### <time> - -The concert took place on . - - -### <code> - -Some `code: lucida console` displayed. - - - -### <var> - -The <var> tag is a phrase tag. It defines a variable. - - - -### <samp> - -Text surrounded by <samp> looks like this in monospace. - - - -### <kbd> - -Copycats enjoy pressing CMD + c and CMD + v. - - - -### <sub> - -This text lays low and chills a bit. - - -### <sup> - -This text gets high above the clouds. - - - -### <i> - -This looks italic. - - - -### <b> - -This looks bold, too. - - - -### <u> - -
Underlining content for emphasize is not the best choice. You can't read it so well.
HTML Tag | -Defintion | -Style | -
---|---|---|
<caption> | -defines a table caption | -font-weight: bold; |
-
<colgroup> | -specifies a group of one or more columns in a table for -formatting. The <colgroup> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row. | -no styling needed | -
<col> | -specifies column properties for each column within a `<colgroup>` -element | -no styling needed | -
<thead> | -is used to group header content in an HTML table | -font-weight: bold; |
-
<tbody> | -is used to group the body content in an HTML table | -no styling needed | -
<tr> | -defines a row in an HTML table | -no styling needed | -
<th> | -defines a header cell in an HTML table | -font-weight: bold; |
-
<td> | -defines a standard cell in an HTML table | -font-weight: normal; |
-
<tfoot> | -is used to group footer content in an HTML table | -no styling needed | -