Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 0 additions & 111 deletions README-template.md

This file was deleted.

94 changes: 28 additions & 66 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,88 +1,50 @@
# Frontend Mentor - Single price grid component
Single price grid component solution

![Design preview for the Single price grid component coding challenge](./design/desktop-preview.jpg)
## Table of contents

## Welcome! 👋
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)

- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
- [Acknowledgments](#acknowledgments)

Thanks for checking out this front-end coding challenge.
## Overview

[Frontend Mentor](https://www.frontendmentor.io) challenges help you improve your coding skills by building realistic projects.
### The challenge

**To do this challenge, you need a basic understanding of HTML and CSS.**

## The challenge

Your users should be able to:
Users should be able to:

- View the optimal layout for the component depending on their device's screen size
- See a hover state on desktop for the Sign Up call-to-action

Want some support on the challenge? [Join our Slack community](https://www.frontendmentor.io/slack) and ask questions in the **#help** channel.

## Where to find everything

Your task is to build out the project to the designs inside the `/design` folder. You will find both a mobile and a desktop version of the design.

The designs are in JPG static format. Using JPGs will mean that you'll need to use your best judgment for styles such as `font-size`, `padding` and `margin`.

If you would like the design files (we provide Sketch & Figma versions) to inspect the design in more detail, you can [subscribe as a PRO member](https://www.frontendmentor.io/pro).

You will find all the required assets in the `/images` folder. The assets are already optimized.

There is also a `style-guide.md` file containing the information you'll need, such as color palette and fonts.

## Building your project

Feel free to use any workflow that you feel comfortable with. Below is a suggested process, but do not feel like you need to follow these steps:

1. Initialize your project as a public repository on [GitHub](https://github.com/). Creating a repo will make it easier to share your code with the community if you need help. If you're not sure how to do this, [have a read-through of this Try Git resource](https://try.github.io/).
2. Configure your repository to publish your code to a web address. This will also be useful if you need some help during a challenge as you can share the URL for your project with your repo URL. There are a number of ways to do this, and we provide some recommendations below.
3. Look through the designs to start planning out how you'll tackle the project. This step is crucial to help you think ahead for CSS classes to create reusable styles.
4. Before adding any styles, structure your content with HTML. Writing your HTML first can help focus your attention on creating well-structured content.
5. Write out the base styles for your project, including general content styles, such as `font-family` and `font-size`.
6. Start adding styles to the top of the page and work down. Only move on to the next section once you're happy you've completed the area you're working on.

## Deploying your project

As mentioned above, there are many ways to host your project for free. Our recommend hosts are:

- [GitHub Pages](https://pages.github.com/)
- [Vercel](https://vercel.com/)
- [Netlify](https://www.netlify.com/)

You can host your site using one of these solutions or any of our other trusted providers. [Read more about our recommended and trusted hosts](https://medium.com/frontend-mentor/frontend-mentor-trusted-hosting-providers-bf000dfebe).

## Create a custom `README.md`

We strongly recommend overwriting this `README.md` with a custom one. We've provided a template inside the [`README-template.md`](./README-template.md) file in this starter code.

The template provides a guide for what to add. A custom `README` will help you explain your project and reflect on your learnings. Please feel free to edit our template as much as you like.
### Screenshot

Once you've added your information to the template, delete this file and rename the `README-template.md` file to `README.md`. That will make it show up as your repository's README file.
![](./design/desktopview.PNG)
![](./design/mobile-design.jpg)

## Submitting your solution
## My process

Submit your solution on the platform for the rest of the community to see. Follow our ["Complete guide to submitting solutions"](https://medium.com/frontend-mentor/a-complete-guide-to-submitting-solutions-on-frontend-mentor-ac6384162248) for tips on how to do this.
### Built with

Remember, if you're looking for feedback on your solution, be sure to ask questions when submitting it. The more specific and detailed you are with your questions, the higher the chance you'll get valuable feedback from the community.
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow

## Sharing your solution

There are multiple places you can share your solution:
## Author

1. Share your solution page in the **#finished-projects** channel of the [Slack community](https://www.frontendmentor.io/slack).
2. Tweet [@frontendmentor](https://twitter.com/frontendmentor) and mention **@frontendmentor**, including the repo and live URLs in the tweet. We'd love to take a look at what you've built and help share it around.
3. Share your solution on other social channels like LinkedIn.
4. Blog about your experience building your project. Writing about your workflow, technical choices, and talking through your code is a brilliant way to reinforce what you've learned. Great platforms to write on are [dev.to](https://dev.to/), [Hashnode](https://hashnode.com/), and [CodeNewbie](https://community.codenewbie.org/).
- Website - [KingDavid Umeham](https://github.com/Kingdavidumeham1)

We provide templates to help you share your solution once you've submitted it on the platform. Please do edit them and include specific questions when you're looking for feedback.
- Twitter - [@Furyking01](https://www.twitter.com/ Furyking01)

The more specific you are with your questions the more likely it is that another member of the community will give you feedback.
## Acknowledgments
Shout out!!!!! to Blockchain UNN

## Got feedback for us?

We love receiving feedback! We're always looking to improve our challenges and our platform. So if you have anything you'd like to mention, please email hi[at]frontendmentor[dot]io.

This challenge is completely free. Please share it with anyone who will find it useful for practice.

**Have fun building!** 🚀
Binary file added design/desktopview.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 41 additions & 38 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,49 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->

<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">

<title>Frontend Mentor | Single Price Grid Component</title>

<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/favicon-32x32.png" type="image/x-icon">
<link rel="stylesheet" href="./style.css">
<title>Single price grid component solution </title>
</head>
<body>
Join our community

30-day, hassle-free money back guarantee

Gain access to our full library of tutorials along with expert code reviews.
Perfect for any developers who are serious about honing their skills.

Monthly Subscription

&dollar;29 per month

Full access for less than &dollar;1 a day

Sign Up

Why Us
<section class="container">
<div class="top-container">
<h3>Join our community</h3>
<h5>30-day, hassle-free money back guarantee</h5>
<p> Gain access to our full library of tutorials along with expert code reviews.<br/>Perfect for any developers who are serious about honing their skills.</p>
</div>
<div class="bottom-container">

<div class="bottom-left">
<h5>Monthly Subscription</h5>
<p> <span>$29</span>per month</p>
<p>Full access for less than $1 a day</p>
<div id="signup-button">
<button>Sign up</button>
</div>
</div>
<div class="bottom-right">
<h5> Why Us </h5>
<p>
Tutorials by industry experts
<br/>Peer &amp; expert code review
<br/>Coding exercises
<br/>Access to our GitHub repos
<br/>Community forum
<br/> Flashcard decks
<br/> New videos every week </p>

</div>

</div>


</section>

Tutorials by industry experts
Peer &amp; expert code review
Coding exercises
Access to our GitHub repos
Community forum
Flashcard decks
New videos every week

<footer>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
Created by <a href="https://github.com/Kingdavidumeham1" target="_blank">kingdavid</a>.
Coded by <a href="https://github.com/Kingdavidumeham1">kingdavid</a>.
</p>
</footer>
</body>
Expand Down
Loading