aboutsummaryrefslogtreecommitdiff
path: root/jetbrains/index.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-04-22 12:30:47 +0200
committerMinteck <contact@minteck.org>2022-04-22 12:30:47 +0200
commit2b4e859c6d9312edc07643ecba5d99b40ffdc7d4 (patch)
tree7bedfe38cce07569565f9e4f95e0ea76750c5992 /jetbrains/index.php
parent42d9e605fc3f7e0e139a68e9916b3ccdaa721322 (diff)
downloadember-2b4e859c6d9312edc07643ecba5d99b40ffdc7d4.tar.gz
ember-2b4e859c6d9312edc07643ecba5d99b40ffdc7d4.tar.bz2
ember-2b4e859c6d9312edc07643ecba5d99b40ffdc7d4.zip
Add proprietary assets
Diffstat (limited to 'jetbrains/index.php')
-rw-r--r--jetbrains/index.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/jetbrains/index.php b/jetbrains/index.php
new file mode 100644
index 0000000..339a0fe
--- /dev/null
+++ b/jetbrains/index.php
@@ -0,0 +1,19 @@
+<?php $title = "Social"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?>
+
+<br>
+<div class="container">
+ Copyright © 2000-<?= date('Y') ?> JetBrains s.r.o. JetBrains, the JetBrains logo, YouTrack, the YouTrack logo, TeamCity, the TeamCity logo, Qodana, the Qodana logo, WebStorm, the WebStorm logo, PhpStorm and the PhpStorm logo are registered trademarks of JetBrains s.r.o.
+
+ <pre>
+<!> Link back to jetbrains.com <!>
+Logo: square: min 50px; bg from color palette (see screenshot) or photograph (does not compromise legibility)
+> Please note that free product subscriptions granted by JetBrains do not constitute sponsorship or endorsement.
+> If you receive a free product subscription from JetBrains, you may mention that JetBrains granted you a free
+> product license for your meetup/event, OSS project, programming course, or particular community activity.
+> You may also use JetBrains Brand logos or other brand assets for this purpose. You may, for example, say
+> ‘supported by JetBrains’ or ‘product subscriptions provided by JetBrains’.
+ </pre>
+</div>
+
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file