-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathee209_smt.html
175 lines (164 loc) · 6.04 KB
/
ee209_smt.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
<!DOCTYPE html>
<html>
<head>
<title>Neil Patil | EE209 SMT PCB</title>
<meta charset="UTF-8">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Neil Patil">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/project.css">
<link rel="stylesheet" type="text/css" href="css/EnlighterJS.css">
<link rel="stylesheet" type="text/css" href="css/Atomic.css">
<link rel="stylesheet" type="text/css" href="css/Animate.css">
<script src="javascript/MooTools-Core-1.6.0.js"></script>
<script type="text/javascript">
window.addEvent('domready', function () {
// highlight all pre tags
document.getElements('pre').enlight({
indent: 2
});
});
</script>
</head>
<body>
<div class="mob-menu">
<div id="mob-nav">
<ul>
<li>
<a href="/" class="nav-a">PROJECTS</a>
<span class="hover-bar-a"></span>
</li>
<li>
<a href="#contact" class="nav-b">CONTACT</a>
<span class="hover-bar-b"></span>
</li>
<li>
<a href=@https://www.linkedin.com/in/neilpatil-nz" class="nav-c" target="_blank">Linkedin</a>
<span class="hover-bar-c"></span>
</li>
</ul>
</div>
</div>
<div class="overlay"></div>
<div class="mob-main">
<div class="header-toggle">
<div class="toggle_back"></div>
<div id="toggle"="toggleMenu()onclick" class="toggle_moveable">
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<span class="toggle-line"></span>
<div class="toggle-circle"></div>
</div>
</div>
</div>
<div id="home">
<div id="home-main">
<div id="nav-bar">
<ul>
<li>
<a href="/" class="nav-a">PROJECTS</a>
<span class="hover-bar-a"></span>
</li>
<li>
<a href="#contact" class="nav-b">CONTACT</a>
<span class="hover-bar-b"></span>
</li>
<li>
<a href=@https://www.linkedin.com/in/neilpatil-nz" class="nav-c" target="_blank">Linkedin</a>
<span class="hover-bar-c"></span>
</li>
</ul>
</div>
<div id="logo-home" class="animated bounceIn">
<a href="index"><img src="images/logo.png"></a>
</div>
</div>
</div>
<div class="project-main">
<div class="header">
<h3>EE209 SMT Energy Monitor PCB</h3>
<h5>PCB DESIGN • ALTIUM • EMBEDDED SYSTEMS</h5>
<h4>Our team had come 2nd place out of 40 teams in ELECTENG 209 during Semester Two 2020 with a fully functional THT based PCB.
However, we realised that we should have gone with SMT instead. As a result, my teammate and I,
individually designed our own SMT PCBs for the Smart Energy Monitor.
</h4>
<h4>This was project was done in 2020.</h4>
<div class="main-content">
<div class="image">
<img src="images/e209.png" width="80%;">
</div>
</div>
<h4><center>Altium SMT PCB schematic</center></h4>
</div>
</div>
<div id="contact">
<div id="contact-text">
<h4>You can contact me at <a href="" id="email">[email protected]</a></h4>
</div>
<ul>
<li>
<a href="https://www.linkedin.com/in/neil-patil-a6646318b/" target="_blank">Linkedin</a>
</li>
<li>
<a href="https://github.com/neilpatil-nz" target="_blank">GitHub</a>
</li>
</ul>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typeit@6/dist/typeit.min.js" />
<script>
$(document).ready(function () {
var $btns = $('#toggle').click(function () {
$btns.toggleClass('open');
$(".mob-menu").toggleClass("mob-menu-reveal");
$(".overlay").toggleClass("overlay-show");
});
});
</script>
<script type="text/javascript">
EnlighterJS.init('pre', 'code', {
language: 'c++',
theme: 'Atomic',
indent: 2
});
</script>
<script src="typeit.min.js"></script>
<script src="javascript/EnlighterJS.js"></script>
<script type="text/javascript">
new TypeIt('#email', {
speed: 100,
delay: 500,
waitUntilVisible: true
}).go();
</script>
<script type="text/javascript">
$().ready(function () {
$(".nav-a").hover(function () {
$(".hover-bar-a").css("opacity", "1");
$(".hover-bar-a").css("margin-top", "30px");
}, function () {
$(".hover-bar-a").css("opacity", "1");
$(".hover-bar-a").css("margin-top", "30px");
});
$(".nav-b").hover(function () {
$(".hover-bar-b").css("opacity", "1");
$(".hover-bar-b").css("margin-top", "30px");
}, function () {
$(".hover-bar-b").css("opacity", "0");
$(".hover-bar-b").css("margin-top", "35px");
});
$(".nav-c").hover(function () {
$(".hover-bar-c").css("opacity", "1");
$(".hover-bar-c").css("margin-top", "30px");
}, function () {
$(".hover-bar-c").css("opacity", "0");
$(".hover-bar-c").css("margin-top", "35px");
});
});
</script>
</html>