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 dfb1522 commit 0e9e59b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions _data/social.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- title: My Resume/CV
url: https://maximoospital.github.io/assets/sample/cv.pdf
- title: Email
url: mailto://[email protected]
- title: LinkedIn
url: http://linkedin.com/in/maximoospital
- title: Github
Expand Down
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<body>
<div class="container">
{% include header.html %}
{{ content }}
</div>
</body>
Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
layout: default
---
<div class="tui-window tui-border-solid">
{% include header.html %}
{% include posts_list.html %}
<div class="tui-window">
<fieldset class="tui-fieldset tui-border-double">
<legend>maximoospital.xyz</legend>
{% include header.html %}
{% include posts_list.html %}
</fieldset>
</div>

0 comments on commit 0e9e59b

Please sign in to comment.