| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4d3037f commit 366bf0e
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -39,7 +39,7 @@ export default function About({ }: Props) { | |||
| 39 | 39 | I'm Vance. | |
| 40 | 40 | Started my tech journey two years ago since then I've picked up various languages, contributed to open source, | |
| 41 | 41 | worked with other developers and designers, built a score of projects both real world(businesses) and personal so I have the experience to deliver within set time. | |
| 42 | - My preferred weapons of choice are <span className='text-[#ffad01] animate-pulse ease-in-out duration-200'>Javascript, React, Nextjs, TailwindCSS and NodeJS</span> for backend. | ||
| 42 | + My preferred tools of choice are <span className='text-[#ffad01] animate-pulse ease-in-out duration-200'>Javascript, React, Nextjs and TailwindCSS</span> | ||
| 43 | 43 | </p> | |
| 44 | 44 | </div> | |
| 45 | 45 | </motion.div> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -105,13 +105,13 @@ export default function ExperienceCard({ }: Props) { | |||
| 105 | 105 | height='40' | |
| 106 | 106 | alt='' | |
| 107 | 107 | /> | |
| 108 | - <Image | ||
| 108 | + {/* <Image | ||
| 109 | 109 | className='h-10 w-10 rounded-full' | |
| 110 | 110 | src='https://cdn.sanity.io/images/wpot5oxi/production/e7f68959cc0da64eac17e4f9b5dca9d5ba6bb2e1-200x122.png' | |
| 111 | 111 | width='40' | |
| 112 | 112 | height='40' | |
| 113 | 113 | alt='' | |
| 114 | - /> | ||
| 114 | + /> */} | ||
| 115 | 115 | </div> | |
| 116 | 116 | <p className='uppercase py-2 text-gray-300 xs:text-xs'> | |
| 117 | 117 | {/* {new Date(experience.dateStarted).toDateString()} -{" "} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,15 +33,127 @@ export default function Projects({ }: Props) { | |||
| 33 | 33 | transition={{ duration: 1.2 }} | |
| 34 | 34 | whileInView={{ opacity: 1, y: 0 }} | |
| 35 | 35 | viewport={{ once: true }} | |
| 36 | - src='https://cdn.sanity.io/images/wpot5oxi/production/39f746ddd8a735d7e22bea1a025c112276ca1aa9-1414x973.png' | ||
| 36 | + src='https://cdn.sanity.io/images/wpot5oxi/production/9c42db8f815f64054e72b8f3e05271c6ce4ef6af-1900x900.png' | ||
| 37 | 37 | alt='' | |
| 38 | - className='h-36 sm:w-64 sm:h-60' | ||
| 38 | + className='h-36 sm:w- sm:h-60' | ||
| 39 | 39 | /> | |
| 40 | 40 | ||
| 41 | 41 | <div className='space-y-1 px-0 md:px-10 max-w-6xl'> | |
| 42 | 42 | <h4 className='md:text-3xl lg:text-4xl font-semibold text-center'> | |
| 43 | - <span className='underline decoration-[#f7ab0a]/50'> | ||
| 44 | - Case Study 1 of 3</span><br /> | ||
| 43 | + <a href='https://artsy-julvan.netlify.app/' target='_blank' rel="noreferrer" className='underline decoration-[#f7ab0a]/50'> | ||
| 44 | + Case Study 1 of 5 | ||
| 45 | + </a><br /> | ||
| 46 | + Artsy | ||
| 47 | + </h4> | ||
| 48 | + | ||
| 49 | + <div className='flex items-center space-x-2 justify-center'> | ||
| 50 | + <Image | ||
| 51 | + className='' | ||
| 52 | + width='32' | ||
| 53 | + height='32' | ||
| 54 | + src='https://cdn.sanity.io/images/wpot5oxi/production/ab9ce9f0ba43b4f064bb281c0eaa90ad7d894a3e-200x174.png' | ||
| 55 | + alt='' | ||
| 56 | + /> | ||
| 57 | + <Image | ||
| 58 | + className='' | ||
| 59 | + width='32' | ||
| 60 | + height='32' | ||
| 61 | + src='https://cdn.sanity.io/images/wpot5oxi/production/f68c4842a21603dfefcb73515eacbae198e2f4af-820x820.png' | ||
| 62 | + alt='' | ||
| 63 | + /> | ||
| 64 | + <Image | ||
| 65 | + className='' | ||
| 66 | + width='32' | ||
| 67 | + height='32' | ||
| 68 | + src='https://cdn.sanity.io/images/wpot5oxi/production/8730d76efbd4a40490416180ab8389876feaca1c-225x225.png' | ||
| 69 | + alt='' | ||
| 70 | + /> | ||
| 71 | + </div> | ||
| 72 | + | ||
| 73 | + <p className='text-sm text-center md:text-left'> | ||
| 74 | + This is a platform that sells different works of art. | ||
| 75 | + </p> | ||
| 76 | + | ||
| 77 | + </div> | ||
| 78 | + </div> | ||
| 79 | + | ||
| 80 | + <div | ||
| 81 | + 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' | ||
| 82 | + > | ||
| 83 | + <motion.img | ||
| 84 | + initial={{ | ||
| 85 | + y: -100, | ||
| 86 | + opacity: 0 | ||
| 87 | + }} | ||
| 88 | + transition={{ duration: 1.2 }} | ||
| 89 | + whileInView={{ opacity: 1, y: 0 }} | ||
| 90 | + viewport={{ once: true }} | ||
| 91 | + src='https://cdn.sanity.io/images/wpot5oxi/production/02ec92e4eb3dad7a26a672cfcb1a31240c2b866d-1895x897.png' | ||
| 92 | + alt='' | ||
| 93 | + className='h-36 sm:w- sm:h-60' | ||
| 94 | + /> | ||
| 95 | + | ||
| 96 | + <div className='space-y-1 px-0 md:px-10 max-w-6xl'> | ||
| 97 | + <h4 className='md:text-3xl lg:text-4xl font-semibold text-center'> | ||
| 98 | + <a href='https://homer-nine.vercel.app/' target='_blank' rel="noreferrer" className='underline decoration-[#f7ab0a]/50'> | ||
| 99 | + Case Study 2 of 5 | ||
| 100 | + </a><br /> | ||
| 101 | + Homer | ||
| 102 | + </h4> | ||
| 103 | + | ||
| 104 | + <div className='flex items-center space-x-2 justify-center'> | ||
| 105 | + <Image | ||
| 106 | + className='' | ||
| 107 | + width='32' | ||
| 108 | + height='32' | ||
| 109 | + src='https://cdn.sanity.io/images/wpot5oxi/production/94ce299bca6801e89c0faf47d05aa2ce567767f5-199x119.png' | ||
| 110 | + alt='' | ||
| 111 | + /> | ||
| 112 | + <Image | ||
| 113 | + className='' | ||
| 114 | + width='32' | ||
| 115 | + height='32' | ||
| 116 | + src='https://cdn.sanity.io/images/wpot5oxi/production/4b68cdb63a3114b20b4bcc899256a639edae9587-400x400.png' | ||
| 117 | + alt='' | ||
| 118 | + /> | ||
| 119 | + <Image | ||
| 120 | + className='' | ||
| 121 | + width='32' | ||
| 122 | + height='32' | ||
| 123 | + src='https://cdn.sanity.io/images/wpot5oxi/production/16bd74932f74dd06aa2d54cbb126d419650514df-225x225.png' | ||
| 124 | + alt='' | ||
| 125 | + /> | ||
| 126 | + </div> | ||
| 127 | + | ||
| 128 | + <p className='text-sm text-center md:text-left'> | ||
| 129 | + This is a real estate application displaying properties available for sale and for rent with search filter applied for specifications. | ||
| 130 | + The data is fetched from Rapid API Bayut Api. | ||
| 131 | + </p> | ||
| 132 | + | ||
| 133 | + </div> | ||
| 134 | + </div> | ||
| 135 | + | ||
| 136 | + <div | ||
| 137 | + 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' | ||
| 138 | + > | ||
| 139 | + <motion.img | ||
| 140 | + initial={{ | ||
| 141 | + y: -100, | ||
| 142 | + opacity: 0 | ||
| 143 | + }} | ||
| 144 | + transition={{ duration: 1.2 }} | ||
| 145 | + whileInView={{ opacity: 1, y: 0 }} | ||
| 146 | + viewport={{ once: true }} | ||
| 147 | + src='https://cdn.sanity.io/images/wpot5oxi/production/98d3ed03c3f31bd6ce19a33bdb456bee89ee44ae-1893x891.png' | ||
| 148 | + alt='' | ||
| 149 | + className='h-36 sm:w- sm:h-60' | ||
| 150 | + /> | ||
| 151 | + | ||
| 152 | + <div className='space-y-1 px-0 md:px-10 max-w-6xl'> | ||
| 153 | + <h4 className='md:text-3xl lg:text-4xl font-semibold text-center'> | ||
| 154 | + <a href='https://zoidac.vercel.app/' target='_blank' rel="noreferrer" className='underline decoration-[#f7ab0a]/50'> | ||
| 155 | + Case Study 3 of 5 | ||
| 156 | + </a><br /> | ||
| 45 | 157 | Zoidac Web3 Platform | |
| 46 | 158 | </h4> | |
| 47 | 159 | ||
@@ -70,10 +182,9 @@ export default function Projects({ }: Props) { | |||
| 70 | 182 | </div> | |
| 71 | 183 | ||
| 72 | 184 | <p className='text-sm text-center md:text-left'> | |
| 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 | - This repository will only contain the Frontend Build. | ||
| 185 | + Zoidac is a decentralized Market making use of Web3 technologies aimed at enabling Artists and Creatives market their work and get paid in cryptocurrency. | ||
| 186 | + This platform currently accepts Sol and interacts with all wallets built on the Solana Blockchain. | ||
| 75 | 187 | </p> | |
| 76 | - | ||
| 77 | 188 | </div> | |
| 78 | 189 | </div> | |
| 79 | 190 | ||
@@ -90,13 +201,13 @@ export default function Projects({ }: Props) { | |||
| 90 | 201 | viewport={{ once: true }} | |
| 91 | 202 | src='https://cdn.sanity.io/images/wpot5oxi/production/ef7affbbdf30923b8c612aa7e6b2b3938b0123dd-1915x821.png' | |
| 92 | 203 | alt='' | |
| 93 | - className='h-36 sm:w-64 sm:h-60' | ||
| 204 | + className='h-36 sm:w- sm:h-60' | ||
| 94 | 205 | /> | |
| 95 | 206 | ||
| 96 | 207 | <div className='space-y-1 px-0 md:px-10 max-w-6xl'> | |
| 97 | 208 | <h4 className='md:text-3xl lg:text-4xl font-semibold text-center flex flex-col'> | |
| 98 | - <span className='underline decoration-[#f7ab0a]/50'> | ||
| 99 | - Case Study 2 of 3</span> | ||
| 209 | + <a href='https://solana-pay-azure-eta.vercel.app/' target='_blank' rel="noreferrer" className='underline decoration-[#f7ab0a]/50'> | ||
| 210 | + Case Study 4 of 5</a> | ||
| 100 | 211 | Solana Pay | |
| 101 | 212 | </h4> | |
| 102 | 213 | ||
@@ -144,13 +255,13 @@ export default function Projects({ }: Props) { | |||
| 144 | 255 | viewport={{ once: true }} | |
| 145 | 256 | src='https://cdn.sanity.io/images/wpot5oxi/production/5a4df6bdf38bcac8986af8b90a1156bb4bf42f63-1890x870.png' | |
| 146 | 257 | alt='' | |
| 147 | - className='h-36 sm:w-64 sm:h-60' | ||
| 258 | + className='h-36 sm:w- sm:h-60' | ||
| 148 | 259 | /> | |
| 149 | 260 | ||
| 150 | 261 | <div className='space-y-1 px-0 md:px-10 max-w-6xl'> | |
| 151 | 262 | <h4 className='md:text-3xl lg:text-4xl font-semibold text-center'> | |
| 152 | 263 | <span className='underline decoration-[#f7ab0a]/50'> | |
| 153 | - Case Study 3 of 3</span><br /> | ||
| 264 | + Case Study 5 of 5</span><br /> | ||
| 154 | 265 | Sound Code | |
| 155 | 266 | </h4> | |
| 156 | 267 | ||
@@ -181,7 +292,6 @@ export default function Projects({ }: Props) { | |||
| 181 | 292 | <p className='text-sm text-center md:text-left'> | |
| 182 | 293 | Sound Code is a Christ Embassy Ministry application that will aid the identification of any digital audio/sound released in and by the ministry. | |
| 183 | 294 | This technology uses audio fingerprinting to enable users easily index/search audio/video materials with short recordings. | |
| 184 | - This solution is solely targeted for Our Ministry and Ministry Content. | ||
| 185 | 295 | </p> | |
| 186 | 296 | ||
| 187 | 297 | </div> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments