from textwrap import dedent
html = dedent(“””\
IT IAN KNOWLEDGE HUB
Simple learning modules for AI, websites, photography and digital growth.
A practical knowledge website designed for everyday people, creators and small businesses.
Learn one step at a time with plain-English tutorials, useful tools, downloadable guides and real examples.
Learning Modules
Eight clear entry points into the ITIAN Knowledge Hub. Each module can grow into lessons, downloads, videos and practical examples.
AI Learning
Learn ChatGPT, prompts, AI tools and practical workflows.
Google Business
Improve your online presence and attract more customers.
WordPress
Build and manage websites with simple step-by-step tutorials.
Computer Tips
Fix common computer issues and improve everyday tech skills.
Photography
Camera tips, editing workflows, critiques and creative guidance.
Website Security
Protect your website, accounts and important online data.
vidIQ & YouTube
Plan videos, improve titles, grow your channel and understand analytics.
Resources
Download templates, checklists, scripts and ready-to-copy documents.
NZTHRILLVIBES Showcase
Dedicated space for your Hokianga photography, booklets, videos, prints and creative projects.
Hokianga Photography
Showcase landscape images, black and white collections, harbour scenes, sandhills, sunsets and fine art prints.
Creator Project Area
Use this section to connect the ITIAN learning site with your real creative work, showing visitors how photography, AI and websites work together.
Featured Courses
Starter courses designed to be simple, practical and easy to follow.
30-Day AI Masterclass
Learn one practical AI skill each day with examples, practice tasks and ready-to-use prompts.
WordPress From Scratch
Build pages, add sections, style blocks and publish a clean professional website.
Photography Business Starter
Turn images into booklets, prints, social posts, galleries and customer-ready products.
Testimonials
Placeholder comments you can replace later with real visitor feedback.
โEasy to follow.โ
The lessons are written in plain English and make technology feel less overwhelming.
โPractical and useful.โ
The templates and examples are ready to use straight away.
โPerfect for beginners.โ
The step-by-step layout helps learners build confidence without being overloaded.
“””)
path = “/mnt/data/ITIAN_Professional_Homepage_v3.html”
with open(path, “w”, encoding=”utf-8″) as f:
f.write(html)
print(path)