Updated portfolio section, removed older images
This commit is contained in:
27
index.html
27
index.html
@@ -243,32 +243,35 @@
|
||||
<div class="portfolio-section">
|
||||
<h2 class="h2 fw-light mb-4">Portfolio</h2>
|
||||
<div class="row g-0">
|
||||
<div class="col-md-6"><a href="https://dribbble.com/" target="_blank"><img class="img-fluid" src="images/project-1.jpg" width="800" height="500"/></a></div>
|
||||
<div class="col-md-6"><a href="https://github.com/omgdanieltam/Wii_Classic_to_N64" target="_blank"><img class="img-fluid" src="images/adapter.jpg" width="800" height="500"/></a></div>
|
||||
<div class="col-md-6 d-flex align-items-center" data-aos="fade-left" data-aos-delay="100">
|
||||
<div class="m-4 mt-md-2">
|
||||
<p class="text-teal text-small">Frontend / HTML / CSS / JavaScript</p>
|
||||
<h3>Photo Agency Website</h3>
|
||||
<p class="text-muted">Built highly performant website front end for a Photography agency. Delivered codebase in HTML, CSS and modern JavaScript.</p>
|
||||
<p class="text-teal text-small">Embedded Programming; Arduino</p>
|
||||
<h3>Cross-platform Game Controller</h3>
|
||||
<p class="text-muted">Using an Arduino, linked a video game controller from one platform to an older generation platform. Allowed the use of a Nintendo
|
||||
Wii controller onto an Nintendo 64 game console.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row g-0 portfolio-reverse">
|
||||
<div class="col-md-6 d-flex align-items-center" data-aos="fade-right" data-aos-delay="100">
|
||||
<div class="m-4 mt-md-2 text-end">
|
||||
<p class="text-teal text-small">Graphic Design / Photoshop / Sketch</p>
|
||||
<h3>Restaurant Website Design</h3>
|
||||
<p class="text-muted">Web design for popular resturant chain involving complex layouts done in both Photoshop and Sketch. Collaborated with back-end and front-end team for finished product.</p>
|
||||
<p class="text-teal text-small">Application Development; Go</p>
|
||||
<h3>Discord Chat Bot</h3>
|
||||
<p class="text-muted">A chatting bot that responds with text or images based on specific commands on the Discord chat platform. High performance
|
||||
and quick responses that is in multiple different servers. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6"><a href="https://www.behance.net/" target="_blank"><img class="img-fluid" src="images/project-2.jpg" width="800" height="500"/></a></div>
|
||||
<div class="col-md-6"><a href="https://git.dtam.pw/daniel/GoBunnyBot" target="_blank"><img class="img-fluid" src="images/chat.jpg" width="800" height="500"/></a></div>
|
||||
</div>
|
||||
<div class="row g-0">
|
||||
<div class="col-md-6"><a href="https://dribbble.com/" target="_blank"><img class="img-fluid" src="images/project-3.jpg" width="800" height="500"/></a></div>
|
||||
<div class="col-md-6"><a href="#" target="_blank"><img class="img-fluid" src="images/compute.jpg" width="800" height="500"/></a></div>
|
||||
<div class="col-md-6 d-flex align-items-center" data-aos="fade-left" data-aos-delay="100">
|
||||
<div class="m-4 mt-md-2">
|
||||
<p class="text-teal text-small">Frontend / HTML / CSS / JavaScript</p>
|
||||
<h3>E-Commerce Website</h3>
|
||||
<p class="text-muted">Built highly performant website for an E-commerce Portal. Worked with back-end team to timely deliver codebase in HTML, CSS and modern JavaScript.</p>
|
||||
<p class="text-teal text-small">Linux Administration; CentOS</p>
|
||||
<h3>Parallel Computing Cluster</h3>
|
||||
<p class="text-muted">Built highly performance computing cluster for CAMx modeling. Built using CentOS 7 and utilizing mpich.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user