Template:Thank You 2019: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
link to new page
Tag: Replaced
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span style="font-size: 1.3em;">Our Thank You page has moved. Please [https://thankyou.wikipedia.org/wiki/{{PAGENAMEE}} click here].</span>
{{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js -->
<html>
<style>
/* --- wiki resets --- */
html,
body {
margin: 0;
padding: 0;
}

#jump-to-nav {
display: none;
}

#firstHeading, #contentSub, #siteSub {
display: none
}

/* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */
/* Desktop */
#mw-navigation,
#mw-page-base,
#mw-head-base,
h1#firstHeading,
div#footer,
div#contentSub,
.patrollink,
#catlinks {
display: none;
}

/* Mobile */
body.mw-mobile-mode .header,
body.mw-mobile-mode #mw-mf-last-modified,
body.mw-mobile-mode .pre-content,
body.mw-mobile-mode #footer {
display: none;
}

body div#content {
height: 100%;
margin: 0;
padding: 0;
border: none;
}

.mw-body-content p {
margin: 0;
}

/* --- end wiki resets --- */

html,
body {
text-align: center;
}

html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

* {
box-sizing: border-box;
}

/* stylelint-disable selector-list-comma-newline-after */
address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption,
figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main,
nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video,
.mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul {
margin: 0;
padding: 0;
border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu,
nav, section, summary {
display: block;
}
/* stylelint-enable */

a {
text-decoration: none;
color: inherit;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
a:focus {
text-decoration: none;
outline: 1px dotted currentColor;
}

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
font-size: 100%;
background: #fff;
color: #000;
text-align: left;
direction: ltr;
}

.mar-bottom {
margin-bottom: 16px;
}

h1,
h2 {
font-size: inherit;
font-weight: 700;
}

h1,
.h1 {
font-size: 1.875rem;
}

@media ( min-width: 768px ) and ( max-width: 1280px ) {
h1,
.h1 {
font-size: 2.9375rem;
}
}

@media ( min-width: 1281px ) {
h1,
.h1 {
font-size: 4rem;
}
}

h2,
.h2 {
margin-bottom: 2rem;
font-size: 1.125rem;
}

@media ( min-width: 768px ) {
h2,
.h2 {
margin-bottom: 2rem;
}
}

@media ( min-width: 768px ) and ( max-width: 1280px ) {
h2,
.h2 {
font-size: 1.25rem;
}
}

@media ( min-width: 1281px ) {
h2,
.h2 {
font-size: 1.375rem;
}
}

h3,
.h3 {
margin-bottom: 2rem;
font-size: 1.125rem;
}

@media ( min-width: 768px ) {
h3,
.h3 {
margin-bottom: 2rem;
}
}

@media ( min-width: 768px ) and ( max-width: 1280px ) {
h3,
.h3 {
font-size: 1.25rem;
}
}

@media ( min-width: 1281px ) {
h3,
.h3 {
font-size: 1.375rem;
}
}

p,
.p {
font-size: 0.95rem;
line-height: 1.466;
}

strong {
font-weight: 700;
}

.mw-1120 {
max-width: 70rem;
padding: 0 1.25rem;
margin: 0 auto;
}

@media ( min-width: 768px ) {
.mw-1120 {
padding: 0 2.5rem;
}
}

.w-100p {
width: 100%;
max-width: 100%;
}

.flex.flex-medium {
display: flex;
flex-direction: column;
}

@media ( min-width: 768px ) {
.flex.flex-medium {
flex-direction: row;
flex-wrap: nowrap;
}
}

.flex.flex-wrap {
flex-wrap: wrap;
}

.flex.flex-justify-center {
justify-content: center;
}

.flex.flex-align-center {
align-items: center;
}

.page-intro-text a,
.page-intro-text a:visited {
color: #3a25ff;
}
.page-intro-text a:hover {
text-decoration: underline;
}
.page-intro-text p {
margin-bottom: 0.5rem;
}

.header-home a {
transition: 0.3s all;
}

.header-home .header-content {
position: relative;
z-index: 1;
}

.card {
position: relative;
}

@media ( min-width: 768px ) {
.card {
margin-right: 1.25rem;
}

.card:last-child {
margin-right: 0;
}
}

@media ( min-width: 768px ) {
.img-left-content-right .card {
display: flex;
justify-content: flex-end;
}
}

.screen-reader-text {
border: 0;
clip: rect( 1px, 1px, 1px, 1px );
clip-path: inset( 50% );
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}

/* buttons */

.btn {
display: inline-block;
font-weight: 700;
border-radius: 5px;
cursor: pointer;
padding: 1rem 1.5rem;
padding: 0.6rem 1rem;
transition: 0.3s all;
border: 0;
outline: 0;
}

.btn:hover {
box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 );
}

