vault

the crib’s motherboard

a.k.a the backend information about this website (sitemap, credits, etc.), as well as a ‘hard drive’ of digital resources.

sitemap

%%{init: {
  "fontFamily": "VT323",
  "theme": "base",
  "flowchart": {
    "curve": "linear"
  },
  "themeVariables": {
    "primaryTextColor": "#ffffff",
    "lineColor": "#ffffff",
    "primaryColor": "transparent",
    "primaryBorderColor": "#8b9795",
    "secondaryColor": "transparent",
    "tertiaryColor": "transparent",
    "fontSize": "28px"
  }
}}%%

flowchart TD
    Home["Home"] --> Research["Research"]
    Home --> cRib["cRib"]
    Home --> CV["CV"]
    Home --> Loft["Loft"]

    Research --> SGStory["The Singapore Story"]
    Research --> Stats["Statistics Attitudes & Career Goals"]

    cRib --> Methods["Methods"]
    cRib --> Analysis["Analysis"]
    cRib --> Comms["Research Communication & Practice"]

    Loft --> AboutMe["About Me"]
    Loft --> MediaRoom["Media Room"]
    Loft --> Collections["Collections / Shrines"]
    Loft --> Gnoden["Gnōden"]
    Loft --> Vault["Vault"]

    MediaRoom --> Library["Library"]
    MediaRoom --> Analog["Analog Collection"]
    MediaRoom --> Gigs["Gigs"]
    MediaRoom --> Shows["Movie & TV"]

    click Home "https://mags-crib.netlify.app/" "Home"
    click Research "https://mags-crib.netlify.app/research.html" "Research"
    click cRib "https://mags-crib.netlify.app/crib.html" "cRib"
    click CV "https://mags-crib.netlify.app/cv.html" "CV"
    click Loft "https://mags-crib.netlify.app/loft.html" "Loft"
    click SGStory "https://mags-crib.netlify.app/research/sg-story.html" "The Singapore Story"
    click Stats "https://mags-crib.netlify.app/research/stats_careergoals.html" "Statistics Attitudes & Career Goals"
    click Methods "https://mags-crib.netlify.app/crib/methods.html" "Methods"
    click Analysis "https://mags-crib.netlify.app/crib/analysis.html" "Analysis"
    click Comms "https://mags-crib.netlify.app/crib/comm.html" "Research Communication & Practice"
    click AboutMe "https://mags-crib.netlify.app/loft/about-me.html" "About Me"
    click MediaRoom "https://mags-crib.netlify.app/loft/media-room.html" "Media Room"
    click Collections "https://mags-crib.netlify.apploft/collections.html" "Collections / Shrines"
    click Gnoden "https://mags-crib.netlify.app/loft/gnoden.html" "Gnōden"
    click Vault "https://mags-crib.netlify.app/loft/vault.html" "Vault"
    click Library "https://mags-crib.netlify.app/loft/media-room/library.html" "Library"
    click Analog "https://mags-crib.netlify.app/loft/media-room/analog.html" "Analog Collection"
    click Gigs "https://mags-crib.netlify.app/loft/media-room/gigs.html" "Gigs"
    click Shows "https://mags-crib.netlify.app/loft/media-room/shows.html" "Movie & TV"

    classDef default fill:#2a444280,stroke:#ffffff,stroke-width:2px,color:#ffffff,font-size:28px,font-family:VT323;
    classDef root fill:#2a444280,stroke:#ffffff,stroke-width:2px,color:#ffffff,font-size:30px,font-family:VT323;
    classDef branch fill:#2a444280,stroke:#ffffff,stroke-width:2px,color:#ffffff,font-size:28px,font-family:VT323;
    classDef leaf fill:#2a444280,stroke:#ffffff,stroke-width:2px,color:#ffffff,font-size:26px,font-family:VT323;

    class Home root;
    class Research,cRib,CV,Loft,MediaRoom branch;
    class SGStory,Stats,Methods,Analysis,Comms,AboutMe,Collections,Gnoden,Vault,Library,Analog,Gigs,Shows leaf;

    linkStyle default stroke:#ffffff,stroke-width:2px;

credits

Content here

graphics

Content here

web resources

Content here

Back to top