Giter Site home page Giter Site logo

emishacommunity / demo-portfolio-website Goto Github PK

View Code? Open in Web Editor NEW
72.0 3.0 120.0 140 KB

A very simple portfolio website where you can find explanation to every line of code.

Home Page: https://emisha-gita.github.io/Demo-Portfolio-Website/

License: MIT License

CSS 69.99% HTML 30.01%
html css newbiefriendly beginner first-timers hacktoberfest hacktoberfest2018

demo-portfolio-website's People

Contributors

anshika-g avatar niraj-kumar99 avatar souravinsights avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

demo-portfolio-website's Issues

Write html files in modular fashion

Problem : Everything is written in index file which reduces code readability.
Future Problem : If we want to include other things such as resume not just projects, the code will pile up in index file which will harder to debug and make changes, only comments won't suffice.

Probable Solution : Write the code in modular fashion

In index.html file, add explanations to any line of code as a comment line

What is a comment line?

In basic terms, comment lines are not visible in the web page. We use comment lines to explain about the code.

How to add a comment line:

  • Comments are designated by the tags <!-- and -->.
  • Anything that you add in between <!-- and --> it will become a comment line..

Note: Try adding some explanation to at least one html tag as a comment line.

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.