π MTJ DATA ANALYTICS WEBSITE - START HERE!
Welcome! Your Professional Website is Ready
This folder contains a complete, professional Quarto website for MTJ Data Analytics.
π Whatβs Inside?
β 6 Complete Web Pages: - Home (with stats and overview) - Services (detailed service descriptions) - Pricing (complete price list) - Webinars & Training (upcoming events) - About/Why Choose Us (company information) - Contact (contact forms and information)
β Professional Design: - Blue theme matching your brand (#0047AB) - Mobile-responsive (works on phones/tablets) - Clean, modern layout - Easy to navigate
β Easy to Use: - Simple text files you can edit - Build with one command - Deploy anywhere (GitHub Pages, Netlify, your own server)
π 3 STEPS TO GET YOUR WEBSITE LIVE ON NETLIFY
Step 1: Install Quarto (One-time, 5 minutes)
Go to: https://quarto.org/docs/get-started/ Download and install for your system (Windows/Mac/Linux)
Step 2: Build Your Website (1 minute)
Open terminal/command prompt in this folder and run:
quarto renderOR open in RStudio and click βRender Websiteβ
This creates a docs/ folder with your complete website.
Step 3: Deploy to Netlify (2 minutes)
β RECOMMENDED - Netlify Drag & Drop: 1. Visit https://app.netlify.com/drop 2. Create free account (if needed) 3. Drag the docs/ folder onto the page 4. π Done! Your website is live!
Your site will be at: yourname.netlify.app
Want continuous deployment? See NETLIFY_DEPLOYMENT.md for GitHub integration
π NETLIFY-SPECIFIC DOCUMENTATION
For Netlify deployment, read these files:
- NETLIFY_QUICK_START.md β 5-minute deploy guide
- NETLIFY_DEPLOYMENT.md β Complete Netlify guide (all methods)
- README.md β General website documentation
- LOGO_INSTRUCTIONS.txt β How to add your logo
π Documentation Files
READ THESE IN ORDER:
- QUICKSTART.md β Start here for quick setup
- README.md β Full documentation
- DEPLOYMENT.md β Detailed deployment guide
- LOGO_INSTRUCTIONS.txt β How to add your logo
βοΈ How to Edit Content
- Open any
.qmdfile in a text editor (Notepad++, VS Code, etc.) - Edit the text (uses simple Markdown format)
- Save the file
- Run
quarto renderto rebuild - Upload the new
docs/folder
Example: To change the home page, edit index.qmd To update prices, edit pricing.qmd To add a webinar, edit webinars.qmd
π¨ Customization
Change Colors
Edit custom.scss and styles.css Replace #0047AB with your preferred color
Add Your Logo
Save your logo as logo.png in this folder See LOGO_INSTRUCTIONS.txt for details
Modify Layout
Edit the .qmd files - they use simple Markdown See Quarto docs: https://quarto.org/docs/authoring/
π Need Help?
Quick Answers
βHow do I preview before deploying?β Run: quarto preview (opens in browser)
βWebsite not building?β - Make sure Quarto is installed - Check youβre in the correct folder - Run: quarto --version to verify
βWhereβs my built website?β After quarto render, check the docs/ folder
βCan I use this without coding knowledge?β YES! Just follow QUICKSTART.md
Contact MTJ Data Analytics
π§ Email: info@mtjdataanalytics.com π± WhatsApp: +234 901 944 1200 π Phone: +234 802 247 4330
β‘ Quick Reference
# Build the website
quarto render
# Preview locally
quarto preview
# Check Quarto version
quarto --versionπ― Next Steps
- β Read QUICKSTART.md (5 minutes)
- β Install Quarto
- β Build your website
- β Preview it locally
- β Choose deployment method
- β Deploy and share!
π File Reference
| File | Purpose |
|---|---|
_quarto.yml |
Main configuration file |
index.qmd |
Home page |
services.qmd |
Services page |
pricing.qmd |
Pricing page |
webinars.qmd |
Webinars page |
about.qmd |
About page |
contact.qmd |
Contact page |
styles.css |
Custom styling |
custom.scss |
Theme colors |
build_website.R |
R helper script |
.gitignore |
Git ignore file |
π Features
β Fully responsive design β Professional blue color scheme β Stats showcase on home page β Detailed service descriptions β Complete pricing information β Webinar registration info β Contact forms β Social media links β SEO-friendly structure β Fast loading β Easy to maintain
π‘ Pro Tips
- Always preview before deploying
- Keep a backup of your files
- Test on mobile devices
- Update content regularly
- Share on social media when live!
π Youβre Ready!
Everything you need is here. Follow QUICKSTART.md and youβll have a professional website live in less than 30 minutes!
Your website journey starts now! π
Β© 2025 MTJ Data Analytics. All Rights Reserved.
Built with β€οΈ using Quarto and R