-
Notifications
You must be signed in to change notification settings - Fork 0
/
Education.html
64 lines (56 loc) · 2.38 KB
/
Education.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hitesh Dialani - Website</title>
<link rel="stylesheet" href="styles.css"> <!-- Link to your external CSS file -->
<style>
header {
margin-top: 50px; /* Adjust the margin-top value as needed to create space below the education box */
}
</style>
</head>
<body>
<section id="home-box">
<a href="main.html">Home</a>
</section>
<section id="education-box">
<a href="Education.html">Education</a>
</section>
<section id="experience-box">
<a href="Experience.html">Experience</a>
</section>
<header>
<h1>EDUCATION</h1>
</header>
<hr class="separator">
<div class="education-block">
<h2>MSC IN ELECTRICAL ENGINEERING (2021-2023)</h2>
<p>DELFT UNIVERSITY OF TECHNOLOGY, THE NETHERLANDS</p>
<p><em>Thesis title:<a href= "http://resolver.tudelft.nl/uuid:4c4583b4-5322-49a9-9b03-ca1556348bdd"> "Highly Efficient Dual-Side Wireless Power Transfer: Implementation of Synchronization and Wireless Communication".</a></em></p>
<p>Electrical Power Engineering track, with a specialization in machines and drives, power electronics, and high voltage engineering.</p>
</div>
<hr class="separator">
<div class="education-block">
<h2>QUANTUM SCIENCE AND QUANTUM INFORMATION (MINOR) (2020)</h2>
<p>DELFT UNIVERSITY OF TECHNOLOGY, THE NETHERLANDS</p>
<p><em><a href= "https://www.quantuminspire.com/kbase/code-example-sat/">Code example: SAT</a></em></p>
</div>
<hr class="separator">
<div class="education-block">
<h2>BSC IN ELECTRICAL ENGINEERING (2017-2020)</h2>
<p>DELFT UNIVERSITY OF TECHNOLOGY, THE NETHERLANDS</p>
<p><em>Thesis title:<a href= "http://resolver.tudelft.nl/uuid:62ee3722-881b-4868-b1a8-0a9fed452133"> "Amplifier design for an implementation of motional feedback in a bass loudspeaker"..</a></em></p>
</div>
<hr class="separator">
<div class="education-block">
<h2>VOORBEREIDEND WETENSCHAPPELIJK ONDERWIJS (HIGH SCHOOL) (2011-2017)</h2>
<p>COLEGIO ARUBANO, ARUBA </p>
<p><em>Subjects: Natuurkunde,Biology,Scheikunde,Wiskunde B, Wiskunde D,Engels en Nederlands.</em></p>
</div>
<footer>
<p>© 2023 Hitesh Dialani</p>
</footer>
</body>
</html>