-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.79 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bill Industries</title>
<meta name="description" content="Electronics Test And Measurement :: Web Applications :: RF Mapping :: Systems And Operations Troubleshooting :: Industrial Automation :: CAD">
<meta property="og:title" content="Bill Industries">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">
<header>
<h1><a href="index.html">Bill Industries</a></h1>
<nav class="nav main-nav">
<ul>
<li>Electronics Test and Measurement</li>
::
<li>Web and AI Applications</li>
::
<li>RF and Telecommunications</li>
::
<li>Industrial Automation</li>
::
<li>3D CAD and Drafting</li>
::
<li><a href="about.html">Ethics and Mission</a></li>
</ul>
</nav>
</header>
<section>
<h2>Contact Information</h2>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</section>
<section>
<h2>Current Projects</h2>
<div class="project-container">
<div class="project">
<h3>Chainsaw Image Editor</h3>
<img src="images\chainsaw.png" alt="Project 1">
<p>A webapp coming soon to enable user images to be converted into files which can be used for anything from silk screening to laser engraving.</p>
</div>
<div class="project">
<h3>QR code art for business cards.</h3>
<img src="images\QR-art.png" alt="Project 2">
<p>Use a QR code to link your business to a work of AI-generated art.</p>
</div>
</div>
</section>
</div>
</body>
</html>