diff --git a/README.md b/README.md index e336c3e..0e3572d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. Fork this repo! This will make a copy of it in your own GitHub account. By default you can't edit _this_ repo because you don't have access, but by forking it, you'll have control. Then you can make changes and send me a pull request to add your changes to my project. 2. `git clone` your newly forked repo into your projects folder. Remember, cloning a repo makes a folder for it, so you don't need to create one first! -3. `cd` into the `projectlist` directory that has been created. +3. `cd` into the `projects/` directory that has been created. 4. Confirm you are on the `master` branch by running `git status`. We don't want to make changes against master in case we screw something up, so... 5. Make a new git branch and check it out: `git checkout -b add-my-project`. 'add-my-project' is the name of my new branch, and `checkout -b` tells git to make a new branch AND go into it. 6. `git status` should tell you you are now on branch 'add-my-project'. @@ -37,6 +37,8 @@ Check to see if you have Node installed: `node --version` If you do not: `brew install node` +Install Bower: `npm install -g bower` + Now install Zurb Foundation using Bower: `bower install foundation` Bower is a package manager, so it will keep Foundation up to date for you! diff --git a/images/emancipet.png b/images/emancipet.png new file mode 100644 index 0000000..e97e9e1 Binary files /dev/null and b/images/emancipet.png differ diff --git a/images/gamelog.png b/images/gamelog.png new file mode 100644 index 0000000..802f0de Binary files /dev/null and b/images/gamelog.png differ diff --git a/index.html b/index.html index 85b664d..d47c0ea 100644 --- a/index.html +++ b/index.html @@ -64,11 +64,11 @@
- Tell us what you'll be working on in 140 characters or less! + A pet finding web app that allows you to locate your lot pet or the pet's ownwer!
+ I'm building an app for MakerSquare to display tweets during the SXSW party (which is tomorrow so obviously this is a lie). +
++ I have a restaurant page I need to wrap up and get live, but that's not really exciting enough for a final project. Instead, I think me and Daniel are going to work on building a baseball player tracker thingy he wishes he had. Maybe a little too amitious, but might as well try! +
++ Tell us what you'll be working on! Plenty of space here! +
+- Tell us what you'll be working on! Plenty of space here! + A pet finding web app that allows you to locate your lost animals or find the owner of a pet you may have found in your neighborhood!
+ Let's say there are a few baseball players you like. Did you know that during the summer they play baseball games pretty much every day? It's ridiculous. Lets say that you want a quick way to see what your favorite player did in his game last night. You could look up the box score of the game, or use a fantasy baseball player tracker to show you the stats of your player. +
++ A lot of baseball people find these numbers soothing, but there sure are a lot of them! Wouldn't it be easier if instead of seeing all the stats, you could just choose which stats you cared about, and then read a sentence like "Last night, Miguel Cabrera struck out twice and got an RBI." +
++ What if you could do the same thing for five different players, in five different sports! You could pretty much have your own custom sports page, delivering EXACTLY the sports news you want. Now, to be clear, doing that will require doing a lot of bullshit with APIs and other stuff I don't understand... yet. But I think we can throw together some IF ELSE Statements to create the text string to make a prototype! + Caveats: This thing almost definitley exists somewhere else on the web already so ¯\(º_o)/¯? Also I don't know if this is actually possible. +
+