-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (142 loc) · 6.44 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Software Engineer with focus on native programming and good IT design.">
<meta name="author" content="Michael Michalski">
<title>Portfolio - Michael Michalski</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fonts.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="jumbotron">
<br>
<br>
<br>
<h1>Hi, I'm Michael</h1>
<h4 class="lead">
I am a software engineer with a keen interest in business processes, systems programming and compiler design.
</h4>
<h4 class="lead desc">
Fluent in Danish, Polish & English.
<br> Located in Copenhagen, Denmark.
<br> Available both for hire and freelance.
</h4>
<br>
<a href="mailto::[email protected]" class="btn btn-outline btn-xl">
</a>
</div>
</div>
<div class="row justify-content-center">
<h2>Projects</h2>
</div>
<div class="justify-content-center">
<div class="card-deck">
<div class="card">
<div class="card-body">
<img style="height:64px;" src="icons/antler.svg" />
<h2>
<a href="https://github.com/michael-michalski/antler.core" target="_blank">
<img style="height:16px;" src="icons/octicons-repo.svg" /> Antler.Core </a>
</h2>
<p class="text-muted">Multi purpose C library</p>
<div style="display: inline-block; text-align: left;">
- Data structures
<br /> - Date & Time
<br /> - File System
<br /> - Logging
<br /> - Multithreading structures
<br /> - Regular expressions
<br /> - IO Streams
<br /> - Unicode handling
</div>
</div>
<div class="card-bottom">
<h6 class="text-success">Stable</h6>
</div>
</div>
<div class="card">
<div class="card-body">
<img style="height:64px;" src="icons/inspection.svg" />
<h2>Inspection</h2>
<p class="text-muted">Graphical native debugging</p>
<div style="display: inline-block; text-align: left;">
<img src="img/inspection.png" class="imgcel" alt="Inspection">
- Control graph debugging
<br /> - Data visualizer
<br /> - Memory analysis tools
</div>
</div>
<div class="card-bottom">
<h6 class="text-info">Alpha</h6>
</div>
</div>
<div class="card">
<div class="card-body">
<img style="height:64px;" src="icons/cel.svg" />
<h2> cel-lang </h2>
<p class="text-muted">Dual input scripting language</p>
<div style="display: inline-block; text-align: left;">
<img src="img/cel.png" class="imgcel" alt="Cel Graph">
- ML syntax & Visual syntax.
<br /> - Modular code gen.
<br /> - Synchronization between code and graph.
</div>
</div>
<div class="card-bottom">
<h6 class="text-muted">In development</h6>
</div>
</div>
</div>
</div>
<br>
<div class="justify-content-center">
<div class="card-deck">
<div class="card">
<div class="card-body">
<img style="height:64px;" src="icons/antlerConsole.svg" />
<h2><a href="https://github.com/DeerlyGames/aemake" target="_blank"><img style="height:16px;" src="icons/octicons-repo.svg" /> aemake </a></h2>
<p class="text-muted">C/C++ build generator</p>
<div style="display: inline-block; text-align: left;">
- Android
<br /> - Emscripten
<br /> - Linux
<br /> - IOS
<br /> - MacOS
<br /> - Windows
</div>
</div>
<div class="card-bottom">
<h6 class="text-success">Stable</h6>
</div>
</div>
<div class="card">
<div class="card-body">
<img style="height:64px;" src="icons/antlerConsole.svg" />
<h2>
aewatch
</h2>
<p class="text-muted">Background tasks runner</p>
<div style="display: inline-block; text-align: left;">
- Filewatching.
<br /> - Trayicon interface.
<br /> - Configurable tasks.
</div>
</div>
<div class="card-bottom">
<h6 class="text-muted">In development</h6>
</div>
</div>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>