I have not coded before last semester, so my skills are quite limited to Core1: Interaction. However, I did utilize a lot of JavaScript in my Harmonic Collection to keep the website engaging. I also spent the winter break coding my portfolio website from scratch.
How excited about learning code are you?
I am quite excited to have more practice and better my fluency. I don’t think I am too nervous about the coding portion of the class, moreso the pacing. I hope I have enough time to successfully create an interactive and interesting website.
How do you imagine coding fitting in with the rest of your design curriculum and career after college?
I am interested in UI/UX, so I believe it will help me to fully realize my app and web designs through front-end coding.
What text editor do you prefer to use?
Visual Studios
Have you used GitHub before? Describe your understanding of GitHub.
Yes, I used GitHub last semester. I also used it to push the repository on my personal portfolio website.
Describe the relationship between HTML, CSS, and JavaScript.
HTML is like the blueprint of a house, defining its structure. CSS is the interior designer, making it visually appealing. JavaScript is the handyman, adding interactive features. Together, they create a well-designed and functional website – just like a house on the internet.
Using each HTML heading tag, list your favorite foods ranked by importance.
Favorite Foods
1. Japanese Food
2. Thai Food
3. Indonesian Food
4. Korean Food
5. French Food
Create an unordered list (`ul`) and link to some of your favorite graphic design or development related websites. Include a paragraph (`p`) on each site describing why it is important to you.
Pinterest is the first website I go to for inspiration. I like that they are not limited to graphic design and allow me to find inspiration in objects and different aesthetics.
I love Behance to see different types of works. I like experimentation and Behance showcases many designer’s works that are not limited to digital design.
I love scrolling through designer’s (shots) of their work, process, and projects. I like the community of digital designers and how I can find digital design inspiration.
Insert an image (`img`) that brings you joy to the page. Make sure the image includes `alt text` that describes the image.
Insert a video embed into the page.
Nest the following series of HTML tags inside each other, where each → represents a new level. make sure to maintain proper indentation.
`main` → `section` → `div` → `p` → `span`
no need to fill these tags with any actual content.
Create an ordered list of the top 5 countries you’d like to visit. within each country, create another ordered list of the top cities you’d like to visit in that country. maintain proper indentation and make sure you nest your ordered lists properly.
Peru
Lima
Cusco
Machu Picchu
South Africa
Cape Town
Johannesburg
Durban
Iceland
Reykjavik
Vatnajokull National Park
Golden Circle
Brazil
Rio de Janeiro
Sao Paulo
Salvador
New Zealand
Auckland
Queenstown
Wellington
Use `pre` tags to create a simple [concrete poetry](https://en.wikipedia.org/wiki/concrete_poetry) version of a haiku or other poem you write. the poem should represent how you feel at this moment.
Hint: `pre` tags respect whitespace, you can add add lots of spaces and line breaks and they will show up like that when you view the web page.
Silent code whispers,
Thoughts flow in lines and spaces,
A mind in circuits.