Template for your portafolio
Miquel Camps
Posted on October 31, 2020
Hi DEVs!
I made a simple portafolio template where you can show your sideprojects with the option to filter them using categories.
I'm using Bootstrap for the frontend, the data is hosted in a google spreadsheet, you can upload it on Github Pages to get your own URL for free.
I hope this can be useful for you!
Google Spreadsheet example (public access required)
Install
Insert your google spreadsheet ID in this file /static/main.js
var URL = "1gjSO6dzKyucIQMkM3yo4DfZf7tSPOCfZ4wSMP5NInlU"
Customize your own website
Full width
<div class="container fullwidth">
Fixed header on desktop
<body class="fixed">
Show 4 items for row
<div class="col-md-3 item" data-category="{{category}}">
Show 6 items for row
<div class="col-md-2 item" data-category="{{category}}">
💖 💪 🙅 🚩
Miquel Camps
Posted on October 31, 2020
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.