I work as a lecturer and laboratory assistant at the Gyumri branch of the Armenia State Academy of Fine Arts. Throughout my professional career, I have consistently aimed to create and implement sketches that also carry educational value. I consider it essential that, through my work, students are able to acquire new technical skills and explore innovative creative approaches.
At the same time, I aspire to develop a tool or solution that can be integrated into the educational process, becoming an essential component of it and contributing to the practical advancement of our field. This approach has served as the primary source of inspiration for my final project at Fab Academy
The necessary part of Fab Lab is documenting whole your journey in the course. With this aim it’s accepted here to make Website which is going to be helpful for ourselves and for next students in future.
Here is a description how I made a website and what i learned about this.
Here is a description how I made a website and what i learned about this.
Here is a description how I made a website and what i learned about this.
Info
Git. It’s a tool allowing developers to control versions of their projects, to distribute resources and cooperate with thousand developers around the world. Git Lab, Git Hub, and etc. are online sources which provides the connection between Git users.
Git Bash is basic command stroke that comes with Git, whereby we can run Git and initialize us as a developer as well as connecting our project to Git Lab that provides us hosting for our future Websites. And for editing the Website we need a program. For comfortable coding we use Visual Studio Code by Microsoft. It supports programming in all languages.
So we got the programs Git and Visual Studio, now let’s run Git Bash somewhere in a Fablab” folder (prepared in advance) by right click > * show more options (for Windows 11) > Open Git Bash here.
First off we need to configure our local git environment, with same details used on Git lab. Type the following command and write your name and email from Git lab.
Now we’re ready to make our page.
Web page programming basic language is HTML and CSS but they’re quite hard, so we use here Markdown which is simplified version of the above-mentioned and it’s completely suitable with Git Lab and Git Hub.
After activating my website in Gitlab I used Julian’s template by downloading the code and replacing the folders and files in my folder.
What is Material
The template of Julian was written in Markdown with installed Material theme in it. Material is a pre-prepared construction of web documentations with navigation panels, some colors, icons, and other helping stuff that we don’t need to write whole site from zero. For example it creates navigation bar on left and right of the Web page related to the headings automatically.
Material is one of themes supported by Markdown.
In the template of Julian is all set up for our Fab Lab documentation so we need only to edit it in Visual Studio by right-click on our folder > *show more options (for Windows 11) > Open with code.
I didn’t want to wait until my pushes load to server and then to check my actions, so I searched way to render my site locally and check every my code in a second.