oskarth b755aee84c Feat/update copy (#79)
* Update vac.dev main copy

* Add principles page

* Update projects page

* Format research-areas

* Format principles

* Update projects

* Update projects on main page

* Format main page

* Tweak main page

* Add open problems stub

* Add contribute stub

* Update media page - add Waku v2 training session

* Remove about folder and move media to top level

* Update config layout

* update open problems

* sembr principles

* add ietf nod

* fix

* Update research-areas.md

Co-authored-by: Daniel Kaiser <git@kais3r.de>

* Update projects.md

Co-authored-by: Daniel Kaiser <git@kais3r.de>

* Update research-areas.md

Co-authored-by: Daniel Kaiser <git@kais3r.de>

* Update research-areas.md

Co-authored-by: Daniel Kaiser <git@kais3r.de>

* Update research-areas.md

Co-authored-by: Daniel Kaiser <git@kais3r.de>

* Update vac.md

Co-authored-by: Daniel Kaiser <git@kais3r.de>

Co-authored-by: User Name <user@mbp22.local>
Co-authored-by: Daniel Kaiser <git@kais3r.de>
2022-08-02 12:32:48 +08:00
2022-06-10 13:52:01 +01:00
2022-07-29 15:40:32 +08:00
2022-07-22 17:52:06 +02:00
2022-07-22 13:38:54 +08:00
2022-06-10 13:52:01 +01:00
2022-08-02 12:32:48 +08:00
2022-08-02 12:32:48 +08:00
2022-08-02 12:32:48 +08:00
2022-08-02 12:32:48 +08:00
2022-08-02 12:32:48 +08:00
2022-08-02 12:32:48 +08:00
2022-07-29 15:40:32 +08:00
2022-08-02 12:32:48 +08:00
2022-08-02 12:32:48 +08:00

Vac.dev Website

Made and deployed with logos site-builder.

Continuous Deloyment

Change Process

  1. Create a new working branch from staging: git checkout staging; git checkout -b my-changes;
  2. Proceed with changes, push to origin and open a Pull Request against staging;
  3. Once approved, merge pull request, check changes on staging.vac.dev;
  4. Once ready to promote to live website, rebase master on staging: git checkout master; git pull master; git rebase origin/staging; git push.
Description
No description provided
Readme 600 MiB
Languages
MDX 99.3%
JavaScript 0.5%
Nix 0.1%