-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (46 loc) · 1.71 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/styles.css">
</head>
<body>
<div class="nav">
<h1><a href="index.html" >Maxtek Consulting</a></h1>
<h4><a href="index.html">Home</a>
<a href="docs">Documentation</a>
<a href="about.html">About</a></h4>
</div>
<div class="info_title">
<h2>Maxtek Consulting</h2>
</div>
<div class="info">
<div class="info_pfp">
<img src="assets/logo.jpeg">
</div>
<div class="info_bio">
<p>Maxtek Consulting is a US based consulting firm that specializes in embedded systems and backend development. </p>
</div>
</div>
<div class="info_title">
<h2>Our Services</h2>
</div>
<div class="info">
<div class="info_bio">
<p>We offer support for the following services:</p>
<ul>
<li>embedded C</li>
<li>C, C++, and Go development</li>
<li>containerization and Docker support</li>
<li>system design</li>
<li>CI/CD integration</li>
<li>open source development</li>
<li>cloud service integration(AWS, GCP, Azure)</li>
<li>microservices</li>
<li>REST API and RPC development</li>
<li>debugging and performance analysis</li>
</ul>
<p>If you are interested in our services, see our <a href="about.html">about</a> page for contact information.</p>
</div>
</div>
</body>
</html>