Skip to content

Commit 0535589

Browse files
author
Salma Alam-Naylor
committed
Content updates
1 parent 2081fde commit 0535589

File tree

5 files changed

+47
-11
lines changed

5 files changed

+47
-11
lines changed

apps/fretonator-web/src/app/common/footer/footer.component.html

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ <h6 class="footer__sectionTitle">
99
Thank you to the following generous contributors:
1010
</p>
1111
<ul class="footer__list">
12+
<li class="footer__listItem">
13+
Richard Naylor - ideas, direction and usability testing
14+
</li>
1215
<li class="footer__listItem">
1316
<a
1417
href="http://drozar.io"

apps/fretonator-web/src/app/common/fretonator/similar-modes/similar-modes.component.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="similarModes" *ngIf="similarModes.length > 0 && !isTheoretical">
22
<h4 class="similarModes__title">Did you know?</h4>
3-
<p class="similarModes__copy">If you know {{modeDisplayString}} on the fretboard,
4-
you can already play the modes below!</p>
3+
<p class="similarModes__copy">If you know the notes of {{modeDisplayString}}, you can play the modes below, which use
4+
the exact same notes.</p>
55

66
<div class="chipsContainer">
77
<app-chips>
@@ -13,6 +13,9 @@ <h4 class="similarModes__title">Did you know?</h4>
1313
</app-chips>
1414
</div>
1515

16+
<p class="similarModes__copy">What's more, if you know the Ionian pattern, you can play the Ionian mode in any key. Just play the
17+
pattern starting on your chosen starting note (root note).</p>
18+
1619
<p class="similarModes__copy">In order to play and jam in all 7 of the main modes, you <span class="emphasis">only need to learn 7
1720
patterns</span>.
1821
</p>

apps/fretonator-web/src/app/pages/home/home-index/__snapshots__/home-index.component.spec.ts.snap

+32-8
Original file line numberDiff line numberDiff line change
@@ -1543,7 +1543,7 @@ exports[`HomeIndexComponent should create 1`] = `
15431543
<p
15441544
class="similarModes__copy"
15451545
>
1546-
If you know the patterns of C Ionian (Major) on the fretboard, you can transfer those shapes to the modes below.
1546+
If you know the notes of C Ionian (Major), you can play the modes below, which use the exact same notes.
15471547
</p>
15481548
<div
15491549
class="chipsContainer"
@@ -1613,22 +1613,46 @@ exports[`HomeIndexComponent should create 1`] = `
16131613
<p
16141614
class="similarModes__copy"
16151615
>
1616-
There are only 7 patterns you need to learn. Once you've memorised those patterns, you can play any of the 7 standard modes
1617-
<em>
1618-
(Ionian, Dorian, Phrygian, Lydian, Mixolydian, Aolian, Locrian
1619-
</em>
1620-
) from any starting note, anywhere on the fretboard.
1616+
What's more, if you know the Ionian pattern, you can play the Ionian mode in any key. Just play the pattern starting on your chosen starting note (root note).
16211617
</p>
16221618
<p
16231619
class="similarModes__copy"
16241620
>
1625-
These patterns always appear in the same order, one after the other.
1621+
In order to play and jam in all 7 of the main modes, you
1622+
<span
1623+
class="emphasis"
1624+
>
1625+
only need to learn 7 patterns
1626+
</span>
1627+
.
1628+
</p>
1629+
<p
1630+
class="similarModes__copy"
1631+
>
1632+
These patterns always appear in
1633+
<span
1634+
class="emphasis"
1635+
>
1636+
the exact same order
1637+
</span>
1638+
across the fretboard, regardless of the starting note or mode.
1639+
</p>
1640+
<p
1641+
class="similarModes__copy"
1642+
>
1643+
You might have heard this named as the
1644+
<span
1645+
class="emphasis"
1646+
>
1647+
3 note per string
1648+
</span>
1649+
method. Learn more about this and the 7 standard modes of the major scale in our learning hub.
16261650
</p>
16271651
<a
16281652
class="similarModes__cta"
16291653
href="/learn/patterns"
16301654
>
1631-
Learn more
1655+
Learn about patterns
16321656
</a>
16331657
</div>
16341658
</app-similar-modes>

apps/fretonator-web/src/app/pages/learn/learn-index/learn-index.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ <h2 class="grid__item__title">Patterns</h2>
2222
<span class="tag">Theory</span>
2323
<span class="tag">Scales</span>
2424
<span class="tag">Modes</span>
25+
<span class="tag">3NPS</span>
2526
</div>
2627
</a>
2728
<div class="grid__item">

apps/fretonator-web/src/app/pages/learn/patterns-index/patterns-index.component.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ <h5 class="patterns__subtitle">You only need to learn 7 patterns</h5>
2121
</p>
2222
<p class="patterns__copy">Use the fretboard below to explore the patterns of each mode (shown in black). Notice that
2323
each pattern is made of <span class="emphasis">3 notes per string</span>.</p>
24+
2425
</div>
2526

2627

@@ -44,6 +45,8 @@ <h5 class="patterns__smallTitle">Choose a pattern</h5>
4445
</div>
4546

4647
<div class="patterns__container">
48+
<p class="patterns__copy">For this example, we are using the notes of F Ionian (major) - but the great thing about
49+
this is that you can start on any fret on the low E string and shift the whole pattern along the fretboard.</p>
4750
<p class="patterns__copy">Tap each mode above the fretboard to highlight the <span class="emphasis">root position pattern</span>
4851
for each mode.
4952
You'll notice that each pattern shifts up one or two frets, and the patterns overlap.</p>
@@ -61,8 +64,10 @@ <h5 class="patterns__smallTitle">Choose a pattern</h5>
6164
<p class="patterns__subtitle">This works for ANY key and ANY of the 7 modes.
6265
</p>
6366
<p class="patterns__copy">Try it out! Use the Fretonator on the home page and see how these patterns fit together.
64-
You'll soon realise that there's a lot less to memorise than you think!
67+
<span class="emphasis">You'll soon realise that there's a lot less to memorise than you think!</span>
6568
</p>
69+
<p class="patterns__copy">Don't worry if it takes some time to learn the different patterns. The most important thing
70+
to remember is to have fun, and just jam on your guitar!</p>
6671
<p class="patterns__copy">If you want to write some songs using these modes, check out the chords that work with
6772
your chosen mode underneath the Fretonator for some inspiration.
6873
</p>

0 commit comments

Comments
 (0)