started working on "about" page

This commit is contained in:
Bea 2020-07-02 23:42:59 +02:00
parent 33018241bf
commit 163693c0c4
3 changed files with 57 additions and 15 deletions

View File

@ -25,18 +25,47 @@
<div class="content">
<h2 style="font-style: italic;">A little biography</h2>
<p>Hi. I'm Lorenzo and I'm an 18-years-old high school student.</p>
<p>I'm a young developer, but I'm also a pianist, a DJ and a passionate photographer.</p>
<p>
Hi. Im Lorenzo and Im an 18-years-old, Italian, high school student.
<br>
Im a young developer, but Im also a pianist, a DJ and a hobbyist photographer.
</p>
<p>Curabitur ac efficitur eros. Etiam elementum nibh hendrerit, commodo urna ut, convallis eros. Aenean ac feugiat elit. Quisque vestibulum ante in ipsum feugiat, in malesuada dolor mattis. Morbi id quam malesuada, molestie tortor quis, iaculis odio. Maecenas efficitur, elit et dictum volutpat, mauris dui dignissim ex, in laoreet tellus felis nec risus. Cras tincidunt consectetur magna ac tincidunt.</p>
<h3>Coding &amp; Development</h3>
<p>
My journey with computers began when I was a little boy, the day my parents gave me a very, very old computer from about 95.
<br>
It had about 512MB of RAM, a huge 640x480 CRT monitor, and a small collection of classic games.
</p>
<p>
However, fast-forwarding a few years, the real step up happened in 2012, when I started developing software in Java. I wanted to make automation-like programs mostly to have fun and learn something new but also because I wanted to make something actually useful to help me organize and optimize my workflow. So, at 11 years old, I bought a book, and armed with a laptop and a great deal of good proposals, I started studying and learning.
</p>
<p>Curabitur sed tellus lobortis, euismod massa ac, dapibus velit. Nulla vestibulum ex lectus, eget rhoncus lectus sagittis eget. Nullam consectetur a nulla non auctor. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Vivamus ac sollicitudin arcu, in condimentum mi. In tempus dolor et diam faucibus, eget sollicitudin leo facilisis. Praesent eu finibus odio. Ut quam neque, viverra at eros vel, pretium molestie ipsum. Proin facilisis purus purus, non mattis ante efficitur ac. Nulla porta, nulla non tristique blandit, libero ligula posuere lorem, eu vehicula leo mi sed lorem. Fusce at aliquam nunc.</p>
<p>
It wasnt until 2013 that, after discovering and falling in love with <a href="https://minecraft.net/" target="_blank">Minecraft</a> and <a href="https://dev.bukkit.org/" target="_blank">Bukkit</a>, its multiplayer server platform, I started working on my own network, Voxel Evo. Wanting to provide my users with an original and innovative experience, I started applying my Java knowledge in the development of custom plugins.
</p>
<p>
After another year of hard work, in 2014, I finally published my first public project, <a href="https://www.spigotmc.org/resources/hubthat.1166/" target="_blank">HubThat</a>. Its an open-source, feature-rich plugin, which lets you manage multiple worlds by connecting them with different spawn points and a hub. HubThat had a great impact on the community, reaching after a few years a total of 85k downloads, and is still kept up to date with <a href="https://spigotmc.org/" target="_blank">SpigotMC</a>s latest <a href="https://hub.spigotmc.org/javadocs/spigot/overview-summary.html" target="_blank">API</a> and guidelines.
</p>
<p>
Thanks to the success of this project, people started contacting me to develop custom plugins for their own servers and networks: this activity has now been going on for more than 5 years!
</p>
<p>
<a href="https://www.spigotmc.org/resources/ultratools.5063/" target="_blank">UltraTools</a> is another plugin I published, in 2015. This was a simple experiment/self-challenge, as <a href="https://www.spigotmc.org/resources/admintools.14781/" target="_blank">AdminTools</a> was a very simple plugin that was having a good success, and I wanted to see how long it would take to replicate it, with even more features.
</p>
<p>
In 2020, I started working on another plugin <a href="https://www.spigotmc.org/resources/lasergun.76120/" target="_blank">LaserGun</a>. Its a combat mod, which allows you to bring a laser gun and shoot at zombies, skeletons, and other mobs, while also drawing a colourful red trail. This plugin was created as a request, but also as an experiment, since I wanted to apply my physics and trigonometry knowledge to my personal dev projects.
</p>
<p>Mauris dignissim velit in ipsum vestibulum laoreet. Nam vitae ornare magna. Etiam ultricies feugiat elementum. Sed aliquet dolor quis ullamcorper accumsan. Curabitur posuere diam eu orci tempor, non hendrerit sem convallis. In hac habitasse platea dictumst. Aenean orci odio, porta in dictum sit amet, rutrum non eros. Suspendisse ac volutpat nibh, eget ultrices odio. Curabitur ut faucibus libero. Mauris commodo quis nunc non laoreet. Suspendisse congue semper sapien, vel bibendum dolor.</p>
</div>
<footer>
<h3>Copyright © 2020 ― Lorenzo Dellacà</h3>
<h4>Copyright © 2020 ― Lorenzo Dellacà</h4>
</footer>
</body>
</html>

View File

@ -36,7 +36,7 @@
</ul>
</div>
<footer>
<h3>Copyright © 2020 ― Lorenzo Dellacà</h3>
<h4>Copyright © 2020 ― Lorenzo Dellacà</h4>
</footer>
</body>
</html>

View File

@ -81,6 +81,13 @@ h2 {
}
h3 {
margin: 0%;
padding: 0%;
padding-top: 38px;
font-size: 33px;
}
h4 {
margin: 0%;
padding: 20px;
font-size: 25px;
@ -137,8 +144,14 @@ li {
/* COLORED TEXT SELECTION */
::selection {
color: black;
background: paleturquoise;
color: #2d0670;
/*
We need RGBA because Chrome forces it to be semi-trasparent, making white look like grey.
By setting it to 99.5% opacity, we can override this. 100% does not work, however.
*/
background: rgba(255, 255, 255, 0.995);
}
/* ANIMATED GRADIENT BACKGROUND */
@ -157,7 +170,7 @@ li {
font-size: 15px;
padding-top: 20px;
}
h3
h4
{
font-size: 8px;
}
@ -181,7 +194,7 @@ li {
font-size: 18px;
padding-top: 25px;
}
h3
h4
{
font-size: 10px;
}
@ -205,7 +218,7 @@ li {
font-size: 21px;
padding-top: 28px;
}
h3
h4
{
font-size: 13px;
}
@ -229,7 +242,7 @@ li {
font-size: 25px;
padding-top: 31px;
}
h3
h4
{
font-size: 15px;
}
@ -251,7 +264,7 @@ li {
h2 {
font-size: 30px;
}
h3
h4
{
font-size: 18px;
}
@ -273,7 +286,7 @@ li {
h2 {
font-size: 35px;
}
h3
h4
{
font-size: 20px;
}