Skip to content

Commit

Permalink
fix: landing page content debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cdfmlr committed Sep 25, 2024
1 parent 2b3cdba commit 60aa5cf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions components/landing/AboutUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,15 @@ const pricing = [
</a>
</div>
</div>
<div class="self-center max-w-full flex flex-col w-full mb-16 md:ps-24 md:pe-24">
<LandingLink
class=""
size="lg"
styleName="outline"
rel="noopener"
href="/misc">
And there are more free and open-source utilities
</LandingLink>
</div>
</LandingContainer>
</template>
6 changes: 3 additions & 3 deletions components/landing/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
by produces open-source projects and apps
that are fun in nature.
The
<a href="/projects#muvtuber">AI VTuber</a>
<a href="/projects#muvtuber" class="font-light">AI VTuber</a>
and
<a href="/projects#murecom">emotion-aware music recommendation</a>
are two of the most popular projects showing our philosophy.
<a href="/projects#murecom" class="font-light">emotion-aware music recommendation</a>
are two of the most popular projects showing our philosophy and technology.
</p>
<p class="text-lg mt-4 text-slate-600 max-w-xl">
murchinroom excels in crafting innovation applications as much as
Expand Down
6 changes: 3 additions & 3 deletions components/landing/Philosophy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ const features = [
title: "Keep it simple, stupid",
status: "software engineering",
description:
"murchinroom builds software with the UNIX philosophy and complexity management in mind." +
"murchinroom builds software with the UNIX philosophy and complexity management in mind. " +
"We believe in the power of small, modular, and composable software components (or microservices).",
icon: "bx:bxs-server",
},
{
title: "Containerization and cloud native",
status: "deployment & operations",
description:
"murchinroom embraces the containerization technology and cloud native principles." +
"murchinroom embraces the containerization technology and cloud native principles. " +
"We build, deploy, and scale our applications with Docker, Kubernetes, and other cloud services.",
icon: "bx:bxs-package",
},
Expand All @@ -38,7 +38,7 @@ const features = [
<p class="text-lg mt-4 text-slate-600">
Growing up with The Art of Unix Programming in hand,
murchinroom focuses on exploring the new AI / cloud technologies and
tries to apply them to our daily life, in a way that is simple, elegant
tries to apply them to our daily life, in a way that is really simple, elegant
and fun.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/landing/Technology.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="mt-12 md-64 mx-auto max-w-5xl rounded-lg flex flex-col items-center text-center">
<LandingLink
class="self-center"
href="/projects">
href="/solutions">
See more technologies we use in our solutions
</LandingLink>
</div>
Expand Down

0 comments on commit 60aa5cf

Please sign in to comment.