preliminary content styling
This commit is contained in:
parent
a81a84cd41
commit
bdc1a51b45
3 changed files with 33 additions and 4 deletions
|
|
@ -238,6 +238,25 @@ body {
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.true-content {
|
||||||
|
h1, h2, h3, h4, h5, h6 { margin: 2px 4px; }
|
||||||
|
p { margin: 8px 4px; }
|
||||||
|
ul {
|
||||||
|
/* TODO: better list image
|
||||||
|
list-style-image: url(/img/icons/apple.png); */
|
||||||
|
list-style-type: disc;
|
||||||
|
li {
|
||||||
|
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
|
||||||
|
font-size: $psize;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin: 12px auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
|
||||||
10
en/index.md
10
en/index.md
|
|
@ -1,5 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: home
|
layout: home
|
||||||
---
|
---
|
||||||
# hey...
|
#### hey...
|
||||||
welcome to my site!! not much is done yet but please have a look around.
|
welcome to my site!! as with every website this is a heavy work in progress. however my priorities right now are:
|
||||||
|
- atom feed
|
||||||
|
- mobile support
|
||||||
|
- 404 page
|
||||||
|
- all pages marked as "under construction"
|
||||||
|
|
||||||
|

|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
layout: home
|
layout: home
|
||||||
---
|
---
|
||||||
# oye...
|
#### holaaa
|
||||||
bienvenido a mi sitio!! aun no lo termino pero revisa lo que tenga hecho <3
|
bienvenid@ a mi sitio!! aun no lo termino pero revisa lo que tenga hecho <3 pienso terminar primero:
|
||||||
|
- un feed rss (atom)
|
||||||
|
- mejor soporte para celulares
|
||||||
|
- pagina 404
|
||||||
|
- terminar todas las páginas marcadas como "en construcción"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue