Skip to content

Commit

Permalink
updated animations and content texts
Browse files Browse the repository at this point in the history
  • Loading branch information
samadhi1311 committed Sep 4, 2023
1 parent 7642b58 commit 3fc4c14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h1 class="pt-4 text-8xl">Sithruby Manoranjan</h1>
</div>

<div class="w-1/3">
<p class="text-2xl text-justify">&nbsp; &emsp; I first started sketching around 2018 just as an escape from my mind and now here I am, a world renowned artist for surreal art and craft. Reach out to me from <a href="#" class="text-blue-300">sithruby@gmail.com</a> or my social media.</p>
<p class="text-2xl text-justify">&nbsp; &emsp; I first started sketching around 2018 and now here I am, a world renowned artist for surreal art and craft. Reach out to me from <a href="#" class="text-blue-300">sithruby@gmail.com</a> or my social media.</p>
</div>

<div>
Expand Down
31 changes: 0 additions & 31 deletions src/public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ h1 {

.her-name {
font-size: 10rem;
animation: lights 9s ease-in-out infinite alternate;
}

h2 {
Expand Down Expand Up @@ -84,34 +83,4 @@ main {
overflow: hidden;
z-index: 1000;
pointer-events: none;
}

@keyframes lights {
0% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.4);
}
20% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.5);
}
30% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.3);
}
40% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.6);
}
60% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.4);
}
70% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.3);
}
80% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.6);
}
90% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.4);
}
100% {
text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.3);
}
}

0 comments on commit 3fc4c14

Please sign in to comment.