Skip to content

Commit 854f398

Browse files
committed
Update website content and styling
1 parent d87ee84 commit 854f398

File tree

6 files changed

+27
-31
lines changed

6 files changed

+27
-31
lines changed

_includes/features.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@
5353
<p>
5454
Unlock the Power of Microservices with Ease: discover our innovative development framework that simplifies the creation of microservices in Java, Kotlin, JavaScript, or TypeScript. Our framework provides a set of simple yet robust building blocks: Service, Provider, Interceptor, and Initializer.
5555
</p>
56-
<p>
57-
<strong>Focus on Your Microservice Logic, Not the Complexity.</strong> Experience the freedom to code your microservice logic without worrying about complex and time-consuming tasks. Our framework takes care of crucial aspects such as runtime process management, security, concurrency, HTTP transport protocol, request routing, logging, configuration, and data protection.
58-
</p>
59-
<p>
60-
The RESTHeart runtime leverages a scalable and pooled thread-per-request concurrency model. This means that developers, including those working with JavaScript, can enjoy a streamlined development process <strong>without the complexities of asynchronous programming</strong>.
61-
</p>
6256
</div>
6357
</div>
6458
<div class="d-flex w-100 justify-content-center">
@@ -108,4 +102,4 @@
108102
</div>
109103
</div>
110104
</article>
111-
</div>
105+
</div>

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- Bootstrap CSS -->
2525
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
2626
<!-- Custom css -->
27-
<link rel="stylesheet" type="text/css" href="{{ "/css/main.css" | prepend: site.baseurl}}">
27+
<link rel="stylesheet" type="text/css" href="{{ "/css/main.css" | prepend: site.baseurl}}?v={{ site.time | date: '%s' }}">
2828
<!-- js ================================================== -->
2929
<script src="https://code.jquery.com/jquery.min.js"></script>
3030
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>

