diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-05 09:26:54 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-05 09:26:54 -0400 |
| commit | fa3e4eec60931669b543c62399c1eb67b675a331 (patch) | |
| tree | b868ad42f0d73844f4fe51d6bd57b5799b234f86 /projects.md | |
| parent | 7b17b2c9aac64de3e7d55457b88b366192fff12f (diff) | |
| download | personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.tar.gz personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.tar.bz2 personal-website-fa3e4eec60931669b543c62399c1eb67b675a331.zip | |
Another website overhaul
Diffstat (limited to 'projects.md')
| -rw-r--r-- | projects.md | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/projects.md b/projects.md index 1a4fe07..6ef87f4 100644 --- a/projects.md +++ b/projects.md @@ -3,33 +3,21 @@ layout: default title: Projects description: These are the projects I used to and currently working on --- - +<!-- <div class="row"> <div class="col s12 m6"> <div class="card black darken-1"> - <div class="card-content white-text"> + <div class="card-body" style="margin-top:10"> <img src="/assets/img/AleeBot.png" alt="Logo" style="width:20%"> <div class="container-card"> <span class="card-title">AleeBot</span> <p>A Discord bot made in JavaScript</p> <br> </div> - <div class="card-action"> + <div class="btn green darken-4"> <a href="https://github.com/AleeCorp/AleeBot"><i class="fab fa-github"></i> GitHub</a> </div> </div> - <div class="card black darken-1"> - <div class="card-content white-text"> - <img src="/assets/img/silicon-linux.png" alt="Logo" style="width:20%"> - <div class="container-card"> - <span class="card-title">Silicon Linux</span> - <p>An Arch based distribution</p> - <br> - </div> - <div class="card-action"> - <a href="https://silicon-linux.net">Website</a> <a href="https://github.com/silicon-linux"><i class="fab fa-github"></i> GitHub</a> - </div> - </div> <div class="card black darken-1"> <div class="card-content white-text"> <div class="container-card"> @@ -64,4 +52,6 @@ description: These are the projects I used to and currently working on </div> </div> </div> - </div>
\ No newline at end of file + </div> + --> + <h1>This page is being worked on...</h1> |
