Skip to content

Instantly share code, notes, and snippets.

@schalkneethling
Created June 13, 2022 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schalkneethling/6263f9d58132cf23a38960786aabcc55 to your computer and use it in GitHub Desktop.
Save schalkneethling/6263f9d58132cf23a38960786aabcc55 to your computer and use it in GitHub Desktop.
<section class="card">
<header>
<h2>Chris Mills</h2>
</header>
<article>
<img
src="chris.jpg"
alt="A picture of Chris - a man with glasses, a beard, and a silly wooly hat"
/>
<p>
50 My Street<br />
The Town<br />
Gray Peach<br />
UK<br />
ZO50 1MU<br />
<strong>Tel</strong>: 01234 567 890<br />
<strong>Mail</strong>: chris@nothere.com
</p>
</article>
<footer>
<p>Editing, writing, and web development services</p>
</footer>
</section>
<body>
<section class="card">
<header>
<h2>Chris Mills</h2>
</header>
<article>
<img src="chris.jpg" alt="A picture of Chris - a man with glasses, a beard, and a silly wooly hat">
<p>50 My Street<br>
The Town<br>
Gray Peach<br>
UK<br>
ZO50 1MU<br>
<strong>Tel</strong>: 01234 567 890<br>
<strong>Mail</strong>: chris@nothere.com</p>
</article>
<footer>
<p>Editing, writing, and web development services</p>
</footer>
</section>
</body>
</html>
© 2022 GitHub, Inc.
Terms
Privacy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment