Add techbuds to website
This commit is contained in:
parent
897e6f390f
commit
f7bc7cbbd3
BIN
images/tb.mp4
Normal file
BIN
images/tb.mp4
Normal file
Binary file not shown.
28
index.html
28
index.html
@ -198,6 +198,31 @@
|
|||||||
<span class="tag">Hackathon projects</span>
|
<span class="tag">Hackathon projects</span>
|
||||||
</div>
|
</div>
|
||||||
</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="project">
|
||||||
<div class="cover" id="fbr">
|
<div class="cover" id="fbr">
|
||||||
<video autoplay loop src="images/scroll.mp4"></video>
|
<video autoplay loop src="images/scroll.mp4"></video>
|
||||||
@ -220,9 +245,6 @@
|
|||||||
<span class="tag">Web</span>
|
<span class="tag">Web</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p>© Chuck Dries 2017</p>
|
|
||||||
<br>
|
|
||||||
<!--ewwww-->
|
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
var last_known_scroll = getScrollY();
|
var last_known_scroll = getScrollY();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user