-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
21 lines (21 loc) · 787 Bytes
/
services.html
File metadata and controls
21 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Services — Mohamad</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header container"><a class="logo" href="/">Mohamad</a></header>
<main class="container">
<h1>Services</h1>
<section class="grid">
<div class="card"><h3>Landing Page</h3><p>Fast delivery — 1 page, responsive, contact form.</p></div>
<div class="card"><h3>Small Business Site</h3><p>3–5 pages, responsive, CMS-ready.</p></div>
<div class="card"><h3>Figma → HTML</h3><p>Pixel-perfect conversion from design to code.</p></div>
</section>
</main>
<script src="script.js"></script>
</body>
</html>