-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (88 loc) · 2.81 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
102
103
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="description" content="Basinski resume online">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="author" content="Marcin Basinski">
<title>Marcin Basinski Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/bas.jpg" alt="marcin basinski profile picture"></td>
<td><h1>Marcin Basinski</h1>
<p><em>Computer Science <strong>Student </strong></em></p>
<p><a href="https://www.linkedin.com/in/marcinbasinski/">linkedin.com/in/marcinbasinski</a> email me: <a href="mailto:[email protected]">[email protected]</a>
<p>I have been dealing with Software and computers since my childhood. I have a
passion for technology. I started my journey with Windows 95. <br>I graduated from
Technical College in Koszalin, and decide to continue expand my IT knowledge
so Currently studying at <a href="https://study.gov.pl/university/koszalin-university-technology">
University of Technology</a></<p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<a href="https://www.tu.koszalin.pl">Koszalin University of Technology</a> </li>
<br><strong>2019 - present</strong>
<li> Application Engineering</li>
<li> Programming Paradigms</li>
<li> Computer Architecture</li>
<li> Languages and Programming</li>
</ul>
<ul>
<a href="https://www.isep.ipp.pt/"> University of Porto - Exchange program</a> </li>
<br><strong>10/2020 - 10/2021</strong>
</ul>
<hr>
<h3>Work Experience</h3> <!-- Nesting list -->
<ul>
<li><a href="https://www.globallogic.com/">Globallogic</a></li>
<table>
<tr>
<td>11/2020 - 02/2021</td>
<td>Java Software Development as well as unit testing.</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
<br>
</ul>
<hr>
<h3>Skills</h3>
<ol>
<li>Programming</li>
<li>MySQL</li>
<li>Java</li>
<li>html5/css3</li>
<li>Knowledge of C++ <a href="https://en.wikipedia.org/wiki/Procedural_programming">(Procedural programming)</a></li>
<li>MySQL</li>
<li>html5/css3</li>
</ol>
<hr>
<h3>Certificates</h3>
C++ Certified Associate Programmer (CPA)
(05/2020 - Present)
MTA: Windows Operating System Fundamentals
(05/2019 - Present)
TOEIC (English Certificate) (11/2019 - Present)
Certificate of competences technician IT.
<hr>
<h3>Languages</h3>
English C1
Full Professional Proficiency
<hr>
<h3>Interests</h3>
<ul>
<li>Chess</li>
<li>youtube channel</li>
<li>Mindfulness Meditation</li>
<li>Bill Gates podcast</li>
</ul>
<hr>
<h3><a href="contact-me.html">Contact Me</a></h3>
</body>
</html>