CV: mark unfinished parts
This commit is contained in:
parent
8768711a41
commit
dc0c272201
12
cv.html
12
cv.html
|
|
@ -26,14 +26,14 @@
|
|||
}
|
||||
|
||||
.todo {
|
||||
color: #865454;
|
||||
color: #9700ff;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Please bear in mind that this web-based CV has no styling yet as this site is still in development. There are
|
||||
also going to be minor changes of the content.</p>
|
||||
also going to be changes of <span class="todo">unfinished parts</span> of the content.</p>
|
||||
<h1>Benjamin Stadlbauer</h1>
|
||||
<section>
|
||||
<h2>General</h2>
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
<section>
|
||||
<h3><span>CADS Engineering, Vienna, Austria</span> <span>9/2020–present</span></h3>
|
||||
<aside>Application Developer</aside>
|
||||
<ul>
|
||||
<ul class="todo" title="Not finished!">
|
||||
<li>Developing and maintaining software for CAD (computer-aided design) and PLM (product lifecycle
|
||||
management) systems</li>
|
||||
<li>Developing/optimizing performant algorithms in clash-management</li>
|
||||
|
|
@ -70,8 +70,8 @@
|
|||
<li>PTC Creo Parametric Toolkit (C++)</li>
|
||||
<li>PTC Creo View Toolkit (Java)</li>
|
||||
<li>PTC Creo View WebGL (JavaScript)</li>
|
||||
<li class="todo" title="Not finished!">PTC Windchill API (Java)</li>
|
||||
<li class="todo" title="Not finished!">Flexera licensing API</li>
|
||||
<li>PTC Windchill API (Java)</li>
|
||||
<li>Flexera licensing API</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Managing git-workflows, policies, permissions and projects in Azure DevOps</li>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
</section>
|
||||
<section>
|
||||
<h2>Skills</h2>
|
||||
<table>
|
||||
<table class="todo" title="Not finished!">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>German</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue