Portfolio Example

Living Document,

Editor:
John Doe

Abstract

This is an example document, detailing some features you would use in a portfolio.

1. Introduction

This is the first main section. You can also have subsections.

1.1. More information

This is an example of a subsection, within the Introduction section.

2. Code

Here are some code examples, under the sub header of the Introduction section.
from __future__ import annotations


def main():
    for _ in range(100):
        print("Example Python code!")


if __name__ == "__main__":
    main()

3. Tables

Here is a table of some programming languages.
Python This is programming language #1 in this table.
Kotlin This is programming language #2 in this table.
Java This is programming language #3 in this table.
Go This is programming language #4 in this table.
Rust This is programming language #5 in this table.

4. Quotes

Here is an example block quote.
This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote. This is an example block quote.

5. Figures

An image with example text in it
An image with example text in it