fav icon; some fixes; nav doesn't stretch out but it isn't centered in wide res; latest is in template and needs to move to contentgrid on index
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ def demo():
|
|||||||
@route('/')
|
@route('/')
|
||||||
def home():
|
def home():
|
||||||
"""home"""
|
"""home"""
|
||||||
info = {'css': 'index', 'title': 'chimchooree\'s dev space - blessfrey', 'year': find_year(), 'news':[["link","website update"],["link2","about blessfrey rpg"]]} #list_headlines(sort_files(gather_files(loc))[0:10])}
|
info = {'css': 'index', 'title': 'chimchooree\'s dev space - blessfrey', 'year': find_year(), 'news':[["link","website update"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"],["link2","about blessfrey rpg"]]} #list_headlines(sort_files(gather_files(loc))[0:10])}
|
||||||
return template('index.tpl', info)
|
return template('index.tpl', info)
|
||||||
|
|
||||||
# Me Page
|
# Me Page
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
+10
-7
@@ -26,10 +26,6 @@ a {
|
|||||||
p {
|
p {
|
||||||
text-indent: 2em;
|
text-indent: 2em;
|
||||||
}
|
}
|
||||||
.nav-grid img {
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
height: auto;
|
height: auto;
|
||||||
@@ -37,7 +33,7 @@ p {
|
|||||||
display: grid;
|
display: grid;
|
||||||
position: relative;
|
position: relative;
|
||||||
grid-template-columns: 1fr 60% 1fr;
|
grid-template-columns: 1fr 60% 1fr;
|
||||||
grid-template-rows: 3.171875em 9.515625em 38.0625em 12.6875em;
|
grid-template-rows: 2em 9.515625em auto 12.6875em;
|
||||||
grid-column-gap: 0px;
|
grid-column-gap: 0px;
|
||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
@@ -64,12 +60,11 @@ p {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: minmax(0%,10%) repeat(5, 1fr) minmax(0%,10%);
|
grid-template-columns: minmax(0%,10%) repeat(5, minmax(24px,96px)) minmax(0%,10%);
|
||||||
grid-column-gap: 0px;
|
grid-column-gap: 0px;
|
||||||
grid-row-gap: 0px;
|
grid-row-gap: 0px;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: red;
|
|
||||||
}
|
}
|
||||||
.nav-left {
|
.nav-left {
|
||||||
grid-area: 1 / 1 / 2 / 2;
|
grid-area: 1 / 1 / 2 / 2;
|
||||||
@@ -136,6 +131,14 @@ p {
|
|||||||
.navlink a:active {
|
.navlink a:active {
|
||||||
color: #f463ad;
|
color: #f463ad;
|
||||||
}
|
}
|
||||||
|
.nav-grid img {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.content-grid {
|
||||||
|
min-height: 60vh;
|
||||||
|
min-width: 50vw;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user