aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2020-12-16 09:27:48 +0100
committerJoris2020-12-16 09:27:48 +0100
commit0f4872043e696f64d9107c92e91817e7ee85d1d7 (patch)
treed283f3ad1a81630057fcc9c75621f29fc5bceb15
parentb899c6f9385055d4342dc2db07f1b64065e6671f (diff)
downloadpersonal-page-0f4872043e696f64d9107c92e91817e7ee85d1d7.tar.gz
personal-page-0f4872043e696f64d9107c92e91817e7ee85d1d7.tar.bz2
personal-page-0f4872043e696f64d9107c92e91817e7ee85d1d7.zip
Remove configs from projects
They have been made private.
-rw-r--r--public/projects.html36
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>