diff --git a/package.json b/package.json index 521b788..99fbc18 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,34 @@ { - "name": "", - "type": "module", - "version": "0.0.1", - "scripts": { - "dev": "astro dev", - "start": "astro dev", - "build": "astro build", - "preview": "astro preview", - "astro": "astro" - }, - "dependencies": { - "@astrojs/mdx": "^1.1.2", - "@astrojs/react": "^3.0.3", - "@astrojs/tailwind": "^5.0.2", - "@fontsource-variable/open-sans": "^5.0.16", - "@nextui-org/react": "^2.1.13", - "@types/react": "^18.0.21", - "@types/react-dom": "^18.0.6", - "astro": "^3.3.0", - "framer-motion": "^10.16.4", - "react": "^18.0.0", - "react-dom": "^18.0.0", - "scss": "^0.2.4", - "tailwindcss": "^3.0.24", - "tailwindcss-animate": "^1.0.7" - }, - "devDependencies": { - "daisyui": "^3.9.2", - "prettier": "^3.0.3", - "prettier-plugin-astro": "^0.12.0", - "sass": "^1.69.3" - } + "name": "ieeeucsd", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/mdx": "^1.1.2", + "@astrojs/react": "^3.0.3", + "@astrojs/tailwind": "^5.0.2", + "@fontsource-variable/open-sans": "^5.0.16", + "@nextui-org/react": "^2.1.13", + "@types/react": "^18.0.21", + "@types/react-dom": "^18.0.6", + "astro": "^3.3.0", + "framer-motion": "^10.16.4", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "scss": "^0.2.4", + "tailwindcss": "^3.0.24", + "tailwindcss-animate": "^1.0.7" + }, + "devDependencies": { + "daisyui": "^3.9.2", + "prettier": "^3.0.3", + "prettier-plugin-astro": "^0.12.0", + "sass": "^1.69.3" + } } diff --git a/public/backgrounds/fa21qp.png b/public/backgrounds/fa21qp.png new file mode 100644 index 0000000..560538e Binary files /dev/null and b/public/backgrounds/fa21qp.png differ diff --git a/src/components/global/Navbar.astro b/src/components/global/Navbar.astro index 3132fe5..3aa3f27 100644 --- a/src/components/global/Navbar.astro +++ b/src/components/global/Navbar.astro @@ -1,41 +1,74 @@ ---- -import logo_with_text from ''; ---- - - -