Skip to content

Commit

Permalink
add dataset creator to my profile
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptofine committed Oct 10, 2023
1 parent fcea707 commit 85fc499
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/project-images.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@

#TH264 {
background-image: url('../images/projects/TH264.png');
}

#DCREATOR {
background-image: url('../images/projects/dc_empty.png');
}
Binary file added images/projects/dc_empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ <h1 class="row">Hi! I'm Zeptofine</h1>
<p>A TurnH264 fork with a lot of changes</p>
</div>
</button>
<button id="DCREATOR" class="linkcell outlined-hovered" type="button"
data-link="https://zeptofine.github.io/dataset-creator/"
data-source="https://github.com/zeptofine/dataset-creator">
<div class="linkcell-div boxed-inset">
<p>Dataset Creator: </p>
<p>A tool I use to make image datasets</p>
</div>
</button>
</div>
<div id="embedbox" class="sharp column pad-x pad-y">
<a id="source"></a>
Expand Down

0 comments on commit 85fc499

Please sign in to comment.