Index: trunk/www/sites/www/fundraisers/yearend2017/index.php =================================================================== --- trunk/www/sites/www/fundraisers/yearend2017/index.php (revision 1505960) +++ trunk/www/sites/www/fundraisers/yearend2017/index.php (revision 1505961) @@ -1,402 +1,416 @@ KDE - End of Year 2017
KDE Logo

KDE Powers You - You Can Power KDE, Too!

Technology and software developed by KDE powers devices and empowers people all around the world. By donating to our end-of-year fundraiser, you will play a part in recharging KDE and get cool KDE-themed goodies!

Donate!

As you probably already know, KDE software is free for everyone to use and modify. We would like to keep it that way. Help us build a world in which everyone has control over their digital life and enjoys freedom and privacy. -If you support our campaign, you will directly impact the future of KDE. Donations are also a great way to show gratitude to your favorite developers. And if you‘ve always wanted to contribute to FOSS, but never had the time, a donation also counts as a contribution! -But wait...what are we going to do with your money? -Power community growth and KDE promotion -You will contribute to the organization of Akademy, our biggest community event. Thanks to you, our community members will be able to travel to conferences and give talks about KDE software, or set up booths at tech events around the globe to present our technology. -Empower people by teaching and mentoring them. -Your donations will make it easier for us to organize events like Season of KDE, where we mentor students and new FOSS contributors. -Boost our developers to make even better software: -Is Plasma your favorite desktop environment? What about other software developed by KDE - do you use Marble Maps, Kdenlive, Dolphin, digiKam, or KMail? Your donations will help us make that software better. We'll be able to work on it together during our developer sprints, such as Randa Meetings. -Power our websites and infrastructure: -With your help, we will be able to pay for hosting and administration expenses, as well as finish the redesign project of our main KDE website. -

+

+

+ If you support our campaign, you will directly impact the future of KDE. Donations are also a great way to show gratitude to your favorite developers. And if you‘ve always wanted to contribute to FOSS, but never had the time, a donation also counts as a contribution! +

+ + But wait...what are we going to do with your money? +
+
+ +

+ Power community growth and KDE promotion
+ You will contribute to the organization of Akademy, our biggest community event. Thanks to you, our community members will be able to travel to conferences and give talks about KDE software, or set up booths at tech events around the globe to present our technology. +

+

+ Empower people by teaching and mentoring them
+ Your donations will make it easier for us to organize events like Season of KDE, where we mentor students and new FOSS contributors. +

+

+ Boost our developers to make even better software
+ Is Plasma your favorite desktop environment? What about other software developed by KDE - do you use Marble Maps, Kdenlive, Dolphin, digiKam, or KMail? Your donations will help us make that software better. We'll be able to work on it together during our developer sprints, such as Randa Meetings. +

+

+ Power our websites and infrastructure
+ With your help, we will be able to pay for hosting and administration expenses, as well as finish the redesign project of our main KDE website. +

Status

prepare("SELECT *, UNIX_TIMESTAMP(CREATED_AT) AS date_t FROM endofyear2017donations ORDER BY CREATED_AT DESC;") or die($dbConnection->error); $stmt->execute(); $result = $stmt->get_result(); $stmt->close(); $count = $result->num_rows; ?> Anonymous donation"; } $total += $row["amount"]; $table.=""; $table.="".$n.""; $table.="".date("jS F Y", $row["date_t"]).""; $table.="€".number_format($row["amount"], 2).""; $table.="".$name.""; $table.=""; $n--; } $table.=""; mysqli_close($dbConnection); $goal_fmt=number_format(20000); $goal=20000; $percent=round($total * 100 / $goal); $percent=min($percent, 100); ?>
>
%
of 20.000€
Days
Hours
Minutes
Seconds
".$count."" ?>
Backers

2017 Retrospective

List of Donations

Thank you for powering the KDE Community! Your support makes a difference.

# Date Amount Donor Name
Index: trunk/www/sites/www/fundraisers/yearend2017/static/css/countdown.css =================================================================== --- trunk/www/sites/www/fundraisers/yearend2017/static/css/countdown.css (revision 1505960) +++ trunk/www/sites/www/fundraisers/yearend2017/static/css/countdown.css (revision 1505961) @@ -1,33 +1,33 @@ #clockdiv{ font-family: sans-serif; color: #fff; display: inline-block; font-weight: 100; text-align: center; font-size: 30px; } #clockdiv > div{ padding: 10px; border-radius: 3px; - background: rgba(5, 180, 249, .9); + color: rgba(5, 180, 249, .9); + font-style: bold; display: inline-block; margin-bottom: 10px; } #clockdiv div > span{ padding: 15px; border-radius: 3px; - background: rgba(2, 107, 144, 0.9); display: inline-block; } -@media screen and (min-width: 450px) { +@media (min-width: 1300px) { #backersdiv { margin-left: 150px; } } .smalltext{ padding-top: 5px; font-size: 16px; }