Skip to content

Commit fa9cd88

Browse files
committed
homepage, about, mobile nav redesign
1 parent 52939f9 commit fa9cd88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+4040
-2714
lines changed

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"search.exclude": {
3-
"**/node_modules": false
4-
}
5-
}
2+
"search.exclude": {
3+
"**/node_modules": false
4+
}
5+
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ Template: https://github.com/mhyfritz/astro-landing-page
1616
| `npm run astro --help` | Get help using the Astro CLI |
1717
| `npm run format` | Format code with [Prettier](https://prettier.io/) |
1818
| `npm run clean` | Remove `node_modules` and build output |
19-

astro.config.mjs

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ import tailwind from "@astrojs/tailwind";
55

66
// https://astro.build/config
77
import compress from "astro-compress";
8-
const SHOULD_COMPRESS=false;
8+
const SHOULD_COMPRESS = false;
99
// https://astro.build/config
1010
export default defineConfig({
1111
site: "https://ml-purdue.github.io",
12-
integrations: [mdx(), tailwind(), image({
13-
serviceEntryPoint: "@astrojs/image/sharp"
14-
}), SHOULD_COMPRESS && compress()].filter(Boolean),
12+
integrations: [
13+
mdx(),
14+
tailwind(),
15+
image({
16+
serviceEntryPoint: "@astrojs/image/sharp",
17+
}),
18+
SHOULD_COMPRESS && compress(),
19+
].filter(Boolean),
1520
vite: {
1621
ssr: {
17-
external: ["svgo"]
18-
}
19-
}
22+
external: ["svgo"],
23+
},
24+
},
2025
});

package-lock.json

Lines changed: 21 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"@astrojs/image": "^0.13.1",
1717
"@astrojs/mdx": "^0.16.0",
1818
"@astrojs/tailwind": "^3.0.1",
19-
"@types/micromodal": "^0.3.3",
19+
"@types/micromodal": "^0.3.5",
2020
"astro": "^2.0.4",
21-
"astro-icon": "^0.8.0",
21+
"astro-icon": "^0.8.2",
2222
"prettier": "2.8.3",
2323
"prettier-plugin-astro": "^0.8.0",
2424
"prettier-plugin-tailwindcss": "^0.2.0",
@@ -29,7 +29,6 @@
2929
"@fontsource/inter": "^4.5.14",
3030
"astro-compress": "^2.0.1",
3131
"micromodal": "^0.4.10",
32-
"n": "^9.0.1",
3332
"sharp": "^0.31.2",
3433
"stable": "^0.1.8",
3534
"tailwindcss": "^3.2.4",

public/swoop.svg

Lines changed: 12 additions & 0 deletions
Loading

src/assets/mlp.png

-98 KB
Loading

0 commit comments

Comments
 (0)