Skip to content

Commit

Permalink
pre-migration - commit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
cash committed Jun 24, 2011
0 parents commit b1f2626
Show file tree
Hide file tree
Showing 135 changed files with 17,070 additions and 0 deletions.
65 changes: 65 additions & 0 deletions about.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Elgg - Open Source Social Networking Engine.</title>
<meta name="description" content="Elgg is a leading open source social networking engine which can be used to power your social network." />
<meta name="keywords" content="open source social networking, social intranet, collaboration software, social networking software, community software, social media, social publishing, social media platform" />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" href="favicon.ico" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="globalheader_wrapper">
<div id="globalheader">
<ul>
<li><a href="index.php" target="_top" class="header">Home</a></li>
<li><a href="about.php" target="_top" class="header selected">About</a></li>
<li><a href="http://blog.elgg.org" target="_top" class="header">Blog</a></li>
<li><a href="services.php" class="header" target="_top">Services</a></li>
<li><a href="hosting.php" class="header" target="_top">Hosting</a></li>
<li><a href="http://community.elgg.org" class="header" target="_top">Community</a></li>
<li><a href="developers.php" class="header" target="_top">Developers</a></li>
<li><a href="download.php" target="_top" class="header">Download</a></li>
</ul>
</div>
</div>
<?php include("header_internal.php"); ?>
<div id="content_wrapper">
<div class="content"><!-- open content -->
<div id="sidebar_menu">
<ul>
<li><a href="about.php" class="aboutmenu selected">About</a></li>
<li><a href="supporter.php" class="aboutmenu">Elgg Supporters</a></li>
<li><a href="powering.php" class="aboutmenu">Powered by Elgg</a></li>
<li><a href="features.php" class="aboutmenu">Features</a></li>
<li><a href="license.php" class="aboutmenu">License</a></li>
<li><a href="requirements.php" class="aboutmenu">Requirements</a></li>
<li><a href="domain.php" class="aboutmenu">Domain Policy</a></li>
<li><a href="involved.php" class="aboutmenu">Getting Involved</a></li>
</ul>
</div>
<div id="page_contents">
<h1 class="header_color">About</h1>
<p class="leader">Elgg is an award-winning open source social networking engine that provides a robust framework on which to build all kinds of social environments, from a campus wide social network for your university, school or college or an internal collaborative platform for your organization through to a brand-building communications tool for your company and its clients.</p>
<div class="award"><p class="award_text">
<span class="award_badge"><img src="images/bossie.gif" alt="Bossie award" /></span>
Elgg was voted best open source social networking platform in 2008.</p>
<div style="clear:both;"></div>
</div>
<div style="clear:both;"></div>
</div>
</div><!-- // content -->
<?php include("globalfooter.php"); ?>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-3487311-5");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>
Loading

0 comments on commit b1f2626

Please sign in to comment.