aboutsummaryrefslogtreecommitdiff
path: root/jetbrains/index.php
diff options
context:
space:
mode:
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