Example #1
0
				echo "<img src=\"_gfx/projects/".$project['screens'][$i]['small']."\" border=\"0\" alt=\"\"/>\n";
			}
		}
		
		echo "            <br/><br/></td>\n";
		echo "        </tr>\n";
		echo "    </table>\n";
		echo "</p>\n";
	}
}
?>

<script language="JavaScript">
	<!--
		function openPopUp(image) {
			openWindow = window.open('picpopup.php?image='+image,'ProjectScreenshot','resizable=no,scrollbars=auto,menubar=no,toolbar=no,location=no,width=400,height=400');
		}
	//-->
</script>

<h1><a name="top">Projects</a></h1>
<p>
	The following is a list of projects that use LWJGL. Please write to <a href="mailto:info@lwjgl.org">info@lwjgl.org</a> if you have a project you want to have listed. Please include 3 small and large screenshots along with a description of your project.
</p>

<?
displayProjects();

require('_include/footer.php');
?>
Example #2
0
        ?>
 Logo" />
        </a>
      </div>
    <?php 
    }
}
?>

<div class="section" itemscope itemtype="http://schema.org/WebPage">
  <div class="cookieCrumbs" itemprop="breadcrumb">
      <h1 class="cookieCrumb current">Projects</h1>
  </div>
  <p itemprop="description">
    Below is a list of personal (and maybe some group) projects that I thought deserved their own page. Feel free to <a href="<?php 
echo $url;
?>
/contact">contact me</a> if you'd like to know more about a certain project or endeavor.
  </p>
  <h3>Featured Project<?php 
echo count($featured) > 1 ? 's' : '';
?>
</h3>
  <?php 
displayProjects($featured);
?>
  <h3>Other Projects</h3>
  <?php 
displayProjects($nonFeatured);
?>
</div>