remove projects section
This commit is contained in:
parent
968f8db092
commit
3943ddd64b
2 changed files with 0 additions and 24 deletions
|
@ -1,12 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"title": "nixos config",
|
|
||||||
"info": "configuration files for all my nixos computers",
|
|
||||||
"link": "https://github.com/xunuwu/nixos-config"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "waymouse",
|
|
||||||
"info": "a cli utility for simulating mouse inputs on wayland",
|
|
||||||
"link": "https://github.com/xunuwu/waymouse"
|
|
||||||
}
|
|
||||||
]
|
|
12
index.html
12
index.html
|
@ -19,18 +19,6 @@
|
||||||
i code and play video games sometimes (mostly roblox and fps games)
|
i code and play video games sometimes (mostly roblox and fps games)
|
||||||
</p>
|
</p>
|
||||||
<div id="link-section">
|
<div id="link-section">
|
||||||
<section>
|
|
||||||
<h2>projects</h2>
|
|
||||||
<ul>
|
|
||||||
{% for item in projects %}
|
|
||||||
<li>
|
|
||||||
<a href="{{ item.link }}" {% if item.info %} title="{{ item.info }}" {% endif %} target="_blank" rel="noopener noreferrer">
|
|
||||||
{{ item.title }}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<h2>socials</h2>
|
<h2>socials</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue