Skip to content

Commit

Permalink
change file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
elidakirigo committed Aug 28, 2024
1 parent 8ee6b4b commit 040f7be
Show file tree
Hide file tree
Showing 192 changed files with 23 additions and 23 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
import React from 'react'
import { SocialIcon } from 'react-social-icons'
type Props = {}

function Header({}: Props) {
return (
<header className='sticky top-0 flex-items-start justify-between max-w-7xl mx-auto z-20'>
<div className='flex flex-row items-center'>

{/* Social Icons */}
<SocialIcon url='https://youtube.com/sonnysangha' fgColor='gray' bgColor='transparent' />
<SocialIcon url='https://youtube.com/sonnysangha' fgColor='gray' bgColor='transparent' />
<SocialIcon url='https://youtube.com/sonnysangha' fgColor='gray' bgColor='transparent' />
</div>

<div className='flex flex-row items-center text-gray-300 cursor-pointer'>
<SocialIcon url='https://youtube.com/sonnysangha' className='cursor-pointer' network='email' fgColor='gray' bgColor='transparent' />
<p className='uppercase hidden md:inline-flex text-sm text-gray-400'>Get In Touch</p>
</div>
</header>
)
}
export default Header
import React from 'react'
import { SocialIcon } from 'react-social-icons'
type Props = {}

function Header({}: Props) {
return (
<header className='sticky top-0 flex-items-start justify-between max-w-7xl mx-auto z-20'>
<div className='flex flex-row items-center'>

{/* Social Icons */}
<SocialIcon url='https://youtube.com/sonnysangha' fgColor='gray' bgColor='transparent' />
<SocialIcon url='https://youtube.com/sonnysangha' fgColor='gray' bgColor='transparent' />
<SocialIcon url='https://youtube.com/sonnysangha' fgColor='gray' bgColor='transparent' />
</div>

<div className='flex flex-row items-center text-gray-300 cursor-pointer'>
<SocialIcon url='https://youtube.com/sonnysangha' className='cursor-pointer' network='email' fgColor='gray' bgColor='transparent' />
<p className='uppercase hidden md:inline-flex text-sm text-gray-400'>Get In Touch</p>
</div>
</header>
)
}
export default Header
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 040f7be

Please sign in to comment.