Skip to content

Commit

Permalink
Add Simpliplan, Dash Dodge cards and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
tomc128 committed Aug 9, 2023
1 parent 6ffb882 commit e6962a6
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions img/noterly/logo_full.svg
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 img/simpliplan/FullLogo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 65 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,17 @@ <h3>Software developer & computer science student</h3>
<div class="project-card">
<div class="content">
<div class="main">
<img src="" alt="" class="thumbnail">
<img src="img/noterly/logo_full.svg" alt="" class="thumbnail">

<div class="info">
<div class="title">
<h3>Noterly</h3>
<span>Simple notification reminders</span>
</div>

<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut ullam quisquam magnam corrupti quasi sequi molestiae veniam, fuga esse totam.</p>
<p>
A simplistic app for Android, allowing users to create notifications to use as reminders. Localised into over 6 languages, uses Material You and has achieved high ratings on Google Play.
</p>

<ul class="tags">
<li class="tag">Flutter</li>
Expand All @@ -100,12 +102,73 @@ <h3>Noterly</h3>
<div class="expanded">
<img src="" alt="">
<img src="" alt="">
<!-- <img src="" alt="">
<img src="" alt=""> -->
</div>
</div>
</div>

<div class="project-card">
<div class="content">
<div class="main">
<img src="img/dash-dodge/Logo_UltraPadded_Background_512px.png" alt="" class="thumbnail">

<div class="info">
<div class="title">
<h3>Dash Dodge</h3>
<span>Dodge the blocks</span>
</div>

<p>
Dash dodge is a fun platformer for both Android and PC. Browse the list of community-built levels, and reach the end, collecting as many gems as you can. Then, build you own level with the advanced 3D level editor for PC.
</p>

<ul class="tags">
<li class="tag">Unity</li>
<li class="tag">PC</li>
<li class="tag">Android</li>
</ul>
</div>
</div>

<div class="expanded">
<img src="" alt="">
<img src="" alt="">
</div>
</div>
</div>


<div class="project-card">
<div class="content">
<div class="main">
<img src="img/simpliplan/FullLogo_512.png" alt="" class="thumbnail">

<div class="info">
<div class="title">
<h3>Simpliplan</h3>
<span>Homework planner</span>
</div>

<p>Simpliplan is a cross-platform homework planner app built with Flutter. It features cloud syncing capabilities, plus the unique feature of sharing homework with friends.</p>

<ul class="tags">
<li class="tag">Flutter</li>
<li class="tag">Web App</li>
<li class="tag">Android</li>
<li class="tag">C# API</li>
</ul>
</div>
</div>

<div class="expanded">
<img src="" alt="">
<img src="" alt="">
</div>
</div>
</div>


<div class="project-card">
<div class="content">
<div class="main">
Expand All @@ -130,7 +193,6 @@ <h3>Noterly</h3>
<div class="expanded">
<img src="" alt="">
<img src="" alt="">
<img src="" alt="">
</div>
</div>
</div>
Expand Down

0 comments on commit e6962a6

Please sign in to comment.