-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
53 lines (53 loc) · 2.31 KB
/
about.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>
<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>About Max</h2>
</div>
<div class="info">
<div class="info_pfp">
<img src="https://github.com/a6guerre.png">
</div>
<div class="info_bio">
<p>Max is an embedded systems engineer at Qualcomm. With experience in aerospace and telecommunications, Max is well equipped to work with clients on embedded and low-level projects. He is well versed in embedded C and Linux kernel development.</p>
</div>
</div>
<div class="info_title">
<h2>About John</h2>
</div>
<div class="info">
<div class="info_pfp">
<img src="https://github.com/johnpatek.png">
</div>
<div class="info_bio">
<p>John is a senior software engineer at Applied Systems. With a background in cybersecurity and cloud computing, he specializes in helping clients with backend development. He is an expert in C/C++ and Go.</p>
</div>
</div>
<div class="info_title">
<h2>About Colin</h2>
</div>
<div class="info">
<div class="info_pfp">
<img src="https://github.com/cstap14.png">
</div>
<div class="info_bio">
<p>Colin is an undergraduate student at Liberty University, Majoring in Information Technology and Minoring in Graphic Design. His background consists of C++/Java development and server management, primarily through Linux.</p>
</div>
</div>
<div class="info_title">
<h2>Contact Us</h2>
</div>
<div class="info">
<p>For business inquiries and open source issues, we are available via <a href="mailto:[email protected]">email</a>. Please include "Maxtek Consulting" in the subject, and include as many details as possible so we can best assess your needs.</p>
</div>
</body>
</html>