-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (96 loc) · 3.15 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>John Patterson Consulting</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="css/ie7.css"><![endif]-->
</head>
<body>
<div id="header">
<div>
<a href="index.html" id="logo"><img src="images/logo4.png" alt="Logo"></a>
<ul>
<li class="current">
<a href="index.html">Home</a>
</li>
<li>
<a href="specialties.html">Specialties</a>
</li>
<li>
<a href="videos.html">Project Videos</a>
</li>
<li>
<a href="about.html">About Me</a>
</li>
<li>
<a href="contact.html">Contact Info</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div id="featured">
<div class="first">
<div>
<h2>Consulting in Electronics and Electrical Design</h2>
<p>
John Patterson Consulting offers technical advice in circuit design, power electronics and equipment, battery systems, and in electrical safety. With a background in a diverse range of electronics applications, I strive to provide robust and cost-effective solutions to electronics problems.
</p>
<a href="specialties.html" id="shopnow">Learn More</a>
</div>
<span><img src="images/JohnP_Color.jpg" alt="Image"></span>
</div>
<div class="last">
<h3>Sample Projects:</h3>
<ul>
<li>
<iframe width="250" height="150" src="https://www.youtube.com/embed/kkH5pp0Q3do?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
<p>
Deflektron AB Vacuum Tube Amplifier
</p>
</li>
<li>
<iframe width="250" height="150" src="https://www.youtube.com/embed/3S771wEiO44?rel=0" frameborder="0" gesture="media" allow="encrypted-media" allowfullscreen></iframe>
<p>
2P/10S Lithium Ion Battery Pack Assembly
</p>
</li>
</ul>
</div>
</div>
<div id="content">
<div id="home">
<div class="section">
<h1>JPC also offers consultation in:</h1>
<ul>
<li>
<h2>Academics</h2>
<p>
JPC offers academic advice and tutoring in many fields, including digital design, circuits, calculus/differential equations, power systems, and physics. JPC also provides tips for good study habits and techniques.
</p>
</li>
<li>
<h2>Technical Research</h2>
<p>
Whether you are improving an existing technology or inventing a new one, prior technical research is critical to your success. Contact JPC for more details on custom research.
</p>
</li>
<li>
<h2>Mechanical/ Automotive Technologies</h2>
<p>
With technical experience in mechanical systems, JPC offers consulting in mechanical, electromechanical, and automotive technology fields.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<p class="footnote">
© Copyright 2018 John Patterson Consulting. All rights reserved. | <a href="disclaimer.html">Disclaimer</a>
</p>
</div>
</body>
</html>