1. State of the art, project management and documentation¶
Inspirational Videos¶
Inspiration Board¶
This my inspiration board for my final project. I am still not sure about what I will end up doing.
Editing process¶
• The codes for the paragraph style
Title¶
# Title
Subtitle¶
## Subtitle
Heading¶
### Heading
• To insert a photo you first have to adjust it by making it 72 pixels of resolution and then it has to be less than 1000 kb. You also should change the names of your files to organize them.
![Image caption]( The image adress )
• To add a website
[Example]( Link of the website )
• To add a video you copy this link and paste it
<iframe src="https://player.vimeo.com/video/71804663" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe> <p><a href="https://vimeo.com/71804663">Daft Punk "Lose Yourself To Dance" AKA Daft Signz</a> from <a href="https://vimeo.com/daftsignz">Daft Signz</a> on <a href="https://vimeo.com">Vimeo</a>.</p>
• To costumize your site
You edit the 'site_name', 'site_description', 'site_author', and 'copyright'.
• To show the code you are using you have to put three backticks at the begining and the end of the code: ''' '''