Browse code

update matching program

Andrew Lewman authored on 22/05/2012 18:37:49
Showing 1 changed files
... ...
@@ -10,9 +10,10 @@
10 10
   </div>
11 11
 	<div id="maincol"> 
12 12
     <h1>Matching Program</h1>
13
-    <p>If you work for Microsoft or General Electric, you can join their
14
-charity matching programs. Contact your local human resource department
15
-or donations at torproject.org for more information.</p>
13
+    <p>If you work for Microsoft, General Electric, or Travelers Insurance
14
+    you can join their charity matching programs. Contact your local
15
+    human resource department or donations at torproject.org for more
16
+    information.</p>
16 17
   </div>
17 18
   <!-- END MAINCOL -->
18 19
   <div id = "sidecol">
Browse code

Remove the ANNOUNCE_RSS hack as per ticket 4951

Sebastian Hahn authored on 25/01/2012 00:54:07
Showing 1 changed files
... ...
@@ -2,7 +2,7 @@
2 2
 # Revision: $Revision$
3 3
 # Translation-Priority: 3-low
4 4
 
5
-#include "head.wmi" TITLE="Tor Project: Matching Program" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
5
+#include "head.wmi" TITLE="Tor Project: Matching Program" CHARSET="UTF-8"
6 6
 <div id="content" class="clearfix">
7 7
 	<div id="breadcrumbs">
8 8
     <a href="<page index>">Home &raquo; </a>
Browse code

fix the warning image and link to the donation page through the new sidenav.

Andrew Lewman authored on 27/05/2011 04:15:22
Showing 1 changed files
... ...
@@ -16,7 +16,7 @@ or donations at torproject.org for more information.</p>
16 16
   </div>
17 17
   <!-- END MAINCOL -->
18 18
   <div id = "sidecol">
19
-#include "side.wmi"
19
+#include "side-donate.wmi"
20 20
 #include "info.wmi"
21 21
   </div>
22 22
   <!-- END SIDECOL -->
Browse code

clean up the matching programs text.

Andrew Lewman authored on 28/10/2010 19:45:31
Showing 1 changed files
... ...
@@ -10,9 +10,9 @@
10 10
   </div>
11 11
 	<div id="maincol"> 
12 12
     <h1>Matching Program</h1>
13
-    <p>If you work for Hewlett-Packard, Microsoft, Google, or General
14
-    Electric, you can join their charity matching programs. No idea how
15
-    to do this though.</p>
13
+    <p>If you work for Microsoft or General Electric, you can join their
14
+charity matching programs. Contact your local human resource department
15
+or donations at torproject.org for more information.</p>
16 16
   </div>
17 17
   <!-- END MAINCOL -->
18 18
   <div id = "sidecol">
Browse code

looks like we never set the keywords either

Roger Dingledine authored on 27/10/2010 12:31:57
Showing 1 changed files
... ...
@@ -1,5 +1,5 @@
1 1
 ## translation metadata
2
-# Revision: $Revision: 0 $
2
+# Revision: $Revision$
3 3
 # Translation-Priority: 3-low
4 4
 
5 5
 #include "head.wmi" TITLE="Tor Project: Matching Program" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
Browse code

flesh out the donation bits a small bit.

Andrew Lewman authored on 16/08/2010 22:02:59
Showing 1 changed files
... ...
@@ -10,6 +10,9 @@
10 10
   </div>
11 11
 	<div id="maincol"> 
12 12
     <h1>Matching Program</h1>
13
+    <p>If you work for Hewlett-Packard, Microsoft, Google, or General
14
+    Electric, you can join their charity matching programs. No idea how
15
+    to do this though.</p>
13 16
   </div>
14 17
   <!-- END MAINCOL -->
15 18
   <div id = "sidecol">
Browse code

change all of the breadcrumbs from page home to page index.

Andrew Lewman authored on 12/08/2010 17:17:47
Showing 1 changed files
... ...
@@ -5,7 +5,7 @@
5 5
 #include "head.wmi" TITLE="Tor Project: Matching Program" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6 6
 <div id="content" class="clearfix">
7 7
 	<div id="breadcrumbs">
8
-    <a href="<page home>">Home &raquo; </a>
8
+    <a href="<page index>">Home &raquo; </a>
9 9
     <a href="<page donate/matching-program>">Matching Program</a>
10 10
   </div>
11 11
 	<div id="maincol"> 
Browse code

first cut of the new, shiny tor website as wml.

Andrew Lewman authored on 09/07/2010 03:55:22
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,22 @@
1
+## translation metadata
2
+# Revision: $Revision: 0 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor Project: Matching Program" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
+<div id="content" class="clearfix">
7
+	<div id="breadcrumbs">
8
+    <a href="<page home>">Home &raquo; </a>
9
+    <a href="<page donate/matching-program>">Matching Program</a>
10
+  </div>
11
+	<div id="maincol"> 
12
+    <h1>Matching Program</h1>
13
+  </div>
14
+  <!-- END MAINCOL -->
15
+  <div id = "sidecol">
16
+#include "side.wmi"
17
+#include "info.wmi"
18
+  </div>
19
+  <!-- END SIDECOL -->
20
+</div>
21
+<!-- END CONTENT -->
22
+#include <foot.wmi>