A bilingual (Arabic / English) portfolio showcasing aerial drone cinematography, video editing, and advertising work.
A modern, cinematic portfolio website for a GACA-certified drone operator based in Al-Rass, Qassim, Saudi Arabia. It showcases aerial and ground video work for real estate, construction, events, and marketing — and lets clients explore services, pricing, and packages, then book instantly via WhatsApp.
The gallery handles both horizontal (16:9) and vertical (9:16) videos and can auto-load every clip from a single Google Drive folder — through a secure serverless function that keeps the API key entirely server-side.
- 🌍 Bilingual Support — Seamless Arabic & English with full RTL layout
- 🎬 Mixed-Orientation Gallery — Masonry layout for vertical reels and horizontal films
- 📂 Auto Drive Sync — Reads an entire Google Drive folder; new videos appear automatically
- 🔒 Secure by Design — API key stored as a Vercel environment variable, never in the code or browser
- 🧭 Smart Filters — Filter work by aerial / ground / vertical
- 🎥 Multi-Source Playback — Google Drive, YouTube, or direct MP4
- 🛡️ GACA Credentials — Verified remote-pilot license and registered aircraft on display
- 💸 Services & Packages — Transparent price list and three booking tiers
- 💬 One-Tap Booking — Pre-filled WhatsApp messages on every CTA
- 🌗 Cinematic Dark Theme — Golden-hour palette, film-grain texture, scroll animations
- 📱 Fully Responsive — Optimized for mobile, tablet, and desktop
| Metric | Value |
|---|---|
| 🪪 Certification | GACA RPC-O-19237 (Open Category) |
| 🛩️ Aircraft | DJI Mini 3 Pro (Reg. KSA-259883) |
| 🧰 Experience | 7+ years |
| 🌍 Languages | 2 (AR / EN) |
| 📦 Booking Packages | 3 tiers (450 / 650 / 950 SAR) |
| ⚡ Delivery | 24-hour express option |
Browser (HTML / CSS / JS)
│
▼
/api/videos ──▶ Vercel Serverless Function (Node)
│ (reads secret env vars)
▼
Google Drive API v3 ──▶ Public video folder
The browser never contacts Google directly and never receives the API key — it only calls the site's own /api/videos endpoint, which returns a clean list of videos.
- HTML5 — Semantic, accessible markup
- CSS3 — Custom design system (CSS variables, masonry, animations)
- Vanilla JavaScript — No framework; lightweight and fast
- Google Fonts — Reem Kufi, Tajawal, Sora
- Vercel Serverless Functions — Node.js endpoint that hides the API key
- Google Drive API v3 — Folder listing & video metadata
- Vercel — Hosting, CDN, edge caching, and encrypted environment variables
- GitHub — Source control & CI
drone-website/
├── index.html # Main page (content only)
├── css/
│ └── styles.css # Design system, layout, animations
├── js/
│ ├── config.js ★ # Your settings: works, LinkedIn, Drive toggle
│ └── main.js # App logic (gallery, filters, i18n)
├── api/
│ └── videos.js # Secure serverless function (reads Drive folder)
├── package.json
├── .gitignore
└── README.md
- Node.js 18+
- A Google account with a public Drive folder
- A Vercel account
git clone https://github.com/9llmy/Drone-Website.git
cd Drone-Website# Static preview (gallery uses the manual fallback list):
# open index.html with VS Code "Live Server"
# To test the serverless /api function locally:
npm i -g vercel
vercel devEdit js/config.js:
USE_DRIVE_API = true→ auto-load from the Drive folder (via the secure function)USE_DRIVE_API = false→ use the manualWORKSlist (Drive / YouTube / MP4 links)- Set your
LINKEDINURL
-
Push the project to GitHub (the code contains no secrets).
-
On Vercel → Add New → Project → import the repo → Deploy.
-
Add Environment Variables in Settings → Environment Variables:
Key Value Sensitive DRIVE_API_KEYyour Google API key ✅ Yes DRIVE_FOLDER1Gv9z8J4lFwQRGiFiTGZ-bNo -
Redeploy so the variables load.
🔒 The API key lives only inside Vercel's encrypted storage — it never appears in GitHub or in the browser. As defense-in-depth, restrict the key in Google Cloud Console to the Drive API and to your site's domain.
Sulaiman Alghofaili — GACA-certified remote pilot specializing in aerial cinematography, ground videography, and professional video editing for real estate, construction, events, and marketing.
- 📍 Location: Al-Rass, Qassim, Saudi Arabia
- 💬 WhatsApp: 0569229533
- 🪪 License: GACA RPC-O-19237 (Open Category)
This project is proprietary. © 2026 Sulaiman Alghofaili — All Rights Reserved. No part of the code, design, or media may be used, copied, or reused without prior written permission. See the LICENSE file for details.
Made with ❤️ for capturing the world from above