Tribute Page for Tama
This FreeCodeCamp.com tribute page is dedicated to Tama, the Wakayama, Japan "station master".
<div class="jumbotron text-center"> | |
<h1>Tama</h1> | |
<h2 class="sub-title">the Wakayama Station Master</h2> | |
</div> | |
<div class="container-fluid"> | |
<img src="https://c1.staticflickr.com/9/8067/29487473696_f924f8b10e_o.jpg" class="img-responsive img-rounded center-block"> | |
</div> | |
<div class="details"> | |
<div class="row text-center"> | |
<h3>About Tama</h3> | |
<p>Tama was a female calico cat who gained fame for being a station master and operating officer at Kishi Station on the Kishigawa Line in Kinokawa, Wakayama, Japan.</p> | |
<p>As station master, her primary duty was to greet passengers. The position came with a station master's hat; in lieu of a salary, the railway provided Tama with cat food.</p> | |
<p>The publicity from Tama's appointment led to an increase in passengers by 17% for that month as compared to January 2006; ridership statistics for March 2007 showed a 10% increase over the previous financial year. A study estimated that the publicity surrounding Tama has contributed 1.1 billion yen to the local economy.</p> | |
<p>Information above provided by Tama's <a href="https://en.wikipedia.org/wiki/Tama_(cat)" target="_blank">Wikipedia Page</a></p> | |
</div> | |
</div> | |
<div class="footer text-center"> | |
<h5>Tribute page created by Jessica Ciarelli for FreeCodeCamp.com</h5> | |
</div> | |
body { | |
background-color: #607D8B; | |
} | |
.jumbotron { | |
background-color: #FCF3CF; | |
font-family: 'Pacifico'; | |
font-size: 60px; | |
} | |
.sub-title { | |
font-size: 18px; | |
font-family: 'Pacifico'; | |
} | |
.details { | |
background-color: #AAB7B8; | |
padding: 10px; | |
margin-right: 10%; | |
margin-left: 10%; | |
margin-top: 2%; | |
border-radius: 6px; | |
} | |
h3 { | |
font-family: 'Pacifico'; | |
color: #FCF3CF; | |
font-size: 30px; | |
} | |
p { | |
color: #000000; | |
font-size: 18px; | |
font-family: 'Verdana'; | |
margin-right: 8%; | |
margin-left: 8%; | |
} | |
p a { | |
color: #FCF3CF; | |
text-decoration: none; | |
} |