diff --git a/src/pages/donate.vue b/src/pages/donate.vue index 6008c3e..4a6fb5a 100755 --- a/src/pages/donate.vue +++ b/src/pages/donate.vue @@ -25,7 +25,7 @@ export default Vue.extend({ { icon: 'USDT', name: 'Tether USDT', - address: '0xe05FFEADb3b9E1f376dD1180A7A30C13D1cC153d', + address: '0x2ab06c88ed3af0070d85e1470eff88fb3b9a1f97', revealed: false }, // { diff --git a/src/pages/index.vue b/src/pages/index.vue index f45d445..abc2077 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -36,12 +36,12 @@ export default Vue.extend({ repos: [] as Repository[], experiences: { jobs: [ - { - title: 'Hexbyte', - url: 'https://github.com/hexbytemd', - position: 'Co-founder & DevOps', - date: 'Forthcoming' - }, + // { + // title: 'Hexbyte', + // url: 'https://github.com/hexbytemd', + // position: 'Co-founder & DevOps', + // date: 'Forthcoming' + // }, { title: 'Shikiology', url: 'https://github.com/shikiology', @@ -60,36 +60,42 @@ export default Vue.extend({ position: 'Co-founder & developer', date: '2023-future' }, - { - title: 'GoHUGO Fixit', - url: 'https://github.com/hugo-fixit', - position: 'Core developer', - date: '2022-2023' - }, - { - title: 'Microsoft 365 Developer Program', - url: 'https://developer.microsoft.com/en-us/microsoft-365/dev-program', - position: 'Core contributor', - data: '2020-2022' - } + // { + // title: 'GoHUGO Fixit', + // url: 'https://github.com/hugo-fixit', + // position: 'Core developer', + // date: '2022-2023' + // }, + // { + // title: 'Microsoft 365 Developer Program', + // url: 'https://developer.microsoft.com/en-us/microsoft-365/dev-program', + // position: 'Core contributor', + // data: '2020-2022' + // } ], education: [ { - title: 'University of California, San Diego', - url: 'https://ucsd.edu/', - position: 'Computer Science, B.S.', - date: '2026-future' + title: 'Ira A. Fulton Schools of Engineering', + url: 'https://engineering.asu.edu/', + position: 'Aerospace Engineering, B.S.E.', + date: '2023-present' }, { title: 'Ira A. Fulton Schools of Engineering', url: 'https://engineering.asu.edu/', position: 'Computer Science, B.S.', - date: '2024-present' + date: '2023-present' }, { title: 'W.P. Carey School of Business', url: 'https://wpcarey.asu.edu/', - position: 'Finance & Business, B.A.', + position: 'Asian Languages, Japanese, Minor', + date: '2023-present' + }, + { + title: 'ASU, The College of Liberal Arts and Sciences', + url: 'https://thecollege.asu.edu/', + position: 'Finance & Business, Minor', date: '2023-present' }, {