BenMukebo / Cloudflare-website

Cloudflare is a website for a software development company that builds custom digital products for forward-thinking enterprises and startups. Built with CSS, HTML, and Vanilla-JavaScript.

Home Page:https://cloudflare-tech.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLOUDFLARE MERKLE TOWN

Description

Cloudflare Merkle Town is a website for a software development company that builds custom digital products for forward-thinking enterprises and startups. it has more than 50+ experienced designers and JS developers on board, With the main office based in Warsaw (Poland), we also operate in different locations, including the United States and the United Kingdom.

  • This is the page view:
mobile version desktop version
Screenshot1 Screenshot2

Learning objectives:

  • Use semantic HTML tags.
  • Apply best practices in HTML code.
  • Use CSS box model.
  • Use CSS selectors correctly.
  • Use Flexbox to place elements in the page.
  • Demonstrate ability to create UIs adaptable to different screen - sizes using media queries.
  • Use GitHub Pages to deploy web pages.
  • Apply JavaScript best practices and language style guides in code.
  • Use JavaScript to manipulate DOM elements.
  • Use JavaScript events.
  • Use objects to store and access data.
  • Communicate technical concepts to other technical people.
  • Build a the capstone project site.

Built With

  • HTML
  • CSS (Flexbox & Grid)
  • Java Script
  • Git & GitHub

Live Demo

Live Demo Link

Loom Video

Loom Video Link

Getting Started

To get a local copy for this project and running follow these simple example steps.

Prerequisites

  • You need to have git installed in your machine.
  • A text editor or terminal
  • A web browser to view output

Setup

  • To clone the repository run this command git clone https://github.com/BenMukebo/Personal_Portfolio.git

Test

For tracking linter errors locally you need to follow these steps:

  • After cloning the project you need to run this command

    npm install This command will download all the dependencies of the project

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

    npx stylelint "**/*.{css,scss}"

    • And For tracking the linter errors in JavaScript file run:

    npx eslint .

Author

👤 Kasongo Mukebo Ben

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Design and inspiration by Cindy Shin on Behance.

  • Hat tip to Microvers and all the staff

  • Thanks to My coding Partners

  • Thanks to My Morning-session-group and Standup-team Partners and

  • Thanks to Code Reviewers

📝 License

This project is MIT licensed.

About

Cloudflare is a website for a software development company that builds custom digital products for forward-thinking enterprises and startups. Built with CSS, HTML, and Vanilla-JavaScript.

https://cloudflare-tech.netlify.app/


Languages

Language:CSS 57.6%Language:HTML 29.8%Language:JavaScript 12.6%