This repository contains all the materials related to CIST1300-01, Introduction to Web. I have seperate modules or folders for Lab, Assignment, course material and Miscellaneous. I will keep updating the content as we progress, I hope you enjoy the content. Please feel free to reach out to me with your suggestions, feedback on how to improve the content. If you see any typos or any mistake in the content please create an issue ticket in github and I will review and make changes accordingly.
Tutorial for accessing loki machine using Putty :- https://unomaha.box.com/s/7siwsy8p1e5x61d6drgcp4vd1blsa68f
Version Control Tutorial :- (http://swcarpentry.github.io/git-novice/01-basics/index.html)
Loki Host:- loki.ist.unomaha.edu
Git Commands- Here is the command, you have to follow each time you decide to push your changes to repo
Step1 :- git pull
Step 2:- git add .
Step3 :- git commit -m "Add commit message"
Step4 :- git push origin master
CSS Links- https://www.w3schools.com/cssref/