Skip to content

Commit

Permalink
Merge pull request #46 from VGVentures/feat/web-design
Browse files Browse the repository at this point in the history
feat: web design
  • Loading branch information
jolexxa authored Aug 17, 2024
2 parents 5fb41a1 + 416c34e commit 57f3653
Show file tree
Hide file tree
Showing 22 changed files with 1,646 additions and 44 deletions.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ export default defineConfig({
],
customCss: [
// Add tailwind base styles:
"./src/assets/styles/tailwind.css",
"./src/styles/tailwind.css",
"./src/styles/vgv_brand.css",
"./src/styles/theme.css",
"@fontsource/poppins/100.css",
"@fontsource/poppins/200.css",
"@fontsource/poppins/300.css",
Expand Down Expand Up @@ -118,6 +120,10 @@ export default defineConfig({
},
},
],
components: {
TwoColumnContent:
"./src/components/vgv_footer/vgv-two-column-content.astro",
},
}),
react(),
mdx(),
Expand Down
85 changes: 79 additions & 6 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,100 @@
"ignorePaths": ["node_modules/**", ".**/"],
"files": ["**/*.md", "**/*.mdx", "**/*.tsx", "**/*.ts", "**/*.json"],
"words": [
"ABAP",
"Abuild",
"Agda",
"AMPL",
"ANTLR",
"astro",
"astrojs",
"Augeas",
"Batchfile",
"Befunge",
"Bluespec",
"Brightscript",
"Carto",
"Cirru",
"Codemagic",
"Crunscript",
"Csound",
"Cuda",
"Cupertino",
"Cycript",
"Cython",
"Diátaxis",
"Dogescript",
"Eclass",
"Filebench",
"Filterscript",
"fontsource",
"Frege",
"Genshi",
"GLSL",
"goldens",
"Golo",
"Gosu",
"Haxe",
"HLSL",
"Hola",
"Idris",
"incentivized",
"Inno",
"Ioke",
"Ishida",
"Jasmin",
"Jison",
"Jolie",
"laboratoria",
"Linx",
"Logtalk",
"LOLCODE",
"Mathematica",
"mdlint",
"merch",
"Mirah",
"Modelica",
"Moocode",
"MTML",
"multiplatform",
"Mundo",
"mupad",
"Myghty",
"Nearley",
"Nemerle",
"NSIS",
"Omgrofl",
"Oxygene",
"Pico",
"PLSQL",
"pubspec",
"Pythonconsole",
"Ragel",
"RAML",
"Rebol",
"Redcode",
"Ren'Py",
"REXX",
"Roff",
"rxdart",
"Scilab",
"Shen",
"Smali",
"SQLPL",
"Stata",
"statefulshellroute",
"tailwindcss",
"Tappable",
"Tcsh",
"todos",
"tsconfigs",
"Codemagic",
"Diátaxis",
"Ishida",
"Hola",
"Mundo",
"merch"
"Vala",
"Verilog",
"VGVENTURES",
"VHDL",
"Vimscript",
"Xojo",
"Zephir",
"Zimpl"
]
}
167 changes: 167 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
},
"devDependencies": {
"@laboratoria/mdlint": "^1.2.3",
"@octokit/rest": "^21.0.1",
"@octokit/types": "^13.5.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.2.0",
Expand Down
Binary file added src/assets/hero/hero_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/hero/hero_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 57f3653

Please sign in to comment.