Skip to content

Commit

Permalink
updating footer of studio eien
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebberry committed Mar 6, 2024
1 parent 6a09041 commit ec8e767
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 28 deletions.
6 changes: 3 additions & 3 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
</article>

<article class='bottom-footer'>
<p class='copy'>Copyright 2022, Animancy. All rights reserved.</p>
<p class='copy'>Copyright 2024, Studio Eien. All rights reserved.</p>
<ul class='copy-items'>
<li>
<a href='policies/privacy'>Privacy Policy</a>
<a href='#'></a>
</li>
<li>
<a href='policies/terms'>Terms of Service</a>
<a href='#'></a>
</li>
</ul>
</article>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ import Navbar from '../components/Navbar.astro';
<h3>Custom Development</h3>
</header>
<p>
We can help you design user interfaces that are intuitive and visually engaging.
Focus on usablity and accessiblity, improving user experience. Last, conduct
research, create wireframes and prototypes.
At our website studio, we specialize in custom development services including web
applications, single-page applications, and SEO implementation. Let us help you
elevate your online presence.
</p>
</div>
</article>
Expand Down
24 changes: 2 additions & 22 deletions src/styles/utilities/_helper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,6 @@
flex: 1 1 var(--min);
}

.glitch {
position: relative;
display: inline-block;
animation: glitch 1s infinite;
}

@keyframes glitch {
0% {
transform: translate(0);
}
25% {
transform: translate(-5px, 5px);
}
50% {
transform: translate(-5px, 5px);
}
75% {
transform: translate(-5px, 5px);
}
100% {
transform: translate(0);
}
.text-center {
text-align: center;
}

0 comments on commit ec8e767

Please sign in to comment.