diff options
author | ivan <ivan> | 2007-02-14 22:21:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-14 22:21:03 +0000 |
commit | f294a74d9a91f2ee875a64d83cb3cffe5be7b33e (patch) | |
tree | 058b07baf58a2189968d4e3410018ca019a8a7d4 | |
parent | c3dd186c41d1026cda089cbda6fe49a3da59442d (diff) |
template out the header & footer, write a quick build script, fix copy and keywords in header, fix titles on all pages
-rwxr-xr-x | BUILD | 18 | ||||
-rw-r--r-- | about.html | 50 | ||||
-rw-r--r-- | contact.html | 50 | ||||
-rw-r--r-- | css/cssfreeside2.css | 24 | ||||
-rw-r--r-- | demo.html (renamed from webdemo.html) | 50 | ||||
-rw-r--r-- | developers.html | 50 | ||||
-rw-r--r-- | elements/footer.html | 12 | ||||
-rw-r--r-- | elements/header.html | 30 | ||||
-rw-r--r-- | index.html | 55 | ||||
-rw-r--r-- | products.html | 51 | ||||
-rw-r--r-- | services.html | 51 |
11 files changed, 106 insertions, 335 deletions
@@ -0,0 +1,18 @@ +#!/usr/bin/perl + +use Text::Template; + +system("[ -d target ] || mkdir target"); + +system("cp -pr css imgs target"); + +*Q::include = \&Text::Template::_load_text; + +foreach my $file ( glob("*.html") ) { + warn "$file\n"; + my $t = new Text::Template( TYPE=>'FILE', SOURCE=>$file ); + open(TARGET,">target/$file") or die $!; + print TARGET $t->fill_in(PACKAGE=>'Q'); + close TARGET or die $!; +} + @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>About Freeside Inc.</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>About Freeside Internet Services, Inc.</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content1"> <h6>About Freeside Internet Services, Inc. and the Freeside project</h6> @@ -92,21 +65,4 @@ </div> - - - -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </table> -</div> - - -</body> -</html> +{ include('elements/footer.html'); } diff --git a/contact.html b/contact.html index 5a506ce..fdcdc5a 100644 --- a/contact.html +++ b/contact.html @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Contact Freeside Inc.</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>Contact Freeside Internet Services, Inc.</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content1"> @@ -64,21 +37,4 @@ </p> </div> - - - -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </table> -</div> - - -</body> -</html>
\ No newline at end of file +{ include('elements/footer.html'); } diff --git a/css/cssfreeside2.css b/css/cssfreeside2.css index 51840fb..778fb74 100644 --- a/css/cssfreeside2.css +++ b/css/cssfreeside2.css @@ -257,13 +257,14 @@ a:hover { h1 { - font: bold Verdana, Arial, Sans-serif; + font: Verdana, Arial, sans-serif; + font-weight: bold; font-size: 20px; line-height: 20px; color: #fff; padding: 0; margin: 0; - margin-top: 2.05em; + /* margin-top: 2.05em; */ margin-left: 0; margin-right: 1em; @@ -273,7 +274,8 @@ h1 { } h2 { - font: bold, Verdana, Arial, Sans-serif; + font: Verdana, Arial, sans-serif; + font-weight: bold; font-size: 150%; color: #ffffff ; padding: 0; @@ -283,7 +285,8 @@ h2 { } h3 { - font: bold Verdana, Arial, Sans-serif; + font: Verdana, Arial, sans-serif; + font-weight: bold; font-size: 110%; color: #fff; padding: .5; @@ -295,7 +298,8 @@ h3 { h4 { - font: bold Verdana, Arial, Sans-serif; + font: Verdana, Arial, sans-serif; + font-weight: bold; font-size: 120%; color: #336666; padding: 0; @@ -311,7 +315,8 @@ b.h4 { } h5 { - font: bold Verdana, Arial, Sans-serif; + font: Verdana, Arial, sans-serif; + font-weight: bold; font-size: 120%; color: #336666; padding: 0; @@ -325,7 +330,8 @@ b.h6 { } h6 { - font: bold, Verdana, Arial, Sans-serif; + font: Verdana, Arial, sans-serif; + font-weight: bold; font-size: 140%; color: #5E355D; padding: 0; @@ -380,7 +386,7 @@ body { .block { background: #B7B7B7; padding: 5px; - font: 140%; + font-size: 140%; margin-left: 20px; text-align: center middle; } @@ -672,4 +678,4 @@ table.dev td { border-color: gray gray gray gray; background-color: #ccc; -}
\ No newline at end of file +} @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Inc. Web Demo</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>Freeside Web Demo</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content1"> <h6>Check Out Freeside's Web Demos</h6> @@ -80,21 +53,4 @@ <br> </div> - - - -<div id="footer"> - <table width="90%" border="0" cellpadding="0" cellspacing="0" align="center"> - <tr> - <td valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </table> -</div> - - -</body> -</html> +{ include('elements/footer.html'); } diff --git a/developers.html b/developers.html index cb3778c..1ba67e8 100644 --- a/developers.html +++ b/developers.html @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Developers Welcome!</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>Freeside Developers and Open-Source Community</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content1"> @@ -89,6 +62,7 @@ <td align="left" valign="top" bgcolor="#CCCCCC"> <ul> <li><a href="http://www.sisd.com/pipermail/freeside-users/" target="_self">Commercial support services are available</a>.</li> + <li> <b>New!</b> <a href="/forum">Web forums</A> <li> <a href="support.html" target="_top">Browse</a> the user mailing list archive.</li> <li> Subscribe to the user list: first, <a href="http://www.sisd.com/cgi-bin/wiki.pl?Mailing_List_Guidelines" target="_blank">read @@ -122,20 +96,4 @@ </div> - - - -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> | <a href="webdemo.html">Web - Demo</a> | <a href="developers.html" >Developers</a> | <a href="about.html">About</a> - | <a href="contact.html">Contact</a> </div></td> - </tr> - </table> -</div> - - -</body> -</html> +{ include('elements/footer.html'); } diff --git a/elements/footer.html b/elements/footer.html new file mode 100644 index 0000000..55cf8f8 --- /dev/null +++ b/elements/footer.html @@ -0,0 +1,12 @@ +<div id="footer"> + <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> + <tr> + <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> + | <a href="products.html">Products</a> | <a href="services.html">Services</a> + | <a href="demo.html">Demo</a> | <a href="developers.html" >Developers</a> + | <a href="about.html">About</a> | <a href="contact.html">Contact</a> + </div></td> + </tr> + </table> +</div></body> +</html> diff --git a/elements/header.html b/elements/header.html new file mode 100644 index 0000000..e58dbc3 --- /dev/null +++ b/elements/header.html @@ -0,0 +1,30 @@ +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta name="Description" content="Open-source billing, trouble ticketing and automation software for ISPs, VOIP providers and online businesses."> +<meta name="Keywords" content="billing, open source, ISP, trouble ticketing, VoIP"> + +<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> + +</head> + +<body bgcolor="#999999"> +<div id="header1"> + <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > + <tr> + <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> + </td> + <td width="100%" align="left" valign="center"> + <h1>Open-source billing, trouble ticketing + and automation</h1><br> + <h2>for ISPs, VoIP, service and content providers + and online businesses</h2> + </td> + </tr> + </table> +</div> +<div id="header2"> + + <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> + | <a href="services.html" id="nav">Services</a> | <a href="demo.html" id="nav">Demo</a> | <a href="developers.html" id="nav">Developers + </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> +</div> + @@ -1,37 +1,8 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Developers Welcome!</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> - - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> - +<title>Freeside billing and trouble ticketing</title> +{ include('elements/header.html'); } <div id="header3"> </div> @@ -56,12 +27,13 @@ <tr> <td width="9" height="*" bgcolor="#A5A3A3"> </td> <td height="*" align="center" valign="top" bgcolor="#A5A3A3"><table width="100%" border="0" cellpadding="2" cellspacing="5"> - <tr align="left" valign="top"> - <td width="115" align="right" valign="top"><b>Jan ?? 2007:</b></td> +<!-- <tr align="left" valign="top"> + <td width="115" align="right" valign="top"><b>Feb 7 2007:</b></td> <td width="*">1.6.0 and 1.7.2 released</td> </tr> +--> <tr align="left" valign="top"> - <td width="115" align="right" valign="top"><b>Jan ?? 2007:</b></td> + <td width="115" align="right" valign="top"><b>Feb 7 2007:</b></td> <td width="*">New web site!</td> </tr> <tr align="left" valign="top"> @@ -195,16 +167,5 @@ </td> </tr> </table> - -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </table> -</div></body> -</html> + +{ include('elements/footer.html'); } diff --git a/products.html b/products.html index 05cfd2f..c9d51e3 100644 --- a/products.html +++ b/products.html @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Inc.</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>Freeside Products</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content_prd"> @@ -83,8 +56,8 @@ <td align="left" valign="top" bgcolor="#E9EFEC" class="tblprod" >USD <span class="crossout">$3200</span> $2950 introductory price free shipping (north america)</td> - <td align="left" valign="top" bgcolor="#D0DADA"> USD <span class="crossout">$3200</span> - $2950 introductory price<br> + <td align="left" valign="top" bgcolor="#D0DADA"> USD <span class="crossout">$4900</span> + $4400 introductory price<br> free shipping (north america) </td> <td align="left" valign="top" bgcolor="#B6C9C9">USD <span class="crossout">$8900</span> $7900 introductory price<br> @@ -150,7 +123,7 @@ 1Gb RAM hardware</td> <td align="left" valign="top">1U rackmount (22.6" deep)<br> 160gb Hotswap RAID1 SATA (2x 160gb 7200rpm)<br> - Dual-core&nbspOpteron 170 (2x2Ghz)<br> + Dual-core Opteron 170 (2x2Ghz)<br> 2Gb ECC RAM hardware</td> <td align="left" valign="top">1U rackmount (25.6" deep) 222gb Hotswap RAID5 SATA (4x 74gb 10000rpm) <br> @@ -181,15 +154,5 @@ </tr> </table> </div> -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </td></table> -</div></body> -</html> + +{ include('elements/footer.html'); } diff --git a/services.html b/services.html index e679341..4c0b707 100644 --- a/services.html +++ b/services.html @@ -1,36 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> -<title>Freeside Inc. Services</title> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> -<meta name="Description" content="Open-source billing software for ISPs and businesses. www.sisd.com/freeside"> -<meta name="Keywords" content="billing, open source, money solutions, customer tracking"> +<title>Freeside Services</title> +{ include('elements/header.html'); } - -<link href="css/cssfreeside2.css" rel="stylesheet" type="text/css" media="screen"> - - - - - -</head> -<body bgcolor="#999999"> -<div id="header1"> - <table width="100%" border="0" align="right" cellpadding="0" cellspacing="0" background="imgs/bk/bk_lava.jpg" > - <tr> - <td width="13%" height="104" align="center" valign="top"><a href="http://www.sisd.com/freeside"><img src="imgs/logo2.gif" alt="Welcome to Freeside." width="144" height="104" border="0"></a> - </td> - <td width="100%" align="left" valign="top"> <h1>Open-source billing, ticketing - and automation for ISPS and online businesses </h1></td> - </tr> - </table> -</div> -<div id="header2"> - - <div id="nav"> <a href="index.html" id="nav">Home</a> | <a href="products.html" id="nav">Products</a> - | <a href="services.html" id="nav">Services</a> | <a href="webdemo.html" id="nav">Web Demo</a> | <a href="developers.html" id="nav">Developers - </a> | <a href="about.html" id="nav">About</a> | <a href="contact.html" id="nav">Contact</a> </div> -</div> <div id="header3"></div> <div id="content1"> @@ -171,22 +144,4 @@ <p> </p> </div> - - - -<div id="footer"> - <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0"> - <tr> - <td align="center" valign="middle"> <div id="footernav" > <a href="index.html">Home</a> - | <a href="products.html">Products</a> | <a href="services.html">Services</a> - | <a href="webdemo.html">Web Demo</a> | <a href="developers.html" >Developers</a> - | <a href="about.html">About</a> | <a href="contact.html">Contact</a> - </div></td> - </tr> - </table> -</div> - - -</body> -</html> - +{ include('elements/footer.html'); } |