86 lines
6.9 KiB
PHP
Executable File
86 lines
6.9 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" type="image/png" href="../../../assets/img/favicon.png">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Portfolio Website - A. Reimann</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
<link rel="stylesheet" href="../../../assets/stylesheets/main.css">
|
|
<link rel="stylesheet" href="../../../assets/stylesheets/pages/cv.css">
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<!-- Background -->
|
|
<?php echo file_get_contents('../../../assets/components/animated_triplet_element_darkgray_red.php'); ?>
|
|
|
|
<!-- Header -->
|
|
<?php echo file_get_contents('../../../assets/components/headerEN.php'); ?>
|
|
<style>
|
|
#desktop_nav_main li:nth-child(2) a, #mobile_nav_main li:nth-child(2) a {
|
|
background: rgba(150,0,0,0.2);
|
|
pointer-events: none;
|
|
}
|
|
</style>
|
|
|
|
<!-- Content -->
|
|
<main>
|
|
<div class="about-me">
|
|
<img src="../../../assets/img/self_pictures/front_1_transparent.png" alt="Andreas Reimann" style="float: left; margin-right: 20px; width: 250px; height: auto;">
|
|
<h1>About Me</h1>
|
|
<p><strong>Name:</strong> Andreas Reimann</p>
|
|
<p><strong>Date of Birth:</strong> October 6, 1998</p>
|
|
|
|
<h2>Professional and Hobby Goals</h2>
|
|
<ul>
|
|
<li><strong>Software and Web Development:</strong> I strive to develop innovative software solutions that enhance both usability and functionality. My focus is on creating websites and applications with a solid backend.</li>
|
|
<li><strong>Web Video Producer and Live Streamer:</strong> With years of experience in video production and live streaming, I am skilled in using various software tools, including DaVinci Resolve, Wondershare Filmora 11, CapCut, and OBS. I produce content for platforms like YouTube and TikTok, and I enjoy taking my viewers into the world of gaming and entertaining them.</li>
|
|
<li><strong>Music Production:</strong> As a musician and producer, I bring my creative ideas to life mainly using ImageLine FL Studio and Audacity. I love composing music and exploring different genres.</li>
|
|
</ul>
|
|
|
|
<h2>Current Skills and Experiences</h2>
|
|
<ul>
|
|
<li><strong>Programming Skills:</strong> I master several programming languages, including HTML, PHP, CSS, JavaScript, and SQL. My commitment to continuous learning is evident in my personal projects, where I write scripts and educate myself further.</li>
|
|
<li><strong>Server Technology:</strong> I run my own web server for data storage (NAS) and manage game servers on my home PC. I am skilled in setting up websites on home servers, including SSL certification and custom domains.</li>
|
|
<li><strong>Database Management:</strong> I have set up and maintained my own MySQL database on my home PC.</li>
|
|
<li><strong>Folder and File Structures:</strong> I plan and implement effective folder and file structures for internal archiving systems.</li>
|
|
<li><strong>Audio Networks:</strong> I have created an audio network in a home network, using VoiceMeeter (VBAN).</li>
|
|
<li><strong>Music Production:</strong> I produce music based on my own ideas and play the piano to express my creativity.</li>
|
|
<li><strong>Video Production:</strong> I have experience recording and editing videos for platforms like TikTok and YouTube, especially in the gaming sector, and I love creating content that captivates viewers.</li>
|
|
<li><strong>Live Streaming:</strong> I regularly stream live content on TikTok and YouTube, sharing my passion for games with a broad audience.</li>
|
|
</ul>
|
|
|
|
<h2>Additional Skills</h2>
|
|
<ul>
|
|
<li><strong>Image Editing:</strong> I have basic knowledge of image editing, which I am further developing through personal projects.</li>
|
|
<li><strong>DNS Management:</strong> I have basic experience with the Domain Name System and understand the fundamentals of DNS administration.</li>
|
|
<li><strong>AI Applications:</strong> I use AI tools like ChatGPT and BlackBoxAI, having gained advanced knowledge in this area.</li>
|
|
<li><strong>English Language Skills:</strong> I am able to communicate in writing in English, though less proficiently in speaking.</li>
|
|
<li><strong>Office Applications:</strong> I am familiar with Open Office and have experience using Excel, Word, and PowerPoint.</li>
|
|
<li><strong>PC Setups:</strong> I have knowledge in building complex PC setups and can efficiently configure them.</li>
|
|
<li><strong>Command Line and PowerShell:</strong> I am familiar with using the command line and PowerShell in Windows and use these tools regularly.</li>
|
|
</ul>
|
|
|
|
<h2>Aspiring Podcaster</h2>
|
|
<p>I am also interested in podcasting and plan to share my own stories and ideas in audio form. I want to explore various topics and express my creativity. My goal is to develop a captivating narrative style that draws my listeners in and makes them think.</p>
|
|
|
|
<h2>Aspiring Filmmaker</h2>
|
|
<p>In the world of filmmaking, I want to bring my visions to life by visually interpreting stories. I plan to create short films and documentaries to represent different perspectives and convey emotions. I will incorporate my experiences in video production and editing and pursue innovative approaches to enrich my narratives.</p>
|
|
|
|
<h2>Closing Words</h2>
|
|
<p>I look forward to further developing my skills and taking on new projects. With my passion for technology, creativity, and communication, I aim to leave a lasting impression and bring my visions to life. For more information, please visit the relevant pages of my portfolio.</p>
|
|
</div>
|
|
</main>
|
|
|
|
<!-- Footer -->
|
|
<?php echo file_get_contents('../../../assets/components/footerEN.php'); ?>
|
|
</body>
|
|
</html>
|