37 أسطر
951 B
Markdown
37 أسطر
951 B
Markdown
# 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 2–4 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_
|