#Student Profile Page - Pure HTML
This assignment begins our collaborative construction of the Digital Wesleyan Fellowship Page. The purpose of this exercise is to familiarize you with HTML and CSS, as well as set up you up to learn our second Github Workflow: Fork and Pull Request.
- Fork the digitalwesfellowship-home repo: https://github.com/digitalwes/digitalwesfellowship-home
- Clone the repo to your local machine by navigating to your projects folder and typing
git clone https://github.com/digitalwes/digitalwesfellowship-home.git
- On your computer, in either Finder/Explorer or your Terminal, navigate to the /source/layouts/students folder, here: https://github.com/digitalwes/digitalwesfellowship-home/tree/master/source/layouts/students
- Make a copy of
student_template.html
and name itYour_Name.html
, replacingYour_Name
with... your name. - Fill out the html in that file with your information
- Add, commit, pull, push to your personal remote repo under your Github account.
Next Friday we'll talk about how to make a Pull Request so that your change will be added to the original repository. You can read up on it here: https://help.github.com/articles/fork-a-repo