@media ( min-width: 1200px ) {
.btn.btn-blue,
.btn.btn-pink {
padding: 11px 1.5rem;
}
}

.btn.btn-blue,
.btn.btn-blue:hover {
background-color: #3a25ff;
color: #fff;
}

.btn.btn-blue:focus {
outline: 1px dotted #3a25ff;
}

.btn.btn-pink,
.btn.btn-pink:hover {
background-color: #d40356;
color: #fff;
}

.btn.btn-pink:focus {
outline: 1px dotted #d40356;
}

.btn.btn-lt-blue {
background-color: #eeeaff;
color: #3a25ff;
}

.btn.btn-lt-blue:hover {
background-color: #3a25ff;
color: #fff;
}

.btn.btn-lt-blue:focus {
outline: 1px dotted #3a25ff;
}

.btn.btn-lt-pink {
background-color: #fde8f0;
color: #d40356;
}

.btn.btn-lt-pink:hover {
background-color: #d40356;
color: #fff;
}

.btn.btn-lt-pink:focus {
outline: 1px dotted #d40356;
}

/* header */

.header-home {
position: relative;
background: #fff;
}

.top-nav {
z-index: 2000;
width: 100%;
background: #fff;
transition: top 0.25s ease;
}

.site-main-nav {
transition: all 0.5s ease;
padding: 1.5625rem 0;
text-align: center;
}

.logo-container {
width: 180px;
margin: auto;
}

.logo-container a {
display: block;
}

.logo-container a:hover {
opacity: 0.8;
}

.logo-container svg {
width: 100%;
max-width: 17.4375rem;
margin: auto;
}

.btn-label-a11y {
font-size: 0;
height: 1px;
overflow: hidden;
display: block;
}

/* hero */

.header-img {
width: 100%;
position: relative;
left: 50%;
right: 50%;
margin-left: -50%;
margin-right: -50%;
padding: 0;
height: auto;
margin-bottom: 2rem;
/* overflow-x: hidden; */
}

@media ( min-width: 768px ) {
.header-img {
height: 175px;
}
}

.header-bg-img {
position: relative;
height: 175px;
width: 100%;
background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg );
background-size: cover;
background-position: -150px center;
background-repeat: repeat-x;
}

@media ( min-width: 768px ) {
.header-bg-img {
position: absolute;
height: 100%;
width: 100%;
z-index: -1;
background-position: 0 0;
}
}

.mw-1120 {
max-width: 70rem;
height: 100%;
padding: 0;
margin: 0 auto;
position: relative;
}

@media ( min-width: 768px ) {
.mw-1120 {
padding: 0 2rem;
}
}

.vision_container {
transition: height 0.3s ease;
display: inline-block;
padding: 0.4rem 1rem 0.6rem;
text-align: center;
background: #fefd34;
position: absolute;
bottom: -2rem;
left: 50%;
-moz-transform: translateX( -50% );
-ms-transform: translateX( -50% );
-webkit-transform: translateX( -50% );
transform: translateX( -50% );
}

@media ( max-width: 767px ) {
.vision_container {
width: 100%;
position: relative;
bottom: auto;
}
}

