Skip to content

Commit

Permalink
🚀Update: Links and Landing page card
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushsoni1010 committed Sep 13, 2021
1 parent e3ed7c9 commit 7e9113d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 22 deletions.
80 changes: 61 additions & 19 deletions src/views/LandingPage/index.js
Original file line number Diff line number Diff line change
@@ -1,45 +1,87 @@
import React from 'react';
import Button from '../../components/widgets/Button';
import './style.view.landing-page.css';
import React from "react";
import Button from "../../components/widgets/Button";
import "./style.view.landing-page.css";

export default function LandingPage() {
return (
<div className="landing-page">
<div className="updates-alert-toast">
<span className="new-tag">new</span>
<p className="alert-title">We are revamping eccentric-touch css library</p>
<p className="alert-title">
We are revamping eccentric-touch css library
</p>
</div>
<p className="massive-tagline">
We are building <span className="gradient-text">frontend</span> solutions for developers
We are building <span className="gradient-text">frontend</span>{" "}
solutions for developers
</p>
<p className="landing-page-description">
The DesignSystems' tools helps you write more scalable code without worrying about design mistakes. Built for developers and teams to save their time.
The DesignSystems' tools helps you write more scalable code without
worrying about design mistakes. Built for developers and teams to save
their time.
</p>
<div className="cta-buttons-wrapper button-wrapper button-wrapper-center">
<Button value="Join our Discord" type="primary" startIcon="fab fa-discord" />
<a href="https://www.github.com/DesignSystemsOSS" target="_blank" rel="noreferrer">
<Button value="Check our GitHub" type="outline" startIcon="fab fa-github" />
<a
href="https://discord.gg/VcmnY4HTEc"
target="_blank"
rel="noreferrer"
>
<Button
value="Join our Discord"
type="primary"
startIcon="fab fa-discord"
/>
</a>
<a
href="https://www.github.com/DesignSystemsOSS"
target="_blank"
rel="noreferrer"
>
<Button
value="Check our GitHub"
type="outline"
startIcon="fab fa-github"
/>
</a>
</div>

{/* about the-design-systems */}
<div className="about-the-design-systems-section-wrapper">

</div>
{/* about the-design-systems */}
<div className="about-the-design-systems-section-wrapper"></div>

{/* Get in touch section */}
<div className="get-in-touch-section gradient">
<div className="get-in-touch-section-wrapper">
<h2 className="get-in-touch-title">
Get in touch with <span className="gradient-text">The DesignSystems Community</span>
Get in touch with{" "}
<span className="gradient-text">The DesignSystems Community</span>
</h2>
<div className="social-icons-wrapper button-wrapper">
<Button type="outline" value="Follow us on Twitter" startIcon="fab fa-twitter" />
<Button type="primary" value="Join Discord Community" startIcon="fab fa-discord" />
<a
href="https://twitter.com/TDesignsystems"
target="_blank"
rel="noreferrer"
>
<Button
type="outline"
value="Follow us on Twitter"
startIcon="fab fa-twitter"
/>
</a>

<a
href="https://discord.gg/VcmnY4HTEc"
target="_blank"
rel="noreferrer"
>
<Button
type="primary"
value="Join Discord Community"
startIcon="fab fa-discord"
/>
</a>
</div>
</div>
</div>

</div>
)
}
);
}
2 changes: 1 addition & 1 deletion src/views/LandingPage/style.view.landing-page.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/views/LandingPage/style.view.landing-page.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/views/LandingPage/style.view.landing-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ div.landing-page {

// get-in-touch card
> div.get-in-touch-section {
padding: 1em;
padding: 0.6em;
border-radius: 8px;
width: 86%;
margin-right: auto;
Expand Down

0 comments on commit 7e9113d

Please sign in to comment.