Week 1 laboratory · after the GitHub form

Make this website about yourself in three ways

If you do not have a GitHub username yet, finish Week 0 first. Then edit the page below. One window holds the whole file: HTML (words and structure), CSS (inside <style>), and JavaScript (inside <script>).

three changes that could only be yours A name, a look, and something the page does when you click. Disclose any AI use.
The assignment · do all four

Customize, publish, fork, then pull request

Change the page in three ways so a stranger can tell it is about you. Then complete every step, in order:

  1. Your own repository. Click Save as index.html. Create a new public repo on your account, add that file as index.html, commit, and push.
  2. GitHub Pages on that repo. Settings → Pages → Deploy from a branch → main/ (root) → Save. Wait a minute. Open https://YOURUSER.github.io/YOURREPO/ and confirm it is your page.
  3. Fork the whole class repository. Fork kylemath/Psych302-305-KyleMathewson (the entire handbook, not the small repo from step 1). On that fork, replace index.html with your page so it is the default. Leave the other course files.
  4. Open a pull request back to the class repo. From your fork, open a PR into kylemath/Psych302-305-KyleMathewson. This is practice — and a contest. The instructor will merge the coolest one as the new default homepage of the class site.

GitHub is the work. Canvas is the hand-in. A live page is not submitted until you paste the four links on Week 1 · Laboratory report and click Submit. Do not use the Week 0 box.

Own repo: https://github.com/YOURUSER/YOURREPO
Pages: https://YOURUSER.github.io/YOURREPO/
Fork: https://github.com/YOURUSER/Psych302-305-KyleMathewson
Pull request: https://github.com/kylemath/Psych302-305-KyleMathewson/pull/NN
Three changes:
1.
2.
3.
AI disclosure: no Copilot tonight

Before you start, we will open a few published pages from past courses: Brain Games (most recent demo), Brainimation (the class that demo grew out of), p5.eegedu (the oldest student EEG art catalogue), the PSYCH 403 student portfolios, and the instructor catalogue at kylemathewson.com. Same idea as tonight: a file in a repo, then GitHub Pages.

Code

Preview

Due Tuesday 8 September, 17:00: own-repo URL, Pages URL, fork URL, pull-request URL, the three changes, and the disclosure. Paste those on the Canvas assignment — a live page is not the submission. We also discuss agentic coding: you stay the author.