Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Resonance
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
distantmagic
Resonance
Commits
c5dcd19c
Commit
c5dcd19c
authored
11 months ago
by
Mateusz Charytoniuk
Browse files
Options
Downloads
Patches
Plain Diff
chore(homepage): try to be clearer about the message
parent
7d8478cc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/pages/index.md
+5
-3
5 additions, 3 deletions
docs/pages/index.md
resources/css/docs-page-homepage.css
+6
-1
6 additions, 1 deletion
resources/css/docs-page-homepage.css
with
11 additions
and
4 deletions
docs/pages/index.md
+
5
−
3
View file @
c5dcd19c
...
@@ -18,13 +18,15 @@ description: >
...
@@ -18,13 +18,15 @@ description: >
<hgroup
class=
"homepage__title"
>
<hgroup
class=
"homepage__title"
>
<h1>
PHP Framework for Next-Gen Web Apps
</h1>
<h1>
PHP Framework for Next-Gen Web Apps
</h1>
<h2>
<h2>
Connect, Converse, Create
Build Copilots, Conversational Applications, IO Intensive
Services, and more.
</h2>
</h2>
<p>
<p>
Resonance is designed from the ground up to facilitate
Resonance is designed from the ground up to facilitate
interoperability and messaging between services in your
interoperability and messaging between services in your
infrastructure and beyond. It provides AI capabilities,
infrastructure and beyond. It provides AI capabilities
has a built in web server and integrates with llama.cpp.
through llama.cpp and integration with Open Source foundational
LLMs.
</p>
</p>
<p>
<p>
Takes full advantage of asynchronous PHP. Built on top of
Takes full advantage of asynchronous PHP. Built on top of
...
...
This diff is collapsed.
Click to expand it.
resources/css/docs-page-homepage.css
+
6
−
1
View file @
c5dcd19c
...
@@ -193,8 +193,14 @@ h2.homepage__example__title {
...
@@ -193,8 +193,14 @@ h2.homepage__example__title {
}
}
}
}
.homepage__title
h2
,
.homepage__title
p
{
max-width
:
1024px
;
}
.homepage__title
h2
{
.homepage__title
h2
{
font-weight
:
bold
;
font-weight
:
bold
;
margin-top
:
20px
;
@media
screen
and
(
min-width
:
1024px
)
{
@media
screen
and
(
min-width
:
1024px
)
{
font-size
:
2em
;
font-size
:
2em
;
...
@@ -208,7 +214,6 @@ h2.homepage__example__title {
...
@@ -208,7 +214,6 @@ h2.homepage__example__title {
.homepage__title
p
{
.homepage__title
p
{
line-height
:
1.5
;
line-height
:
1.5
;
max-width
:
80ch
;
}
}
.homepage__cta
{
.homepage__cta
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment