<!doctype html>
<html lang="en-US">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
  <title>Prints of Joy | Printables, Recipe Cards & Free Printables</title>

  <meta name="description" content="Prints of Joy offers printable PDFs including the Printables Club, Recipe Card Maker, and a large collection of free printables. Download, print, and create beautiful paper crafts at home.">
  <meta name="keywords" content="printables, printable PDFs, free printables, recipe card maker, paper crafts, DIY printables">
  <meta name="robots" content="index, follow">
  <link rel="icon" href="favicon.ico">

  <!-- Social preview -->
  <meta property="og:title" content="Prints of Joy | Printables & Free Printables">
  <meta property="og:description" content="Printable PDFs for paper crafts, recipe cards, and gifts. Explore the Printables Club, Recipe Card Maker, and Free Printables.">
  <meta property="og:type" content="website">
  <meta property="og:image" content="https://alenkasprintables.com/logo.png">
  <meta property="og:url" content="https://alenkasprintables.com/index.html">

  <!-- Fonts -->
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@600;700&family=Nunito:wght@400;500;600;700&display=swap" rel="stylesheet">

  <!-- Structured data -->
  <script type="application/ld+json">
  {
    "@context":"https://schema.org",
    "@type":"WebPage",
    "name":"Prints of Joy",
    "url":"https://alenkasprintables.com/",
    "description":"Printable PDFs including the Printables Club, Recipe Card Maker, and Free Printables by Prints of Joy.",
    "publisher":{
      "@type":"Organization",
      "name":"Prints of Joy",
      "logo":{"@type":"ImageObject","url":"https://alenkasprintables.com/logo.png"}
    }
  }
  </script>

  <style>
    :root{
      --bg:#F7E6EA;
      --paper:#FFFDFB;
      --tint:#FFF3F5;
      --ink:#2B2B2B;
      --muted:#5F5A57;
      --line:#E7D7DA;
      --bar:#F3D2D9;
      --brand:#E47C87;
      --hover:#E47C87;
      --r:999px;
      --shadow:0 10px 28px rgba(0,0,0,.06);
    }

    *{
      box-sizing:border-box;
      margin:0;
      padding:0;
    }

    body{
      font-family:Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background:var(--bg);
      color:var(--ink);
      line-height:1.7;
      min-height:100vh;
    }

    img{
      max-width:100%;
      display:block;
      height:auto;
    }

    a{
      color:inherit;
      text-decoration:none;
    }

    header{
      text-align:center;
      padding:clamp(2rem,4vw,3rem) 1rem 1.5rem;
    }

    header img{
      max-width:520px;
      margin:auto;
    }

    nav{
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:.75rem;
      padding:.85rem 1rem;
      background:var(--bar);
      text-transform:uppercase;
      letter-spacing:.06em;
      font-weight:800;
      font-size:.92rem;
    }

    nav a{
      padding:.55rem 1rem;
      border-radius:var(--r);
      transition:.15s ease;
    }

    nav a:hover{
      background:var(--hover);
      color:#fff;
    }

    main{
      max-width:1100px;
      margin:clamp(1.5rem,3vw,2.5rem) auto;
      background:var(--paper);
      padding:clamp(1.5rem,3vw,2.25rem);
      border:1px solid var(--line);
      border-radius:18px;
      box-shadow:var(--shadow);
    }

    h1,h2{
      font-family:Quicksand, Nunito, system-ui, sans-serif;
      text-align:center;
    }

    h1{
      font-size:clamp(2rem,4vw,2.6rem);
      margin-bottom:.75rem;
    }

    p{
      color:var(--muted);
      text-align:center;
      margin-bottom:1.5rem;
    }

    .grid{
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:1.5rem;
      margin-top:1.5rem;
    }

    @media(max-width:900px){
      .grid{
        grid-template-columns:repeat(2,1fr);
      }
    }

    @media(max-width:520px){
      .grid{
        grid-template-columns:1fr;
      }
    }

    .card{
      background:var(--paper);
      border:1px solid var(--line);
      border-radius:18px;
      padding:1.5rem 1.25rem;
      text-align:center;
      transition:.2s ease;
    }

    .card:hover{
      transform:translateY(-4px);
      border-color:rgba(228,124,135,.6);
      box-shadow:0 10px 24px rgba(0,0,0,.06);
    }

    .card img{
      margin:0 auto 1rem;
      max-height:220px;
      object-fit:contain;
    }

    .card span{
      display:block;
      font-weight:800;
      font-size:1.1rem;
      margin-top:.25rem;
    }

    .featured-kit{
      margin-top:3rem;
      padding:2rem;
      background:var(--tint);
      border-radius:22px;
      border:1px solid var(--line);
      text-align:center;
    }

    .featured-kit h2{
      font-size:2rem;
      margin-bottom:1rem;
      color:var(--brand);
    }

    .featured-kit p{
      max-width:760px;
      margin:0 auto 2rem auto;
      font-size:1.08rem;
    }

    .featured-card{
      max-width:420px;
      margin:auto;
      background:var(--paper);
      border-radius:22px;
      overflow:hidden;
      border:1px solid var(--line);
      box-shadow:var(--shadow);
    }

    .featured-card img{
      width:100%;
      display:block;
    }

    .featured-content{
      padding:1.5rem;
    }

    .featured-content h3{
      font-family:Quicksand, sans-serif;
      font-size:1.5rem;
      margin-bottom:.75rem;
    }

    .btn{
      display:inline-block;
      background:var(--brand);
      color:#fff;
      padding:.85rem 1.4rem;
      border-radius:var(--r);
      font-weight:800;
      transition:.2s ease;
    }

    .btn:hover{
      opacity:.92;
      transform:translateY(-2px);
    }

    footer{
      margin-top:2rem;
      padding:2.25rem 1rem;
      background:var(--bar);
      text-align:center;
    }

    .footnav{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:.75rem;
      margin-bottom:1rem;
      font-weight:800;
      text-transform:uppercase;
      font-size:.85rem;
    }

    .footnav a{
      padding:.45rem .8rem;
      border-radius:var(--r);
    }

    .footnav a:hover{
      background:var(--hover);
      color:#fff;
    }
  </style>
