0
Skip to Content
Tutorless - Unlock Your Child’s Potential
About us
Courses
The Science
Contact Us
Tutorless - Unlock Your Child’s Potential
About us
Courses
The Science
Contact Us
About us
Courses
The Science
Contact Us
Store Hardcover bound notebook
hardcover-bound-notebook-black-front-66cbc17a23f1d.jpg Image 1 of 3
hardcover-bound-notebook-black-front-66cbc17a23f1d.jpg
hardcover-bound-notebook-black-front-66cbc17a250e5.jpg Image 2 of 3
hardcover-bound-notebook-black-front-66cbc17a250e5.jpg
hardcover-bound-notebook-black-product-details-3-66cbc17a251ce.jpg Image 3 of 3
hardcover-bound-notebook-black-product-details-3-66cbc17a251ce.jpg
hardcover-bound-notebook-black-front-66cbc17a23f1d.jpg
hardcover-bound-notebook-black-front-66cbc17a250e5.jpg
hardcover-bound-notebook-black-product-details-3-66cbc17a251ce.jpg

Hardcover bound notebook

£10.00
Whether crafting a masterpiece or brainstorming the next big idea, this notebook will inspire your inner wordsmith. The product features 80 lined, cream-colored pages, a built-in elastic closure, and a matching ribbon page marker. Plus, the expandable inner pocket is perfect for storing loose notes and business cards, so you’ll never lose track of important information.

• Cover material: UltraHyde hardcover paper
• Size: 5.5" × 8.5" (13.97 cm × 21.59 cm)
• Weight: 10.9 oz (309 g)
• 80 pages of lined, cream-colored paper
• Matching elastic closure and ribbon marker
• Expandable inner pocket
Quantity:
Add To Cart
Whether crafting a masterpiece or brainstorming the next big idea, this notebook will inspire your inner wordsmith. The product features 80 lined, cream-colored pages, a built-in elastic closure, and a matching ribbon page marker. Plus, the expandable inner pocket is perfect for storing loose notes and business cards, so you’ll never lose track of important information.

• Cover material: UltraHyde hardcover paper
• Size: 5.5" × 8.5" (13.97 cm × 21.59 cm)
• Weight: 10.9 oz (309 g)
• 80 pages of lined, cream-colored paper
• Matching elastic closure and ribbon marker
• Expandable inner pocket
Whether crafting a masterpiece or brainstorming the next big idea, this notebook will inspire your inner wordsmith. The product features 80 lined, cream-colored pages, a built-in elastic closure, and a matching ribbon page marker. Plus, the expandable inner pocket is perfect for storing loose notes and business cards, so you’ll never lose track of important information.

• Cover material: UltraHyde hardcover paper
• Size: 5.5" × 8.5" (13.97 cm × 21.59 cm)
• Weight: 10.9 oz (309 g)
• 80 pages of lined, cream-colored paper
• Matching elastic closure and ribbon marker
• Expandable inner pocket

Thank you!

Join 1,000+ parents & teachers getting weekly learning tips.

Explore

  • About Us
  • How It Works
  • Courses
  • Pricing
  • Blog

Who We Serve

  • For Parents
  • For Schools
  • For Organisations

Resources

  • The Science
  • FAQ
  • How-to Guides
  • Contact

Company

  • Careers
  • Privacy Policy
  • Safeguarding
  • Terms of Service

Copyright © 2024 - Tutorless Ltd - Company Registration No. 15337121

let currentSlide = 0; let interval; // Create navigation dots slides.forEach((_, index) => { const dot = document.createElement('div'); dot.classList.add('testimonial-dot'); if (index === 0) dot.classList.add('active'); dot.addEventListener('click', () => goToSlide(index)); nav.appendChild(dot); }); function updateSlides() { slides.forEach((slide, index) => { slide.classList.toggle('active', index === currentSlide); track.style.transform = `translateX(-${currentSlide * 100}%)`; }); document.querySelectorAll('.testimonial-dot').forEach((dot, index) => { dot.classList.toggle('active', index === currentSlide); }); } function goToSlide(index) { currentSlide = index; if (currentSlide < 0) currentSlide = slides.length - 1; if (currentSlide >= slides.length) currentSlide = 0; updateSlides(); resetInterval(); } function resetInterval() { clearInterval(interval); interval = setInterval(() => { goToSlide(currentSlide + 1); }, 5000); } prevBtn.addEventListener('click', () => goToSlide(currentSlide - 1)); nextBtn.addEventListener('click', () => goToSlide(currentSlide + 1)); // Start auto-rotation resetInterval(); // Pause on hover track.addEventListener('mouseenter', () => clearInterval(interval)); track.addEventListener('mouseleave', resetInterval); });