update from sparkleup

This commit is contained in:
Madison Scott-Clary 2021-06-18 19:55:11 -07:00
parent 7a06c13015
commit 8e251b8bb3
2 changed files with 35 additions and 1 deletions

33
diary/2021-06-18.html Normal file
View File

@ -0,0 +1,33 @@
<!doctype html>
<html>
<head>
<title>Zk | 2021-06-18</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<meta name="viewport" content="width=device-width" />
<meta charset="utf-8" />
</head>
<body>
<main>
<header>
<h1>Zk | 2021-06-18</h1>
</header>
<article class="content">
<h1 id="cornell-college-mfa-application">Cornell College MFA application</h1>
<h2 id="bio">Bio</h2>
<p>Creativity is a force akin to a river. It is a thing to be managed and guided but never completely controlled. Sometimes it floods and dikes must be constructed to guide it properly on its path. Sometimes the flow flags and one must lean on one&rsquo;s reserves.</p>
<p>Moving through life has been a continual process of defining and refining my relationship to this force that is creativity, constructing healthy boundaries, working with reserves. My time in undergrad was focused on this. My time since then, both working on my writing and in my work life, has involved plenty more. Even my transition and growth into a mature adult has involved shaping that flow as I strive to better myself.</p>
<p>I am the house beside that river, and my walls are strong. I feel that this program will help me to better their construction, to allow my writing to mature, and to help me work all the more smoothly as I improve my skills. I look forward to learning and growing within the Cornell College MFA program.</p>
</article>
<footer>
<p>Page generated on 2021-06-18</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('.tag').forEach(tag => {
let text = tag.innerText;
tag.innerText = '';
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
});
</script>
</body>
</html>

View File

@ -16,6 +16,7 @@
<h2 id="2021">2021</h2>
<h3 id="june">June</h3>
<ul>
<li><a href="2021-06-18.html">Cornell College MFA application</a></li>
<li><a href="2021-06-10-rawr-day-5.html">Lecture &mdash; What&rsquo;s next?</a></li>
<li><a href="2021-06-10.html">Critiques 2</a></li>
<li><a href="2021-06-09-rawr-day-3.html">Lecture &mdash; Romantic beats</a></li>
@ -2206,7 +2207,7 @@
</ul>
</article>
<footer>
<p>Page generated on 2021-06-10</p>
<p>Page generated on 2021-06-18</p>
</footer>
</main>
<script type="text/javascript">