Git Product home page Git Product logo

old-portfolio's People

Watchers

 avatar

old-portfolio's Issues

tip: Indentation

You want to be sure to follow consistent indentation in your code, it'll make it a lot easier to read!

I would write this:

https://github.com/HannahAurand/hannahaurand.github.io/blob/588dcd3c9ab3d6fc2ac224b8646061d63ffe30ce/index.html#L29-L39

like this:

<div class="one"> 
    <h3>Who am I?</h3> 
    <p>I am constantly learning and applying new knowledge to all  
     areas of my life. Implementing innovative strategies for  
     problems is my passion--even if it means I fail along the way. 
     Failure is a path to success.</p> 
</div> 
<div class="two"> 
    <img src="pieChart.png" alt="identityPieChart"> 
</div> 

tip: css class naming conventions

You generally wont see class names using sentence-case or camel-case (or really any uppercase letters at all really). Instead, you'll often see multiword class names separated by hyphens (i.e. kabab-case or skewer-case).

A really common, more advanced naming convention that you could start to explore is called BEM. It stands for Block, Element, Modifier and is a really exact way of organizing and grouping elements. It's what you'll see most often in the industry. Here are two good articles on it:

  1. https://css-tricks.com/bem-101/
  2. https://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/

https://github.com/HannahAurand/hannahaurand.github.io/blob/588dcd3c9ab3d6fc2ac224b8646061
d63ffe30ce/index.html#L28

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.