E155 Final Project Portfolio Website
This repository contains a suggested structure for the final report.
Portfolio Contents
Your portfolio website should include the following items:
- An overview/home page
- A main documentation page
- An FPGA design page
- An MCU design page
- Results
- Team
Notes
- Do not upload video files into your Git repo! They are too big. Instead, upload to external video hosting sites (e.g., YouTube or Vimeo) and embed the HTML. You can directly paste the embed HTML code into your Quarto markdown.
- Think of your front page like a pitch. You’re looking to give the reader a quick summary of what your project is and invite them to check it out in more detail.
- Host the portfolio website using Github pages. The most seamless way is to keep all the Quarto source docs inside a
docs
folder of your project Github repository and runquarto publish
from there to render to Github pages. As a reminder, instructions on how to render can be found here.