.vision_container h1 {
font-size: 1.4rem;
}

@media ( min-width: 768px ) {
.vision_container h1 {
white-space: nowrap;
}
}

@media ( min-width: 1023px ) {
.vision_container h1 {
font-size: 1.8rem;
}
}

/* thank you message */

.w-68p {
width: 100%;
padding: 1.5rem 0;
text-align: center;
}

@media ( min-width: 1025px ) {
.w-68p {
width: 68%;
margin: auto;
}
}

.page-intro {
margin-top: 2rem;
margin-left: 0;
}

@media ( max-width: 1024px ) {
.page-intro {
padding: 0 1.5rem;
margin: 0;
}
}

.page-intro .w-68p p {
font-size: 1.1rem;
}

/* share links */

.w-50p {
width: 100%;
margin: auto;
}

@media ( min-width: 768px ) {
.w-50p {
width: 50%;
}
}

.social-share {
margin-top: auto;
width: 100%;
align-self: flex-end;
}

@media ( min-width: 768px ) {
.mw-620 {
max-width: 38.75rem;
margin: auto;
}
.mw-640 {
max-width: 40rem;
margin: auto;
}

.social-share {
display: flex;
align-items: center;
}
}

.social-share a {
color: #3a25ff;
}

.social-share a:hover {
color: #3a25ff;
}

.share-cta {
width: 100%;
text-align: center;
margin-bottom: 1rem;
padding: 0 1.5rem;
}

@media ( min-width: 768px ) {
.share-cta {
width: 60%;
text-align: left;
display: inline-block;
margin-bottom: 0;
}
}

.share-cta .h2 {
font-size: 1.1rem;
}

.social-list {
width: 100%;
text-align: center;
}

@media ( min-width: 768px ) {
.social-list {
width: 39%;
display: inline-block;
margin-top: 0.25rem;
}
}

.social-list a {
display: flex;
align-items: center;
transition: 0.3s all;
}

.link-list a {
color: #3a25ff;
display: inline-flex;
}

.social-list li {
font-size: 1rem;
font-weight: 700;
display: inline-block;
margin: 4px;
}

.link-list > li {
list-style-type: none;
}

.link-list {
font-size: 0.8125rem;
}

.social-list svg {
margin-right: 2px;
width: 1rem;
}

.social-list .btn-lt-blue svg path {
fill: #3a25ff;
}

.social-list .btn-lt-pink svg path {
fill: #d40356;
}

.social-list .btn-lt-blue:hover svg path,
.social-list .btn-lt-pink:hover svg path {
fill: #fff;
}

/* featured action */

.cta-primary {
display: none;
background: #fdf3f8;
padding: 2rem 1rem;
margin-top: 2rem;
}
.cta-primary.endowment {
padding-bottom: 1rem;
}

.cta-primary .card {
color: #000;
text-align: center;
}

@media ( min-width: 768px ) {
.cta-primary .card {
padding: 0;
text-align: left;
}
}

.cta-primary .card-content.w-68p {
text-align: left;
}

@media ( min-width: 768px ) {
.cta-primary .card-content {
padding: 2rem 0;
margin-top: 0;
}
}

@media ( max-width: 768px ) {
.cta-primary .card-content {
padding: 1rem 0;
}
}

.cta-primary .h2,
.cta-primary .h3 {
color: #d40356;
line-height: 1.2;
}

.cta .card-content {
position: relative;
z-index: 2;
}

@media ( min-width: 768px ) {
.cta .card-content {
padding: 0.75rem 0;
}
}

.cta .card-content .h2 {
font-size: 2rem;
margin-bottom: 1rem;
}

.cta .card-content p,
. .cta .card-content .p {
margin-bottom: 1.5rem;
}

@media ( min-width: 768px ) {
.cta .card-content p,
.cta .card-content .p {
margin-bottom: 1.25rem;
}
}

