Questionnaire

1.

I took Core1 Interaction during the previous semester. It was my first experience coding in HTML, CSS and JS. Most of the things I had to learn myself, as it was the first time my professor was teaching and I wanted to go a bit beyond the class projects.

The most confusing part was JS as we weren’t actually taught how to use it, but told to use chat.gpt to write a code.

2.

I am not really into web design, but I thin it is a useful skill for graphic designer. Also, the projects sound quite interesting and open-ended in terms of approaching, so I will babe able to create works I would use in my portfolio. I think the class would be quite useful and interesting.

3.

As I mentioned I am not going to be a Web Designer, but understanding of web and basic coding skills would be a plus when working with advertising agencies, graphic design projects for web or social media and personal projects.

Regarding the semester, I was hoping to take it a bit easier, to recover my health and mental state, so I hope I will be able to find a balance between complicated projects I am excited and proud of and time for myself.

4.

Visual Studio Code

5.

I’ve used GitHub for Core1 Interaction, but I feel a little lost in its functions, so a little tutorial or lecture on that would be helpful.

6.

Building a website has quite a lot of common with creating a poster. The task and info you recieve from the client is your basis - your HTML.

The way you display the information around the space of the poster is the CSS.

And JS in this case can be any additional details tthat would increase the user interaction with the poster. For example, maybe you would use some specific lighting when displaying the poster or you would hang it somewhere that would allow the user physically interact with the design.

7.

Coffee (black / oat milk flat white)

Eggs benedict

Syrniki (a traditional russian dish)

Filet Mignon

Croissant (plain)
Banana pancakes (secret recipe ))

8.

9.

A cracked egg with a path of steps going away from it

10.

12.

  1. Japan (need a visa though)
    1. Osaka

    2. Tokyo

    3. Kyoto

  2. Canada (visa -_-)
    1. Toronto

    2. Ottawa

    3. Vancouver

  3. Bali
    1. Ubud

    2. Seminyak

    3. Canggu

  4. France (once again, but need a visa now)
    1. Paris

    2. Marseille

    3. Strasbourg

  5. Netherlands (let me guess... VISA?!!!)
    1. Haarlem

    2. Groningen

    3. Amersfoort

13.

        Как быстро летит луна!
            На неподвижных ветках
        Повисли капли дождя.
     

15.

16.

Block elements take up as much space as possible and are start with a new vertical section

Inline elements are located side by side and take only as much space as they need

Inline-block elements are located side by side but take all the space of the line as possible

20.