adding slides page and the slides themselves
[slides.git] / index.html
... / ...
CommitLineData
1
2<!-- ***************** INFO/NEWS *************** -->
3<div id="infoTabs">
4<div class="infoTab" id="whats-new">
5<h5 class="infoHeader">What's New</h5>
6<ul>
7<li>Aug 24: Project started</li>
8</ul>
9</div>
10
11<div class="infoTab" id="other-stuff">
12<h5 class="infoHeader">Other Stuff</h5>
13<ul>
14<li><a href="http://resources.kairo.at/">some resource filess from me</a></li>
15<li><a href="http://www.kairo.at/">www.KaiRo.at - my home</a></li>
16</ul>
17</div>
18
19</div>
20<!-- ***************** INFO/NEWS *************** -->
21
22<!-- MAIN CONTENT -->
23<p>This is the <strong><?php echo $project; ?></strong> project @ mozdev.org.</p>
24
25<p>The project contains some scripts and smaller OSS programs by me (Robert Kaiser, a.k.a. "KaiRo").</p>
26
27<p>Most of those scripts and/or programs have some connection to
28<a href="http://www.mozilla.org/">Mozilla</a>, but I'll eventually also provide some software that
29has no direct connection to my favourite browser.</p>
30
31<p>For wishes and comments about the project and software please use Bugzilla, I'm already overburdened
32with personal mail, so I perhaps won't get to answer that sooner or later, but I'll look at Bugzilla
33often enough to work at open bug reports.
34<br>See the "bugs" link in the navigation line above.</p>
35
36<!--
37<p><strong>Note:</strong> If you want to add an area for user feedback to any of your pages, take a look at the <a href="notes.html">notes.html</a>
38template.</p>
39-->