.cta-description {
font-size: 1.1rem;
line-height: 1.45;
}

.small {
font-size: 0.85rem;
}

.cta-primary a {
color: #d40356;
}

.cta-primary p a:hover {
color: #3a25ff;
}

.w-25p,
.w-32p,
.w-75p {
width: 100%;
}

@media ( min-width: 768px ) {
.w-25p {
width: 25%;
}

.w-32p {
width: 32%;
}

.w-75p {
width: 75%;
}
}

.sm-img-container {
vertical-align: top;
}

.sm-img {
position: relative;
overflow: hidden;
height: auto;
width: 35%;
max-width: 120px;
max-height: 120px;
}

@media ( min-width: 768px ) {
.sm-img {
width: 70%;
}
}

.endowment-text {
margin-right: 1rem;
text-align: center;
}
@media ( min-width: 768px ) {
.endowment-text {
text-align: left;
}
}

/* other ctas */

.other-ctas {
display: none;
padding: 0 1.25rem;
margin-top: 2rem;
}

@media ( min-width: 1025px ) {
.other-ctas {
padding: 0;
}
}

.other-ctas .h2 {
text-align: center;
font-size: 1.5rem;
margin-bottom: 2rem;
}

@media ( min-width: 768px ) {
.other-ctas .h2 {
font-size: 2rem;
}
}

.rounded {
border-radius: 5px;
}

.shadow {
border: 1px solid #e5e5e5;
transition: all 0.25s ease;
}
.other-ctas .focus-block {
display: none;
}

.focus-block {
background-color: #fff;
overflow: hidden;
display: block;
margin-right: 1rem;
margin-bottom: 1rem;
}
.focus-block:last-of-type {
margin-right: 0;
}

.focus-block .card,
.focus-block .card-content {
height: 100%;
display: block;
}

.focus-block .card-content {
padding: 1.5rem;
}

@media ( max-width: 1023px ) {
.focus-block .card-content .btn {
max-width: calc( 100% - 3rem );
}
.cta-primary.endowment .btn {
display: block;
width: 100%;
}
}

.focus-block .stick-to-bottom {
position: absolute;
bottom: 22px;
}

.focus-block .mar-bottom {
padding-bottom: 2rem;
display: block;
}

.focus-block .h3 {
margin-bottom: 0.3125rem;
font-size: 1.5rem;
line-height: 1.2;
}

@media ( min-width: 768px ) {
.focus-block .h3 {
margin-bottom: 0.3125rem;
}
}

.focus-block p {
margin-bottom: 1rem;
}

.focus-block .small {
font-size: 0.85rem;
}

.focus-block p a {
text-decoration: underline;
}

.focus-block a:hover {
color: #3a25ff;
}

/* footer */

footer {
margin-top: 3rem;
padding: 3rem 1.5rem;
background: #54595d;
color: #fff;
}

footer a,
footer a:visited {
color: inherit;
text-decoration: underline;
transition: 0.3s all;
}
footer a:hover {
text-decoration: underline;
}

@media ( min-width: 768px ) {
footer {
padding: 3rem 0 4rem;
}
}

footer .footer-legal {
text-align: center;
}

footer .footer-legal p,
footer .footer-legal .p {
padding-bottom: 0.75rem;
font-size: 0.75rem;
line-height: 1.3;
}

@media ( min-width: 768px ) and ( max-width: 1280px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.85rem;
}
}

@media ( min-width: 1281px ) {
footer .footer-legal p,
footer .footer-legal .p {
font-size: 0.95rem;
}
}

.editor-tools {
text-align: center;
}
</style>

<div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey-->

<header class="header-home">

<div class="top-nav">

<div class="site-main-nav">

<div class="logo-container">

<a href="https://wikimediafoundation.org/">
<span class="btn-label-a11y">Wikimedia Foundation</span>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg>
</a>

</div>

</div>

</div>

<div class="header-content">

