Add activities page for FTF's workshop

svn path=/trunk/; revision=14971
This commit is contained in:
adridg
2010-02-16 11:41:54 +00:00
parent 9b3358746b
commit 1f87253ca5
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<html>
<head>
<title>ELN 2010 Workshop (FTF) - FSFE</title>
<link rel="stylesheet" media="all" href="/projects/ftf/ftf.css" type="text/css" />
</head>
<body>
<p id="category"><a href="/projects/ftf/">FTF</a></p>
<h1>Activities</h1>
<localmenu id="3">Activities</localmenu>
</body>
</html>

View File

@@ -1,3 +1,9 @@
/* Random cruft to start with. */
p#category {
display: none;
}
/* This is the very general left-or-right column setup; we split the packages into two
big chunks and send them off to the side.
*/