Initial commit: working on layout, test content

master
lijero 2017-10-03 18:40:26 -07:00
commit c7ffd8088b
12 changed files with 282 additions and 0 deletions

BIN
favicon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

56
index.xhtml Executable file
View File

@ -0,0 +1,56 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<meta name="author" content="Lijero" />
<!-- <meta name="description" content="" /> -->
<meta name="keywords" content="Lijero,music,code,producer,games,website" />
<meta name="robots" content="index,follow" />
<title>Lijero</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/favicon.png" rel="icon" type="image/png" />
<link href="/res/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav>
<span id="navbrand">Lijero</span>
<ul>
<li><a href="/">Home</a></li>
<li>Music</li>
<li>Games</li>
<li>About</li>
</ul>
</nav>
<article>
<header>
<h1>Test Content</h1>
<div class="metadata">
<span><img src="/res/icon/person.svg" alt="Author" /> <span class="author"><a href="https://lijero.co/about/lijero">Lijero</a></span></span>
<span><img src="/res/icon/clock.svg" alt="Date" /> Posted 2017-09-29 / Updated 2017-10-02</span>
</div>
</header>
<h2>Summary</h2>
<div class="aside quote">
<div class="quote-content"> To make an apple pie from scratch, you must first invent the universe. </div>
<div class="author">~ Carl Sagan</div>
</div>
<p>
This is some <a href="//example.com">test content</a>. 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.
</p>
<h2>Lorem Ipsum</h2>
<p>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</p>
<h2>Extra Content</h2>
<p>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.</p>
</article>
<footer>
<div class="license"><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="/res/cc-by-sa-small.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.</div>
<div>Open Iconic — <a href="https://www.useiconic.come/open">www.useiconic.com/open</a> / MIT Licensed, attribution optional</div>
<div>This page is friendly to text browsers.</div>
</footer>
</body>
</html>

BIN
res/cc-by-sa-small.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 429 B

180
res/common.css Normal file
View File

@ -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 {
}

BIN
res/doofylion.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

21
res/icon/ICON-LICENSE Normal file
View File

@ -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.

3
res/icon/clock.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8">
<path d="M4 0c-2.2 0-4 1.8-4 4s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4zm0 1c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm-.5 1v2.22l.16.13.5.5.34.38.72-.72-.38-.34-.34-.34v-1.81h-1z" />
</svg>

After

Width:  |  Height:  |  Size: 272 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8">
<path d="M3 0c-1.65 0-3 1.35-3 3v3h3v-3h-2c0-1.11.89-2 2-2v-1zm5 0c-1.65 0-3 1.35-3 3v3h3v-3h-2c0-1.11.89-2 2-2v-1z" transform="translate(0 1)" />
</svg>

After

Width:  |  Height:  |  Size: 235 B

View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8">
<path d="M0 0v3h2c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3v-3h-3zm5 0v3h2c0 1.11-.89 2-2 2v1c1.65 0 3-1.35 3-3v-3h-3z" transform="translate(0 1)" />
</svg>

After

Width:  |  Height:  |  Size: 233 B

3
res/icon/person.svg Normal file
View File

@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8">
<path d="M4 0c-1.1 0-2 1.12-2 2.5s.9 2.5 2 2.5 2-1.12 2-2.5-.9-2.5-2-2.5zm-2.09 5c-1.06.05-1.91.92-1.91 2v1h8v-1c0-1.08-.84-1.95-1.91-2-.54.61-1.28 1-2.09 1-.81 0-1.55-.39-2.09-1z" />
</svg>

After

Width:  |  Height:  |  Size: 272 B

4
robots.txt Executable file
View File

@ -0,0 +1,4 @@
User-agent: *
Disallow:
Crawl-Delay: 10
Sitemap: https://lijero.co/sitemap.xml

9
sitemap.xml Executable file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://lijero.co/</loc>
<lastmod>2017-10-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>