CS 307 Graphics Project by Wendy Wellesley
Basic Idea
I thought of this idea because of ...
Here's a picture of something I was inspired by:
The SRC for the IMG tag can be any URL on the internet, but URLs can change from time to time, so it's often better to do the following:
- Download the picture to your laptop.
- Optionally, rename it to something concise and memorable.
- Copy the picture to your project folder on the server using
scp
. - Put the filename of the picture as the URL of the image.
You might need to use the opendir
command, as
needed, to ensure that the permissions for the files and
subfolders of your project folder are okay.
My Project
Here is more information about my project.
I can have as many paragraphs as I want
I can also display stills (screenshots) from my project.
On my Mac, the screenshots usually have yucky filenames
like Screenshot 2025-04-28 at 2.55.18 PM.png
, so
I would rename that file to be something
like screenshot1.png
or view-from-above.png
or something more mnemonic
than a timestamp.
Again, I can have as many screenshots as a I want.
The Running Project
Here is a link to the project itself.