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