commit c7ffd8088b3528ae0e34cb5588313932c59b5d27 Author: lijero Date: Tue Oct 3 18:40:26 2017 -0700 Initial commit: working on layout, test content diff --git a/favicon.png b/favicon.png new file mode 100755 index 0000000..b794080 Binary files /dev/null and b/favicon.png differ diff --git a/index.xhtml b/index.xhtml new file mode 100755 index 0000000..6d7620c --- /dev/null +++ b/index.xhtml @@ -0,0 +1,56 @@ + + + + + + + + + + + Lijero + + + + + + + + +
+
+

Test Content

+ +
+

Summary

+
+
To make an apple pie from scratch, you must first invent the universe.
+
~ Carl Sagan
+
+

+This is some test content. The purpose of this content is to demonstrate the readability of small-width, large-margined, well-spaced, large text. A lot of websites are extremely compact, +but this often comes at the cost of readability. My goal with this website is to provide an entirely different and more attractive user experience. +

+

Lorem Ipsum

+

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus

+

Extra Content

+

I have a bunch of content already, but I think a third paragraph would be nice too. In addition, this lets me intract with the website through scrolling, which could possibly make a difference, though I can't say for sure. Anyway, this content should help with both of these issues.

+
+ + + diff --git a/res/cc-by-sa-small.png b/res/cc-by-sa-small.png new file mode 100644 index 0000000..c1b97c4 Binary files /dev/null and b/res/cc-by-sa-small.png differ diff --git a/res/common.css b/res/common.css new file mode 100644 index 0000000..686b47c --- /dev/null +++ b/res/common.css @@ -0,0 +1,180 @@ +.metadata { + font-size: 15px; +} + +.metadata img { + width: 15px; +} + +body { + display: block; + font-family: sans-serif; + margin: 0; +} + +a { + text-decoration: none; + color: #5050B0; +} + +a:hover { + color: #8080A0; +} + +nav { + max-width: 15%; + font-weight: 400; + font-size: 25px; + letter-spacing: 2px; + color: #404040; + float: left; + padding: 40px; + padding-right: 45px; + padding-top: 20px; + margin-top: 10px; + border-style: solid; + border-width: 0 3px 0 0; +} + +footer { + padding: 10px; + font-size: 10px; + position: relative; + bottom: 0; + text-align: center; +} + +.license img { + display: inline-block; + vertical-align: bottom; +} + +nav a { + color: inherit; +} + +nav span { + font-weight: bold; + padding-left: 20px; +} + +nav ul { + list-style-type: none; + margin-left: 20px; +} + +nav ul li { + border-bottom: 1px solid #ccc; + padding: 3px; +} + +nav ul li:last-child { + border-bottom: none; +} + +@media screen and (max-width: 500px) { + article{ + min-width: 0em !important; +} +} + +@media screen and (max-width: 1200px) { + nav { + text-align: center; + margin: auto; + float: none; + padding: 0; + border: none; + max-width: 100%; + } + nav ul, nav li { + padding: 0; + list-style: none !important; + border: none !important; + } + nav li { + margin: 0; + float: center;; + display: inline-block; + } +} + +@media screen and (max-width: 600px) { + +article { +padding: 5px !important; +margin: 0 !important; +} +} + +#navbrand { + font-size: 50px; + color: black; + font-style: italic; +} + +article { + color: #303030; + line-height: 1.5em; + letter-spacing: .05em; + font-family: sans-serif; + font-size: 18px; + margin: auto; + padding: 30px 80px; + min-width: 25em; + max-width: 30em; +} + +#content { + min-width: 50%; +} + +@media screen and (min-width: 1200px) { +.aside { + max-width: 50%; + position: relative; + left: 60%; + float: right; + display: inline; + margin-left: -50%; +} +} + +.quote-content { + font-style: italic; +} + +.quote-content::before { + content: url("/res/icon/double-quote-serif-left.svg"); +} + +.quote-content::after { + content: url("/res/icon/double-quote-serif-right.svg"); +} + +p { + text-align: justify; + text-justify: distribute; + text-indent: 4em; +} + +article h1 { + font-size: 30px; +} + +@media screen and (min-width: 700px) { + article h1 { + margin-left: -20px; + } +} + +article h2 { + font-size: 25px; +} + +article h3 { + font-size: 20px; +} + +article h1, h2, h3, h4, h5 { +} diff --git a/res/doofylion.jpg b/res/doofylion.jpg new file mode 100644 index 0000000..9d9fafd Binary files /dev/null and b/res/doofylion.jpg differ diff --git a/res/icon/ICON-LICENSE b/res/icon/ICON-LICENSE new file mode 100644 index 0000000..2199f4a --- /dev/null +++ b/res/icon/ICON-LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Waybury + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/res/icon/clock.svg b/res/icon/clock.svg new file mode 100644 index 0000000..058e443 --- /dev/null +++ b/res/icon/clock.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/res/icon/double-quote-serif-left.svg b/res/icon/double-quote-serif-left.svg new file mode 100644 index 0000000..3e04ae6 --- /dev/null +++ b/res/icon/double-quote-serif-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/res/icon/double-quote-serif-right.svg b/res/icon/double-quote-serif-right.svg new file mode 100644 index 0000000..9d38e9e --- /dev/null +++ b/res/icon/double-quote-serif-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/res/icon/person.svg b/res/icon/person.svg new file mode 100644 index 0000000..a9396b2 --- /dev/null +++ b/res/icon/person.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/robots.txt b/robots.txt new file mode 100755 index 0000000..9e4bf91 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Disallow: +Crawl-Delay: 10 +Sitemap: https://lijero.co/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100755 index 0000000..325a164 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://lijero.co/ + 2017-10-03 + monthly + 0.8 + +