My ham website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.9 KiB

6 years ago
6 years ago
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <% include ../partials/head %>
  5. </head>
  6. <body class="home type-page">
  7. <div class="container">
  8. <% include ../partials/header %>
  9. <main class="main" id="main">
  10. <article class="entry">
  11. <header class="header-container">
  12. <div class="header entry-header">
  13. <div class="header-info">
  14. <h1 class="title">
  15. <a href="/"></a>
  16. </h1>
  17. </div>
  18. <div class="meta">
  19. <span class="posted-on">
  20. <time class="date" datetime="2018-04-27T17:05:19-06:00"></time>
  21. </span>
  22. </div>
  23. </div>
  24. </header>
  25. <div class="entry-content">
  26. <p>So... we've been trying to get our 5 yr old son to finish drinking his milk.</p>
  27. <p>One of the ways we have encourage him is to explain that milk contains proteins that
  28. are good for the body and help build strong muscles. Skim is good, 1% is good, 2% is even better.
  29. </p>
  30. <p>He thought for a while, and said...<br /><br /></p>
  31. <blockquote>
  32. <p>Dad, have you been drinking 100% milk?
  33. <br />Cause your muscles are sooo big!
  34. </p>
  35. </blockquote>
  36. <p>And that my friends is why being a dad is the best.</p>
  37. </div>
  38. <footer class="entry-footer-container">
  39. <div class="entry-footer">
  40. </div>
  41. </footer>
  42. </article>
  43. </main>
  44. <% include ../partials/footer %>
  45. </div>
  46. </body>
  47. </html>