Giter Site home page Giter Site logo

ca-projects's People

Contributors

jsand3 avatar

Watchers

 avatar  avatar

ca-projects's Issues

(Summary) Needs work

Nice work! You're mostly on the right track, but I think that you could benefit from a retry here. Your end product doesn't quite look to spec, and your document is a bit less readable than it ought to be. I'm making separate issues related to each of those points so you can see what I mean - check those out.

It also looks like you have some additional work hanging out in your github repo? I didn't check it out, but unless you're managing a repo-of-repos or other clearinghouse type page, it's usually good to keep it to one project per repo. This helps maximize use of the git CLI.

(Spec) Header size problem

Open up your submission file using your browser and try to examine why the header is not to spec (it's too large but look closer.) I would start troubleshooting here:

<body>
<!-- Header -->
<div id="header">
<h1 class="center-text bold">Dasmoto's Arts & Crafts</h1>
</div>
<!-- /End Header -->

(Readability) Use a more explanatory name

As the saying goes "the best comment is a well-named variable" - so name this something that tells you where the CSS hooks into the HTML! Visually this is obvious, but just reading the docs is another story. Getting into this habit now will pay off on larger documents.

.bg-green {
background-color: mediumspringgreen;
}
.bg-red {
background-color: lightcoral;
}
.bg-blue {
background-color: skyblue;
}
.bold {

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.