Skip to content

Commit

Permalink
remove unwanted text
Browse files Browse the repository at this point in the history
  • Loading branch information
j05u3 committed Jan 24, 2024
1 parent b610569 commit 870e526
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 53 deletions.
56 changes: 24 additions & 32 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,25 @@
line-height: 1.3;
letter-spacing: 0.2rem;
}
.home-text01 {
.home-text1 {
text-decoration: underline;
}
.home-text03 {
.home-text3 {
text-decoration: underline;
}
.home-text05 {
.home-text5 {
text-decoration: inherit;
}
.home-text06 {
.home-text6 {
text-decoration: inherit;
}
.home-text07 {
.home-text7 {
text-decoration: inherit;
}
.home-text08 {
margin-top: var(--dl-space-space-twounits);
margin-bottom: var(--dl-space-space-twounits);
.home-text8 {
font-size: 38px;
font-style: normal;
font-weight: 900;
}
.home-btn-group {
display: flex;
Expand Down Expand Up @@ -92,26 +93,21 @@
line-height: 1.3;
letter-spacing: 0.2rem;
}
.home-text01 {
.home-text1 {
text-decoration: underline;
}
.home-text03 {
.home-text3 {
text-decoration: underline;
}
.home-text05 {
.home-text5 {
text-decoration: inherit;
}
.home-text06 {
.home-text6 {
text-decoration: inherit;
}
.home-text07 {
.home-text7 {
text-decoration: inherit;
}
.home-text08 {
text-align: center;
padding-left: var(--dl-space-space-threeunits);
padding-right: var(--dl-space-space-threeunits);
}
.home-link {
color: var(--dl-color-gray-black);
}
Expand All @@ -130,25 +126,21 @@
line-height: 1.3;
letter-spacing: 0.2rem;
}
.home-text01 {
.home-text1 {
text-decoration: underline;
}
.home-text03 {
.home-text3 {
text-decoration: underline;
}
.home-text05 {
.home-text5 {
text-decoration: inherit;
}
.home-text06 {
.home-text6 {
text-decoration: inherit;
}
.home-text07 {
.home-text7 {
text-decoration: inherit;
}
.home-text08 {
padding-left: var(--dl-space-space-unit);
padding-right: var(--dl-space-space-unit);
}
.home-link {
color: var(--dl-color-gray-black);
}
Expand All @@ -175,19 +167,19 @@
animation-iteration-count: 1;
animation-timing-function: ease;
}
.home-text01 {
.home-text1 {
text-decoration: underline;
}
.home-text03 {
.home-text3 {
text-decoration: underline;
}
.home-text05 {
.home-text5 {
text-decoration: inherit;
}
.home-text06 {
.home-text6 {
text-decoration: inherit;
}
.home-text07 {
.home-text7 {
text-decoration: inherit;
}
.home-btn-group {
Expand Down
27 changes: 6 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,35 +58,20 @@
<div class="home-container1">
<animate-on-reveal>
<h1 data-thq-animate-on-reveal="true" class="home-text">
<span class="home-text01">devs and consultants</span>
<span class="home-text1">devs and consultants</span>
<span>with experience in</span>
<span class="home-text03">
<span class="home-text3">
development, launch, and scaling of apps
</span>
<span>that have served</span>
<span class="home-text05">
<span class="home-text5">
hundreds of thousands of customers
</span>
<span class="home-text06">, raising</span>
<span class="home-text07">millions of dollars</span>
<span class="home-text6">, raising</span>
<span class="home-text7">millions of dollars</span>
</h1>
</animate-on-reveal>
<span class="home-text08">
<span>
<span>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed
non volutpat turpis.
</span>
<span></span>
</span>
<span>
<span>
Mauris luctus rutrum mi ut rhoncus. Integer in dignissim
tortor.
</span>
<span></span>
</span>
</span>
<span class="home-text8">|</span>
<div class="home-btn-group">
<a
href="https://cal.com/josue.0/sudo"
Expand Down

0 comments on commit 870e526

Please sign in to comment.