| |
<html> |
| |
<head> |
| |
<title>Résumé of Calvin James</title> |
| |
</head> |
| |
|
| |
<body |
| |
bgcolor="white" |
| |
body background="http://wallpoper.com/images/00/31/33/51/black-background_00313351.jpg" |
| |
text="white" |
| |
link="blue" |
| |
vlink=""> |
| |
|
| |
|
| |
|
| |
<script> |
| |
// Set the number of snowflakes (more than 30 - 40 not recommended) |
| |
var snowmax=35 |
| |
|
| |
// Set the colors for the snow. Add as many colors as you like |
| |
var snowcolor=new Array("#aaaacc","#ddddFF","#ccccDD") |
| |
|
| |
// Set the fonts, that create the snowflakes. Add as many fonts as you like |
| |
var snowtype=new Array("Arial Black","Arial Narrow","Times","Comic Sans MS") |
| |
|
| |
// Set the letter that creates your snowflake (recommended:*) |
| |
var snowletter="cj" |
| |
|
| |
// Set the speed of sinking (recommended values range from 0.3 to 2) |
| |
var sinkspeed=0.6 |
| |
|
| |
// Set the maximal-size of your snowflaxes |
| |
var snowmaxsize=22 |
| |
|
| |
// Set the minimal-size of your snowflaxes |
| |
var snowminsize=8 |
| |
|
| |
// Set the snowing-zone |
| |
// Set 1 for all-over-snowing, set 2 for left-side-snowing |
| |
// Set 3 for center-snowing, set 4 for right-side-snowing |
| |
var snowingzone=1 |
| |
|
| |
/////////////////////////////////////////////////////////////////////////// |
| |
// CONFIGURATION ENDS HERE |
| |
/////////////////////////////////////////////////////////////////////////// |
| |
|
| |
|
| |
// Do not edit below this line |
| |
var snow=new Array() |
| |
var marginbottom |
| |
var marginright |
| |
var timer |
| |
var i_snow=0 |
| |
var x_mv=new Array(); |
| |
var crds=new Array(); |
| |
var lftrght=new Array(); |
| |
var browserinfos=navigator.userAgent |
| |
var ie5=document.all&&document.getElementById&&!browserinfos.match(/Opera/) |
| |
var ns6=document.getElementById&&!document.all |
| |
var opera=browserinfos.match(/Opera/) |
| |
var browserok=ie5||ns6||opera |
| |
|
| |
function randommaker(range) { |
| |
rand=Math.floor(range*Math.random()) |
| |
return rand |
| |
} |
| |
|
| |
function initsnow() { |
| |
if (ie5 || opera) { |
| |
marginbottom = document.body.clientHeight |
| |
marginright = document.body.clientWidth |
| |
} |
| |
else if (ns6) { |
| |
marginbottom = window.innerHeight |
| |
marginright = window.innerWidth |
| |
} |
| |
var snowsizerange=snowmaxsize-snowminsize |
| |
for (i=0;i<=snowmax;i++) { |
| |
crds[i] = 0; |
| |
lftrght[i] = Math.random()*15; |
| |
x_mv[i] = 0.03 + Math.random()/10; |
| |
snow[i]=document.getElementById("s"+i) |
| |
snow[i].style.fontFamily=snowtype[randommaker(snowtype.length)] |
| |
snow[i].size=randommaker(snowsizerange)+snowminsize |
| |
snow[i].style.fontSize=snow[i].size |
| |
snow[i].style.color=snowcolor[randommaker(snowcolor.length)] |
| |
snow[i].sink=sinkspeed*snow[i].size/5 |
| |
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} |
| |
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} |
| |
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} |
| |
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} |
| |
snow[i].posy=randommaker(2*marginbottom-marginbottom-2*snow[i].size) |
| |
snow[i].style.left=snow[i].posx |
| |
snow[i].style.top=snow[i].posy |
| |
} |
| |
movesnow() |
| |
} |
| |
|
| |
function movesnow() { |
| |
for (i=0;i<=snowmax;i++) { |
| |
crds[i] += x_mv[i]; |
| |
snow[i].posy+=snow[i].sink |
| |
snow[i].style.left=snow[i].posx+lftrght[i]*Math.sin(crds[i]); |
| |
snow[i].style.top=snow[i].posy |
| |
|
| |
if (snow[i].posy>=marginbottom-2*snow[i].size || parseInt(snow[i].style.left)>(marginright-3*lftrght[i])){ |
| |
if (snowingzone==1) {snow[i].posx=randommaker(marginright-snow[i].size)} |
| |
if (snowingzone==2) {snow[i].posx=randommaker(marginright/2-snow[i].size)} |
| |
if (snowingzone==3) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/4} |
| |
if (snowingzone==4) {snow[i].posx=randommaker(marginright/2-snow[i].size)+marginright/2} |
| |
snow[i].posy=0 |
| |
} |
| |
} |
| |
var timer=setTimeout("movesnow()",50) |
| |
} |
| |
|
| |
for (i=0;i<=snowmax;i++) { |
| |
document.write("<span id='s"+i+"' style='position:absolute;top:-"+snowmaxsize+"'>"+snowletter+"</span>") |
| |
} |
| |
if (browserok) { |
| |
window.onload=initsnow |
| |
} |
| |
</script> |
| |
|
| |
|
| |
|
| |
<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate"><font color="purple"><h1>Calvin James' Résumé</h1></font></marquee></marquee> |
| |
|
| |
|
| |
<style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/games/gam-13/gam1229.ani), url(http://cur.cursors-4u.net/games/gam-13/gam1229.png), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/perfect-world-online-spear-thingy.html" target="_blank" title="Perfect World Online Spear Thingy"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Perfect World Online Spear Thingy" style="position:absolute; top: 0px; right: 0px;" /></a> |
| |
|
| |
|
| |
<a href="https://www.facebook.com/calvin.james.7169709" target="blank_"><img src="http://icons.iconarchive.com/icons/uiconstock/socialmedia/512/Facebook-icon.png"width="30"height="30"></a> |
| |
|
| |
<a href="https://twitter.com/nivlac9" target="blank_"><img src="http://icons.iconarchive.com/icons/emey87/social-button/256/twitter-icon.png"width="30"height="30"></a> |
| |
|
| |
<a href="https://instagram.com/cj7_x/" target="blank_"><img src="http://www.shapecollage.com/blog/wp-content/uploads/2012/04/instagram-icon.png"width="30"height="30"></a> |
| |
<p> |
| |
<hr> |
| |
<center><img src="https://m.ak.fbcdn.net/sphotos-h.ak/hphotos-ak-xtp1/v/t1.0-9/10486014_853309054693438_6790748714734410383_n.jpg?oh=81f68c749dec92d16ffda7b4c522c2e8&oe=55E56E15&__gda__=1437020195_cceb5259c4d4c2a448f84fd9ca64979b"width="310" height="320" border="5"></center> |
| |
<H2><u>Calvin James</u></H2> |
| |
|
| |
<table style="width:100%"> |
| |
<tr> |
| |
<td><b>Adress: </b>Kg.Poturidong Baru Kiulu,Tamparuli,Sabah</td> |
| |
<td><b>Mobile No. :</b>014-8702858</td> |
| |
</tr> |
| |
|
| |
<tr> |
| |
<td><b>Email:</b>tkdkidz123@gmail.com</td> |
| |
</tr> |
| |
</table> |
| |
|
| |
<p><font face="Comic Sans MS" color="blue"><h1>Personal Particulars</h1></font></p> |
| |
|
| |
<hr> |
| |
|
| |
<table style="width:100%"> |
| |
<tr> |
| |
<td><b>Name:</b>Calvin james</td> |
| |
<td><b>Age:</b> 18</td> |
| |
</tr> |
| |
|
| |
<tr> |
| |
<td><b>Nationality:</b> Malaysian</td> |
| |
<td><b>Status:</b> Single </td> |
| |
</tr> |
| |
|
| |
<tr> |
| |
<td><b>I/C:</b> 971029-12-5547 </td> |
| |
<td><b>Gender:</b> Male</td> |
| |
</tr> |
| |
</table> |
| |
|
| |
<font face="Comic Sans MS" color="blue"><h1>Personal Skills</font></h1> |
| |
<hr> |
| |
<ul> |
| |
<li><b>Calm:</b> Stillness, serenity, peaceful, undisturbed.</li> |
| |
<li><b>Assertive:</b> Insist on one's rights or opinions.</li> |
| |
<li><b>Determined: </b> To do, resolve, on a course of action. </li> |
| |
<li><b>Responsible:</b> Capable of rational conduct, trustworthy. </li> |
| |
<li><b>Honest:</b> Not lying, cheating or stealing, sincere. </li> |
| |
</ul> |
| |
|
| |
<font face="Comic Sans MS" color="blue"><H1>Language Skills</font></H1> |
| |
<hr> |
| |
|
| |
<table style="width:100%"> |
| |
<tr> |
| |
<td> </td> |
| |
<td><u>Spoken</u></td> |
| |
<td><u>Written</u></td> |
| |
</tr> |
| |
|
| |
<tr> |
| |
<td><b>Bahasa Malaysia:</b></td> |
| |
<td><span style="font-size:100%;color:yellow;">★</span><span style="font-size:100%;color:yellow;">★</span><span style="font-size:100%;color:yellow;">★</span> |
| |
<span style="font-size:100%;color:yellow;">★</span><span style="font-size:100%;color:yellow;">★</span> </td> |
| |
<td><span style="font-size:100%;color:yellow;">★</span><span style="font-size:100%;color:yellow;">★</span><span style="font-size:100%;color:yellow;">★</span> </td> |
| |
</tr> |
| |
|
| |
<tr> |
| |
<td><b>English:</b></td> |
| |
<td><span style="font-size:100%;color:blue;">★</span><span style="font-size:100%;color:blue;">★</span><span style="font-size:100%;color:blue;">★</span> |
| |
</td> |
| |
<td><span style="font-size:100%;color:blue;">★</span><span style="font-size:100%;color:blue;">★</span> </td> |
| |
</tr> |
| |
|
| |
|
| |
<tr> |
| |
<td><b>Mandarin:</b></td> |
| |
<td><span style="font-size:100%;color:red;">☆</span><span style="font-size:100%;color:red;">☆</span><span style="font-size:100%;color:red;">☆</span> </td> |
| |
<td><span style="font-size:100%;color:red;">☆</span><span style="font-size:100%;color:red;">☆</span></td> |
| |
</tr> |
| |
<p>National Language : <span style="font-size:100%;color:yellow;">★</span> </p><p> Second Language : <span style="font-size:100%;color:blue;">★</span></p> |
| |
<p> Third language : <span style="font-size:100%;color:red;">☆</span> </p> |
| |
</table> |
| |
|
| |
<font face="Comic Sans MS" color="blue"><h1>Computer Skills</font></h1> |
| |
<hr> |
| |
<ul> |
| |
<li>Microsoft Office</li> |
| |
<li>Video Maker</li> |
| |
<li>Macromedia Authorware</li> |
| |
<li>Google SketchUp</li> |
| |
<li>Adobe Photoshop</li> |
| |
</ul> |
| |
|
| |
<font face="Comic Sans MS" color="blue"><H1>Education</font></H1> |
| |
<hr> |
| |
<br><i>Diploma in Chemical Engineering Technology (Process) — December 2012</i></br> |
| |
<br><i>Bachelor of Chemical Engineering Technology (Hons.) in Process - December 2014</i></br> |
| |
|
| |
<BR>Universiti Kuala Lumpur MICET <BR> |
| |
<br><b>GPA:</b> 3.5</br> |
| |
<br><b>CGPA:</b> 3.94</br> |
| |
|
| |
<font face="Comic Sans MS" color="blue"><h1>Professional References</font></h1> |
| |
<hr> |
| |
<ul> |
| |
<li>Abdul Addahary</li>UniKL MICET, Human Capital Unit |
| |
Lot 1988, Kawasan Perindustrian Bandar Vendor,<br> |
| |
Taboh Naning, 78000 Alor Gajah, Melaka<br> |
| |
<b>Work:</b> 310-555-0822<br> |
| |
<b>E-mail:</b> abduladdahary@gmail.com |
| |
</br> |
| |
|
| |
</br> |
| |
</ul> |
| |
|
| |
<div style="text-align:center;width:300px;padding-top:3px;"><object width="294" height="193"><param name="movie" value="http://www.youtube.com/v/RgKAFK5djSk&hl=en_US&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RgKAFK5djSk&hl=en_US&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="294" height="193"></embed></object></div> |
| |
|
| |
|
| |
<audio autoplay="autoplay" hidden="hidden"> <source src="https://soundcloud.com/xdiegox18/the-fatrat-unity"> </audio> |
| |
|
| |
</HTML> |
| |
</body> |
| |
</html>
|