<div class="header-img">
<div class="header-bg-img"></div>
<div class="mw-1120">
<div class="vision_container">
<h1>Thank you! Your generosity to Wikipedia means so much to us.</h1>
</div>
</div>
</div>

<div class="page-intro">

<div class="page-intro-text flex flex-medium flex-align-center">
<div class="w-68p">
<p>
<strong>
You will receive a confirmation via email when we have processed your donation.
</strong>
<br>
<span id="ty-bpay" style="display: none;">
Remember to include the reference number provided when you submit the money transfer request to your bank.
</span>
<span id="ty-banktransfer" style="display: none;">
Remember to include the reference number provided when you submit the money transfer request to your bank. Please note that your statement will show 'Global Collect' (our authorized payment processor) as the recipient.
</span>
<span id="ty-bitcoin" style="display: none;">
Receipts for Bitcoin donations may take 3–7 business days.
</span>
<span id="ty-recurringConversion" style="display: none;">
We will send you a second receipt for your recurring gift, which will begin processing next month.
</span>
</p>
<p>
Contributions from readers like you keep Wikipedia thriving and independent.
Wikipedia is a project of the <a href="https://wikimediafoundation.org/" style="white-space: nowrap;">Wikimedia Foundation</a>.
</p>
</div>
</div>

</div>

</div>

</header>

<main id="content">

<div class="ty-share social-share w-68p mw-640">

<div class="share-cta">
<h2 class="h2">Spread the word and tell your friends and family that you support Wikipedia.</h2>
</div>

<ul class="link-list social-list">
<li>
<a href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fdonate.wikimedia.org%2F%3Futm_medium%3DSocialMedia%26utm_campaign%3DThankYouPage%26utm_source%3DFacebook%26uselang%3Den" target="_blank" class="btn btn-lt-blue">
<svg class="i icon icon-social-facebook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M304 96h80V0h-80c-61.757 0-112 50.243-112 112v48h-64v96h64v256h96V256h80l16-96h-96v-48c0-8.673 7.327-16 16-16z"></path></svg>
Facebook
</a>
</li>
<li>
<a href="https://twitter.com/intent/tweet?text=I+just+donated+to+%40Wikipedia.+Support+free+knowledge%21+%23iloveWikipedia+https%3A%2F%2Fdonate.wikimedia.org%2F%3Futm_medium%3DSocialMedia%26utm_campaign%3DThankYouPage%26utm_source%3DTwitter%26uselang%3Den" target="_blank" class="btn btn-lt-blue">
<svg class="i icon icon-social-twitter" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M512 113.2c-18.8 8.4-39.1 14-60.3 16.5 21.7-13 38.3-33.6 46.2-58.1-20.3 12-42.8 20.8-66.7 25.5C412 76.7 384.7 64 354.5 64c-58 0-105 47-105 105 0 8.2.9 16.2 2.7 23.9-87.3-4.4-164.7-46.2-216.5-109.8-9 15.5-14.2 33.6-14.2 52.8 0 36.4 18.5 68.6 46.7 87.4-17.2-.5-33.4-5.3-47.6-13.1v1.3c0 50.9 36.2 93.4 84.3 103-8.8 2.4-18.1 3.7-27.7 3.7-6.8 0-13.3-.7-19.8-1.9 13.4 41.7 52.2 72.1 98.1 73-36 28.2-81.2 45-130.5 45-8.5 0-16.8-.5-25.1-1.5C46.5 462.7 101.7 480 161 480c193.2 0 298.9-160.1 298.9-298.9 0-4.6-.1-9.1-.3-13.6 20.5-14.7 38.3-33.2 52.4-54.3z"></path></svg>
Tweet
</a>
</li>
<li id="ty-web-share" style="display: none;">
<a href="#" class="btn btn-lt-blue"
title="</html>{{{share|Share}}}<html>"
data-share-text="</html>{{{share-message}}}<html>"
data-share-language="</html>{{{language|}}}<html>">
<svg class="i icon icon-social-web" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90 90"><path fill="#fff" d="M65,60c-3.436,0-6.592,1.168-9.121,3.112L29.783,47.455C29.914,46.654,30,45.837,30,45c0-0.839-0.086-1.654-0.217-2.456 l26.096-15.657C58.408,28.833,61.564,30,65,30c8.283,0,15-6.717,15-15S73.283,0,65,0S50,6.717,50,15 c0,0.837,0.086,1.654,0.219,2.455L24.123,33.112C21.594,31.168,18.438,30,15,30C6.717,30,0,36.717,0,45s6.717,15,15,15 c3.438,0,6.594-1.167,9.123-3.113l26.096,15.657C50.086,73.346,50,74.161,50,75c0,8.283,6.717,15,15,15s15-6.717,15-15 S73.283,60,65,60z"/></svg>
Share
</a>
</li>
</ul>

