Add techbuds to website

This commit is contained in:
Chuck Dries 2017-10-14 04:35:04 -07:00
parent 897e6f390f
commit f7bc7cbbd3
2 changed files with 25 additions and 3 deletions

BIN
images/tb.mp4 Normal file

Binary file not shown.

View File

@ -198,6 +198,31 @@
<span class="tag">Hackathon projects</span>
</div>
</div>
<div class="project">
<div class="cover" id="tb">
<video autoplay loop src="images/tb.mp4"></video>
</div>
<div class="details">
<h2>TechBuds Chat</h2>
<p>A realtime chat app in Vue</p>
<p> A penny stock trading community needed a custom chat platform, so they hired my Desert Hacks '17 team.
Our implementation relies on Mongo, Redis, Node, and Express in the backend, Vue, Vue-router, and
Materialize on the front end, Socket.io handles real time communication between the two, and every
ounce of javascript we write is transpiled by Babel. I'm in charge of the front end and responsible
for the visual and architectural design of most of the SPA.</p>
<p>Unfortunately, this project is closed source, but it's not under NDA. I can't publish the code online,
but I can show you if you ask.</p>
<!--<span class="tag cat ">Tech</span>-->
<!--<span class="tag cat ">Design</span>-->
<span class="tag">Web</span>
<span class="tag">NodeJS</span>
<span class="tag">MongoDB</span>
<span class="tag">ExpressJS</span>
<span class="tag">VueJS</span>
<span class="tag">BabelJS</span>
<span class="tag">Socket.io</span>
</div>
</div>
<div class="project">
<div class="cover" id="fbr">
<video autoplay loop src="images/scroll.mp4"></video>
@ -220,9 +245,6 @@
<span class="tag">Web</span>
</div>
</div>
<p>&copy; Chuck Dries 2017</p>
<br>
<!--ewwww-->
</div>
<script>
var last_known_scroll = getScrollY();