Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/lib/components/PopoverNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{#if $nav_expanded}
<nav class="popover" transition:fly={{ duration: 200, y: 0, x: -200 }}>
<Landing link="/getting-started">
<Landing link="/get-started">
<h2 slot="title">Get Started</h2>
<p slot="blurb" class="blurb">Get Started with the FluCoMa Ecosystem</p>
</Landing>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/front-page/WelcomeBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h1><strong>Welcome to the Fluid Corpus Manipulation Learn Platform!</strong></h1>
<p>The Fluid Corpus Manipulation project (FluCoMa) instigates new musical ways of exploiting ever-growing banks of sound and gestures within the digital composition process, by bringing breakthroughs of signal decomposition DSP and machine learning to the toolset of techno-fluent computer composers, creative coders and digital artists.</p>
<div id="buttons">
<WelcomeButton url='/learn/getting-started' text='Getting Started'/>
<WelcomeButton url='/learn/get-started' text='Get Started'/>
<WelcomeButton url='/learn' text='Learn'/>
<WelcomeButton url='/reference' text='Reference'/>
<WelcomeButton url='/explore' text='Explore'/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<br>
<br>
<br>
<h1>Getting Started</h1>
<h1>Get Started</h1>
<h2>Installation</h2>
<p class='installation-description'>
Start by installing the package in your creative coding environement. Max users can download the latest public version via the built-in package manager. To install the latest copy, see the detailled <a href='/installation'>installation instructions</a>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- start
- intro
flair: article
featuredimage: /learn/for-featured-images/getting-started-01.jpg
featuredimage: /learn/for-featured-images/get-started-01.jpg
---

<script>
Expand Down
Loading