Archived
1
0
This repository has been archived on 2020-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
old/application/language/en/about_lang.php
2018-10-16 18:28:42 +02:00

106 lines
5.5 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['about_sitetitle'] = 'About me';
$lang['about_title'] = 'About me';
$lang['about_description'] = 'Get more information about my life and my doing!';
$lang['about_subtitle'] = 'Hi, my name is Marcel and I like to';
$lang['about_subtitle_words'] = '<span>design.</span><span>program.</span><span>take photos.</span><span>cut videos.</span><span>edit photos.</span><span>animate.</span><span>shoot videos.</span><span>write.</span>';
$lang['about_introduction'] = 'In the internet, I\'m also known as KingOfDog.';
$lang['about_text'] = '<p>
Everything I\'m doing nowadays started with a tiny digital camera (as far as I know by Olympus). Of course, the pictures hadn\'t a great quality, let alone the videos. However, I discovered the unbelievable fun of taking pictures.
</p>
<p>
But everything didn\'t really begin until 2013. Because then I created my own YouTube channel, which I initially tamed "yourobonatic". Why was this name? Because of the content, I planned to upload on the channel: videos about robots built with the Lego Mindstorms NXT 2.0 set. Thereby, the first video was a crappy showcase of an unspectacular program for one of this robots. This channel concept didn\'t stay for long, however. Soon, I started uploading videos of the popular video game Minecraft. Caused by this, I changed the channel name to <i>DerMinecrafterMarcel</i> (<i>TheMinecrafterMarcel</i>), or <i>MinecrafterMarcel</i> after another renaming in 2014.
</p>
<p>
After I "cut" my first few videos with Windows Movie Maker, I switched to Sony Vegas Pro very soon (late 2014-ish). The thumbnails from that time were "beautiful" creations with Gimp.
</p>
<p>
The following year, I dared to use the even more professional software. Therewith, I mean the entire Adobe Creative Cloud Suite: Photoshop for the thumbnails, Premiere Pro for the video editing and so on. However, in the beginning, the other programs had a minor role, as I didn\'t know at all how to use them. Anyways, by using these two pieces of software I learned more and more about editing and designing - learning by doing.
</p>
<p>
Around that time in 2015, I really started digging into the incredibly difficult world of programming. Indeed, I had already coded some small applications with Python already, but then I put much effort into understanding Java.
</p>
<p>
By the way, 2015 was the year with the most number of video uploads. These included besides Minecraft as well Clash of Clans, Happy Wheels, and many other games. Both of the last mentioned games were part of series I started in the previous year.
</p>
<p>
Whereas 2016 was pretty much emptier regarding the amount of uploaded videos. Somehow, this was a time of self-discovery of the channel, in which I wasn\'t really sure what to upload. On the one hand, I didn\'t feel like continuing making Minecraft and gaming videos in general. I didn\'t want to upload non-qualitative content. On the other hand, I hadn\'t a lot of ideas of high-qualitative content. Only at the end of the year, there came new, now qualitative videos. Throughout the year, however, I worked on a specific, gigantic project: this website. And now, finally: you can see it! Over the time, I invested hundreds of hours into this project.
</p>
<p>
And last year, in 2017, I eventually specialized in producing knowledge videos with the focus on computers and programming. Furthermore, I dabbled in AfterAffects and Adobe Illustrator, which had an enormous impact on the aesthetics and quality of my videos. On the fourth birthday of my YouTube channel, I initially opened this website to the public - unfortunately only for a duration of one month.
</p>
<p>
Finally, we can only wait and see what the future may bring.
</p>';
$lang['about_events_title'] = 'Important Events';
$lang['about_events'] = [
[
"color" => "red",
"icon" => "youtube-play",
"name" => "Creation of my YouTube Channel",
"date" => "September 16th, 2013"
],
[
"color" => "blue",
"icon" => "twitter",
"name" => "Joining Twitter",
"date" => "September 18th, 2013"
],
[
"color" => "grey",
"icon" => "upload",
"name" => "First Video Upload",
"date" => "October 6th, 2013"
],
[
"color" => "green",
"icon" => "gamepad",
"name" => "First Minecraft Video",
"date" => "October 7th, 2013"
],
[
"color" => "yellow",
"icon" => "mobile",
"name" => "First Clash of Clans Video",
"date" => "February 12th, 2014"
],
[
"color" => "blue",
"icon" => "trophy",
"name" => "500 Subscribers on YouTube",
"date" => "May 10th, 2015"
],
[
"color" => "red",
"icon" => "twitch",
"name" => "Creation of my Twitch Channel",
"date" => "July 28th, 2015"
],
[
"color" => "grey",
"icon" => "trophy",
"name" => "25,000 Views on YouTube",
"date" => "November 25, 2015"
],
[
"color" => "yellow",
"icon" => "pencil",
"name" => "5,000 Tweets Published",
"date" => "June 15, 2017"
],
[
"color" => "blue",
"icon" => "trophy",
"name" => "50,000 Views on YouTube",
"date" => "December 1st, 2017"
],
[
"color" => "green",
"icon" => "columns",
"name" => "First Publishing of the Website",
"date" => "September 16th, 2017"
]
];