Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
marksowell committed Oct 26, 2024
1 parent 0a0bd74 commit 53805db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div id="particles-js" style="touch-action: none; pointer-events: auto;">
<div class="header" style="min-width:80%; height:100svh; pointer-events: none;">
<h1>
<!--<span style="font-size:180px;margin-bottom: 10px;color: white;font-weight: 200;">&gt;<span class="blinking">_</span></span>-->
<span style="margin-bottom: 10px;"><img src="https://marksowell.com/assets/marksowell-cp-circle-border-inside.png" alt="Mark Sowell" style="height: 250px; width: auto;">
</span>
<span style="margin-bottom:10px;" class="site-title">{{ site.username }}</span>
Expand Down
11 changes: 0 additions & 11 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8442,17 +8442,6 @@ body {
color: #fff
}

.blinking{
animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
0%{ color: #fff; }
49%{ color: #fff; }
60%{ color: transparent; }
99%{ color:transparent; }
100%{ color: #fff; }
}

.fa-mycredly:before {
display: flex;
height: 100%;
Expand Down

0 comments on commit 53805db

Please sign in to comment.