</div>

<div class="primary-ctas">

<div class="endowment w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">

<div class="mw-1120 flex flex-medium flex-justify-center">

<div class="w-32p endowment-text card-content">

<h2 class="h2">Give to the Wikimedia Endowment <i>Tomorrow</i></h2>
<p class="cta-description">Make a legacy gift to the <a href="https://wikimediaendowment.org/">Wikimedia Endowment</a> through estate planning.</p>

</div>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScX_ET1H4XEGSoygmGXnkFUNTiwWk3oNtglmPh-Ggs4bBLFEQ/viewform" class="w-32p focus-block rounded shadow">

<div class="card">

<div class="card-content">

<h3 class="h3">Want to join the Wikipedia Legacy Society?</h3>

<div class="mar-bottom">
<p>Get more info or take the pledge today to make a planned gift to the Wikimedia Endowment.</p>
</div>

<div class="btn btn-pink stick-to-bottom">Join the Legacy Society</div>

</div>

</div>

</a>

<a href="https://freewill.com/Wikipedia" class="w-32p focus-block rounded shadow">

<div class="card">

<div class="card-content">

<h3 class="h3">Would you like assistance in developing a will?</h3>

<div class="mar-bottom">
<p>Our partner, FreeWill, can help you write one free of charge. The process takes about 20 minutes.</p>
</div>

<div class="btn btn-pink stick-to-bottom">Create a Will</div>

</div>

</div>

</a>

</div>

</div>

<div class="survey w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">

<div class="mw-620">

<div class="card flex flex-medium flex-wrap">

<div class="card-content w-25p sm-img-container">
<a href="https://www.surveymonkey.com/r/W3QVGJK" title="Take our survey" class="ty-survey-link">
<svg class="sm-img" role="img" aria-labelledby="ty-icon-survey-title" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146 193"><g fill-rule="evenodd" clip-rule="evenodd" stroke="#54595d" stroke-width="2"><path d="M3.6 20h138.8c1.4 0 2.6 1.2 2.6 2.6v166.8c0 1.4-1.2 2.6-2.6 2.6H3.6c-1.4 0-2.6-1.2-2.6-2.6V22.6C1 21.2 2.2 20 3.6 20z" fill="#fff"></path><path d="M55.2 12.2C56.4 5.9 63.9 1 73 1c9 0 16.5 4.8 17.8 11.1L118 12c5 0 9 4 9 9 0 0 0 0 0 0v6.9c0 1.2-.9 2.1-2.1 2.1H21.1c-1.2 0-2.1-.9-2.1-2.1 0 0 0 0 0 0v-6.8c0-4.9 4-8.9 8.9-8.9h27.3z" fill="#eaecf0"></path></g><path d="M32 105.6L58.6 136l56.1-64.2" fill="none" stroke="#d40356" stroke-width="15" stroke-linecap="round" stroke-linejoin="round"></path></svg>
</a>
</div>

<div class="card-content w-75p">

<h2 class="h2"><a href="https://www.surveymonkey.com/r/W3QVGJK" class="ty-survey-link">Take our survey</a></h2>

