Skip to content

Commit

Permalink
♻️ web redesign
Browse files Browse the repository at this point in the history
Web redesign
  • Loading branch information
petar-cvit authored Apr 19, 2024
2 parents b2bddf4 + f79dbe2 commit f5f9286
Show file tree
Hide file tree
Showing 69 changed files with 21,236 additions and 11,992 deletions.
32 changes: 0 additions & 32 deletions web/.github/workflows/deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion web/blog/2024-04-12-telemetry/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How Telemetry Saved my Open-Source Platform
authors: [jurajk]
---

![telescope-cover-image](../../static/img/2024-04-12-telemetry/telemetry-cover.png)
![telescope-cover-image](../../static/img/2024-04-12-telemetry/telemetry-cover.png)

What started as a frustration with not being able to get in touch with our users, quickly developed into a redesign of the flow of our platform.

Expand Down
74 changes: 58 additions & 16 deletions web/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

import {Button} from "antd";

/** @type {import('@docusaurus/types').Config} */
const config = {
title: "Cyclops",
Expand Down Expand Up @@ -57,18 +59,11 @@ const config = {
({
// Replace with your project's social card
image: "img/which-would-you-prefer.png",
announcementBar: {
backgroundColor: "#68b6ac",
textColor: "#ffffff",
isCloseable: false,
content:
'<b>⭐ We are <a href="https://github.com/cyclops-ui/cyclops">open-source on GitHub</a> - show us your support by giving us a star ⭐</b>',
},
navbar: {
title: "Cyclops",
style: 'dark',
logo: {
alt: "Cyclops logo",
src: "img/logo.png",
src: "img/cyclops-simplistic.png",
},
items: [
{
Expand All @@ -79,15 +74,26 @@ const config = {
},
{ to: "blog", label: "Blog", position: "left" },
{
href: "https://www.linkedin.com/company/cyclops-ui",
position: "right",
className: "header-linkedin-link",
type: 'html',
position: 'right',
value: '<a href="/docs/installation/install/manifest" style="background-color: #FF8803; color: #FFF; height: 30px; width: 150px; text-decoration: none; display: inline-flex; align-items: center; border-radius: 30px 30px 30px 30px"' +
'onmouseover="this.style.backgroundColor=\'#FFA229\';"' +
'onmouseout="this.style.backgroundColor=\'#FF8803\';">' +
'<h3 style="margin: 0px auto;">' +
'Get started' +
'</h3>' +
'</a>',
},
{
href: "https://github.com/cyclops-ui/cyclops",
position: "right",
className: "header-github-link",
},
{
href: "https://www.linkedin.com/company/cyclops-ui",
position: "right",
className: "header-linkedin-link",
},
{
href: "https://discord.com/invite/8ErnK3qDb3",
className: "header-discord-link",
Expand All @@ -98,6 +104,36 @@ const config = {
footer: {
style: "dark",
links: [
{
items: [
{
html: `
<a href="https://landscape.cncf.io/">
<img src="/img/cncf-white.png"/>
</a>
`,
},
{
html: `
<div style="width: 100%; padding-top: 20px">
<a href="https://filrougecapital.com/">
<img style="width: 50%" src="/img/frc-white.png"/>
</a>
<a href="https://www.zicer.hr/?lang=en">
<img style="width: 45%; right: 0; position: relative" src="/img/zicer.png"/>
</a>
</div>
`,
},
{
html: `
<a>
<img style="width: 100%; padding-top: 20px" src="/img/esif.png"/>
</a>
`,
},
],
},
{
title: "Docs",
items: [
Expand Down Expand Up @@ -132,12 +168,17 @@ const config = {
title: "More",
items: [
{
label: "GitHub",
href: "https://github.com/cyclops-ui/cyclops",
html: `
<div>
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<a style="color: #FFF" href="" onclick="Calendly.initPopupWidget({url: 'https://calendly.com/cyclops-ui/cyclops'});return false;">Schedule a demo</a>
</link>
</div>
`,
},
{
label: "Schedule a demo",
href: "https://docs.google.com/forms/d/e/1FAIpQLSfm9sSsmqJYsofteSrGigWMW9eOgSjoinHwjsvtjX6wOcAv9w/viewform",
label: "GitHub",
href: "https://github.com/cyclops-ui/cyclops",
},
{
label: "Leave your feedback",
Expand All @@ -158,6 +199,7 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Cyclops UI`,
},
colorMode: {
defaultMode: "light",
Expand Down
Loading

0 comments on commit f5f9286

Please sign in to comment.