diff options
Diffstat (limited to 'davo-cv/index.html')
-rw-r--r-- | davo-cv/index.html | 127 |
1 files changed, 127 insertions, 0 deletions
diff --git a/davo-cv/index.html b/davo-cv/index.html new file mode 100644 index 0000000..8395dd7 --- /dev/null +++ b/davo-cv/index.html @@ -0,0 +1,127 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>Davo's Resume (r0)</title> + <link rel="stylesheet" href="index.css"> +</head> +<body> + +<small class="no-print"> + <a href="#" onclick="window.print()">This page is print-friendly.</a> + This is a living document. Revision #0 +</small> + +<table class="main-table"> +<tbody> + <tr> + <td class="center-cell grey-cell left-cell"> + <div class="only-print"> + <img src="img/qr.svg"> + <pre class="qr-url">cdn.snart.me/hireme/</pre> + </div> + <img + src="img/broken.svg" + class="passport-profile no-print" + alt="This is a placeholder image. Please contact me for the version with the real picture" + title="This is a placeholder image. Please contact me for the version with the real picture"> + </td> + <td class="center-cell grey-ish-cell"> + <h1>DAVID TIMBER</h1> + <i>"Linux monkey"</i> + <p> + 🖅 dxdt 𝕒𝕥 dev.snart.me + 📌 Worldwide + </p> + </td> + </tr> + + <tr> + <td class="grey-ish-cell upper-cell"> + <h2>SUMMARY</h2> + </td> + <td> + <p> + Linux and network engineering enthusiast with 4 years of professional experience as a backend and embedded programmer. + </p> + <ul style="list-style: '🌏 ';"> + <li>Portfolio: <a href="https://cdn.snart.me/hireme/portfolio/">cdn.snart.me/hireme/portfolio/</a></li> + <li>Github: <a href="https://github.com/dxdxdt/">github.com/dxdxdt/</a> <a href="https://github.com/si-magic/">github.com/si-magic/</a></li> + <li>Tech blog: <a href="https://github.com/dxdxdt/gists/">github.com/dxdxdt/gists/</a></li> + </ul> + </td> + </tr> + + <tr> + <td class="grey-ish-cell upper-cell"> + <h2>HISTORY</h2> + </td> + <td> + <p> + <h3 class="inline"><a href="http://danusys.com/">Danusys Co., Ltd.</a></h3> <small>2013 ~ 2017</small> + <br> + <small>Korean local government contractor</small> + </p> + Responsibilities + <ul> + <li>Network, systems admin</li> + <li>Linux advisor</li> + </ul> + Projects + <ul> + <li>Computer vision algorithm</li> + <li>Windows backends port to Linux</li> + <li>Video codec research</li> + <li>Embedded systems development</li> + <li>Video Management Software(<a href="https://www.axis.com/products/video-management-software">VMS</a>) development <a href="https://www.youtube.com/watch?v=WmVwHazV2DU&t=90s" class="no-print"><small>media coverage</small></a></li> + </ul> + + <p> + <h3 class="inline">Change of scenery</h3> <small>2017 ~</small> + </p> + Time in Australia <small>~ 2023</small> + <a href="https://www.timberbiz.com.au/melina-bath-sees-success-with-victorian-sustainable-products-mill/" class="no-print"><small>article1</small></a> + <a href="https://smallcaps.com.au/rarex-clears-khaleesi-niobium-exploration-key-land-access-agreements/" class="no-print"><small>article2</small></a> + <ul> + <li>Machine operating</li> + <li>Truck driving</li> + </ul> + </td> + </tr> + + <tr> + <td class="grey-ish-cell upper-cell"> + <h2>EDUCATION</h2> + </td> + <td> + <h3 class="inline">PCM High School</h3> + <small>~ 2013</small> + <ul> + <li> + Robotics Competition Club + <a href="https://youtu.be/y5NPp_5KHuk" class="no-print"><small>video1</small></a> + <a href="https://youtu.be/rMCK1wRaprA" class="no-print"><small>video2</small></a> + </li> + <li>English Club</li> + <li>School tech support team</li> + </ul> + </td> + </tr> + + <tr> + <td class="grey-ish-cell upper-cell"> + <h2>QUALIFICATIONS</h2> + </td> + <td> + <ul> + <li>International: IETLS 7.0</li> + <li>Australian: Multi Combination (MC), Forklift, First Aid, Boom Lift</li> + <li>Korean: Craftsman Information Processing, Network Administration, Word Processing</li> + </ul> + </td> + </tr> +</tbody> +</table> + +</body> +</html>
\ No newline at end of file |