68 строки
5.1 KiB
PHP
68 строки
5.1 KiB
PHP
<head>
|
|
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/generic.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
|
|
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
|
|
|
|
<div class="background generic-background">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-6 topheader">
|
|
<h1>Thanks for your interest in Nextcloud!</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="content">
|
|
<div class="container">
|
|
<div class="page-header">
|
|
</div>
|
|
<p>We invite you to join the online conversation about Nextcloud! We love to hear your thoughts...</p>
|
|
<div class="row">
|
|
<div class="col-md-12 col-sm-4">
|
|
<a target="_blank" href="https://twitter.com/intent/tweet/?url=https%3A%2F%2Fnextcloud.org&text=Check%20out%20Nextcloud%20for%20open%20source%20data%20sync%2C%20sharing%20and%20more!&via=nextcloud&hashtags=nextcloud,opensource" class="button button--large button--blue"><i class="fa-twitter"></i> Tweet about Nextcloud</a>
|
|
<a target="_blank" href="https://www.facebook.com/sharer.php?u=nextcloud.org" class="button button--large button--blue"><i class="fa-facebook"></i> Share on Facebook</a>
|
|
<a target="_blank" href="https://plus.google.com/share?url=https%3A%2F%2Fnextcloud.org" class="button button--large button--blue"><i class="fa-google-plus"></i> Post on Google+</a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<h2>Discuss Nextcloud with others</h2>
|
|
</div>
|
|
<p>Nextcloud users and enthusiasts can discuss and share Nextcloud experiences on our Forums and IRC channels.</p>
|
|
<ul>
|
|
<li>Join the <a href="https://help.nextcloud.com">Nextcloud forums</a> and our <a class="hyperlink" href="https://riot.im/app/#/room/#freenode_#nextcloud-dev:matrix.org" target="_blank">chat channel #nextcloud-dev (IRC)</a>, also accessible via <a class="hyperlink" href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a>.
|
|
<li>See Nextcloud development questions on <a href="https://stackoverflow.com/questions/tagged/nextcloud">Stack Overflow</a> and <a href="https://community.spiceworks.com/">Spiceworks</a></li>
|
|
<li>We meet each other in real life, too, at conferences and meetups. See <a href="/events">our event pages</a> for more information</li>
|
|
</ul>
|
|
<p>Join our community online and talk to us on social media: <br /><br />
|
|
<a target="_blank" href="https://plus.google.com/b/104036748063781940910/104036748063781940910/about"><img width=50 src="<?php echo get_template_directory_uri(); ?>/assets/img/social/googleplus.png"></img></a>
|
|
<a target="_blank" href="https://www.facebook.com/Nextcloud-1032807203462807/"><img width=50 src="<?php echo get_template_directory_uri(); ?>/assets/img/social/facebook.png"></img></a>
|
|
<a target="_blank" href="https://twitter.com/Nextclouders"><img width=50 src="<?php echo get_template_directory_uri(); ?>/assets/img/social/twitterround.png"></img></a>
|
|
<a target="_blank" href="https://nextcloud.org/newsfeed"><img class="img-circle" width=50 src="<?php echo get_template_directory_uri(); ?>/assets/img/social/rss.png"></img></a>
|
|
</p>
|
|
<div>
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<a href="https://newsletter.nextcloud.com" class="button button--large button--blue button--arrow">Subscribe to our monthly newsletter!</a><br />
|
|
</div>
|
|
</div>
|
|
<h2>Nextcloud promo materials</h2>
|
|
<p>Find much more Nextcloud promo materials in our <a class="hyperlink" href="https://github.com/nextcloud/promo">Promo repo on github!</a></p>
|
|
<!--<p>We have Nextcloud banners available for your blog or website! These are the sizes available:
|
|
|
|
<ul>
|
|
<li><a href="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-160x600.png">160x600</a></li>
|
|
<li><a href="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-728x90.png">728x90</a></li>
|
|
<li><a href="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-460x70.png">460x70</a></li>
|
|
<li><a href="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-300x300.png">300x300</a></li>
|
|
<li><a href="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-300x250.png">300x250</a></li>
|
|
</ul>
|
|
|
|
Example code:</p>
|
|
|
|
<p><code><a href="http://nextcloud.org/features"><img src="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-460x70.png" alt="Nextcloud release" width="460" height="70" /></a></code></p>
|
|
Will look like this:</br>
|
|
<p><a href="http://nextcloud.org/conf"><img class="alignnone size-full wp-image-8049" src="https://nextcloud.org/wp-content/themes/nextcloudorgnew/assets/img/features/Nextcloud-release-460x70.png" alt="Nextcloud release 460x70" width="460" height="70" /></a>-->
|
|
</div>
|
|
</section>
|