Adding CSM certificate, need to update PICS to PICS Auditing, LLC
This commit is contained in:
Binary file not shown.
@@ -1,18 +1,19 @@
|
|||||||
<?php
|
<?php
|
||||||
$html = date('Y') - 2002;
|
$year = date('Y');
|
||||||
$linux = date('Y') - 2002;
|
$html = $year - 2002;
|
||||||
$mysql_php = date('Y') - 2002;
|
$linux = $year - 2002;
|
||||||
$struts_hibernate_spring = date('Y') - 2010;
|
$mysql_php = $year - 2002;
|
||||||
$play_ruby_boostrap = date('Y') - 2012;
|
$struts_hibernate_spring = $year - 2010;
|
||||||
$rabbitmq = date('Y') - 2012;
|
$play_ruby_boostrap = $year - 2012;
|
||||||
|
$rabbitmq = $year - 2012;
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Lani Aung</title>
|
<title>Lani Aung, CSM</title>
|
||||||
|
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="description" content="The resume of Lani Aung, java and web developer">
|
<meta name="description" content="The resume of Lani Aung, CSM, java and web developer">
|
||||||
<meta name="keywords" content="java,web,developer,resume" />
|
<meta name="keywords" content="java,web,developer,resume" />
|
||||||
<meta name="author" content="Lani Aung">
|
<meta name="author" content="Lani Aung">
|
||||||
|
|
||||||
@@ -27,7 +28,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<article id="resume">
|
<article id="resume">
|
||||||
<header class="vCard">
|
<header class="vCard">
|
||||||
<h1 title="Also known as Ulanda S. Aung" class="fn">Lani S. Aung</h1>
|
<h1 title="Also known as Ulanda S. Aung" class="fn">Lani S. Aung, <a href="assets/CSMCertificate.pdf"><abbr title="Certified ScrumMaster">CSM</abbr></a></h1>
|
||||||
<h2>Java & Web Developer</h2>
|
<h2>Java & Web Developer</h2>
|
||||||
<hr>
|
<hr>
|
||||||
<section id="contact-details">
|
<section id="contact-details">
|
||||||
@@ -164,12 +165,23 @@
|
|||||||
</section>
|
</section>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
|
<dl>
|
||||||
|
<dt><time datetime="2013-04-23">April 2013</time></dt>
|
||||||
|
<dt>Certified ScrumMaster Training</dt>
|
||||||
|
<dd>
|
||||||
|
<section class="summary">
|
||||||
|
<p>
|
||||||
|
2 day seminar on Scrum fundamentals, lead by Carlton Nettleton of <a href="http://lookforwardconsulting.com/">Look Forward Consulting</a>.
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Last updated 2013-02-03</p>
|
<p>Last updated 2013-05-02</p>
|
||||||
<p>© <span title="aka Ulanda S. Aung"><a href="mailto:uaung@alumni.uci.edu">Lani Aung</a></span></p>
|
<p>© <span title="aka Ulanda S. Aung"><a href="mailto:uaung@alumni.uci.edu">Lani Aung</a></span></p>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|||||||
@@ -1,2 +1,8 @@
|
|||||||
{
|
{
|
||||||
|
"folders":
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "/C/Users/Lani/git/resume"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user