Skip to content

Commit 2b63d7e

Browse files
committed
revert: restore original bento + axolotl design
Restore the original main branch design: - Bento grid layout with axolotl background image - Glass morphism cells (semi-transparent) - Values, Roadmap, Projects sections - Astro config with GitHub Pages deployment - Remove accidental Tailwind CSS migration
1 parent 84cd4a6 commit 2b63d7e

7 files changed

Lines changed: 247 additions & 300 deletions

File tree

_astro/index.CMTc0la6.css

Lines changed: 0 additions & 2 deletions
This file was deleted.

astro.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
// @ts-check
12
import { defineConfig } from 'astro/config';
2-
import tailwindcss from '@tailwindcss/vite';
33

44
export default defineConfig({
5-
vite: {
6-
plugins: [tailwindcss()],
7-
},
5+
site: 'https://evolvebeyond.github.io',
6+
base: '/',
7+
outDir: './dist',
88
});

backgrund.png

-1.43 MB
Binary file not shown.

index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,17 @@
11
{
2-
"name": "evolvebeyond-profile",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
2+
"name": "awesome-aperture",
3+
"type": "module",
4+
"version": "0.0.1",
5+
"engines": {
6+
"node": ">=22.12.0"
7+
},
68
"scripts": {
79
"dev": "astro dev",
810
"build": "astro build",
9-
"preview": "astro preview"
10-
},
11-
"repository": {
12-
"type": "git",
13-
"url": "git+https://github.com/EvolveBeyond/evolvebeyond.github.io.git"
11+
"preview": "astro preview",
12+
"astro": "astro"
1413
},
15-
"keywords": [],
16-
"author": "",
17-
"license": "ISC",
18-
"type": "commonjs",
19-
"bugs": {
20-
"url": "https://github.com/EvolveBeyond/evolvebeyond.github.io/issues"
21-
},
22-
"homepage": "https://github.com/EvolveBeyond/evolvebeyond.github.io#readme",
2314
"dependencies": {
24-
"astro": "^7.1.0",
25-
"progressive-acrylic": "^2.0.2"
26-
},
27-
"devDependencies": {
28-
"@tailwindcss/vite": "^4.3.3",
29-
"tailwindcss": "^4.3.3"
15+
"astro": "^7.1.0"
3016
}
31-
}
17+
}

src/pages/index.astro

Lines changed: 233 additions & 268 deletions
Large diffs are not rendered by default.

src/styles/main.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)