الملفات
ghaymah-genai-exam/q4-static-site-deploy/static-site-deploy.md

37 أسطر
951 B
Markdown
خام اللوم التاريخ

هذا الملف يحتوي على أحرف Unicode غامضة

هذا الملف يحتوي على أحرف Unicode قد تُخلط مع أحرف أخرى. إذا كنت تعتقد أن هذا مقصود، يمكنك تجاهل هذا التحذير بأمان. استخدم زر الهروب للكشف عنها.

# Q4 — Deploy a static website on Ghaymah
**Budget: ~12 minutes** · Weight: 15%
## The task
1. **Build** a simple static website. It can be anything — suggestions:
- a "hello, Ghaymah" landing page,
- your personal CV / portfolio,
- a one-page summary of your **Q1 memory-module design**.
2. Put your source files under `site/` (there's a starter `index.html` + `style.css` you can replace or extend).
3. **Deploy** it to Ghaymah — either via static hosting / a storage block, or inside a container/function. Follow Ghaymah's flow for making the site public.
4. **Record the public URL** in the template below.
5. Write 24 sentences about how the deploy went.
## ANSWER — Static site deploy
### 1. What I built
> _one line_
### 2. Live URL
```
https://<your-site>.ghaymah.systems/ (or the URL Ghaymah gave you)
```
### 3. How I deployed (steps)
1.
2.
3.
### 4. What went well / what was hard
> _write here_