-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask
More file actions
46 lines (46 loc) · 1.9 KB
/
Task
File metadata and controls
46 lines (46 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Portfolio Website Service</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f8f9fa; color: #333; }
header { background: #2c3e50; color: white; padding: 40px 20px; text-align: center; }
header h1 { margin: 0; font-size: 2.5em; }
header p { margin-top: 10px; font-size: 1.2em; }
section { padding: 30px 20px; max-width: 800px; margin: auto; }
h2 { color: #2c3e50; }
ul { list-style-type: none; padding: 0; }
li { padding: 8px 0; }
footer { background: #ecf0f1; text-align: center; padding: 20px; font-size: 0.9em; }
.btn { background: #2980b9; color: white; padding: 12px 24px; text-decoration: none; border-radius: 6px; display: inline-block; margin-top: 20px; }
</style>
</head>
<body>
<header>
<h1>Portfolio Website Builder</h1>
<p>For designers, freelancers, and creative professionals</p>
</header>
<section>
<h2>Why Choose Us?</h2>
<ul>
<li>✔ Clean, modern layouts</li>
<li>✔ Mobile responsive and fast-loading</li>
<li>✔ Free mockup preview before purchase</li>
<li>✔ Domain + hosting support</li>
<li>✔ Delivered in 3–5 days</li>
</ul>
<a class="btn" href="mailto:profession1aps@gmail.com?subject=Portfolio%20Website%20Request">Get Free Preview</a>
</section>
<section>
<h2>Contact & Info</h2>
<p>Email: <a href="mailto:profession1aps@gmail.com">profession1aps@gmail.com</a></p>
<p>Instagram: <a href="https://instagram.com/orbaps" target="_blank">@orbaps</a></p>
<p>Website: <a href="https://portfolio-forge-orbaps.lovable.app/" target="_blank">https://portfolio-forge-orbaps.lovable.app/</a></p>
</section>
<footer>
© 2025 Portfolio Forge by orbaps. All rights reserved.
</footer>
</body>
</html>