Finalize pages
This commit is contained in:
parent
2ed87f61d0
commit
530af40eb7
BIN
assets/projects/maschatbot/5.png
Normal file
BIN
assets/projects/maschatbot/5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 KiB |
@ -18,6 +18,9 @@
|
||||
<h1>Description</h1>
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<p>
|
||||
Mas CHATBOT is a chatbot application facilitating control of connected devices.
|
||||
</p>
|
||||
<p>
|
||||
This project is an experiment for new approaches, exploring concepts such as GraphQL, Microservices, Websockets.
|
||||
</p>
|
||||
@ -39,7 +42,15 @@
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<ul>
|
||||
<li></li>
|
||||
<li>Node.js</li>
|
||||
<li>WebSockets</li>
|
||||
<li>NLP</li>
|
||||
<li>PostgreSQL</li>
|
||||
<li>GraphQL</li>
|
||||
<li>Go</li>
|
||||
<li>Vue.js</li>
|
||||
<li>Nuxt.js</li>
|
||||
<li>Tailwind CSS</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -49,9 +60,11 @@
|
||||
</div>
|
||||
<div class="card-content">
|
||||
<div class="gallery">
|
||||
<!--
|
||||
<GalleryImage :src="require('~/assets/projects/example/1.png')" />
|
||||
-->
|
||||
<GalleryImage :src="require('~/assets/projects/maschatbot/1.png')" />
|
||||
<GalleryImage :src="require('~/assets/projects/maschatbot/2.png')" />
|
||||
<GalleryImage :src="require('~/assets/projects/maschatbot/3.png')" />
|
||||
<GalleryImage :src="require('~/assets/projects/maschatbot/4.png')" />
|
||||
<GalleryImage :src="require('~/assets/projects/maschatbot/5.png')" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user