| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ type Props = { | |||
| 10 | 10 | export default function ExperienceCard({ }: Props) { | |
| 11 | 11 | return ( | |
| 12 | 12 | <div className='w-full h-[570px] flex space-x-4 overflow-x-scroll p-10 snap-x snap-mandatory | |
| 13 | - scrollbar scrollbar-track-gray-400/20 scrollbar-thumb-[#f7ab0a]/80'> | ||
| 13 | + scrollbar scrollbar-track-[#48bf53]/20 scrollbar-thumb-[#004d25]/80'> | ||
| 14 | 14 | ||
| 15 | 15 | <article className='flex flex-col rounded-lg items-center space-y-1 flex-shrink-0 | |
| 16 | 16 | w-[400px] md:w-[500px] xl:w-[900px] snap-center bg-[#292929] p-10 hover:opacity-100 | |
@@ -42,14 +42,14 @@ export default function ExperienceCard({ }: Props) { | |||
| 42 | 42 | /> | |
| 43 | 43 | <Image | |
| 44 | 44 | className='h-10 w-10 rounded-full' | |
| 45 | - src='https://cdn.sanity.io/images/wpot5oxi/production/342c6aa3ce18f0d19f0e3349734566ac60fea7f9-210x240.png' | ||
| 45 | + src='https://cdn.sanity.io/images/wpot5oxi/production/52a71a36c086861d1d81e1368265c6429bed873a-225x225.png' | ||
| 46 | 46 | width='40' | |
| 47 | 47 | height='40' | |
| 48 | 48 | alt='' | |
| 49 | 49 | /> | |
| 50 | 50 | <Image | |
| 51 | 51 | className='h-10 w-10 rounded-full' | |
| 52 | - src='https://cdn.sanity.io/images/wpot5oxi/production/342c6aa3ce18f0d19f0e3349734566ac60fea7f9-210x240.png' | ||
| 52 | + src='https://cdn.sanity.io/images/wpot5oxi/production/05e6ac6cc4faf214edd2b5d077e1a5acfcce6195-229x221.png' | ||
| 53 | 53 | width='40' | |
| 54 | 54 | height='40' | |
| 55 | 55 | alt='' | |
@@ -60,12 +60,12 @@ export default function ExperienceCard({ }: Props) { | |||
| 60 | 60 | {experience.isCurrentlyWorkingHere | |
| 61 | 61 | ? "Present" | |
| 62 | 62 | : new Date(experience.dateEnded).toDateString()} */} | |
| 63 | - Started work... - Ended... | ||
| 63 | + Started work: April 3rd, 2022 - Ended: June 29th, 2022 | ||
| 64 | 64 | </p> | |
| 65 | 65 | ||
| 66 | 66 | <ul className='list-disc space-y- ml-5 text-lg h-48 text-white'> | |
| 67 | - <li>Summary Points</li> | ||
| 68 | - <li>Summary Points</li> | ||
| 67 | + {/* <li>designed and built the user interface</li> */} | ||
| 68 | + {/* <li>Summary Points</li> */} | ||
| 69 | 69 | </ul> | |
| 70 | 70 | </div> | |
| 71 | 71 | </article> | |
@@ -118,12 +118,12 @@ export default function ExperienceCard({ }: Props) { | |||
| 118 | 118 | {experience.isCurrentlyWorkingHere | |
| 119 | 119 | ? "Present" | |
| 120 | 120 | : new Date(experience.dateEnded).toDateString()} */} | |
| 121 | - Started work... - Ended... | ||
| 121 | + Started work: Aug 22nd, 2022 - Ended: Sept 22nd, 2022 | ||
| 122 | 122 | </p> | |
| 123 | 123 | ||
| 124 | 124 | <ul className='list-disc space-y- ml-5 text-lg h-48 text-white'> | |
| 125 | - <li>Summary Points</li> | ||
| 126 | - <li>Summary Points</li> | ||
| 125 | + {/* <li>built the wallet, sign up and login interface</li> */} | ||
| 126 | + {/* <li>Summary Points</li> */} | ||
| 127 | 127 | </ul> | |
| 128 | 128 | </div> | |
| 129 | 129 | </article> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ export default function Projects({ }: Props) { | |||
| 21 | 21 | </h3> | |
| 22 | 22 | ||
| 23 | 23 | <div className='relative w-full h-[620px] flex overflow-x-scroll overflow-y-hidden snap-x | |
| 24 | - snap-madatory z-20 scrollbar scrollbar-track-gray-400/20 scrollbar-thumb-[#f7ab0a]/80'> | ||
| 24 | + snap-madatory z-20 scrollbar scrollbar-track-[#48bf53]/20 scrollbar-thumb-[#004d25]/80'> | ||
| 25 | 25 | <div | |
| 26 | 26 | className='w-screen flex-shrink-0 snap-center flex flex-col space-y-5 items-center justify-center p-20 md:p-44 h-screen' | |
| 27 | 27 | > | |
@@ -57,19 +57,19 @@ export default function Projects({ }: Props) { | |||
| 57 | 57 | className='' | |
| 58 | 58 | width='32' | |
| 59 | 59 | height='32' | |
| 60 | - src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | ||
| 60 | + src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 61 | 61 | alt='' | |
| 62 | 62 | /> | |
| 63 | - <Image | ||
| 63 | + {/* <Image | ||
| 64 | 64 | className='' | |
| 65 | 65 | width='32' | |
| 66 | 66 | height='32' | |
| 67 | 67 | src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | |
| 68 | 68 | alt='' | |
| 69 | - /> | ||
| 69 | + /> */} | ||
| 70 | 70 | </div> | |
| 71 | 71 | ||
| 72 | - <p className='text-lg text-center md:text-left'> | ||
| 72 | + <p className='text-base text-center md:text-left'> | ||
| 73 | 73 | Zoidac is a decentralized Market making use of Web3 technologies aimed at enabling Artists and Creatives market their work and get paid in cryptocurrency. This platform currently accepts Sol and interacts with all wallets built on the Solana Blockchain. | |
| 74 | 74 | This repository will only contain the Frontend Build. | |
| 75 | 75 | </p> | |
@@ -112,16 +112,16 @@ export default function Projects({ }: Props) { | |||
| 112 | 112 | className='' | |
| 113 | 113 | width='32' | |
| 114 | 114 | height='32' | |
| 115 | - src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | ||
| 115 | + src='https://cdn.sanity.io/images/wpot5oxi/production/52a71a36c086861d1d81e1368265c6429bed873a-225x225.png' | ||
| 116 | 116 | alt='' | |
| 117 | 117 | /> | |
| 118 | - <Image | ||
| 118 | + {/* <Image | ||
| 119 | 119 | className='' | |
| 120 | 120 | width='32' | |
| 121 | 121 | height='32' | |
| 122 | 122 | src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | |
| 123 | 123 | alt='' | |
| 124 | - /> | ||
| 124 | + /> */} | ||
| 125 | 125 | </div> | |
| 126 | 126 | ||
| 127 | 127 | <p className='text-base text-center'> | |
@@ -159,21 +159,21 @@ export default function Projects({ }: Props) { | |||
| 159 | 159 | className='' | |
| 160 | 160 | width='32' | |
| 161 | 161 | height='32' | |
| 162 | - src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | ||
| 162 | + src='https://cdn.sanity.io/images/wpot5oxi/production/342c6aa3ce18f0d19f0e3349734566ac60fea7f9-210x240.png' | ||
| 163 | 163 | alt='' | |
| 164 | 164 | /> | |
| 165 | 165 | <Image | |
| 166 | 166 | className='' | |
| 167 | 167 | width='32' | |
| 168 | 168 | height='32' | |
| 169 | - src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | ||
| 169 | + src='https://cdn.sanity.io/images/wpot5oxi/production/52a71a36c086861d1d81e1368265c6429bed873a-225x225.png' | ||
| 170 | 170 | alt='' | |
| 171 | 171 | /> | |
| 172 | 172 | <Image | |
| 173 | 173 | className='' | |
| 174 | 174 | width='32' | |
| 175 | 175 | height='32' | |
| 176 | - src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | ||
| 176 | + src='https://cdn.sanity.io/images/wpot5oxi/production/05e6ac6cc4faf214edd2b5d077e1a5acfcce6195-229x221.png' | ||
| 177 | 177 | alt='' | |
| 178 | 178 | /> | |
| 179 | 179 | </div> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ function Skill({ directionLeft }: Props) { | |||
| 18 | 18 | }} | |
| 19 | 19 | transition={{ duration: 1 }} | |
| 20 | 20 | whileInView={{ opacity: 1, x: 0 }} | |
| 21 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 21 | + src='https://cdn.sanity.io/images/wpot5oxi/production/a564e80cbd4a740999df0aca27698eaf6a3f63cf-200x174.png' | ||
| 22 | 22 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 23 | 23 | /> | |
| 24 | 24 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -56,7 +56,7 @@ function Skill({ directionLeft }: Props) { | |||
| 56 | 56 | }} | |
| 57 | 57 | transition={{ duration: 1 }} | |
| 58 | 58 | whileInView={{ opacity: 1, x: 0 }} | |
| 59 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 59 | + src='https://cdn.sanity.io/images/wpot5oxi/production/342c6aa3ce18f0d19f0e3349734566ac60fea7f9-210x240.png' | ||
| 60 | 60 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 61 | 61 | /> | |
| 62 | 62 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -75,7 +75,7 @@ function Skill({ directionLeft }: Props) { | |||
| 75 | 75 | }} | |
| 76 | 76 | transition={{ duration: 1 }} | |
| 77 | 77 | whileInView={{ opacity: 1, x: 0 }} | |
| 78 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 78 | + src='https://cdn.sanity.io/images/wpot5oxi/production/52a71a36c086861d1d81e1368265c6429bed873a-225x225.png' | ||
| 79 | 79 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 80 | 80 | /> | |
| 81 | 81 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -94,7 +94,7 @@ function Skill({ directionLeft }: Props) { | |||
| 94 | 94 | }} | |
| 95 | 95 | transition={{ duration: 1 }} | |
| 96 | 96 | whileInView={{ opacity: 1, x: 0 }} | |
| 97 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 97 | + src='https://cdn.sanity.io/images/wpot5oxi/production/3bf623048dc27d71547da92e44fc589cd7acfc65-192x192.jpg' | ||
| 98 | 98 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 99 | 99 | /> | |
| 100 | 100 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -113,7 +113,7 @@ function Skill({ directionLeft }: Props) { | |||
| 113 | 113 | }} | |
| 114 | 114 | transition={{ duration: 1 }} | |
| 115 | 115 | whileInView={{ opacity: 1, x: 0 }} | |
| 116 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 116 | + src='https://cdn.sanity.io/images/wpot5oxi/production/74e220d6b60942738d53012d8be9c5cddbd6887a-119x119.jpg' | ||
| 117 | 117 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 118 | 118 | /> | |
| 119 | 119 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -132,7 +132,7 @@ function Skill({ directionLeft }: Props) { | |||
| 132 | 132 | }} | |
| 133 | 133 | transition={{ duration: 1 }} | |
| 134 | 134 | whileInView={{ opacity: 1, x: 0 }} | |
| 135 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 135 | + src='https://cdn.sanity.io/images/wpot5oxi/production/608b8775828b2c83c1a7173a087796cf40a2cd13-178x100.png' | ||
| 136 | 136 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 137 | 137 | /> | |
| 138 | 138 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -151,7 +151,7 @@ function Skill({ directionLeft }: Props) { | |||
| 151 | 151 | }} | |
| 152 | 152 | transition={{ duration: 1 }} | |
| 153 | 153 | whileInView={{ opacity: 1, x: 0 }} | |
| 154 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 154 | + src='https://cdn.sanity.io/images/wpot5oxi/production/0b472995e0f86a68a5e46061b996daf68588d401-199x119.png' | ||
| 155 | 155 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 156 | 156 | /> | |
| 157 | 157 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -170,7 +170,7 @@ function Skill({ directionLeft }: Props) { | |||
| 170 | 170 | }} | |
| 171 | 171 | transition={{ duration: 1 }} | |
| 172 | 172 | whileInView={{ opacity: 1, x: 0 }} | |
| 173 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 173 | + src='https://cdn.sanity.io/images/wpot5oxi/production/e7f68959cc0da64eac17e4f9b5dca9d5ba6bb2e1-200x122.png' | ||
| 174 | 174 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 175 | 175 | /> | |
| 176 | 176 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -189,7 +189,7 @@ function Skill({ directionLeft }: Props) { | |||
| 189 | 189 | }} | |
| 190 | 190 | transition={{ duration: 1 }} | |
| 191 | 191 | whileInView={{ opacity: 1, x: 0 }} | |
| 192 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 192 | + src='https://cdn.sanity.io/images/wpot5oxi/production/05e6ac6cc4faf214edd2b5d077e1a5acfcce6195-229x221.png' | ||
| 193 | 193 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 194 | 194 | /> | |
| 195 | 195 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -208,7 +208,7 @@ function Skill({ directionLeft }: Props) { | |||
| 208 | 208 | }} | |
| 209 | 209 | transition={{ duration: 1 }} | |
| 210 | 210 | whileInView={{ opacity: 1, x: 0 }} | |
| 211 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 211 | + src='https://cdn.sanity.io/images/wpot5oxi/production/c511a32f682ceb5198dd882d70014f13089c1a66-200x200.png' | ||
| 212 | 212 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 213 | 213 | /> | |
| 214 | 214 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -227,7 +227,7 @@ function Skill({ directionLeft }: Props) { | |||
| 227 | 227 | }} | |
| 228 | 228 | transition={{ duration: 1 }} | |
| 229 | 229 | whileInView={{ opacity: 1, x: 0 }} | |
| 230 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 230 | + src='https://cdn.sanity.io/images/wpot5oxi/production/de0ea932f7d44d8fa309f26d5470ed9ee8cc430e-121x121.jpg' | ||
| 231 | 231 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 232 | 232 | /> | |
| 233 | 233 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
@@ -246,7 +246,45 @@ function Skill({ directionLeft }: Props) { | |||
| 246 | 246 | }} | |
| 247 | 247 | transition={{ duration: 1 }} | |
| 248 | 248 | whileInView={{ opacity: 1, x: 0 }} | |
| 249 | - src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 249 | + src='https://cdn.sanity.io/images/wpot5oxi/production/c2fe5842f4f42fd4f99bb5bfd850e954a1fdf9a7-225x225.png' | ||
| 250 | + className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | ||
| 251 | + /> | ||
| 252 | + <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | ||
| 253 | + ease-in-out group-hover:bg-white h-20 w-20 rounded-full z-0'> | ||
| 254 | + <div className='flex items-center justify-center h-full'> | ||
| 255 | + <p className='text-3xl font-bold text-black opacity-100'>95%</p> | ||
| 256 | + </div> | ||
| 257 | + </div> | ||
| 258 | + </div> | ||
| 259 | + | ||
| 260 | + <div className='group relative flex cursor-pointer'> | ||
| 261 | + <motion.img | ||
| 262 | + initial={{ | ||
| 263 | + x: directionLeft ? -200 : 200, | ||
| 264 | + opacity: 0 | ||
| 265 | + }} | ||
| 266 | + transition={{ duration: 1 }} | ||
| 267 | + whileInView={{ opacity: 1, x: 0 }} | ||
| 268 | + src='https://cdn.sanity.io/images/wpot5oxi/production/e3c5568c1f0ec18e55b16bd239ebefa7c6be3886-225x225.jpg' | ||
| 269 | + className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | ||
| 270 | + /> | ||
| 271 | + <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | ||
| 272 | + ease-in-out group-hover:bg-white h-20 w-20 rounded-full z-0'> | ||
| 273 | + <div className='flex items-center justify-center h-full'> | ||
| 274 | + <p className='text-3xl font-bold text-black opacity-100'>95%</p> | ||
| 275 | + </div> | ||
| 276 | + </div> | ||
| 277 | + </div> | ||
| 278 | + | ||
| 279 | + <div className='group relative flex cursor-pointer'> | ||
| 280 | + <motion.img | ||
| 281 | + initial={{ | ||
| 282 | + x: directionLeft ? -200 : 200, | ||
| 283 | + opacity: 0 | ||
| 284 | + }} | ||
| 285 | + transition={{ duration: 1 }} | ||
| 286 | + whileInView={{ opacity: 1, x: 0 }} | ||
| 287 | + src='https://cdn.sanity.io/images/wpot5oxi/production/3afad53e9984699280c769969b3b5136b5bd16d6-240x210.png' | ||
| 250 | 288 | className='rounded-full border border-gray-500 object-cover w-20 h-20 filter group-hover:grayscale transition duration-300 ease-in-out' | |
| 251 | 289 | /> | |
| 252 | 290 | <div className='absolute opacity-0 group-hover:opacity-80 transition duration-300 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,8 +11,8 @@ import WorkExperience from '../components/WorkExperience' | |||
| 11 | 11 | export default function Home() { | |
| 12 | 12 | return ( | |
| 13 | 13 | <div className='bg-slate-50 h-screen text-[#004d25] snap-y snap-mandatory | |
| 14 | - overflow-y-scroll overflow-x-hidden z-0 scrollbar-thin scrollbar-track-gray-400/20 | ||
| 15 | - scrollbar-thumb-[#f7ab0a]/80'> | ||
| 14 | + overflow-y-scroll overflow-x-hidden z-0 scrollbar-thin scrollbar-track-[#48bf53]/20 | ||
| 15 | + scrollbar-thumb-[#004d25]/80'> | ||
| 16 | 16 | <Head> | |
| 17 | 17 | <title>Vance Portfolio</title> | |
| 18 | 18 | </Head> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,5 +7,7 @@ module.exports = { | |||
| 7 | 7 | theme: { | |
| 8 | 8 | extend: {}, | |
| 9 | 9 | }, | |
| 10 | - plugins: [], | ||
| 10 | + plugins: [ | ||
| 11 | + require('tailwind-scrollbar'), | ||
| 12 | + ], | ||
| 11 | 13 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments