Git Product home page Git Product logo

portfolio-project's Introduction

Portfolio Project

This is my portfolio project.

Built With

  • Html
  • CSS
  • Linters

Live Demo (if available)

Live Demo Link

Prerequisites

A Web Browser (preferably FireFox or Chrome) to get a local copy up and running follow these simple example

Setup

git clone [email protected]:Htetaungkyaw71/Portfolio-Project.git Go to the Project cd "Portfolio-Project"

Install

Run npm install to install the dependencies

Run

Run npm start to run the live server.

Htetaungkyaw

๐Ÿ‘ค Htetaungkyaw

๐Ÿค Contributing

https://github.com/ifeanyi305/ Contributions, issues, and feature requests are welcome!

Contributor - https://github.com/ifeanyi305

Feel free to check the issues page.

Show your support

Give a โญ๏ธ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

๐Ÿ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

portfolio-project's People

Contributors

htetaungkyaw71 avatar lul-abdifan avatar ifeanyi305 avatar

Stargazers

Usama Masood avatar

Watchers

 avatar

Forkers

lul-abdifan

portfolio-project's Issues

Peer to peer code review (10/13/2022)

Acknowledgements

  • Good github workflow ๐Ÿ’ฏ
  • No linters error ๐Ÿ‘
  • Clean and readable code

Changes Required

  • Please make sure that when using the nav tag, you do so once. This is for semantics reasons.
    <nav class="mobile_nav">
    <img src="./images/menu.png" class="icon" width="40" height="40" id="openMenu">
    </nav>
    <nav class="desktop_nav">
    <ul class="desktop_nav_ul">
    <li><a href="#work">Portfolio</a></li>
    <li><a href="#about">About</a></li>
    <li><a href="#contact">Contact</a></li>
    </ul>
    </nav>
  • Kindly change your headings in your code. You used the h1 tag multiple times which supposed to be used for the first and most important heading. you can use either h2 or h3 to replace the ones below.
    <h1>Tonic</h1>

    <h1>Contact Me</h1>

Peer-to-peer code review (9/27/2022)

Shaddai suggested that you use an anchor tag instead of the button so that when you hover on it it shows a pointer, and suggested that you use ul and li in place of divs and span in the card, and lastly to import a font and apply the font to the body tag.

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.