-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (49 loc) · 2.33 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="GiloByte - Your trusted partner in web and app development. We provide top-notch tech services to help you achieve your business goals.">
<meta name="keywords" content="GiloByte, tech services, web development, app development, software development, tech solutions">
<title>GiloByte</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="/images/logo.png">
</head>
<body>
<header>
<img src="/images/logo.png" height=72 width=72 style="border-radius:12px" alt="GiloByte"/>
<h1>GiloByte</h1>
<h2>Your Trusted Tech Service Provider</h2>
</header>
<main>
<section id="about">
<h3>About Us</h3>
<p>Welcome to GiloByte, your trusted partner in web and app development. We are dedicated to providing top-notch tech services to help you achieve your business goals. Our team of experienced developers and designers work tirelessly to bring your ideas to life with innovative solutions and cutting-edge technology.</p>
</section>
<section id="services">
<h3>Our Services</h3>
<ul>
<li>Web Development</li>
<li>App Development</li>
<li>Software Development</li>
<li>Tech Consulting</li>
<li>Custom Solutions</li>
</ul>
</section>
<section id="cta">
<h3>Get Started with GiloByte</h3>
<p>Ready to take your business to the next level? Contact us today to discuss your project and see how we can help you achieve your goals.</p>
<a href="mailto:info@gilobyte.com" class="cta-button">Contact Us</a>
</section>
</main>
<footer>
<p>© 2024 GiloByte. All rights reserved.</p>
<p>Contact us: <a href="mailto:info@gilobyte.com">info@gilobyte.com</a></p>
<p>Follow us:
<a href="https://github.com/gilobyte" target="_blank">GitHub</a> |
<a href="https://x.com/Gilo_Byte" target="_blank">Twitter</a> |
<a href="https://www.linkedin.com/company/gilobyte" target="_blank">LinkedIn</a>
</p>
</footer>
</body>
</html>