Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyZXi authored Jun 22, 2024
1 parent 4dd4bd7 commit 8271cc1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _layouts/home2.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,33 @@ layout: default
<div id="main" class="call-out call-out_img">
<h1> {{"Key Archive"}} </h1>
<h3> {{"Jeremy Zhang|Eric Gao|Robert Liao|Bobc Mei"}} </h3>
<h5> {{"To-do list"}} </h5>
<ul>
<li>
<label>
<input type="checkbox" name="item1" value="item1" checked>
{{"More Blocks(GrapesJS)"}}
</label>
</li>
<li>
<label>
<input type="checkbox" name="item2" value="item2">
{{"Hosting solution(github, gitlab, file system, ftp...)"}}
</label>
</li>
<li>
<label>
<input type="checkbox" name="item3" value="item3">
{{"Template for easy start"}}
</label>
</li>
<li>
<label>
<input type="checkbox" name="item4" value="item4">
{{"Documentation"}}
</label>
</li>
</ul>
</div>

{% include blog/blog2.liquid %}
Expand Down

0 comments on commit 8271cc1

Please sign in to comment.