Name: Neal Sakash
***NOTE:***This assignment has a dual purpose. 1. To test the Git workflow procedures for completing assignments this semester and 2. To refresh your knowledge of basic HTML/CSS principles. I have included a simple HTML "HelloWorld" project for you to edit, commit, and push from your local computer. NOTE: If you plan to use Git through an IDE rather than the command line, I recommend you download and use WebStorm.
- Fork this repository to your Github account.
- Clone to your local computer (as demonstrated in class) and open project in your IDE of choice.
- Create a .gitignore file and put contents in it.
- Edit the README.md file to add your name to it.
- Commit and push the README.md file to your Github account.
- Create an 'AboutMe' website. This website should follow the file structure of the given project. I don't expect too much for this first assignment, but I do excpect use of a CSS file over <style> tags. Apply any knowledge you remember from CSCI 115. You can even recycle code from your past work. The main thing is knocking off the rust and going through the workflow. This project should also let me get to know you a little better.
When you are complete with your project, commit and push files to GitHub.
Note: Any issues you have with either the GitHub steps or HTML/CSS questions should be asked publically in Piazza. If you have a question, chances are someone else does also. If you see someone has posted a question on Piazza and you know the answer, please chime in and answer. This might seem rough at the beginning, but I promise it will get easier.
.idea/workspace.xml
.idea/tasks.xml
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
.idea/gradle.xml
.idea/libraries
.idea/mongoSettings.xml
*.iws
/out/
.idea_modules/
atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
*.iml
modules.xml
.idea/misc.xml
*.ipr
compiler.xml
profiles_settings.xml
vcs.xml