_sass/_variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $color-link-hover: color.adjust(
3030

3131
// Base colors
3232
$color-white: #ffffff;
33-
$color-black: #212121;
33+
$color-black: #000000;
3434
$color-gray: #828282;
3535
$color-gray-light: color.adjust($color-gray, $lightness: 40%);
3636
$color-gray-dark: color.adjust($color-gray, $lightness: -25%);
@@ -41,7 +41,7 @@ $text-color: $color-white;
4141
$border-color: $color-gray;
4242

4343
// Code highlighting colors
44-
$code-background: #212121;
44+
$code-background: #000000;
4545
$code-text: #cccccc;
4646
$code-comment: color.adjust($color-primary, $lightness: -20%);
4747
$code-keyword: #f8a839;

_sass/layout.scss

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
================================================== */
55

66
.background-primary {
7-
background-color: #212121 !important;
7+
background-color: #000000 !important;
88
}
99

1010
.color-primary {
@@ -152,7 +152,7 @@
152152
}
153153

154154
.bs-docs-footer {
155-
background-color: #212121;
155+
background-color: #000000;
156156
color: rgba(255, 255, 255, 0.5);
157157
padding: 1.5rem;
158158
text-align: center;
@@ -171,7 +171,7 @@
171171
}
172172

173173
.iubenda-black {
174-
background: #212121;
174+
background: #000000;
175175
}
176176

177177
.header {
@@ -868,7 +868,7 @@ hr {
868868
-ms-transition: all 0.2s ease-out;
869869
transition: all 0.2s ease-out;
870870
padding: 4px 5px 3px;
871-
font-size: 16px;
871+
font-size: 13px;
872872
letter-spacing: 2.4px;
873873
border-bottom: 1px solid rgba(255, 255, 255, 0);
874874
color: #f8a839;
@@ -954,7 +954,9 @@ hr {
954954
padding: 20px 20px 25px 20px;
955955
margin-bottom: 22px;
956956
border-radius: 10px;
957-
background-color: #ffffff;
957+
background-color: #000000 !important;
958+
color: #ffffff;
959+
border: 2px solid #f8a839 !important;
958960
box-shadow: 7.3px 6.8px 23px 0 rgba(0, 0, 0, 0.08);
959961
}
960962

@@ -973,7 +975,7 @@ hr {
973975
.newsText h2 {
974976
font-size: 19px;
975977
text-align: center;
976-
color: #333333;
978+
color: #ffffff;
977979
font-weight: 600;
978980
}
979981

@@ -1055,7 +1057,7 @@ blockquote.font12em {
10551057

10561058
.examples .nav-item .nav-link,
10571059
.examples .nav-link {
1058-
background: #212121;
1060+
background: #000000;
10591061
color: var(--primarycolor);
10601062
padding: 1rem 1rem;
10611063
border: none;

css/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ code {
4242

4343
// Text sizing classes
4444
.top-1 {
45-
font-size: 5.5vw;
45+
font-size: 4vw;
4646
}
4747
.top-2 {
4848
font-size: 3.4vw;
@@ -57,12 +57,12 @@ code {
5757
font-size: 2.1vw;
5858
}
5959
.top-6 {
60-
font-size: 1.9vw;
60+
font-size: 1.4vw;
6161
}
6262

6363
@media screen and (max-width: variables.$breakpoint-md) {
6464
.top-1 {
65-
font-size: 42px;
65+
font-size: 32px;
6666
}
6767
.top-2 {
6868
font-size: 26px;
@@ -77,7 +77,7 @@ code {
7777
font-size: 18px;
7878
}
7979
.top-6 {
80-
font-size: 16px;
80+
font-size: 14px;
8181
}
8282

8383
.lh-1_4 {
@@ -93,7 +93,7 @@ code {
9393

9494
@media screen and (min-width: variables.$breakpoint-xl) {
9595
.top-1 {
96-
font-size: 64px;
96+
font-size: 48px;
9797
}
9898
.top-2 {
9999
font-size: 42px;
@@ -138,7 +138,7 @@ code {
138138
transition: transform 0.5s ease;
139139

140140
&:hover {
141-
transform: scale(1.1);
141+
transform: scale(1.03);
142142
filter: brightness(95%);
143143
z-index: 1;
144144
}

index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,20 @@ stars-bounce: true
66

77
<section id="top" class="text-center pt-2 pb-2">
88
<div class="mt-0 mb-4">
9-
<img width="160" class="bg-whites p-3 rounded" src="/images/restheart logo.svg">
9+
<img width="120" class="bg-whites p-3 rounded" src="/images/restheart logo.svg">
1010
<h1 class="my-1 top-1 text-break"><strong>REST</strong>Heart Framework</h1>
1111
<p class="top-6 text-break white mt-2 mx-4">
1212
✅&nbsp;Instant REST, GraphQL and Websockets APIs for <strong>MongoDB</strong>.
1313
✅&nbsp;Declarative Security, no code required.
1414
✅&nbsp;Implement your Backend in minutes.
1515
</p>
16+
<div class="my-3 mx-2">
17+
<a href="https://cloud.restheart.com/signup" class="btn btn-primary font-weight-bold mt-5 btn-lg text-black">🚀 Try RESTHeart Cloud FREE</a>
18+
<div class="mt-4 white">
19+
Start building instantly • Scale to production when ready • No Installation Required!
20+
</div>
21+
<div class="mt-4 white small">go to <a href="/docs/setup">Setup</a> for more installation options</div>
22+
</div>
1623
<div>
1724
<h3 class="font-weight-bold highlightcolor mt-3 text-center">Ask Sophia AI about RESTHeart</h3>
1825
<div id="sophiaLoading" class="text-muted">Loading...</div>
@@ -27,13 +34,6 @@ stars-bounce: true
2734
});
2835
</script>
2936
</div>
30-
<div class="my-4 mx-2">
31-
<a href="https://cloud.restheart.com/signup" class="btn btn-primary font-weight-bold mt-5 btn-lg text-black">🚀 Try RESTHeart Cloud FREE - No Installation Required!</a>
32-
<div class="mt-4 white">
33-
Start building instantly • Scale to production when ready
34-
(go to <a href="/docs/setup">Setup</a> for more installation options)
35-
</div>
36-
</div>
3737
<h3 class="font-weight-bold highlightcolor mt-3">Then check the tutorials</h3>
3838
<a href="/docs/mongodb-rest/tutorial" class="btn btn-o-white ml-1 mt-2 my-0 btn-md">MongoDB REST API Tutorial</a>
3939
<a href="/docs/mongodb-graphql/tutorial" class="btn btn-o-white ml-1 mt-2 my-0 btn-md">MongoDB GraphQL API Tutorial</a>

0 commit comments

Comments
 (0)