0df6187dd1e20292f107be3c88c2d6644795715c
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

1) #! /usr/bin/wml
2) <: use strict; :>
3) <: use warnings; :>
4) #use "perl-globals.wmi"
5) #use "links.wmi"
6) #use "versions.wmi"
7) #use "navigation.wmi"
8) 
9) <!DOCTYPE html>
10)  <html>
11)  <head>
12) 
13)    <meta charset="utf-8">
14)    <meta http-equiv="X-UA-Compatible" content="IE=edge">
15)    <meta name="viewport" content="width=device-width, initial-scale=1">
16)    <meta name="author" content="The Tor Project, Inc.">
17)    <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
18)    <meta property="og:image" content="https://www.torproject.org/images/tor-logo.jpg">
19) 
20)    <title>$(TITLE)</title>
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

21)    <link href="$(DOCROOT)/css/bootstrap.css" rel="stylesheet">
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

22) 
23)    <link rel="icon" href="$(IMGROOT)/favicon.ico">
24) 
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

25)     <style>
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

26) 
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

27)     /* Sticky footer styles
28)     -------------------------------------------------- */
29)     html {
30)       position: relative;
31)       min-height: 100%;
32)     }
33) 
34)     body {
35)       margin-bottom: 60px;
36)     }
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

37) 
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

38)     .footer {
39)       position: absolute;
40)       bottom: 0;
41)       width: 100%;
42)       /* Set the height of the footer here */
43)       height: auto;
44)       padding-top: 10px;
45)       padding-bottom: 10px;
46)       background-color: #f5f5f5;
47)     }
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

48) 
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

49)     .donation{
50)         text-align: center;
51)       padding-bottom: 60px;
52)     }
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

53) 
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

54)     h6{
55)         font-weight: normal;
56)     }
57)     </style>
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

58) 
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

59) 
60) </head>
61) <body>
62)   <div class="container">
63)       <img src="https://www.torproject.org/images/tor-logo.jpg" alt="Tor Project">
64)       <ul class="nav navbar-nav navbar-right" style="margin-top:50px; ">
65)           <li><a href="">Home</a></li>
66)           <li><a href="">About</a></li>
67)           <li><a href="">Contact</a></li>
68)       </ul>
69)       <hr style="margin-top:0;">
Sebastian Hahn New donate page draft

Sebastian Hahn authored 8 years ago

70)   </div>
Sebastian Hahn New donate page attempts

Sebastian Hahn authored 8 years ago

71)   <br>