</head>

<body>

<header>
  <a href="https://alenkasprintables.com/index.html" target="_blank" rel="noopener">
    <img src="https://alenkasprintables.com/logo.png" alt="Prints of Joy Logo" loading="eager">
  </a>
</header>

<nav>
  <a href="https://alenkasprintables.com/shop/printables_club.html">Printables</a>
  <a href="https://alenkasprintables.com/shop/recipe_card_maker.html">Recipe Card Maker</a>
  <a href="https://alenkasprintables.com/free_printables.html">Free Printables</a>
  <a href="https://alenkasprintables.com/shop/contact.html">Contact</a>
  <a href="https://printablesclub.com/">Members Log-In</a>
</nav>

<main>

  <h1>Welcome to Prints of Joy</h1>

  <p>
    Explore printable PDFs you can download and print at home.
    Discover paper crafts, printable gifts, recipe cards,
    vintage floral printables, and creative DIY projects.
  </p>

  <div class="grid">

    <a class="card" href="https://alenkasprintables.com/shop/printables_club.html">
      <img src="https://alenkasprintables.com/shop/printables/0/Fromtheheart24.png" alt="Printables Club Preview">
      <span>Printables Club</span>
    </a>

    <a class="card" href="https://alenkasprintables.com/shop/recipe_card_maker.html">
      <img src="https://alenkasprintables.com/shop/0/65_files/rcm.gif" alt="Recipe Card Maker Preview">
      <span>Recipe Card Maker</span>
    </a>

    <a class="card" href="https://alenkasprintables.com/free_printables.html">
      <img src="https://alenkasprintables.com/free_printables/flower_wrapper1.png" alt="Free Printables Preview">
      <span>Free Printables</span>
    </a>

  </div>

  <!-- FEATURED PRINTABLE -->

  <section class="featured-kit">

    <h2>Newest Printable Release</h2>

    <p>
      Discover our newest printable collection,
      <strong>Roses in Bloom</strong>,
      a romantic vintage floral printable kit filled with
      greeting cards, envelopes, gift packaging,
      decorative paper crafts, and beautifully coordinated
      printable designs perfect for crafting, gifts,
      journaling, and creative decorating.
    </p>

    <div class="featured-card">

      <a href="https://alenkasprintables.com/shop/printables/RosesinBloom.html"
         target="_blank"
         rel="noopener">

        <img src="https://alenkasprintables.com/shop/printables/0/RosesinBloom1.jpg"
             alt="Roses in Bloom vintage floral printable kit preview">

      </a>

      <div class="featured-content">

        <h3>Roses in Bloom</h3>

        <a class="btn"
           href="https://alenkasprintables.com/shop/printables/RosesinBloom.html"
           target="_blank"
           rel="noopener">

          View This Printable Kit

        </a>

      </div>

    </div>

  </section>

</main>

<footer>

  <nav class="footnav">
    <a href="https://alenkasprintables.com/index.html">Home</a>
    <a href="https://alenkasprintables.com/shop/printables_club.html">Printables Club</a>
    <a href="https://alenkasprintables.com/shop/recipe_card_maker.html">Recipe Card Maker</a>
    <a href="https://alenkasprintables.com/free_printables.html">Free Printables</a>
    <a href="https://alenkasprintables.com/shop/contact.html">Contact</a>
  </nav>

  <p>© 2026 Prints of Joy - All rights reserved.</p>

<!-- Default Statcounter code for Alenkasprintables.com
http://alenkasprintables.com/ -->
<script type="text/javascript">
var sc_project=10202026; 
var sc_invisible=1; 
var sc_security="e8cd0194"; 
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/10202026/0/e8cd0194/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->

</footer>
</body>
</html>