diff options
Diffstat (limited to 'creations')
-rw-r--r-- | creations/dev/index.php | 14 | ||||
-rw-r--r-- | creations/electrode/description.txt | 1 | ||||
-rw-r--r-- | creations/electrode/icon.txt | 1 | ||||
-rw-r--r-- | creations/electrode/index.php | 4 | ||||
-rw-r--r-- | creations/electrode/title.txt | 1 | ||||
-rw-r--r-- | creations/gyrate-with-obliqueness/description.txt | 1 | ||||
-rw-r--r-- | creations/gyrate-with-obliqueness/index.php (renamed from creations/video/gyrate-with-obliqueness/index.php) | 0 | ||||
-rw-r--r-- | creations/gyrate-with-obliqueness/title.txt (renamed from creations/video/gyrate-with-obliqueness/title.txt) | 0 | ||||
-rw-r--r-- | creations/index.php | 17 | ||||
-rw-r--r-- | creations/kartik/description.txt | 1 | ||||
-rw-r--r-- | creations/kartik/icon.txt (renamed from creations/dev/kartik/icon.txt) | 0 | ||||
-rw-r--r-- | creations/kartik/index.php (renamed from creations/dev/kartik/index.php) | 2 | ||||
-rw-r--r-- | creations/kartik/title.txt (renamed from creations/dev/kartik/title.txt) | 0 | ||||
-rw-r--r-- | creations/neutron/description.txt | 1 | ||||
-rw-r--r-- | creations/neutron/icon.txt (renamed from creations/dev/neutron/icon.txt) | 0 | ||||
-rw-r--r-- | creations/neutron/index.php (renamed from creations/dev/neutron/index.php) | 0 | ||||
-rw-r--r-- | creations/neutron/title.txt (renamed from creations/dev/neutron/title.txt) | 0 | ||||
-rw-r--r-- | creations/unchained/description.txt | 1 | ||||
-rw-r--r-- | creations/unchained/icon.txt | 1 | ||||
-rw-r--r-- | creations/unchained/index.php | 4 | ||||
-rw-r--r-- | creations/unchained/title.txt | 1 | ||||
-rw-r--r-- | creations/video/index.php | 13 |
22 files changed, 39 insertions, 24 deletions
diff --git a/creations/dev/index.php b/creations/dev/index.php index 1cefac1..6d06fd6 100644 --- a/creations/dev/index.php +++ b/creations/dev/index.php @@ -1,12 +1,4 @@ -<?php $_TITLE = "Software Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> -<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> - <div class="container"> - <?php $_ACTIVE = "dev"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?> - <h2><?= l("Software Creations", "Mes logiciels") ?></h2> - <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dev/list.php"; ?><br> - <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p> - </div> +<?php - <br> -</div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> +header("Location: /creations"); +die();
\ No newline at end of file diff --git a/creations/electrode/description.txt b/creations/electrode/description.txt new file mode 100644 index 0000000..b2eae45 --- /dev/null +++ b/creations/electrode/description.txt @@ -0,0 +1 @@ +A lightning fast PHP web server made for Neutron
\ No newline at end of file diff --git a/creations/electrode/icon.txt b/creations/electrode/icon.txt new file mode 100644 index 0000000..cfd2a44 --- /dev/null +++ b/creations/electrode/icon.txt @@ -0,0 +1 @@ +https://jetbrains.minteck.ro.lt:1024/hub/hub/api/rest/projects/7de182b9-17f3-4873-96f6-5c2d6c3602ad/icon?etag=MjctNjc%3D&dpr=1&size=32
\ No newline at end of file diff --git a/creations/electrode/index.php b/creations/electrode/index.php new file mode 100644 index 0000000..b647276 --- /dev/null +++ b/creations/electrode/index.php @@ -0,0 +1,4 @@ +<?php + +header("Location: https://github.com/Minteck-Projects/Electrode"); +die();
\ No newline at end of file diff --git a/creations/electrode/title.txt b/creations/electrode/title.txt new file mode 100644 index 0000000..14b66ae --- /dev/null +++ b/creations/electrode/title.txt @@ -0,0 +1 @@ +Electrode
\ No newline at end of file diff --git a/creations/gyrate-with-obliqueness/description.txt b/creations/gyrate-with-obliqueness/description.txt new file mode 100644 index 0000000..9ee6860 --- /dev/null +++ b/creations/gyrate-with-obliqueness/description.txt @@ -0,0 +1 @@ +A cover of a song from russelbuck
\ No newline at end of file diff --git a/creations/video/gyrate-with-obliqueness/index.php b/creations/gyrate-with-obliqueness/index.php index c37aa5c..c37aa5c 100644 --- a/creations/video/gyrate-with-obliqueness/index.php +++ b/creations/gyrate-with-obliqueness/index.php diff --git a/creations/video/gyrate-with-obliqueness/title.txt b/creations/gyrate-with-obliqueness/title.txt index 2798c5d..2798c5d 100644 --- a/creations/video/gyrate-with-obliqueness/title.txt +++ b/creations/gyrate-with-obliqueness/title.txt diff --git a/creations/index.php b/creations/index.php index 47e0775..d721404 100644 --- a/creations/index.php +++ b/creations/index.php @@ -1,4 +1,15 @@ -<?php +<?php $_TITLE = "Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> +<div style="z-index: 5;background: #fff;min-height: calc(100vh - 57px);" id="main-box"> + <div id="project-hero" style="background-image:url('/static/hero/dev.jpg');"></div> -header("Location: /"); -die();
\ No newline at end of file + <div class="container"> + <?php $_ACTIVE = "dev"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?> + <h2><?= l("Creations", "Mes projets") ?></h2> + <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/projects/list.php"; ?><br> + <p><a href="/archive"><?= l("More software on the archive page", "Plus de logiciels sur la page d'archives") ?></a></p> + <small><p class="text-muted">Some project links may redirect to GitHub or YouTube, which are external websites with their own policies.</p></small> + </div> + + <br> +</div> +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> diff --git a/creations/kartik/description.txt b/creations/kartik/description.txt new file mode 100644 index 0000000..450e3cd --- /dev/null +++ b/creations/kartik/description.txt @@ -0,0 +1 @@ +A cross-platform and simple car racing game
\ No newline at end of file diff --git a/creations/dev/kartik/icon.txt b/creations/kartik/icon.txt index 9fc85e0..9fc85e0 100644 --- a/creations/dev/kartik/icon.txt +++ b/creations/kartik/icon.txt diff --git a/creations/dev/kartik/index.php b/creations/kartik/index.php index 6dff4ea..248e35e 100644 --- a/creations/dev/kartik/index.php +++ b/creations/kartik/index.php @@ -1,5 +1,7 @@ <?php $_TITLE = "Kartik"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> <div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> + <div id="project-hero" style="background-image:url('https://raw.githubusercontent.com/Minteck-Projects/Kartik-Core/44210691ee8444509ac466a362337af77f2bcd49/views/menu.jpg');"></div> + <div class="container"> <h2><?= l("Kartik, a relaxing and easy car racing game", "Kartik, un jeu de course de voiture facile et calme") ?></h2> diff --git a/creations/dev/kartik/title.txt b/creations/kartik/title.txt index 40b3142..40b3142 100644 --- a/creations/dev/kartik/title.txt +++ b/creations/kartik/title.txt diff --git a/creations/neutron/description.txt b/creations/neutron/description.txt new file mode 100644 index 0000000..da556e3 --- /dev/null +++ b/creations/neutron/description.txt @@ -0,0 +1 @@ +A lightweight content management system in PHP
\ No newline at end of file diff --git a/creations/dev/neutron/icon.txt b/creations/neutron/icon.txt index 952cdbc..952cdbc 100644 --- a/creations/dev/neutron/icon.txt +++ b/creations/neutron/icon.txt diff --git a/creations/dev/neutron/index.php b/creations/neutron/index.php index 309ebc1..309ebc1 100644 --- a/creations/dev/neutron/index.php +++ b/creations/neutron/index.php diff --git a/creations/dev/neutron/title.txt b/creations/neutron/title.txt index d1e3892..d1e3892 100644 --- a/creations/dev/neutron/title.txt +++ b/creations/neutron/title.txt diff --git a/creations/unchained/description.txt b/creations/unchained/description.txt new file mode 100644 index 0000000..a388c89 --- /dev/null +++ b/creations/unchained/description.txt @@ -0,0 +1 @@ +A blog around technology and all that stuff
\ No newline at end of file diff --git a/creations/unchained/icon.txt b/creations/unchained/icon.txt new file mode 100644 index 0000000..cfb3bcc --- /dev/null +++ b/creations/unchained/icon.txt @@ -0,0 +1 @@ +https://unchainedtech.minteck.ro.lt/logo.svg
\ No newline at end of file diff --git a/creations/unchained/index.php b/creations/unchained/index.php new file mode 100644 index 0000000..05ae6f0 --- /dev/null +++ b/creations/unchained/index.php @@ -0,0 +1,4 @@ +<?php + +header("Location: https://github.com/Minteck/UnchainedTech-Software"); +die();
\ No newline at end of file diff --git a/creations/unchained/title.txt b/creations/unchained/title.txt new file mode 100644 index 0000000..e31b55d --- /dev/null +++ b/creations/unchained/title.txt @@ -0,0 +1 @@ +UnchainedTech
\ No newline at end of file diff --git a/creations/video/index.php b/creations/video/index.php index c73fa1a..6d06fd6 100644 --- a/creations/video/index.php +++ b/creations/video/index.php @@ -1,11 +1,4 @@ -<?php $_TITLE = "Video Creations"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> -<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> - <div class="container"> - <?php $_ACTIVE = "video"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?> - <h2><?= l("Video Creations", "Créations audiovisuelles") ?></h2> - <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/video/list.php"; ?> - </div> +<?php - <br> -</div> -<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> +header("Location: /creations"); +die();
\ No newline at end of file |