ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/menu-static.inc
Revision: 1.5
Committed: Wed Mar 8 13:32:39 2006 UTC (18 years ago) by tdb
Branch: MAIN
Changes since 1.4: +45 -3 lines
Log Message:
Use Google AdSense. I'm not really a fan of advertising on webpages,
but I could do with some cash to help run the server. I've tried to keep
the adverts as unobstructive as possible.

File Contents

# Content
1 <div id="menu">
2 <h3 class="heading">
3 <img src="http://www.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/>
4 <br />
5 Main
6 </h3>
7 <ul>
8 <li><a href="http://www.i-scream.org/">i-scream Home</a></li>
9 <li><a href="http://www.i-scream.org/#news">News</a></li>
10 <li><a href="http://www.i-scream.org/#search">Search</a></li>
11 </ul>
12 <h3 class="heading">
13 Projects
14 </h3>
15 <ul>
16 <li><a href="http://www.i-scream.org/libstatgrab/">libstatgrab</a></li>
17 <li><a href="http://www.i-scream.org/pystatgrab/">pystatgrab</a></li>
18 <li><a href="http://www.i-scream.org/laroona/">Laroona</a></li>
19 <li><a href="http://www.i-scream.org/cms/">CMS</a></li>
20 </ul>
21 <ul>
22 <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a></li>
23 </ul>
24 <h3 class="heading">
25 Resources
26 </h3>
27 <ul>
28 <li><a href="http://www.i-scream.org/mirrors.xhtml">Download Mirrors</a></li>
29 </ul>
30 <ul>
31 <li><a href="http://www.i-scream.org/cvs.xhtml">CVS Repository</a></li>
32 <li><a href="http://wiki.i-scream.org/">Wiki</a></li>
33 </ul>
34 <ul>
35 <li><a href="http://www.i-scream.org/mailinglists.xhtml">Mailing Lists</a></li>
36 <li><a href="http://www.i-scream.org/support.xhtml">Support</a></li>
37 <li><a href="http://www.i-scream.org/support.xhtml">Bug Tracking</a></li>
38 </ul>
39 <ul>
40 <li><a href="http://www.i-scream.org/license.xhtml">Licensing</a></li>
41 </ul>
42 <h3 class="heading">
43 i-scream
44 </h3>
45 <ul>
46 <li><a href="http://www.i-scream.org/who.xhtml">Who We Are</a></li>
47 <li><a href="http://www.i-scream.org/pgpkey.xhtml">PGP Key</a></li>
48 </ul>
49 <h3 class="heading">
50 Contact Us
51 </h3>
52 <ul>
53 <li><a href="mailto:support@i-scream.org">support@i-scream.org</a></li>
54 </ul>
55 <script type="text/javascript">
56 <!--
57 google_ad_client = "pub-4199687771151670";
58 google_alternate_color = "eeeeff";
59 google_ad_width = 150;
60 google_ad_height = 95;
61 google_ad_format = "120x90_0ads_al_s";
62 google_ad_channel ="";
63 google_color_border = "000066";
64 google_color_bg = "EEEEFF";
65 google_color_link = "0000FF";
66 google_color_url = "008000";
67 google_color_text = "000000";
68 //-->
69 </script>
70 <script type="text/javascript"
71 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
72 </script>
73 <p class="logo">
74 <script type="text/javascript">
75 <!--
76 google_ad_client = "pub-4199687771151670";
77 google_ad_width = 110;
78 google_ad_height = 32;
79 google_ad_format = "110x32_as_rimg";
80 google_cpa_choice = "CAAQga7zzwEaCAqINcPi102eKLPGvnU";
81 //-->
82 </script>
83 <script type="text/javascript"
84 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
85 </script>
86 <script type="text/javascript">
87 <!--
88 google_ad_client = "pub-4199687771151670";
89 google_ad_width = 110;
90 google_ad_height = 32;
91 google_ad_format = "110x32_as_rimg";
92 google_cpa_choice = "CAAQ0eObzgEaCAkNd_PMAefzKJPw43Q";
93 //-->
94 </script>
95 <script type="text/javascript"
96 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
97 </script>
98 <a href="http://www.freebsd.org/">
99 <img src="http://www.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" />
100 </a>
101 <a href="http://validator.w3.org/check/referer">
102 <img src="http://www.i-scream.org/images/valid-xhtml11.png" alt="Valid XHTML 1.1!" />
103 </a>
104 <a href="http://jigsaw.w3.org/css-validator/check/referer">
105 <img src="http://www.i-scream.org/images/vcss.png" alt="Valid CSS!" />
106 </a>
107 </p>
108 </div>