Skip to content

Commit 8ac62dd

Browse files
committed
Creating the about-us component
1 parent ceeeb1d commit 8ac62dd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
import React from 'react';
2+
3+
4+
export default function AboutUs (){
5+
return(
6+
<section id="about-us" className='flex flex-col max-w-2xl justify-center items-center self-center space-y-4 px-4'>
7+
<p className='text-3xl md:text-6xl tracking-wide md:font-light '>ABOUT US</p>
8+
<p className='hidden md:inline-block text-4xl font-bold mb-6'>Empowering great talent</p>
9+
<p className='sm:text-xs md:text-xl tracking-wide text-center'>We bring together people who are passionate about React JS and <br className='hidden md:display'/>it&apos;s ecosystem. We are a community of full-stack developers, frontend developers and so much more</p>
10+
</section>
11+
)
12+
}

0 commit comments

Comments
 (0)