Compare commits
No commits in common. "298d78df1654bf1102887f9e58e7c3119e4a3324" and "c5e5a21ac7ef09e0d0cc7040cb372a81e73f5b8a" have entirely different histories.
298d78df16
...
c5e5a21ac7
@ -42,12 +42,6 @@ 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
|
||||
--------------------------------------------------------------*/
|
||||
|
23
index.html
23
index.html
@ -78,14 +78,13 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title" data-aos="fade-up">
|
||||
<span class="prevent-select">About Me</span>
|
||||
<span>About Me</span>
|
||||
<h2>About Me</h2>
|
||||
<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> 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>
|
||||
</div>
|
||||
|
||||
@ -206,7 +205,7 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title" data-aos="fade-up">
|
||||
<span class="prevent-select">My Resume</span>
|
||||
<span>My Resume</span>
|
||||
<h2>My Resume</h2>
|
||||
<p>A brief overview of my professional experience and qualifications</p>
|
||||
</div>
|
||||
@ -377,7 +376,7 @@
|
||||
<section id="languages" class="languages">
|
||||
<div class="container">
|
||||
<div class="section-title" data-aos="fade-up">
|
||||
<span class="prevent-select">Languages</span>
|
||||
<span>Languages</span>
|
||||
<h2>Languages</h2>
|
||||
<p></p>
|
||||
</div>
|
||||
@ -426,7 +425,7 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title">
|
||||
<span class="prevent-select">My Skills</span>
|
||||
<span>My Skills</span>
|
||||
<h2>My Skills</h2>
|
||||
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
|
||||
</div>
|
||||
@ -567,7 +566,7 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title">
|
||||
<span class="prevent-select">My Portfolio</span>
|
||||
<span>My Portfolio</span>
|
||||
<h2>My Portfolio</h2>
|
||||
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
|
||||
</div>
|
||||
@ -708,7 +707,7 @@
|
||||
<div class="container">
|
||||
|
||||
<div class="section-title">
|
||||
<span class="prevent-select">Contact Me</span>
|
||||
<span>Contact Me</span>
|
||||
<h2>Contact Me</h2>
|
||||
<p>Sit sint consectetur velit quisquam cupiditate impedit suscipit alias</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user