At the end of this workshop, index.html should now look like:
<!doctype html>
<html lang="en">
<head>
<title>Welcome to Equinurture: life coaching
in Indiana</title>
<style>
body {
font-family: 'Lucida Sans Unicode', sans-serif;
font-size: 110%;
}
h2, h3 {
font-family: Georgia;
font-size: 1.75em;
}
h3 {
font-size: 1.125em;
}
p {
color: #343434;
}
header {
background-image: url('images/grass.png');
height: 170px;
}
header h1 {
color: sienna;
font-size: 46px;
padding:.25em.5em 0;
margin-bottom: 0;
}
header p {
font-style: italic;
margin: 0 2em;
}
nav {
background-color: navy;
padding-left: 1em;
}
nav a {
color: #ccccff;
}
article {
padding: 0 1em;
}
aside {
border: 1px solid black;
width: 265px;
float: right;
padding:.5em;
margin:.5em;
}
footer {
font-size:.75em;
text-align: center;
}
#intro h2 {
color: brown;
}
#exp h2 {
color: navy;
}
.placeholder {
color: silver;
}
</style>
</head>
<body>
<header>
<h1>Equinurture</h1>
<p>equine-partnered life coaching</p>
</header>
<nav>
<a href="index.html">Welcome</a>
<a href="about.html">About</a>
</nav>
<article>
<section id="intro">
<h2>rediscover yourself</h2>
<aside>
<img src="images/emmehorse.jpg" alt="Emme walking
with a horse" />
<p style="color: brown;">Experience what is
possible with Emme and her horse partners...</p>
</aside>
<p>This is your life!<br />
Is it what you dreamed it would be?<br />
Are you who you want to be?</p>
<p>Work with a trained professional to examine
your inner self. Progress is made through guided interaction with a horse.</p>
</section>
<section id="exp">
<h2>the experience</h2>
<h3>interacting with emme</h3>
<p>Emme is a nurturer. She will ask many supportive
questions to help you become more aware of who you are and what you want
out of your life. This is your life, so Emme focuses her interactions
with you on your life experiences and learning process.</p>
<p class="placeholder">Lomo aesthetic retro,
PBR&B cardigan sriracha beard next level wayfarers ethical Etsy bitters
artisan. Banh mi four dollar toast paleo, Etsy retro direct trade pork
belly hashtag fashion axe tilde fanny pack. Street art vegan pork belly,
umami beard Echo Park master cleanse jean shorts 90's vinyl. Forage +1
Austin, fanny pack literally 90's kogi Tilde Thundercats scenester leggings
bitters. Typewriter paleo Godard taxidermy. Ethical Vice authentic squid
cold-pressed, salvia literally pour-over church-key four dollar toast
tattooed. Fashion axe Truffaut butcher sartorial DIY seitan viral retro.</p>
<h3>introducing the horse partner</h3>
<p>Horses have great presence; they are prey
animals, so therefore keenly present in this moment because their survival
depends on it. This presence influences the beings around them and can
move a person from distracted thinking into an experience of interacting
in the world around them. When Emme partners with a horse, she reads
the body language and movement of the horse and allows her intuition
to guide her to question that are most important and effective for coaching
you...</p>
<p class="placeholder">Hopscotch selfie master
cleanse polaroid ethical. Williamsburg leggings hashtag church-key trust
fund, direct trade plaid kogi PBR&B tote bag blog kale chips. 90's
church-key wayfarers, High Life kale chips health goth crucifix hoodie
asymmetrical taxidermy synth. VHS keffiyeh meh locavore bitters. Banh
mi cold-pressed church-key vegan. Next level cliche beard, mlkshk four
loko Etsy roof party 8-bit deep v. Heirloom fanny pack mixtape swag,
polaroid typewriter master cleanse Pitchfork readymade migas cardigan.</p>
<h3>deciding if this is for you</h3>
<ul>
<li>unfulfilled?</li>
<li>discouraged?</li>
<li>confused?</li>
</ul>
<p>Emme and her horse partner can help you
find clarity. Sessions focus on body awareness and inspire you to become
clear about who you are and what matters to you. Over time as you gain
clarity, you shift in how you interact in your life and begin to build
a life you love. If self-awareness and personal growth are important
to you, this is just the experience for you!</p>
</section>
</article>
<footer>
<p><a href="https://www.iu.edu/">Indiana
University</a> Copyright 2015</p>
</footer>
</body>
</html>
Exiting code block