Skip to content

Commit

Permalink
Feat/#11 footer (#28)
Browse files Browse the repository at this point in the history
* move global into src, instead of app folder

* add some components

* configure uikit, emotion and typings

* uikit happy

* cleanup

* add theme provider

* emotion imports

* emotion uikit style tpying

* remove DataCallout uikit re-export wrapper

* basic responsive workking

* cleanup

* cleanup

* add breakpoint comment

* add style resets

* import Global from uikit and add explanatory note

* remove SSR metadata not in use

* clean up uikit note in readme

* add header + logo

* add footer

* env config for region

---------

Co-authored-by: Ciaran Schutte <[email protected]>
  • Loading branch information
ciaranschutte and Ciaran Schutte authored Jun 20, 2023
1 parent a8259af commit 3cdaef8
Show file tree
Hide file tree
Showing 7 changed files with 369 additions and 133 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
#
#

NEXT_PUBLIC_ARGO_DOCS_URL_ROOT=https://docs.icgc-argo.org
NEXT_PUBLIC_DOCS_URL_ROOT=https://docs.icgc-argo.org
NEXT_PUBLIC_REGION=Germany
Loading

0 comments on commit 3cdaef8

Please sign in to comment.