-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (79 loc) · 3.5 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
<html>
<head>
<meta charset="utf-8">
<title>Alexandra's personal Site</title>
</head>
<body>
<table cellspacing = "12">
<tr>
<td>
<img src="profile_image.jpg" width="200" height="300" alt="Alexandra profile picture">
</td>
<td>
<h1>Avramescu Mihaela Alexandra</h1>
<p style = "font-style:italic">Second year student at <strong>Faculty of Automation and Computing, <a href="https://www.upt.ro/">Politehnica University of Timisoara</a></strong>,</p>
<p>I am a second year student at the Faculty of Automation and Computing,
Politehnica University of Timisoara. I have not worked in a productive environment
like an IT company or something similar, but I am passionate about informatics, I
particularly like it, I am always interested in learning something new and I am
looking for challenges !</p>
</td>
</tr>
</table>
<hr size=" 3 " noshade="">
<h2>Education</h2>
<ul>
<li>Secondary Education 2017 - 2021 <br> Colegiul National Banatean, Mathematics and Computer Science, Timisoara</li><br>
<li>Higher Education 2022 - Present <br> <a href="https://www.upt.ro/">Politehnica University of Timisoara</a>, Faculty of Automation and Computing</li>
</ul>
<hr size=" 3 " noshade="">
<h2>Skills</h2>
<table>
<tbody>
<table>
<tr>
<td>Coding language: <strong>C, C++, Python, CSS, HTML</strong></td>
<td>⭐⭐⭐</td>
<td>Tools: <strong>MySQL, Office package</strong></td>
<td>⭐⭐⭐⭐</td>
</tr>
</table>
<table>
<tr>
<td>Teamwork, Creative thinking, Organization</td>
<td>⭐⭐⭐⭐⭐</td>
<td>Creative thinking, Organization</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</tbody>
</table>
<h2>Extracurricular activities</h2>
<table border="1">
<thead>
<tr>
<th>Date</th>
<th>Name</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>2021 - 2022</td>
<td>Member in Google Developer Student Clubs</td>
<td>Only in the first year of the faculty; Worked with .NET Framework</td>
</tr>
<tr>
<td>2009 - 2019</td>
<td>Karate Athlete at JKA WF Romania</td>
<td>I won many competitions over the years, but the most important one was the 2nd place at the European JKA Championship</td>
</tr>
</tbody>
</table>
<hr size=" 3 " noshade="">
<a href="hobbies.html"><h2>Hobbies</h2></a>
<hr size=" 3 " noshade="">
<a href="contact.html"><h2>Contact me</h2></a>
<hr size=" 3 " noshade="">
</body>
</html>