cse15l-lab-reports

reports for labs in cse 15l ucsd course

View on GitHub

Back to main


Lab Report 0 - 1/12/2022

This is the lab that created my first personal website git repo!

The instructions can be viewed here.

Here is the table of content:

Creating .md file

What we learned first: by creating a file that end with md (markdown - a text format), github will generate a displayable html file (does not exist in the github repo) of the same name to display the markdown file counterpart.

Image

Since index.md will generate index.html - the default page for any website, index.md will be the main page displayed on the github page.

Styling

We learned some basic styling from the link here: .md styling cheat sheet.

Immediately I-

Image

What have I done…

Creating new pages

Then with the knowledge of styling in mind, the next task is to create a seperate page and include a screenshot there.

The title to be screenshoted to prove that I can type.

This part is actually the first thing I created in this page.

Image

Lastly, we need to create a link from the main page to the screenshot page we have just created (this page!).

Image

uh turns out this is actually the second lab report…

Also the reason there were two links initially is that I was testing out both the absolute link path and the relative link path.

Recursion

Finally, as an optional task, we need to tranform this page into an actual lab report:

Image

For the process doing this task, goto: Creating .md file

Select Theme

Turns out I can actually select the theme for the github page. Without a doubt, I choose Hacker Theme:

Image

Kinda cool ngl.

Some stupid errors: