We have two exercises in the Fab Academy's first week. Principles and practices and Project management.
The assignment's evaluation criteria are listed below.
I decided to use Theme wagon template after googling many websites.
The design is fully responsive, and layouts are compatible with all the latest browsers.
It includes hero header, slider, call to action button, carousels, burger menu, etc. in the box. This theme is based on a well-commented and well-organized code structure that allows quick customization. Eflyer is usable right off the bat though it is always tweakable according to your requirements. In conclusion, make a top position on the web with Eflyer and get it rolling.
Downloaded template was opened using visual studio code and resulted into the following picture before customization
The next step was to clone my remote repository to my computer so that I can replace the existing template which was provided in remote repository with my new modified template which includes all documentation I have done so far
CodevilleCodeville was a distributed revision control system. It was written by Ross Cohen using Python, with some design work done by his brother Bram Cohen. It uses an innovative merging algorithm called the "Codeville merge". A new merge algorithm called "Precise Codeville" or "pcvd" merge was under development. The project has now been abandoned. Codeville was self hosted and also used by BitTorrent, Inc and Mosuki.
darcsDarcs is a free and open source, cross-platform version control system, like git with a very different approach: focus on changes rather than snapshots. Darcs offers a free way of working, and a simpler user interface. Darcs does not require a central server, and works perfectly in offline mode
GitGIT is a version control system (VCS) for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source code management in software development,[8] but it can be used to keep track of changes in any set of files.
git config --global user.name "ndayishimiyeeric"
git config --global user.email "ndayishimiyerik@gmail.com"
git clone git@gitlab.fabcloud.org:academany/fabacademy/2023/labs/rwanda/students/eric-ndayishimiye.git
ssh-keygen -t rsa
Your identification has been saved in /c/Users/user/eric-ndayishimiye/.ssh/id_rsa. Your public key has been saved in /c/Users/user/eric-ndayishimiye/.ssh/id_rsa.pub. The key fingerprint is: SHA256:HivFdHYxN2+Jj/H/vXaeb5NEEDor66AxYlmbYB6dnfA eric-ndayishimiye@DESKTOP-JGQID96 The key's randomart image is: +---[RSA 2078]----+ | o.+ | | .=.o.| | . . oo.o..o| | . =o.o .o =o | | + + ES. . ..o | | o = oo oo ..| | = =..o. . o| | . . +.o +*| | . . .=X| +----[SHA256]-----+
Image showing implementation of git commands in cmd:
© 2023 | Eric NDAYISHIMIYE | All Rights Reserved