manotejmeka / MI-449-SS17-741-html-boilerplate-linting-and-code-style-uRxwab

0 stars 0 forks source link

Project Feedback #1

Open manotejmeka opened 7 years ago

manotejmeka commented 7 years ago

@egillespie Can you take a look at this? It's hosted here and meets the following criteria:

egillespie commented 7 years ago

Looking good so far. The skeleton.css that we intended you to use for this project is the one referenced on the last page of this lesson:

https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css

Do you mind removing the skeleton.css that you're using and instead reference the one above? After you push to master and gh-pages, @mention me and I'll take another look.

Thanks!

manotejmeka commented 7 years ago

@egillespie I have made the changes you have asked for. I hope that is what you meant by having skeleton.css file as well as styling in the document. I could of just added my styling in the skeletion.css but I just added a new file so that you know the changes I made to the original file.

egillespie commented 7 years ago

I think I explained it poorly. The change involves replacing these two lines:

  <link rel="stylesheet" href="styling.css">
  <link rel="stylesheet" href="skeleton.css">

With this:

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">

Then you can delete the styling.css and skeleton.css files in your project.

manotejmeka commented 7 years ago

@egillespie Okay done made those changes. I think I am just too much when it is not needed. haha. Sorry!!

egillespie commented 7 years ago

Looks great! And don't worry, we'll be working on communicating goals of projects better over the course of the semester.

:shipit: