Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 14, 2024
1 parent 6d82c99 commit bc1b73e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# site
title: Maximo Ospitale
title: Maximo Ospital
baseurl: "/"
url: "http://maximoospital.github.io"
favicon: "/assets/sample/ico.png"
g_analytics: UA-12345678-1

# bio
header: Maximo Ospital
desc: >
desc: |+
hi! welcome to my website!!
i'm a 21 year old programming student and amateur design afficionado from Argentina.
i'm really interested in both webapp and videogame development.
Expand Down
9 changes: 6 additions & 3 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
{% include head.html %}

<body>
<div class="container">
{% include header.html %}
{{ content }}
<div class="tui-window tui-border-solid">
<legend>Solid</legend>
<div class="container">
{% include header.html %}
{{ content }}
</div>
</div>
</body>

Expand Down
2 changes: 1 addition & 1 deletion _sass/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ body {
width: 100%;
margin: 25px 0;
padding: 0;
background: $color__beige;
background: $color__black;
font-family: $inconsolata;
font-size: $font__size;
font-weight: $font__weight;
Expand Down

0 comments on commit bc1b73e

Please sign in to comment.