Header Image

Jak vyrobit (téměř) cokoliv

Week 1

Weekly tasks

  1. Make your own website
  2. Plan and outline a potential final project.

The work itself

This week was the first week of the course "Jak vytvořit (téměř) cokoliv. The main task of this week was to make our own website. I don't want to pretend that I am website developer or programmer. This website was created with assistance from ChatGPT-4 and it is basic html, without this fancy css stuff. The Layout was inspired by the app called Notion, here is example of how the look of it was achieved

        
            body {
                font-family: Arial, sans-serif;
                margin: 0;
                padding: 0;
                background-color: #f5f5f5;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .container {
                width: 1000px;
                background-color: white;
                padding: 20px;
                box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                border-radius: 8px;
                margin-top: 20px;
            }
            .header {
                width: 100%;
                text-align: center;
            }
            .header-image {
                width: 100%;
                height: 150px;
                object-fit: cover;
                border-radius: 4px;
            }
        
      
During the seminar we also had a tour of the "Strojovna" room where all the experiments would be conducted.

For now I have more abstract idea about my project. The project you can find here.