-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (71 loc) · 2.9 KB
/
index.html
File metadata and controls
75 lines (71 loc) · 2.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
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
<!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="Byte Bard: Your Partner in Software Excellence">
<title>Byte Bard - Elevate Your Software Excellence</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css">
</head>
<body>
<section class="hero is-primary is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<img src="bytebardlogo.png" alt="Byte Bard Logo" class="logo">
<h1 class="title is-1">
Unleash the Power of Software Excellence with Byte Bard.
</h1>
<p class="subtitle is-4">
Your compass in software development and engineering consultancy.
</p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="columns">
<div class="column">
<h2 class="title is-2">Masters of the Cloud</h2>
<p>
Byte Bard harnesses the boundless potential of Azure, AWS, and cutting-edge cloud architecture. Our experts sculpt digital landscapes that defy convention, ensuring your business thrives in an era of transformation.
</p>
</div>
<div class="column">
<h2 class="title is-2">Architects of Tomorrow</h2>
<p>
Our mastery extends to the art of software design. At Byte Bard, we craft digital symphonies rooted in Domain-Driven Design (DDD) principles. This design philosophy isn't just a choice; it's a commitment to solutions that align perfectly with your business needs.
</p>
</div>
</div>
<div class="columns">
<div class="column">
<h2 class="title is-2">Craftsmanship in Code</h2>
<p>
Code isn't just a means to an end – it's the backbone of your success. Byte Bard's artisans of code quality weave intricate webs of resilience and longevity, ensuring your applications stand the test of time.
</p>
</div>
<div class="column">
<h2 class="title is-2">Optimization Unleashed</h2>
<p>
Every second counts, and Byte Bard understands the value of efficiency. Our process optimization strategies elevate your operations, removing friction and unlocking untapped potential.
</p>
</div>
</div>
<div class="has-text-centered">
<a href="#contact" class="button is-primary is-large">Get in Touch</a>
</div>
</div>
</section>
<section id="contact" class="hero is-primary is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<h2 class="title is-2">Your Journey Begins Here</h2>
<p class="subtitle is-4">
Join Byte Bard in sculpting a digital world that defies limits and embraces innovation.
</p>
<a href="#top" class="button is-light is-large">Back to Top</a>
</div>
</div>
</section>
</body>
</html>