<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Union Systems Limited</TITLE> <META http-equiv=Content-Type content="text/html; charset=unicode"> <LINK href="images/style.css" type=text/css rel=stylesheet> <style type="text/css"> <!-- .style1 {color: #0033FF} --> </style> </HEAD> <BODY> <TABLE cellSpacing=0 cellPadding=0 width=770 align=center> <TBODY> <TR> <TD class=border1 colSpan=3><IMG height=15 src="images/spacer.gif" width=770></TD></TR> <!-- <SCRIPT> // CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved. // Distributed by http://www.hypergurl.com // Permission given to use the script provided that this notice remains as is. // 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="*" // 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(6*marginbottom-marginbottom-6*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-6*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> --> <!--snow ends, remove after xmas--> <TR> <TD width="127" class=header1><A href="http://www.unionsystemsltd.com.com/"><img src="images/logo.jpg" width="191" height="87" /></A><!--<img src="/images/logo.gif" alt="Anylabs" border="0" hspace="20"></a></td>--> <TD width="643" class=header1> <TABLE cellSpacing=0 cellPadding=0 align=right> <TBODY> <TR><!-- <td colspan="9"><img src="/images/spacer.gif" height="57" width="10"></td> --></TR> <TR id=oMainMenuTable><!-- <td><img src="corner1.gif"></td> --> <!-- <TD class=topmenu id=menu1_item><A class=menu href="index.html">Home</A></TD> --> <TD><IMG src="images/border3.gif"></TD> <TD class=topmenu id=menu2_item><A class=menu href="service.html">Services</A></TD> <TD><IMG src="images/border3.gif"></TD> <TD class=topmenu id=menu3_item><A class=menu href="partner.html">Partners</A></TD> <TD><IMG src="images/border3.gif"></TD> <TD class=topmenu id=menu4_item><A class=menu href="software.html">Softwares</A></TD> <TD><IMG src="images/border3.gif"></TD> <TD class=topmenu id=menu4_item><A class=menu href="reference-project.html">Reference Projects</A></TD> <TD><IMG src="images/border3.gif"></TD> <TD class=topmenu id=menu4_item><A class=menu href="aboutus.html">About us</A></TD> <TD><IMG src="images/border3.gif"></TD> <TD class=topmenu id=menu4_item><A class=menu href="contact.html">Contact</A></TD> </TR></TBODY></TABLE></TD> <TR> </TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=770 align=center> <TBODY> <TR style="BACKGROUND: #ffffff; HEIGHT: 10px"> <TD colSpan=11></TD></TR> <TR class=content vAlign=top> <TD width=10><IMG height=10 src="images/spacer.gif" width=10></TD><!-- Header End --><!-- Header Menu Start--> <TD vAlign=top> <TABLE cellSpacing=0 cellPadding=0 width=180> <TBODY> <TR> <TD class=title>OUR SERVICES</TD></TR> <TR> <TD class=corner3><IMG height=5 src="images/spacer.gif" width=180></TD></TR> <TR> <TD class=leftbox> <UL> <LI><A class=big href="information-client.html">Information for Client</A></LI></UL> <CENTER></CENTER></TD></TR> <TR> <TD class=corner4><IMG height=5 src="images/spacer.gif" width=180></TD></TR> <TR> <TD>&nbsp;</TD></TR> <TR> <TD class=corner3><IMG height=5 src="images/spacer.gif" width=180></TD></TR> <TR> <TD class=leftbox> <UL> <!-- <LI> <A class=menu href="index.html">Home</A> --> <LI><A class=menu href="service.html">Services</A> <LI><A class=menu href="partner.html">Partners</A> <LI><A class=menu href="software.html">Softwares</A> <LI><A class=menu href="reference-project.html">Reference Projects</A> <LI><A class=menu href="aboutus.html">About us</A> <LI><A class=menu href="contact.html"><B><SPAN style="FONT-WEIGHT: bold; COLOR: blue">Contact</SPAN></B></A> </LI></UL></TD></TR> <TR> <TD class=corner4><IMG height=5 src="images/spacer.gif" width=180></TD></TR> <TR> <TD>&nbsp;</TD></TR> <TR> <TD class=corner3><IMG height=5 src="images/spacer.gif" width=180></TD></TR> <TR> <TD class=leftbox> <CENTER><IMG src="images/spacer.gif" height="30" width="100"></CENTER></TD></TR><!----> <TR> <TD class=corner4><IMG height=5 src="images/spacer.gif" width=180></TD></TR> <TR> <TD>&nbsp;</TD></TR> <TR> <TD class=corner3><IMG height=5 src="images/spacer.gif" width=180></TD></TR><!--clients--> <TR> <TD class=title>RECENT CLIENTS</TD></TR> <TR> <TD class=corner3><IMG height=5 src="images/spacer.gif" width=180></TD></TR><!--ends--> <TR> <TD align="left"> <A href=""></A> <TABLE style="BACKGROUND-COLOR: #ffffff" cellSpacing=0 cellPadding=2 width="100%" align=center> <TBODY> <TR> <TD></TD></TR> <TR> <TD></TD></TR> <TR> <TD style="BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 0px solid" align=left><A style="FONT-SIZE: 12px; COLOR: #0066ff; FONT-FAMILY: verdana; TEXT-DECORATION: none" href="firstbank-project.html" target=_blank>First Bank</A></TD></TR> <TR> <TD style="BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 0px solid" align=left><A style="FONT-SIZE: 12px; COLOR: #0066ff; FONT-FAMILY: verdana; TEXT-DECORATION: none" href="stanbic-project.html" target=_blank>Stanbic IBTC Pension Manager</A></TD> </TR> <TR> <TD style="BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 0px solid" align=left><A style="FONT-SIZE: 12px; COLOR: #0066ff; FONT-FAMILY: verdana; TEXT-DECORATION: none" href="reference-project.html" target=_blank>Intercontinental Bank PLC</A></TD> </TR> <TR> <TD style="BORDER-RIGHT: #ffffff 0px solid; BORDER-TOP: #ffffff 0px solid; BORDER-LEFT: #ffffff 0px solid; BORDER-BOTTOM: #ffffff 0px solid" align=left><A style="FONT-SIZE: 12px; COLOR: #0066ff; FONT-FAMILY: verdana" href="http://www.unionsystemsltd.com/" target=_blank></A></TD></TR></TBODY></TABLE></CENTER> <P>&nbsp;<A href="http://www.unionsystemsltd.com"></A> </P></TD></TD></TR><!----></TBODY></TABLE></TD> <TD width=10><IMG height=10 src="images/spacer.gif" width=10></TD> <TD class=border5 width=1></TD> <TD width=10><IMG height=10 src="images/spacer.gif" width=10></TD><!-- Header Menu End --> <TD> <H1 class="style1">Welcome to Union Systems Limited</H1> <IMG height=3 src="images/border6.gif" width=549> <H2>Based in Lagos (a beautiful state in western part of Nigeria) Union Systems Limited (USL), specializes in creating quality software applications using Java based technologies. We take pride in our ability of being one step further and bringing you a better result. </H2> <H2>Started in 1993, USL has already accomplished many <!-- over a dozen of--> different projects in Nigeria particularly the banking sector. This gives you a chance to realize possible benefits from the technical and management expertise of the team we have gathered. </H2> <H2>Banking application , systems application, on-line and off-line applications with system application level integration are the core of our business strategy. Having originally started from the design, implementation and development of customs application we have augmented the services provided to our customers with application and database design and development. </H2> <H2>Being professionals in general informational design and strategy we focus on scalable solutions that help to achieve all business goals. </H2> <H2>Our areas of expertise include: <UL> <LI><A href="http://www.unionsystemsltd.com/services.php#development">Application programming</A> <LI><A href="http://www.unionsystemsltd.com/services.php#development">Applications design and programming</A> <LI><A href="http://www.unionsystemsltd.com/services.php#development">Information structure</A> <LI><A href="http://www.unionsystemsltd.com/services.php#development">System architecutral Design</A> <LI><A href="http://www.unionsystemsltd.com/services.php#development">Bestspoke application implementation</A> <LI><A href="http://www.unionsystemsltd.com/services.php#development">All aspects of project lifecycle</A> <LI><A href="http://www.unionsystemsltd.com/services.php#development">Bespoke software development for custom software design </A></LI> </UL></H2> <H2>One of the main USL advantages is that we employ the best professionals in the area of information Systems as we build the company having in mind "the best employer" principle. Every effort from our sustainable personnel development policies and compensation to office maintenance and company out-door activities is aimed to deliver better value to each member of our team making the company a better place to work and live. </H2> <H2>USL is a small, yet vibrant firm, dedicated to delivering quality system and application products and services in exemplary style. <P>Our focus is steadfast on people, not products- we know that when our clients are happy the rest takes care of itself. </H2></P></TD><!-- Footer Start --> <TD width=10><IMG height=10 src="images/spacer.gif" width=10></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=0 width=770 align=center> <TBODY> <TR> <TD class=../border2 colSpan=3><IMG height=13 src="images/spacer.gif" width=779></TD> </TR><TR> <TD class=copy><!--Deptford London, SE8, UK Tel (+44) 844-562-3475 | Fax (+44) 844-562-3476--><BR> <A href="indexhtml"><B>Home</B> </A>&nbsp;&nbsp; <A href="termsofuse.html"><B>Terms of Use</B></A>&nbsp;&nbsp; <A href="contactus.html"><B>Contact Us</B></A> &nbsp;<A href="ceo.html"><B>CEO</B></A> <!-- <img src="http://www.amazon.co.uk/?&tag=anylabs-21&camp=1790&creative=6954&linkCode=ur1&adid=1SKN2Z5G9F0CH1451243&" style="display:none;"/> <img src="https://www.amazon.ca/b?node=916520&tag=onyxtic0c-20&camp=14957&creative=330161&linkCode=ur1&adid=0338KY42N6ZQVXR7H2CM&" style="display:none;"/> </BODY></HTML> <p align="center"><B>Website Development by: Valentine Obih</B></p>