Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
Mac authored and Mac committed Dec 10, 2022
1 parent f3dc1e1 commit 441e0e7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 22 deletions.
8 changes: 2 additions & 6 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,17 @@ export default function App() {
document.body.classList.add('bg-fixed')
document.body.classList.add('bg-[black]')
document.body.classList.add('min-w-fit')
// document.body.classList.add('bg-[#ebf0f6]')
document.body.classList.add('bg-[#ebf0f6]')
document.documentElement.classList.add('dark')

return (
<>
<AnimBg className='fixed top-0 left-0 z-[-10] w-full h-full' />

<div className='lg:mx-0 pt-[10px] lg:pt-[60px] mx-[10px] gap-6 flex flex-col items-center justify-center'>
{/* <Navbar /> */}


<main>

<HomePage />
</main>

<Footer />
</div>
</>
Expand Down
Binary file added src/assets/placeholder.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions src/components/GithubButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ export default function GithubButton() {
return (
<a className="group flex h-full gap-2 justify-center items-center relative bg-[#2a2a2b] cursor-pointer overflow-hidden px-2 py-1 rounded-lg" target="_blank" href="https://github.com/beamcode">
<div className="relative flex items-center justify-center w-[24px] h-[24px]">
<div className='absolute rounded-full bg-[white] w-[24px] h-[24px] z-[0]' />
{/* <div className='absolute rounded-full bg-transparent w-[24px] h-[24px] z-[0]' /> */}
<div className='z-[1]'>
<svg width={25} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" aria-labelledby="title"
aria-describedby="desc" role="img">
<path data-name="layer2"
d="M32 0a32.021 32.021 0 0 0-10.1 62.4c1.6.3 2.2-.7 2.2-1.5v-6c-8.9 1.9-10.8-3.8-10.8-3.8-1.5-3.7-3.6-4.7-3.6-4.7-2.9-2 .2-1.9.2-1.9 3.2.2 4.9 3.3 4.9 3.3 2.9 4.9 7.5 3.5 9.3 2.7a6.93 6.93 0 0 1 2-4.3c-7.1-.8-14.6-3.6-14.6-15.8a12.27 12.27 0 0 1 3.3-8.6 11.965 11.965 0 0 1 .3-8.5s2.7-.9 8.8 3.3a30.873 30.873 0 0 1 8-1.1 30.292 30.292 0 0 1 8 1.1c6.1-4.1 8.8-3.3 8.8-3.3a11.965 11.965 0 0 1 .3 8.5 12.1 12.1 0 0 1 3.3 8.6c0 12.3-7.5 15-14.6 15.8a7.746 7.746 0 0 1 2.2 5.9v8.8c0 .9.6 1.8 2.2 1.5A32.021 32.021 0 0 0 32 0z"
fill="#202020" />
<path data-name="layer1" d="M12.1 45.9c-.1.2-.3.2-.5.1s-.4-.3-.3-.5.3-.2.6-.1c.2.2.3.4.2.5zm1.3 1.5a.589.589 0 0 1-.8-.8.631.631 0 0 1 .7.1.494.494 0 0 1 .1.7zm1.3 1.8a.585.585 0 0 1-.7-.3.6.6 0 0 1 0-.8.585.585 0 0 1 .7.3c.2.3.2.7 0 .8zm1.7 1.8c-.2.2-.5.1-.8-.1-.3-.3-.4-.6-.2-.8a.619.619 0 0 1 .8.1.554.554 0 0 1 .2.8zm2.4 1c-.1.3-.4.4-.8.3s-.6-.4-.5-.7.4-.4.8-.3c.3.2.6.5.5.7zm2.6.2c0 .3-.3.5-.7.5s-.7-.2-.7-.5.3-.5.7-.5c.4.1.7.3.7.5zm2.4-.4q0 .45-.6.6a.691.691 0 0 1-.8-.3q0-.45.6-.6c.5-.1.8.1.8.3z"
fill="#202020" />
<path data-name="layer2" className='fill-[#d4d0ca]'
d="M32 0a32.021 32.021 0 0 0-10.1 62.4c1.6.3 2.2-.7 2.2-1.5v-6c-8.9 1.9-10.8-3.8-10.8-3.8-1.5-3.7-3.6-4.7-3.6-4.7-2.9-2 .2-1.9.2-1.9 3.2.2 4.9 3.3 4.9 3.3 2.9 4.9 7.5 3.5 9.3 2.7a6.93 6.93 0 0 1 2-4.3c-7.1-.8-14.6-3.6-14.6-15.8a12.27 12.27 0 0 1 3.3-8.6 11.965 11.965 0 0 1 .3-8.5s2.7-.9 8.8 3.3a30.873 30.873 0 0 1 8-1.1 30.292 30.292 0 0 1 8 1.1c6.1-4.1 8.8-3.3 8.8-3.3a11.965 11.965 0 0 1 .3 8.5 12.1 12.1 0 0 1 3.3 8.6c0 12.3-7.5 15-14.6 15.8a7.746 7.746 0 0 1 2.2 5.9v8.8c0 .9.6 1.8 2.2 1.5A32.021 32.021 0 0 0 32 0z" />
<path data-name="layer1" className='fill-[#d4d0ca]' d="M12.1 45.9c-.1.2-.3.2-.5.1s-.4-.3-.3-.5.3-.2.6-.1c.2.2.3.4.2.5zm1.3 1.5a.589.589 0 0 1-.8-.8.631.631 0 0 1 .7.1.494.494 0 0 1 .1.7zm1.3 1.8a.585.585 0 0 1-.7-.3.6.6 0 0 1 0-.8.585.585 0 0 1 .7.3c.2.3.2.7 0 .8zm1.7 1.8c-.2.2-.5.1-.8-.1-.3-.3-.4-.6-.2-.8a.619.619 0 0 1 .8.1.554.554 0 0 1 .2.8zm2.4 1c-.1.3-.4.4-.8.3s-.6-.4-.5-.7.4-.4.8-.3c.3.2.6.5.5.7zm2.6.2c0 .3-.3.5-.7.5s-.7-.2-.7-.5.3-.5.7-.5c.4.1.7.3.7.5zm2.4-.4q0 .45-.6.6a.691.691 0 0 1-.8-.3q0-.45.6-.6c.5-.1.8.1.8.3z" />
</svg>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/experience.cv.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ExperienceSection() {
<h3 className="flex items-center text-lg font-semibold text-gray-900 dark:text-gray-200">
Weel
</h3>
<span className="bg-blue-100 dark:bg-[#2a2e30] text-blue-800 dark:text-[#6aa2e6] text-sm font-medium mr-2 px-2.5 py-0.5 rounded dark:bg-blue-200 dark:text-blue-800 ml-3">
<span className="bg-blue-100 dark:bg-[#2a2e30] text-blue-800 dark:text-[#6aa2e6] text-sm font-medium mr-2 px-2.5 py-0.5 rounded ml-3">
Latest
</span>
</div>
Expand Down
7 changes: 0 additions & 7 deletions src/components/skills.cv.js

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

4 changes: 2 additions & 2 deletions src/pages/Home.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import UsefullLinks from '../components/Links'
import LinkedinButton from '../components/LinkedinButton'
import GithubButton from '../components/GithubButton'
import CvButton from '../components/CvButton'
import pfp from '../assets/pepe.jpg'
import pfp from '../assets/placeholder.jpg'
import SpotifyWidget from '../components/SportifyWidget'
import AnimBg from '../components/VantaBackground'

Expand Down Expand Up @@ -81,7 +81,7 @@ export default function HomePage() {
</div>
</div>

<div className='flex flex-col gap-2 lg:w-[400px]'>
<div className='flex flex-col gap-4 lg:gap-2 lg:w-[400px]'>
<MacTerminal />
<RandomQuotes />
{/* <SpotifyWidget /> */}
Expand Down

0 comments on commit 441e0e7

Please sign in to comment.