-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite-development.html
More file actions
89 lines (84 loc) · 4.21 KB
/
website-development.html
File metadata and controls
89 lines (84 loc) · 4.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Development Services | WebFolio</title>
<meta name="description" content="Conversion-focused website development for startups, local businesses, and service brands.">
<meta name="author" content="WebFolio Studio">
<meta name="keywords" content="website development services, responsive website, business website, seo website, WebFolio">
<meta name="robots" content="index, follow">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="https://rajpratham1.github.io/my-portfolio/website-development.html">
<meta property="og:title" content="Website Development Services | WebFolio">
<meta property="og:description" content="Professional website development with measurable business outcomes.">
<meta property="og:url" content="https://rajpratham1.github.io/my-portfolio/website-development.html">
<meta property="og:image" content="https://rajpratham1.github.io/my-portfolio/assets/logo/webfolio-mark.svg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@webfolio">
<meta name="twitter:creator" content="@webfolio">
<meta name="twitter:title" content="Website Development Services | WebFolio">
<meta name="twitter:description" content="Conversion-focused and responsive website development by WebFolio.">
<meta name="twitter:image" content="https://rajpratham1.github.io/my-portfolio/assets/logo/webfolio-mark.svg">
<meta name="theme-color" content="#0a1020">
<link rel="icon" type="image/svg+xml" href="assets/logo/webfolio-mark.svg">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body class="theme-services">
<a class="skip-link" href="#main">Skip to content</a>
<header class="site-header">
<div class="container nav-wrap">
<a class="brand" href="index.html">Web<span>Folio</span></a>
<button type="button" class="nav-toggle" aria-label="Open menu">Menu</button>
<nav class="nav-links" aria-label="Primary">
<a data-nav href="index.html">Home</a>
<a data-nav href="services.html">Services</a>
<a data-nav href="work.html">Work</a>
<a data-nav href="contact.html">Contact</a>
<a data-nav href="hire.html" class="cta">Start Project</a>
</nav>
</div>
</header>
<main id="main" class="page-shell">
<section class="section container reveal">
<h1>Website Development Services</h1>
<p>We build responsive, fast, and conversion-focused websites for businesses that want measurable growth.</p>
<div class="primary-cta-bar">
<p>Need a website built with clear business intent?</p>
<a class="cta" href="contact.html">Start Project</a>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div>
<h3>WebFolio Studio</h3>
<p>Purpose-built websites, Android apps, desktop experiences, and iOS-ready UI systems with reliable delivery.</p>
<small>Copyright <span id="year"></span> WebFolio</small>
</div>
<div class="footer-links">
<a data-nav href="index.html">Home</a>
<a data-nav href="about.html">About</a>
<a data-nav href="services.html">Services</a>
<a data-nav href="work.html">Work</a>
<a data-nav href="dedication.html">Dedication</a>
<a data-nav href="process.html">Process</a>
<a data-nav href="showcase.html">Showcase</a>
<a data-nav href="testimonials.html">Testimonials</a>
<a data-nav href="pricing.html">Pricing</a>
<a data-nav href="faq.html">FAQ</a>
<a data-nav href="tools.html">Free Tools</a>
<a data-nav href="performance.html">Performance</a>
<a data-nav href="release-checklist.html">Release Checklist</a>
<a data-nav href="contact.html">Contact</a>
<a data-nav href="hire.html">Hire</a>
<a data-nav href="privacy.html">Privacy</a>
<a data-nav href="changelog.html">Changelog</a>
<a data-nav href="terms.html">Terms</a>
</div>
</div>
</footer>
<script src="assets/js/main.js"></script>
</body>
</html>