-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccef710
commit fd1bb94
Showing
7 changed files
with
56 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
{% extends "base.html" %} | ||
|
||
{% block content %} | ||
Dorgas Manolo | ||
{% endblock %} | ||
<html> | ||
<head> | ||
<title>CobraTeam website - CobraTeam.info</title> | ||
<link rel="stylesheet" type="text/css" href="static/cobra.css"> | ||
</head> | ||
<body> | ||
<div id="header"> | ||
<img src="/static/logo.png"/> | ||
<br><br> | ||
</div> | ||
<div id="content"> | ||
<ul> | ||
<h2>Projects</h2> | ||
<li><a href="http://github.com/andrewsmedina/pyweek2010">jailbreakerz</a> - casual game developed in python</li> | ||
<li><a href="http://github.com/igorsobreira/wifimap">wifimap</a> - search and share wifipoints</li> | ||
<li><a href="http://github.com/andrewsmedina/magic2d">magic2d</a> - framework for building 2D games using html5 canvas and javascript</li> | ||
<li><a href="http://github.com/andrewsmedina/zeuda">zeuda</a> - mmo game, in node.js and html5 canvas</li> | ||
<li><a href="http://github.com/igorsobreira/eizzek">eizzek</a> - simple g-talk bot</li> | ||
</ul> | ||
<ul> | ||
<h2>Developers</h2> | ||
<li><a href="http://www.github.com/andrewsmedina/">Andrews Medina</a></li> | ||
<li><a href="http://www.github.com/diofeher/">Diógenes Augusto</a></li> | ||
<li><a href="http://www.github.com/flavioribeiro/">Flávio Ribeiro</a></li> | ||
<li><a href="http://www.github.com/igorsobreira/">Igor Sobreira</a></li> | ||
<li><a href="http://github.com/osantana">Osvaldo Santana</a></li> | ||
<li><a href="http://github.com/ricobl">Enrico Batista da Luz</a></li> | ||
<li><a href="http://github.com/thiagoss">Thiago Santos</a></li> | ||
<li><a href="http://github.com/hugobr">Hugo Lopes Tavares</a></li> | ||
</ul> | ||
{% block content %}{% endblock %} | ||
</div> | ||
<div id="footer"> | ||
</div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.