Skip to content

Commit

Permalink
chore(homepage): try to be clearer about the message
Browse files Browse the repository at this point in the history
  • Loading branch information
mcharytoniuk committed May 28, 2024
1 parent 7d8478c commit c5dcd19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
8 changes: 5 additions & 3 deletions docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ description: >
<hgroup class="homepage__title">
<h1>PHP Framework for Next-Gen Web Apps</h1>
<h2>
Connect, Converse, Create
Build Copilots, Conversational Applications, IO Intensive
Services, and more.
</h2>
<p>
Resonance is designed from the ground up to facilitate
interoperability and messaging between services in your
infrastructure and beyond. It provides AI capabilities,
has a built in web server and integrates with llama.cpp.
infrastructure and beyond. It provides AI capabilities
through llama.cpp and integration with Open Source foundational
LLMs.
</p>
<p>
Takes full advantage of asynchronous PHP. Built on top of
Expand Down
7 changes: 6 additions & 1 deletion resources/css/docs-page-homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,14 @@ h2.homepage__example__title {
}
}

.homepage__title h2,
.homepage__title p {
max-width: 1024px;
}

.homepage__title h2 {
font-weight: bold;
margin-top: 20px;

@media screen and (min-width: 1024px) {
font-size: 2em;
Expand All @@ -208,7 +214,6 @@ h2.homepage__example__title {

.homepage__title p {
line-height: 1.5;
max-width: 80ch;
}

.homepage__cta {
Expand Down

0 comments on commit c5dcd19

Please sign in to comment.