Update 'learning to sew' statement on homepage
This commit is contained in:
parent
d852d931c3
commit
4fc9b7fa6e
1 changed files with 4 additions and 6 deletions
|
|
@ -78,17 +78,15 @@
|
||||||
{#if isPersonalExpanded}
|
{#if isPersonalExpanded}
|
||||||
<ul transition:slide={{ duration: 210 }}>
|
<ul transition:slide={{ duration: 210 }}>
|
||||||
<li>I try to write at least once a month on my <a class="thesis" href="/blog">blog</a>.</li>
|
<li>I try to write at least once a month on my <a class="thesis" href="/blog">blog</a>.</li>
|
||||||
<li>I used to dance and produce with a contemporary dance company.</li>
|
<li>I'm learning to sew my own clothes</li>
|
||||||
<li>I'm learning to sew (clothes, one day)</li>
|
<li>I love fruity coffees and botanical gins</li>
|
||||||
<li>
|
<li>I used to dance and produce with a contemporary dance company</li>
|
||||||
I live in Oxford, England and I love botanical gins, fruity coffee, bicycles, and lists.
|
|
||||||
</li>
|
|
||||||
<li><button on:click={() => (isPersonalExpanded = false)}>Cool, show less</button></li>
|
<li><button on:click={() => (isPersonalExpanded = false)}>Cool, show less</button></li>
|
||||||
</ul>
|
</ul>
|
||||||
{:else}
|
{:else}
|
||||||
<p>
|
<p>
|
||||||
I like to write on my <a href="/blog">blog</a> and ride bikes. I'm learning to sew and my French
|
I like to write on my <a href="/blog">blog</a> and ride bikes. I'm learning to sew and my French
|
||||||
is terrible
|
is terrible.
|
||||||
</p>
|
</p>
|
||||||
<button on:click={() => (isPersonalExpanded = true)}>Oh, cool, tell me more</button>
|
<button on:click={() => (isPersonalExpanded = true)}>Oh, cool, tell me more</button>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue