Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
dist/
node_modules/
yarn-error.log
.spin
7 changes: 7 additions & 0 deletions config/site.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title = "styleguide"
base_url = "https://styleguide.fermyon.app"
about = "Fermyon's Brand Guide & Design Styleguide"

[extra]
copyright = "Ronan Flynn-Curran"
github = "https://github.com/fermyon/styleguide"
7 changes: 7 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title = "Fermyon Styleguide"
description = "Fermyon's brand guidelines and design element library."
template = "main"

[extra]
author = "Ronan Flynn-Curran"
date = "2023-04-28T00:22:56Z
11 changes: 10 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@
</script>
</head>
<body class="documentation">


<header class="navbar is-transparent is-wide" id="topbar">
<div class="navbar-brand">
<a class="navbar-item" href="index.html">
Expand Down Expand Up @@ -236,6 +238,13 @@
</div>
</header>

<aside class="columns announcement-banner">
<div class="column container">
This resource is being updated. For fresher guidelines refer to this <a href="https://fermyontech-my.sharepoint.com/:b:/g/personal/ronan_fermyon_com/EaA6Mhw9XVpIjDdkY5lBaioBNU0UwYQez0_6KJVeq59IWA?e=0OCFZb" target="_blank">PDF</a> or <a href="https://www.figma.com/file/Pf2gyQ3FLYCdLCTYeDN8Kg/Style-Guide-(web)-%7C-Q2-2023?type=design&node-id=2%3A7&t=hdBaWF5RgFDAje95-1" target="_blank">Figma</a> file.
</a>
</div>
</aside>

<main class="is-widescreen is-fullwidth container page-wrap">
<div class="columns">

Expand Down Expand Up @@ -278,7 +287,7 @@
</div>

<article class="column content content-docs styleguide">
<section id="intro" style="padding-top: 8.25rem; ">
<section id="intro" style="padding-top: 2.25rem; ">
<svg width="82.5%" viewBox="0 0 3630 962" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="3280" y="612" width="350" height="350" rx="175" fill="#34E8BD"/>
<path d="M3435 101L2613 923" stroke="#0E8FDD" stroke-width="10"/>
Expand Down
24 changes: 24 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Fermyon Styleguide Website",
"version": "0.1.8",
"homepage": "https://design.fermyon.dev/",
"author": {
"name": "Ronan Flynn-Curran",
"email": "[email protected]",
"url": "https://fermyon.com"
},
"description": "Design Styleguide docs for Fermyon",
"license": "Apache-2.0",
"scripts": {
"build": "parcel build index.html",
"dev": "parcel serve index.html --open",
"styles": "parcel build ../scss/fermyon.scss --dist-dir css",
"watch": "parcel watch ../scss/fermyon.scss --dist-dir css"
},
"dependencies": {
"@parcel/config-default": "^2.10.3",
"@parcel/resolver-default": "^2.10.3",
"@parcel/transformer-sass": "2.10.3",
"parcel": "^2.10.3"
}
}
Binary file removed image/twitter_card_summary.png
Binary file not shown.
Binary file removed image/twitter_card_website.png
Binary file not shown.
Binary file added modules/bartholomew.wasm
Binary file not shown.
Binary file added modules/favicon.wasm
Binary file not shown.
Binary file added modules/redirect.wasm
Binary file not shown.
Binary file added modules/spin_static_fs.wasm
Binary file not shown.
Loading