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:

  1. An overview/home page
  2. A main documentation page
  3. An FPGA design page
  4. An MCU design page
  5. Results
  6. 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 run quarto publish from there to render to Github pages. As a reminder, instructions on how to render can be found here.