tao8max / humanbeef

0 stars 0 forks source link

Add a product page #3

Open tao8max opened 9 years ago

tao8max commented 9 years ago

Pull the latest update to the site, and add a new branch and a product page "product.erb" in that branch

ghost commented 9 years ago

Hi Max, Sorry I'm late. I just finished the products and had to leave the NYCDA offices. I'll be home by 9pm. I'll pull your files again, add my coding to the end of your css and layout files, and try to push them and my image files to my branch. I had a problem with the spacing between products that no one could solve. They line up but they're spaced father apart then I'd like. If there's some other way you'd like me to do this, let me know. Harold

On Oct 4, 2015, at 5:13 PM, taomax notifications@github.com wrote:

Assigned #3 to @skydiverhz.

— Reply to this email directly or view it on GitHub.

ghost commented 9 years ago

I could also zip and email my files.

On Oct 4, 2015, at 5:59 PM, Harold Zuckerman skydiver@pipeline.com wrote:

Hi Max, Sorry I'm late. I just finished the products and had to leave the NYCDA offices. I'll be home by 9pm. I'll pull your files again, add my coding to the end of your css and layout files, and try to push them and my image files to my branch. I had a problem with the spacing between products that no one could solve. They line up but they're spaced father apart then I'd like. If there's some other way you'd like me to do this, let me know. Harold

On Oct 4, 2015, at 5:13 PM, taomax notifications@github.com wrote:

Assigned #3 to @skydiverhz.

— Reply to this email directly or view it on GitHub.

tao8max commented 9 years ago

Sure, you should create a new branch: git branch products

then change your branch to work with it from master to products: git checkout products

then add your files to the new branch: git add -A

commit: git commit -m "Adding files for product page"

push files to the product branch on github: git push -u origin products

On Sun, Oct 4, 2015 at 6:08 PM, skydiverhz notifications@github.com wrote:

I could also zip and email my files.

On Oct 4, 2015, at 5:59 PM, Harold Zuckerman skydiver@pipeline.com wrote:

Hi Max, Sorry I'm late. I just finished the products and had to leave the NYCDA offices. I'll be home by 9pm. I'll pull your files again, add my coding to the end of your css and layout files, and try to push them and my image files to my branch. I had a problem with the spacing between products that no one could solve. They line up but they're spaced father apart then I'd like. If there's some other way you'd like me to do this, let me know. Harold

On Oct 4, 2015, at 5:13 PM, taomax notifications@github.com wrote:

Assigned #3 to @skydiverhz.

— Reply to this email directly or view it on GitHub.

— Reply to this email directly or view it on GitHub https://github.com/taomax/humanbeef/issues/3#issuecomment-145392539.