Skip to content

Commit

Permalink
deploy: 0c992c4
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamar committed Feb 20, 2024
1 parent f4e5ce1 commit 819a078
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 2 deletions.
84 changes: 83 additions & 1 deletion projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,94 @@ <h1>Projects</h1>
<div class="card">
<div class="card-contents">
<h3 class="center">Note taking app</h3>
<img class="img-pretty" src="/static/projects/img/note.png" style="width: auto; max-height: 200px;">
<img class="img-pretty" src="/static/projects/index/img/note.png" style="width: auto; max-height: 200px;">
<p class="center">An app to take notes</p>
</div>
</div>
</a>

<a href="https://github.com/ninjamar/ninjamar.github.io" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">ninjamar.dev</h3>
<img class="img-pretty" src="/static/projects/index/img/ninjamar.github.io.png" style="width: auto; max-height: 200px;">
<p class="center">This website</p>
</div>
</div>
</a>

</div>

<div class="row">

<a href="https://github.com/ninjamar/ninjasocial" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">ninjasocial</h3>
<img class="img-pretty" src="/static/projects/index/img/ninjasocial.png" style="width: auto; max-height: 200px;">
<p class="center">A social application</p>
</div>
</div>
</a>

<a href="https://github.com/ninjamar/hsm" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">hsm</h3>
<img class="img-pretty" src="/static/projects/index/img/hsm.png" style="width: auto; max-height: 200px;">
<p class="center">JavaScript Framework</p>
</div>
</div>
</a>

</div>

<div class="row">

<a href="https://github.com/ninjamar/nm" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">nm</h3>
<img class="img-pretty" src="/static/projects/index/img/nm.png" style="width: auto; max-height: 200px;">
<p class="center">A lisp like language</p>
</div>
</div>
</a>

<a href="https://github.com/ninjamar/vm" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">vm</h3>
<img class="img-pretty" src="/static/projects/index/img/vm.png" style="width: auto; max-height: 200px;">
<p class="center">A virtual machine</p>
</div>
</div>
</a>

</div>

<div class="row">

<a href="https://github.com/ninjamar/containd" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">containd</h3>
<img class="img-pretty" src="/static/projects/index/img/containd.png" style="width: auto; max-height: 200px;">
<p class="center">Containerization tool written in python</p>
</div>
</div>
</a>

<a href="https://github.com/ninjamar/containd-cpp" style="text-decoration: none;">
<div class="card">
<div class="card-contents">
<h3 class="center">containd-cpp</h3>
<img class="img-pretty" src="/static/projects/index/img/containd-cpp.png" style="width: auto; max-height: 200px;">
<p class="center">Containerization tool written in CPP</p>
</div>
</div>
</a>

</div>


Expand Down
2 changes: 1 addition & 1 deletion projects/note.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>Note</title>
<script type="module" src="/static/projects/js/note.js"></script>
<script type="module" src="/static/projects/note/js/note.js"></script>
</head>
<body style="background-color: #dbdada;">
<div id="app"></div>
Expand Down
Binary file removed static/projects/img/note.png
Binary file not shown.
Binary file added static/projects/index/img/containd-cpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/containd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/hsm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/ninjamar.github.io.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/ninjasocial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/nm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/projects/index/img/vm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.

0 comments on commit 819a078

Please sign in to comment.