<div class="mar-bottom">
<p class="cta-description">Please help us improve Wikipedia by answering a few questions in our survey.</p>
<p class="small">This survey is powered by a third-party service. For information on privacy and data-handling, please see the <a href="https://foundation.wikimedia.org/wiki/Donor_Thank_You_Survey_Privacy_Statement">survey privacy statement</a>.</p>
</div>

<a class="btn btn-pink" href="https://www.surveymonkey.com/r/W3QVGJK" class="ty-survey-link">Start the survey</a>

</div>

</div>

</div>

</div>

<div class="matching w-100p cta cta-primary img-left-content-right bg-img--pink btn-pink cta-support">

<div class="mw-620">

<div class="card flex flex-medium flex-wrap">

<div class="card-content w-25p sm-img-container">
<a href="https://donate.wikimedia.org/wiki/Matching_Gifts" title="Check your employer">
<svg class="sm-img" role="img" aria-labelledby="ty-icon-gift-title" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M13.6 85.8h172.8v104.1c0 1.2-.9 2.1-2.1 2.1H15.7c-1.2 0-2.1-.9-2.1-2.1V85.8h0z" fill-rule="evenodd" clip-rule="evenodd" fill="#fff" stroke="#72777d" stroke-width="2"></path><path d="M3 85.9h194V57.6H3v28.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#d40356" stroke="#72777d" stroke-width="2"></path><path d="M92 66.3l-28.7 29c-.4.4-1.1.4-1.5 0-.2-.2-.4-.6-.3-.9l.9-5.4c.2-1.2-.6-2.2-1.8-2.4h-.5l-6.3.6c-.6.1-1.1-.4-1.2-.9 0-.3.1-.6.3-.9l26.7-26.9c-19.9-.8-26.7-3.6-28.8-4.9C39 46.3 35.5 31 42.9 19.5 47.6 12.3 55.6 8 64.3 8c4.8 0 9.4 1.3 13.5 3.8 6.3 3.9 15 18.8 22.2 33.7 7.2-14.9 15.9-29.8 22.2-33.7 4-2.5 8.7-3.8 13.5-3.8 8.7 0 16.7 4.3 21.4 11.5 7.4 11.5 3.9 26.8-7.9 34.1-2.2 1.3-9.2 4.2-30.2 4.9l26.6 26.9c.4.4.4 1.1 0 1.5-.2.2-.5.3-.9.3l-6.3-.6c-1.2-.1-2.2.7-2.3 1.9v.5l.9 5.4c.1.6-.3 1.1-.9 1.2-.3.1-.7-.1-.9-.3L108 67.8V192H92V66.3zm55.7-40.1c-2.6-4-7-6.3-11.8-6.3-2.6 0-5.2.7-7.4 2.1-4.5 2.8-11.1 15.6-15.5 25.6 2.4.1 5.3.2 8.5.2 15.6 0 20.5-2 21.9-2.8 6.4-4.1 8.4-12.5 4.3-18.8zm-95.4 0C48.2 32.5 50.1 41 56.6 45c1.4.8 6.2 2.8 21.9 2.8 3.2 0 6.1-.1 8.5-.2-4.3-10-11-22.8-15.5-25.6-2.2-1.4-4.8-2.1-7.4-2.1-4.8-.1-9.2 2.3-11.8 6.3z" fill-rule="evenodd" clip-rule="evenodd" fill="#fc3" stroke="#72777d" stroke-width="2"></path></svg>
</a>
</div>

<div class="card-content w-75p">

<h2 class="h2"><a href="https://donate.wikimedia.org/wiki/Matching_Gifts">Match your gift</a></h2>

<div class="mar-bottom">
<p class="cta-description">Double your impact by finding out if your company has a matching gift program.</p>
</div>

<a class="btn btn-pink" href="https://donate.wikimedia.org/wiki/Matching_Gifts">Check your employer</a>

</div>

</div>

</div>

</div>

</div>

<div class="other-ctas mw-1120">

<h2 class="h2">Other ways you can help Wikipedia thrive</h2>

<div class="flex flex-medium flex-justify-center">

<div class="survey w-32p focus-block rounded shadow">

<div class="card">

<div class="card-content">

<h3 class="h3">
<a href="https://www.surveymonkey.com/r/W3QVGJK" class="ty-survey-link">
Take our survey
</a>
</h3>

<div class="mar-bottom">
<p>Please help us improve Wikipedia by answering a few questions in our survey.</p>
<p class="small">This survey is powered by a third-party service. For information on privacy and data-handling, please see the <a href="https://foundation.wikimedia.org/wiki/Donor_Thank_You_Survey_Privacy_Statement">survey privacy statement</a>.</p>
</div>

<a href="https://www.surveymonkey.com/r/W3QVGJK" class="btn btn-blue stick-to-bottom ty-survey-link">
Start the survey
</a>

</div>

</div>

</div>

<div class="matching w-32p focus-block rounded shadow">

<div class="card">

<div class="card-content">

<h3 class="h3">
<a href="https://donate.wikimedia.org/wiki/Matching_Gifts">
Match your gift
</a>
</h3>

<div class="mar-bottom">
<p>Double your impact by finding out if your company has a matching gift program.</p>
</div>

<a href="https://donate.wikimedia.org/wiki/Matching_Gifts" class="btn btn-blue stick-to-bottom">
Check your employer
</a>

</div>

</div>

</div>

<div class="store w-32p focus-block rounded shadow">

<div class="card">

<div class="card-content">

<h3 class="h3">
<a href="https://store.wikimedia.org/">
Buy Wikipedia merchandise
</a>
</h3>

<div class="mar-bottom">
<p>Plant a seed of knowledge by buying a Wikipedia-themed gift in our store. We use proceeds from the store to thank volunteers who make Wikipedia possible.</p>
</div>

<a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom">
Shop Wikipedia
</a>

</div>

</div>

</div>

<div class="endowment w-32p focus-block rounded shadow">

<div class="card">

<div class="card-content">

<h3 class="h3">
<a href="https://docs.google.com/forms/d/e/1FAIpQLScX_ET1H4XEGSoygmGXnkFUNTiwWk3oNtglmPh-Ggs4bBLFEQ/viewform">
Ensure the future of free knowledge
</a>
</h3>

<div class="mar-bottom">
<p>The <a href="https://wikimediaendowment.org/">Wikimedia Endowment</a> provides dedicated funding to realize the power and promise of Wikipedia and related Wikimedia projects for the long term. <a href="https://freewill.com/Wikipedia">Create a free will</a>.</p>
</div>

<a href="https://docs.google.com/forms/d/e/1FAIpQLScX_ET1H4XEGSoygmGXnkFUNTiwWk3oNtglmPh-Ggs4bBLFEQ/viewform" class="btn btn-blue stick-to-bottom">
Join the Legacy Society
</a>

</div>

</div>

</div>

</div>

</div>

</main>

<footer>

<div class="footer-legal mw-620">

<p>Learn more about <a href="https://meta.wikimedia.org/wiki/Local_chapters">local chapters and their projects</a>.</p>

<p>If you have any questions, please email <a href="mailto:donate@wikimedia.org">donate@wikimedia.org</a>.</p>

<p>Text is available under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike License</a>; additional terms may apply. See <a href="https://foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> or <a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Privacy_policy">Privacy Policy</a> for details.</p>

</div><!-- End footer-legal -->

</footer>

</div>
</html>
<div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet-->
[{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [https://donate.wikimedia.org/wiki/Special:PrefixIndex?prefix=Thank+You&namespace=0 Other languages] · [[Support pages index]]
</div>
{{Hide banners}}<!-- Important - do not remove! -->
[[Category:Thank You page]]
[[Category:English]]

Latest revision as of 18:18, 26 August 2020

Our Thank You page has moved. Please click here.