diff options
author | Joris | 2020-12-16 09:27:48 +0100 |
---|---|---|
committer | Joris | 2020-12-16 09:27:48 +0100 |
commit | 0f4872043e696f64d9107c92e91817e7ee85d1d7 (patch) | |
tree | d283f3ad1a81630057fcc9c75621f29fc5bceb15 /public | |
parent | b899c6f9385055d4342dc2db07f1b64065e6671f (diff) |
Remove configs from projects
They have been made private.
Diffstat (limited to 'public')
-rw-r--r-- | public/projects.html | 36 |
1 files changed, 1 insertions, 35 deletions
diff --git a/public/projects.html b/public/projects.html index 476b152..ebc157f 100644 --- a/public/projects.html +++ b/public/projects.html @@ -18,6 +18,7 @@ <main class="g-Main"> <ul class="g-Projects__List"> + <li class="g-Section"> <h1 class="g-Section__Title">Shared Cost</h1> @@ -261,41 +262,6 @@ </ul> </li> - <li class="g-Section"> - <h1 class="g-Section__Title">nixos-config</h1> - - <div> - <a class="g-IconLink__Link" href="https://gitlab.com/guyonvarch/nixos-config"> - <span class="g-IconLink__Icon"> - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path></svg> - </span> - guyonvarch/nixos-config - </a> - </div> - - <p class="g-Paragraph">Configure declaratively my NixOS system.</p> - - <ul class="g-Skills"> - <li class="g-Skills__Item">Nix</li> - </ul> - </li> - - <li class="g-Section"> - <h1 class="g-Section__Title">dotfiles</h1> - - <div> - <a class="g-IconLink__Link" href="https://gitlab.com/guyonvarch/dotfiles"> - <span class="g-IconLink__Icon"> - <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"></path></svg> - </span> - guyonvarch/dotfiles - </a> - </div> - - <p class="g-Paragraph"> - Configure my tools. - </p> - </li> </ul> </main> </body> |