diff --git a/index.php b/index.php new file mode 100644 index 0000000..f078ce4 --- /dev/null +++ b/index.php @@ -0,0 +1,146 @@ + + + + + Lani Aung + + + + + + + + + + + + + + + +
+
+

Lani Aung

+

Java & Web Developer

+
+
+
+ Irvine, CA +
+
|
+ +
|
+ +
|
+ +
+
+
+ +
+
+ Skills +
+
+ +
+
+ +
+ +
+
+ Previous Experiences +
+ +
+
+ +
Java Developer at PICS, Inc
+
+
+

+ Notable achievements include leading multiple projects that combined became a whole new line of service employing user level data (expanded from company level data), attracting new customers and broadening the client base. Implemented new features that provided major sources of revenue, such as allowing for pre-registration, expediting the customer-to-company relationship establishment. Became team leader and release manager, leading code reviews, training, paired programming, and giving presentations on technologies. +

+

+ Internationalized a once US-only site application to reach global audiences, using home grown technology that was easily exportable and importable for ease of translation. +

+

+ Experienced with communicating effectively and directly with clients and staff members throughout all departments, providing flexibility when requirements change, delivering on time, robust products focusing on 100% stability and satisfaction. Several projects were given praise and acclaim from senior level management, personally became the go-to woman for in depth explanations and quick assessments. +

+
+
+
+ +
+ +
+ +
Student Programmer at Research Computing Support, UC Irvine
+
+
+

+ Responsible for the creation of an interactive and dynamic online system to manage data center information. Functions include dynamic table generation, data storage into MySQL databases, searches, nightly PDF/image generation, and user management. +

+

+ Information and Academic Technologies of UCI will use this highly regarded system to maintain up to date information about data centers within UCI, keeping track of server locations and server statuses, unifying geographic information with detailed component properties. +

+
+
+
+
+
+ + +
+ + + \ No newline at end of file diff --git a/resume.html b/resume.html index 116cafb..6d345f4 100644 --- a/resume.html +++ b/resume.html @@ -90,7 +90,6 @@
Java Developer at PICS, Inc
-

diff --git a/stylesheets/media.css b/stylesheets/media.css new file mode 100644 index 0000000..47837d3 --- /dev/null +++ b/stylesheets/media.css @@ -0,0 +1,65 @@ +@media screen and (max-width: 1200px) { + section header + { + font-size: 2.5em; + } +} + +@media screen and (max-width: 1024px) { + h1 + { + font-size: 3em; + } + + section header + { + font-size: 2em; + } +} + +@media screen and (max-width: 768px) { + body + { + font-size: 14px; + } + + h1 + { + font-size: 2.5em; + } +} + +@media screen and (max-width: 620px) { + article + { + width: 90%; + } + + section header + { + float: none; + line-height: 1.5em; + width: 100%; + } + + section .content + { + float: none; + line-height: 1.25em; + width: 100%; + } +} + +@media screen and (max-width: 500px) { + body + { + font-size: 13px; + } +} + +@media screen and (max-width: 440px) { + .divider + { + margin: 0; + } +} \ No newline at end of file diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 2ec8d9e..dd02f10 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -1,6 +1,6 @@ body { - background-color: #CCC; + background-color: #EFE9E0; color: #000; font-family: "Amethysta"; padding-top: 1em; @@ -23,6 +23,7 @@ a:active article { margin: 0 auto; + max-width: 1440px; width: 90%; } @@ -37,6 +38,18 @@ div padding: 0; } +dt +{ + border-bottom: 1px solid #999; +} + +dt, +li, +p +{ + margin: 0.5em 0; +} + footer { clear: both; @@ -47,11 +60,13 @@ footer h1 { + font-family: "Fjalla One"; font-size: 4em; } h2 { + font-family: "Fjalla One"; font-size: 1.5em; line-height: 2em; } @@ -114,9 +129,4 @@ time .screen { display: inherit; -} - -.soft_divider -{ - border-bottom: 1px solid #999; } \ No newline at end of file