Skip to content

Commit

Permalink
updated google drive description page
Browse files Browse the repository at this point in the history
  • Loading branch information
peltastic committed Sep 3, 2021
2 parents df9bde6 + d7e0f5b commit 0358a22
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
32 changes: 10 additions & 22 deletions client/src/components/Apps/Github/containers/GithubHome.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,24 @@ import GithubLogo from "../assets/Rectangle 693.jpg";
import "../style/GithubHome.css";
const GithubHome = () => {
return (
<section className="github_home github_home_padding">
{/* <div className="top_nav">
<h2 className={`font-bold text-lg lg:text-lg xl:text-xl 2xl:text-2xl`}>
Tool Directory
</h2>
<Link
to="/"
className="flex items-center gap-2 lg:text-md font-semibold"
>
<IoChevronBackOutline />
Back home
</Link>
</div> */}
<section className='github_home github_home_padding'>
<div className={`github_home_main`}>
<section className={`github_home_main-section1`}>
<div className={`flex flex-col gap-4`}>
<div
className={`bg-white flex flex-row items-center justify-center py-6 rounded`}
>
<img src={GithubLogo} alt="github logo" />
<img src={GithubLogo} alt='github logo' />
</div>
<div className={`github_btn_container flex flex-col gap-2`}>
<button
disabled="disabled"
disabled='disabled'
className={`github_btn_container-btn bg-githubGreen text-white`}
>
Add to Zuri Chat
</button>
<button
disabled="disabled"
disabled='disabled'
className={`github_btn_container-btn bg-transparent text-githubGreen`}
>
Learn More
Expand All @@ -59,7 +47,7 @@ const GithubHome = () => {
<p className={`flex flex-col gap-1`}>
<span className={`font-bold github_home-desc`}>Categories</span>
<ul
className={`font-normal text-lg lg:text-base xl:text-lg 2xl:text-xl text-githubTextGrey flex flex-row lg:flex-col gap-1`}
className={`font-normal text-lg lg:text-base xl:text-lg 2xl:text-xl text-githubTextGrey flex flex-col gap-1`}
>
<li className={`github_categories`}>Productivity</li>
<li className={`github_categories`}>Communication</li>
Expand All @@ -86,12 +74,12 @@ const GithubHome = () => {
</ul>
</nav>
<div className={`flex flex-col gap-8`}>
<section className="bg-githubBlue flex flex-row gap-1 lg:gap-0 items-center lg text-white font-bold p-5 rounded">
<h2 className="w-6/12 lg:w-2/6 text-xl lg:text-2xl 2xl:text-4xl ">
<section className='bg-githubBlue flex flex-row gap-1 lg:gap-0 items-center lg text-white font-bold p-5 rounded'>
<h2 className='w-6/12 lg:w-2/6 text-xl lg:text-2xl 2xl:text-4xl '>
Bring your code to the conversations you care about
</h2>
<div className="w-6/12 lg:w-4/6 rounded overflow-hidden">
<img src={Image} alt="repository" className="w-full" />
<div className='w-6/12 lg:w-4/6 rounded overflow-hidden'>
<img src={Image} alt='repository' className='w-full' />
</div>
</section>
<div
Expand All @@ -103,7 +91,7 @@ const GithubHome = () => {
</p>
<p className={`flex flex-col gap-2`}>
<span>With Github on Zuri, you can stay updated on:</span>
<ul className="list-disc flex flex-col gap-1.5 list-inside">
<ul className='list-disc flex flex-col gap-1.5 list-inside'>
<li>New commits </li>
<li>New pull requests</li>
<li> New commits</li>
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 0358a22

Please sign in to comment.