mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- implement about section
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import React, { memo } from 'react';
|
||||
import { Helmet } from 'react-helmet';
|
||||
import { Link } from '@reach/router';
|
||||
import Hero from '../components/landing/Hero';
|
||||
import Wrapper from '../components/shared/Wrapper';
|
||||
|
||||
@ -14,6 +15,10 @@ const Home = () => {
|
||||
<div className="container mt-24">
|
||||
<Hero />
|
||||
|
||||
<div className="my-24">
|
||||
<h4 className="text-xl uppercase font-bold mb-8">Screenshots</h4>
|
||||
</div>
|
||||
|
||||
<div className="pt-8">
|
||||
<Feature title="Create a resume that’s worthy of who you are.">
|
||||
Keep up with the latest trends in resume design without having to
|
||||
@ -51,12 +56,27 @@ const Home = () => {
|
||||
You must be thinking, if you're not paying for the product,
|
||||
then you are the product. Or, at least your data is?{' '}
|
||||
<strong>Well, this is the exception</strong>. Your data is your own,
|
||||
as stated in the ridiculously simple <a href="">Privacy Policy</a>,
|
||||
I don't do anything with the data, it just exists on a database
|
||||
for the convinient features provided by Reactive Resume.
|
||||
as stated in the ridiculously simple{' '}
|
||||
<Link to="/faq">Privacy Policy</Link>, I don't do anything with
|
||||
the data, it just exists on a database for the convinient features
|
||||
provided by Reactive Resume.
|
||||
</Feature>
|
||||
</div>
|
||||
|
||||
<div className="my-24">
|
||||
<h4 className="text-xl uppercase font-bold mb-8">
|
||||
Links of Interest
|
||||
</h4>
|
||||
<div className="grid grid-cols-4 gap-8">
|
||||
<Link to="/faq">Frequently Asked Questions</Link>
|
||||
<Link to="/faq">Checkout Source Code</Link>
|
||||
<Link to="/faq">Upvote on Product Hunt</Link>
|
||||
<Link to="/faq">Raise an Issue on GitHub</Link>
|
||||
<Link to="/faq">Donate to Reactive Resume</Link>
|
||||
<Link to="/faq">Building Great Looking Resumes</Link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer className="my-24">
|
||||
<p className="text-primary-500 opacity-75">
|
||||
Licensed under <a href="/">MIT</a>
|
||||
|
||||
Reference in New Issue
Block a user