Skip to content

Commit 81fd673

Browse files
committed
update logos and compose update image
1 parent a42f089 commit 81fd673

16 files changed

+44
-412
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const config = {
4040
// Even if you don't use internalization, you can use this field to set useful
4141
// metadata like html lang. For example, if your site is Chinese, you may want
4242
// to replace "en" with "zh-Hans".
43+
// @ts-ignore
4344
i18n: {
4445
defaultLocale: 'en',
4546
locales: ['en'],

src/css/custom.css

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@
44
* work well for content-centric websites.
55
*/
66

7-
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,600;1,600&display=swap');
7+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
88

9-
h1, h2, h3, h4, h5, h6, #__docusaurus_skipToContent_fallback > div > div > aside > nav > div, #__docusaurus > nav > div.navbar__inner > div:nth-child(1) > a {
10-
font-family: "Exo 2", sans-serif;
9+
@font-face {
10+
font-family: 'GuarujaNeue-SemiBold';
11+
src: url('/fonts/guaruja-neue/GuarujaNeue-SemiBold.woff2') format('woff2'),
12+
url('/fonts/guaruja-neue/GuarujaNeue-SemiBold.woff') format('woff');
13+
font-weight: 600;
14+
font-style: normal;
15+
}
16+
17+
18+
h1,
19+
h2,
20+
h3,
21+
h4,
22+
h5,
23+
h6,
24+
#__docusaurus_skipToContent_fallback>div>div>aside>nav>div,
25+
#__docusaurus>nav>div.navbar__inner>div:nth-child(1)>a {
26+
font-family: "GuarujaNeue-SemiBold", sans-serif;
1127
font-optical-sizing: auto;
1228
font-weight: 600;
1329
font-style: normal;
14-
}
30+
}
1531

1632
/* You can override the default Infima variables here. */
1733
:root {
@@ -23,6 +39,7 @@
2339
--ifm-color-primary-lighter: #067ed8;
2440
--ifm-color-primary-lightest: #078ff4;
2541
--ifm-code-font-size: 95%;
42+
--ifm-font-family-base: 'Inter';
2643
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
2744
}
2845

@@ -46,15 +63,15 @@
4663
display: none;
4764
}
4865

49-
.docs-doc-id-ask main > .container {
66+
.docs-doc-id-ask main>.container {
5067
padding: 0px !important;
5168
}
5269

53-
.docs-doc-id-ask article > nav {
70+
.docs-doc-id-ask article>nav {
5471
display: none !important;
5572
}
5673

57-
.docs-doc-id-ask main > .container > .row > .col {
74+
.docs-doc-id-ask main>.container>.row>.col {
5875
max-width: 100% !important;
5976
}
6077

@@ -66,9 +83,10 @@
6683
display: none !important;
6784
}
6885

69-
.blog-post-page main img, .blog-list-page article img {
86+
.blog-post-page main img,
87+
.blog-list-page article img {
7088
border-radius: 50px;
71-
box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.25);
89+
box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.25);
7290
}
7391

7492
.MuiButtonBase-root p {
@@ -82,7 +100,9 @@ a.MuiButtonBase-root:hover {
82100
/* Tentative change to address dark mode text on Samples page.
83101
To go further, consider looking at implementing MUI custom themes.
84102
*/
85-
.MuiTypography-root, .MuiFormLabel-root, .MuiInputBase-input {
103+
.MuiTypography-root,
104+
.MuiFormLabel-root,
105+
.MuiInputBase-input {
86106
color: var(--ifm-font-color-base) !important;
87107
}
88108

@@ -97,7 +117,7 @@ img.unstyled {
97117
background-size: 200% 100%;
98118
background-position: 0 0;
99119
background-repeat: repeat-x;
100-
background-image: linear-gradient(131deg,rgba(80,54,163,.67),rgba(63,178,175,.67) 50%, rgba(80,54,163,.67));
120+
background-image: linear-gradient(131deg, rgba(80, 54, 163, .67), rgba(63, 178, 175, .67) 50%, rgba(80, 54, 163, .67));
101121
margin-right: 1rem;
102122
display: inline-block;
103123
font-size: smaller;
@@ -117,4 +137,4 @@ img.unstyled {
117137
to {
118138
background-position: 200% 0;
119139
}
120-
}
140+
}
125 KB
Binary file not shown.
125 KB
Binary file not shown.
52.5 KB
Binary file not shown.
35.4 KB
Binary file not shown.
-25.2 KB
Loading

static/img/defang-logo.svg

Lines changed: 11 additions & 18 deletions
Loading

static/img/defang-social-card.png

242 KB
Loading
-54.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)