-
Notifications
You must be signed in to change notification settings - Fork 2
HW 0 | Front end Development
Each week, we'll try to have a part of the homework that helps gives you more tools as a programmer, but may not have been mentioned in class. This week, it's getting yourself familiar with the command line and creating an account on Github.
- Work through http://cli.learncodethehardway.org/book/ up to Removing a File. This tutorial works for both PCs and Macs, and each section shouldn't take too long. If you already feel comfortable with the command line, still read through it—there are some nice tips that even experts might find useful. Total time: 30-60 minutes.
- Create an account on Github if you didn't already do this in class. Total time: 5 minutes
-
Make a personal website (site means two or more pages). It should have at least 50 lines of HTML. Follow all the good coding practices you've learned in previous classes and lecture 0: indent properly and follow conventions (use
index.html
for your home page). Your about page should include your new Github username! Total time: 1-4 hours, depending on your ambition. -
Do not worry about making your page pretty - we will save that for the next assignment!
-
Feel free to take a look at all the different HTML tags and attributes that are available, and try to play around with all different kinds of options. If you want to learn more about HTML and the many options available to you, check out this tutorial.
If you need help, first consult your best friend, Google (or Bing, or Yahoo! search...)
Then check out the course page (Course Code: 7J8B98) for information.
If you're still stuck, ask [email protected] or [email protected] for help.