--- a/index.php +++ b/index.php @@ -1,12 +1,45 @@ addTag("tag-cloud"); -$cloud->addTag("programming"); -echo $cloud->render(); -includeFooter(); +includeHeader("Data Centre as a Service (DCaaS)"); ?> +
+
+
+ +
+

Data Centre as a Service (DCaaS)!

+

The Data + Centre as a Service (DCaaS) Multi Use List (MUL) provides Australian Government Agencies with a simple way to procure + Cloud and Cloud-Like services. Contracts through the DCaaS MUL are limited to $80,000 (inc GST) and terms up + to 12 months.
+ The DCaaS MUL is available to Commonwealth FMA Act agencies as well as other Commonwealth, State and + Territory Government bodies. +

+ +

Browse Available Services »

+ +
+
+ +
+ query("Select service_name from dcaas_services;") as $row) { + foreach (explode(" ", $row[0]) as $word) { + $cloud->addTag($word); + } + } + $cloud->setMinLength(4); + echo $cloud->render(); + echo "
"; + includeFooter(); + ?> +