-
Notifications
You must be signed in to change notification settings - Fork 0
/
graphicdesign.html
196 lines (186 loc) · 11.1 KB
/
graphicdesign.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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Bytebase Technologies - software and branding company in Uganda">
<meta name="theme-color" content="rgba(2, 116, 246, .6)">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="rgba(2, 116, 246, .6)">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="rgba(2, 116, 246, .6)">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Bytebase Technologies - Website Design, Mobile App & Custom Software Development, Branding">
<link rel="icon" sizes="192x192" href="img/bytebase-logo-only.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/bytebase-logo-only.png">
<!-- bootstrap css -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- bootstrap icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <!-- fontawesome icons -->
<script src="https://kit.fontawesome.com/e1d9cf067a.js" crossorigin="anonymous"></script>
<!-- montserat font -->
<!-- google fonts Dongle, IBM Plex, Montserrat, Roboto - tesla -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dongle:wght@700&family=IBM+Plex+Sans+Thai+Looped:wght@300&family=Montserrat:wght@500;600&family=Roboto&display=swap" rel="stylesheet">
<!-- my styles -->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/style.css">
<title>Website Design, Mobile App & Custom Software Development, Branding - Bytebase Technologies Home</title>
</head>
<body>
<!-- header -->
<header class="btb-nav-bar py-3">
<div class="container-fluid">
<!-- main nav -->
<div class="d-flex bd-highlight">
<a class="flex-fill bd-highlight d-block d-md-none btb-logo-sm" href="index.html">
<img src="img/bytebase-logo.png" alt="bytebase logo">
</a>
<a class="flex-fill bd-highlight d-none d-md-block d-lg-block btb-logo-lg" href="index.html"><img class="img-fluid" src="img/bytebase-logo.png" alt="bytebase logo" width="150px"></a>
<div class="flex-fill bd-highlight btb-nav-lg fs-5 align-items-bottom">
<a class="ms-2 link-dark" href="index.html">Home</a>
<div class="dropdown">
<a class="ms-4 link-dark dropdown-btn border-bottom border-4 border-danger" href="services.html">Our Services <i class="ms-1 bi bi-caret-down-fill"></i></a>
<div class="dropdown-content">
<a class="link-dark" href="webdesign.html">Web Design</a>
<a class="link-dark" href="appdev.html">Mobile Apps</a>
<a class="link-dark" href="cusomtsoftware.html">Custom software</a>
</div>
</div>
<a class="ms-4 link-dark" href="about.html">About Us</a>
<a class="ms-4 link-dark" href="contact.html">Contact</a>
</div>
<!-- mobile nav -->
<div class="flex-fill bd-highlight btb-nav-smedia">
<a class="ms-2 link-dark" href="#"><i class="fa-brands fa-facebook-f fs-5"></i></a>
<a class="ms-3 link-dark" href="https://www.twitter.com/BytebaseTech"><i class="bi bi-twitter-x fs-5"></i></a>
<a class="ms-3 link-dark" href="https://wa.me/+256764286149"><i class="fa-brands fa-whatsapp fs-5"></i></a>
</div>
<!-- mobile nav honeycomb -->
<div class="flex-fill bd-highlight hamb-container">
<div class="hamb"></div>
</div>
</div>
<!-- mobile menu -->
<div class="menu bg-dark">
<ul class="btb-nav-sm fs-4">
<li class="mt-5 pb-2 mx-2 border-bottom border-1 border-light"><a class="ms-2 link-light w-100 active" href="index.html">Home</a></li>
<li class="mt-3 pb-2 mx-2 border-bottom border-1 border-light"><a class="ms-2 link-light" href="webdesign.html">Web Design</a></li>
<li class="mt-3 pb-2 mx-2 border-bottom border-1 border-light"><a class="ms-2 link-light" href="mobileapps.html">Mobile Apps</a></li>
<li class="mt-3 pb-2 mx-2 border-bottom border-1 border-light"><a class="ms-2 link-light" href="customsoftware.html">Custom Software</a></li>
<li class="mt-3 pb-2 mx-2 border-bottom border-1 border-light"><a class="ms-2 link-light" href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</header><!-- close header -->
<!-- send Quote Modal -->
<div class="modal" id="sendQuoteModal" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Request Quotation</h5>
<a type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></a>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label>Full Name</label>
<input type="text" id="qFName" class="form-control" required >
</div>
<div class="mt-3">
<label>Email Address</label>
<input type="email" id="qEmail" class="form-control" required>
</div>
<div class="mt-3">
<label>Phone Number</label>
<input type="tel" id="qPhone" class="form-control" required>
</div>
<div class="mt-3">
<label>What service do you want</label>
<input type="text" id="qService" class="form-control" required>
</div>
<div class="mt-3">
<label>Project Budget</label>
<input type="text" id="qBudget" class="form-control" required>
</div>
<div class="mt-3">
<label>Project Details</label>
<input type="text" id="qDetails" class="form-control" required>
</div>
<a type="submit" id="submitQ" class="btn btn-dark mt-3">Submit</a>
</form>
</div>
<div class="modal-footer">
<a type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</a>
</div>
</div>
</div>
</div>
<main class="containa y proximity-scroll-snapping" dir="ltr">
<!-- footer -->
<section class="footer section-padding row align-items-center text-light" style="background-image: url('img/bg_lg_footer2.png');">
<div class="row text-start">
<div class="col-md-4 text-center">
<a class="btb-logo-sm mt-5" href="index.html">
<img class="w-100"src="img/bytebase-logo.png" alt="bytebase logo">
</a>
<div class="mt-3 text-center">
<div class="fw-bold">Proudly based in Uganda, East Africa. </div>
<div class="mt-2"><i class="fa-brands fa-whatsapp fs-5 me-2"></i> +256-773-915667</div>
<div class="mt-2">
<span >
<i class="fas fa-phone fs-5 me-2"></i>
</span>
0764-286149 / 0756-373817 / 0780-246664
</div>
<div class="mt-2"><i class="fas fa-envelope fs-5 me-2"></i> info@bytebasetech.com</div>
</div>
</div>
<div class="col-md-4 mt-3 px-3 text-center">
<div class="fs-3 text-uppercase fw-bold">Useful Links</div>
<div class="mt-2">
<style>
.footer ul li{
list-style: none;
}
.footer ul a{
text-decoration: none;
color: white;
}
</style>
<ul>
<li><a href="contact.html"><i class="fa fa-arrow-circle-right me-2" aria-hidden="true"></i>Contact Us</a></li>
<li><a href="about.html"><i class="fa fa-arrow-circle-right me-2" aria-hidden="true"></i>About Us</a></li>
<li><a href="careers.html"><i class="fa fa-arrow-circle-right me-2" aria-hidden="true"></i>Careers</a></li>
<li><a href="use-policy.html"><i class="fa fa-arrow-circle-right me-2" aria-hidden="true"></i>Acceptable Use Policy</a></li>
<li><a href="tos.html"><i class="fa fa-arrow-circle-right me-2" aria-hidden="true"></i>Terms of Service</a></li>
<li><a href="privacy-policy.html"><i class="fa fa-arrow-circle-right me-2" aria-hidden="true"></i>Privacy Policy</a></li>
</ul>
</div>
</div>
<div class="col-md-4 mt-3 px-3 text-center">
<div class="fs-3 text-uppercase fw-bold">Our Location</div>
<div class="mt-2">
<p>
First Floor, Room J-406 Nasser
Business Center Building, Nasser Rd,
Kampala - Uganda
</p>
</div>
</div>
</div>
</section>
</main>
<!-- jquery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<!-- bootstrap js -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- custom script -->
<script src="js/index.js"></script>
<!-- firebase -->
<script type="module" src="src/firebase_init.js"></script>
</body>
</html>