-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheducation.php
56 lines (45 loc) · 1.15 KB
/
education.php
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
<style>
#BUET{
display:-webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-flex: 1;
margin-top: 20px;
}
#BSC{
display:-webkit-box;
-webkit-box-orient: vertical;
-webkit-box-flex: 1;
}
#concordia{
display:-webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-flex: 1;
margin-bottom: 20px;
}
#MSC{
display:-webkit-box;
-webkit-box-orient: vertical;
-webkit-box-flex: 1;
}
</style>
<div>
<div id="concordia">
<img src="ConcordiaLogo.jpg" style="width:100px; height:auto; margin-right: 10px;"></img>
<div id="MSC">
<b>Concordia University</b>
<p>M. A. Sc. in Electrical and Computer Engineering, January 2011 – July 2013
Thesis: CdTe solar cell: From Device Modeling to Battery Charging Application through Maximum Power Point Tracking and Battery Charging Circuitry
</p>
</div>
</div>
<div id="BUET">
<img src="BUET_LOGO.png" style="width:80px; height:auto; margin-right: 10px;"></img>
<div id="BSC">
<b>BUET - Bangladesh University of Engineering and Technology</b>
<p>
B. Sc., Electrical and Electronic Engineering, February 2003 – November, 2007
Thesis: Ultra Wide Band Filter design for on-chip Wireless Interconnects
</p>
</div>
</div>
</div>