jen@ashtreetech.ca
613.408.1432

branding and seo
graphic design (print and web)
IT consulting and tech support
photography (sample photos link)
videography
website development and design
website hosting and maintenance

I am fundraising for an amazing opportunity! Check it out.

Reach out to me!

Lorem ipsum dolor sit amet consectetur.

COMING SOON: Ashtree Book Realm

Ashtree Book Realm is your fantasy‑focused discovery hub: a searchable database of fantasy and sci‑fi books with customizable filters, deluxe‑edition details, and curated Canadian‑author features that helps you find and buy the books you want, right here in Canada. Whether you’re hunting for tropes, tracking special editions, or exploring stories by Canadian writers, Ashtree Book Realm gives you a clean, visual guide to the books you love — plus direct links to Canadian indie bookstores and local retailers that carry them.

/* -- The root styles must go in the element of the structure with the name "Form". --*/ 
  
  .temporary__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
    	display: flex;
      align-items: start;
      flex-wrap:nowrap;
      gap: var(--at-space--2xs);
    }
    
    /* Unique styles for privacy policy checkboxes */
  	& label {
  		font-size: var(--at-text--xs);
      line-height: 1;
      
      /* Color link */
      & a{
      	color: var(--at-primary);
      }
  	}
  }
}