Giter Club home page Giter Club logo

prj-rev-bwfs-dasmoto's People

Contributors

ghabebossin avatar

Watchers

 avatar

prj-rev-bwfs-dasmoto's Issues

SUMMARY

[Exceeds expectations] Great work!

Great

  • alt tags on images!
  • Your CSS code is DRY (Don't Repeat Yourself)
  • Class names are informative
  • Images are in "images" directory
  • Downloaded images to your local images directory and linked them locally
  • Great Indentation in HTML/CSS files
  • Used <div> or other tags to wrap the section of the code -- Easy to read
  • Alternative font-family
  • Nav bar - WOW, Amazing ๐Ÿ‘๐Ÿ‘๐Ÿ‘

Suggested Improvements

  • Linking images locally in Css file as well-- But great job doing that in index.html file. #1
  • Multiple Fonts: #4

Overall, Perfect! ๐Ÿ’ฏ

Nav Bar

Well first it looks really great! -- It matches the heading colors ๐Ÿ‘

https://github.com/moonmooncatatat/prj-rev-bwfs-dasmoto/blob/eb6c941f2d4c626f00867d6138816d043dd6cf53/Dasmotos/Resources/css/styles.css#L1

So easiest way would be to use text-align property. The text-align CSS property describes how inline content is aligned in its parent block element.To read more:

https://developer.mozilla.org/en-US/docs/Web/CSS/text-align
https://www.w3schools.com/cssref/pr_text_text-align.asp

A block-level element always starts on a new line and takes up the full width available (stretches out to the left and right as far as it can). While an inline element does not start on a new line and only takes up as much width as necessary.

So it look like this:

From:
https://github.com/moonmooncatatat/prj-rev-bwfs-dasmoto/blob/eb6c941f2d4c626f00867d6138816d043dd6cf53/Dasmotos/Resources/css/styles.css#L3-L5

To:

ul {
  text-align: center;
  list-style-type: none; 
}

Relative images' path

Having relative paths to images.

What I do I mean?
Instead of linking to an outside source like:

https://github.com/moonmooncatatat/prj-rev-bwfs-dasmoto/blob/eb6c941f2d4c626f00867d6138816d043dd6cf53/Dasmotos/Resources/css/styles.css#L42

So it would be as similar as you have done in index.html file, so it would look like this (you have already downloaded the pattern.jpeg image locally, so great job!):

background-image: url("../images/pattern.jpeg");


Why:
It is better that we have images in your directory. Let's assume we have a website running, and you we linked those images somewhere to external URLs. So after a while they took down the images from external site, and now our website will no longer show those images.

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.