Compare commits

...

2 Commits

Author SHA1 Message Date
Karma Riuk
298d78df16 disabled select on the span behind the titles 2023-09-11 15:11:34 +02:00
Karma Riuk
211ed6497f changed the "about me" sentences (thanks chatgpt) 2023-09-11 15:11:03 +02:00
2 changed files with 18 additions and 11 deletions

View File

@ -42,6 +42,12 @@ h6 {
font-family: "Raleway", sans-serif;
}
.prevent-select {
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and IE 11 */
user-select: none; /* Standard syntax */
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

View File

@ -78,13 +78,14 @@
<div class="container">
<div class="section-title" data-aos="fade-up">
<span>About Me</span>
<span class="prevent-select">About Me</span>
<h2>About Me</h2>
<p> Passionate about computer science and love to have lengthy conversations
about it.<br>
Autonomous but also capable of communicating and
handling people.<br>
Overall flexible, adaptable and always curious by new experiences.
<p>I have a deep passion for computer science and enjoy
engaging in in-depth discussions about it.<br />
I am self-reliant while also skilled in effective
communication and teamwork.<br />
I am inherently adaptable, consistently curious, and
eager to embrace new experiences.
</p>
</div>
@ -205,7 +206,7 @@
<div class="container">
<div class="section-title" data-aos="fade-up">
<span>My Resume</span>
<span class="prevent-select">My Resume</span>
<h2>My Resume</h2>
<p>A brief overview of my professional experience and qualifications</p>
</div>
@ -376,7 +377,7 @@
<section id="languages" class="languages">
<div class="container">
<div class="section-title" data-aos="fade-up">
<span>Languages</span>
<span class="prevent-select">Languages</span>
<h2>Languages</h2>
<p></p>
</div>
@ -425,7 +426,7 @@
<div class="container">
<div class="section-title">
<span>My Skills</span>
<span class="prevent-select">My Skills</span>
<h2>My Skills</h2>
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
</div>
@ -566,7 +567,7 @@
<div class="container">
<div class="section-title">
<span>My Portfolio</span>
<span class="prevent-select">My Portfolio</span>
<h2>My Portfolio</h2>
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
</div>
@ -707,7 +708,7 @@
<div class="container">
<div class="section-title">
<span>Contact Me</span>
<span class="prevent-select">Contact Me</span>
<h2>Contact Me</h2>
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
</div>