Skip to content

Commit

Permalink
New mindsdb Navbar (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemahmedx0 authored Jul 29, 2024
1 parent 9b14f54 commit 662a3f8
Show file tree
Hide file tree
Showing 36 changed files with 2,443 additions and 1,154 deletions.
436 changes: 184 additions & 252 deletions packages/blog-starter-kit/themes/enterprise/components/header.tsx

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
import React from 'react';

export default class AboutUsSVG extends React.Component {
render() {
return (
<svg
className={this.props.className}
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2208_25)">
<path
d="M17.0361 12.0661C17.3148 14.2441 17.57 16.285 17.8393 18.326C17.8723 18.5716 17.8204 18.6567 17.5463 18.6709C15.8975 18.7512 15.8975 18.7606 15.3022 17.2583C15.0566 16.6346 14.8109 16.0063 14.5463 15.3874C14.4896 15.2882 14.466 15.1701 14.4849 15.052C14.5038 14.9338 14.5605 14.8299 14.6503 14.7543C15.4298 13.9039 16.1904 13.0252 17.0361 12.0661Z"
fill="#42987E"
/>
<path
d="M7.34187 13.8898C7.57809 15.0898 7.80959 16.2142 8.01746 17.3433C8.07888 17.6929 8.36707 18.137 8.1214 18.3732C7.91353 18.5764 7.44581 18.2882 7.08676 18.3024C6.13243 18.3402 5.68833 17.8961 5.53715 16.9748C5.44739 16.4315 5.40487 16.0583 5.85841 15.6331C6.38754 15.0803 6.88361 14.4992 7.34187 13.885V13.8898Z"
fill="#42987E"
/>
<path
d="M10.0346 16.0724C10.0346 15.4016 10.0252 14.726 10.0394 14.0551C10.0441 13.7905 9.97321 13.7008 9.68502 13.6913C7.73857 13.6299 5.79211 13.5496 3.85038 13.4598C3.54329 13.4457 3.42518 13.5307 3.35904 13.8283C3.0614 15.2031 2.71652 16.5732 2.42361 17.948C2.34329 18.3354 2.19211 18.4772 1.78109 18.4346C1.32282 18.3874 0.864552 18.3779 0.406284 18.4016C0.0614022 18.4205 -0.00473951 18.2787 -1.51042e-05 17.9811C0.0283314 15.9165 0.0755754 13.8472 0.0519534 11.7827C0.0519534 11.1496 0.264552 10.5307 0.661402 10.0299C1.74329 8.56535 2.77794 7.06771 3.82203 5.57479C3.87872 5.47086 3.96849 5.39054 4.07243 5.3433C4.18109 5.29605 4.2992 5.28188 4.41731 5.3055C8.3055 5.71653 12.1937 6.10865 16.0866 6.49605C16.3275 6.5244 16.5638 6.61416 16.7622 6.75117C19.0771 8.22991 21.3874 9.7181 23.7165 11.1779C24.0661 11.3953 24.0756 11.5181 23.7401 11.7165C23.6693 11.7543 23.6031 11.8063 23.5512 11.8677C22.8803 12.7181 22.096 12.6803 21.1464 12.3024C19.9984 11.8488 18.789 11.5464 17.6126 11.159C17.4992 11.1165 17.3811 11.0976 17.2583 11.1118C17.1354 11.126 17.022 11.1638 16.9228 11.2299C15.8409 11.8913 14.7543 12.5433 13.6583 13.1905C13.559 13.2425 13.474 13.3181 13.4126 13.4079C13.3512 13.4976 13.3134 13.6016 13.2992 13.715C13.0583 15.137 12.7842 16.5496 12.5669 17.9716C12.5055 18.3779 12.3543 18.5102 11.9433 18.4819C11.4189 18.4535 10.8945 18.4488 10.3701 18.4819C10.0583 18.4961 9.98266 18.3874 9.99211 18.0992C10.011 17.4283 9.99684 16.7527 9.99684 16.0819H10.0346V16.0724Z"
fill="#42987E"
/>
</g>
<defs>
<clipPath id="clip0_2208_25">
<rect width="24" height="24" fill="white" />
</clipPath>
</defs>
</svg>
);
}
}

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from 'react';

export default class BlogSVG extends React.Component {
render() {
return (
<svg
className={this.props.className}
width="24"
height="24"
viewBox="0 0 50 50"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M4.69995 9.40002V40.6H45.2999V9.40002H4.69995ZM7.79995 12.5H23.4V37.5H7.79995V12.5ZM26.6 12.5H42.2V37.5H26.6V12.5ZM29.7 17.2V20.3H39.0999V17.2H29.7ZM29.7 23.4V26.5H39.0999V23.4H29.7ZM29.7 29.7V32.8H39.0999V29.7H29.7Z"
fill="#42987E"
/>
</svg>
);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,16 @@ export default class CareersSVG extends React.Component {
render() {
return (
<svg
className={this.props.className}
width="24"
height="24"
viewBox="0 0 40 40"
viewBox="0 0 64 64"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={this.props.className}
>
<path
d="M3.0998 11.2H9.3998C10.0998 8.10002 11.7998 5.70002 14.4998 4.00002C16.4998 2.90002 18.4998 2.30002 20.7998 2.50002C25.1998 2.90002 29.3998 5.80002 30.6998 11.1H36.9998C38.4998 11.1 39.7998 12.4 39.7998 13.9C39.7998 15.4 39.7998 16.8 39.7998 17.9C39.7998 18.3 39.5998 18.5 39.1998 18.6C35.6998 20.4 32.1998 22.1 28.4998 23.9C28.2998 24.1 27.8998 24.1 27.5998 24.1C22.4998 24.1 17.2998 24.1 12.2998 24.1C11.8998 24.1 11.5998 24.1 11.3998 23.9C7.8998 22.2 4.3998 20.4 0.899805 18.8C0.499805 18.6 0.299805 18.4 0.299805 17.9C0.299805 16.6 0.299805 15.3 0.299805 13.9C0.299805 12.5 1.5998 11.2 3.0998 11.2ZM13.8998 11.2C15.8998 11.2 17.8998 11.2 19.9998 11.2C22.0998 11.2 23.9998 11.2 26.0998 11.2C25.3998 8.60002 22.7998 6.80002 19.9998 6.80002C17.1998 7.00002 14.6998 8.60002 13.8998 11.2Z"
fill="#FD6B6E"
/>
<path
d="M0.299805 34.7V23.5C0.699805 23.7 7.0998 26.8 10.1998 28.5C10.5998 28.7 10.8998 28.7 11.2998 28.7C16.9998 28.7 22.8998 28.7 28.5998 28.7C28.9998 28.7 29.2998 28.5 29.6998 28.5C32.5998 27 39.0998 23.7 39.3998 23.7V34.7C39.3998 36.2 38.0998 37.5 36.5998 37.5H3.0998C1.5998 37.5 0.299805 36.2 0.299805 34.7Z"
fill="#FD6B6E"
d="M28 6C27 6 25.9 6.4 25.1 7.1C24.3 7.8 24 8.9 24 10V12H6V52H58V12H40V10C40 9 39.6 7.9 38.9 7.1C38.2 6.3 37.1 6 36 6H28ZM28 10H36V12H28V10ZM10 16H54V28C54 30.4 52.4 32 50 32H14C11.6 32 10 30.4 10 28V16ZM18 24V30H22V24H18ZM42 24V30H46V24H42ZM10 34.9C11.2 35.6 12.5 36 14 36H50C51.5 36 52.8 35.6 54 34.9V48H10V34.9Z"
fill="#42987E"
/>
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,16 @@ export default class CaseStudiesSVG extends React.Component {
render() {
return (
<svg
className={this.props.className}
width="24"
height="24"
viewBox="0 0 50 50"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={this.props.className}
>
<path
d="M43.4 5.90005H2.8C1.2 5.90005 0 4.60005 0 3.10005C0 1.60005 1.2 0.300049 2.8 0.300049H43.5C45 0.300049 46.3 1.50005 46.3 3.10005C46.2 4.60005 45 5.90005 43.4 5.90005Z"
fill="#FB6C6E"
/>
<path
d="M44.9 46.5H2.8C1.3 46.5 0 45.3 0 43.7C0 42.2 1.2 41 2.8 41H44.9C45.6 41 46.2 41.6 46.2 42.3V45.2C46.2 45.9 45.6 46.5 44.9 46.5Z"
fill="#FB6C6E"
/>
<path
d="M15 33.0001H2.8C1.2 33.0001 0 31.7001 0 30.2001C0 28.7001 1.2 27.4001 2.8 27.4001H15C15.7 27.4001 16.3 28.0001 16.3 28.7001V31.6001C16.3 32.4001 15.7 33.0001 15 33.0001Z"
fill="#FB6C6E"
/>
<path
d="M43.4002 33H42.0002C41.3002 33 40.7002 32.4 40.7002 31.7V28.8C40.7002 28.1 41.3002 27.5 42.0002 27.5H43.5002C45.0002 27.5 46.3002 28.7 46.3002 30.3C46.2002 31.7 45.0002 33 43.4002 33Z"
fill="#FB6C6E"
/>
<path
d="M21.4 19.4H2.8C1.3 19.4 0 18.2 0 16.6C0 15.1 1.2 13.8 2.8 13.8H21.5C22.2 13.8 22.8 14.4 22.8 15.1V18C22.8 18.8 22.2 19.4 21.4 19.4Z"
fill="#FB6C6E"
/>
<path
d="M43.4 19.4H37C35.5 19.4 30.3 18.2 30.3 16.6H19.2C19.2 15.1 7.50001 13.8 9.00001 13.8H43.5C45 13.8 46.3 15 46.3 16.6C46.2 18.2 45 19.4 43.4 19.4Z"
fill="#FB6C6E"
/>
<path
d="M28.6 14.6001C32.6 14.6001 36.3 16.2001 39 18.9001C41.6 21.5001 43.3 25.2001 43.3 29.2001C43.3 30.8001 43 32.4001 42.5 33.9001C42.4 34.1001 42.3 34.4001 42.2 34.6001C41.8 35.7001 41.2 36.7001 40.6 37.6001L49.1 45.3001C49.6 45.8001 49.8 46.4001 49.9 47.0001C49.9 47.6001 49.7 48.2001 49.3 48.7001L49.2 48.8001C48.7 49.3001 48.1 49.5001 47.5 49.6001C46.9 49.6001 46.3 49.4001 45.8 49.0001L37.1 41.2001C36.8 41.4001 36.6 41.6001 36.3 41.7001C35.9 41.9001 35.6 42.1001 35.2 42.3001C33.2 43.3001 31 43.8001 28.7 43.8001C24.7 43.8001 21 42.2001 18.3 39.5001C15.7 36.9001 14 33.2001 14 29.2001C14 25.2001 15.6 21.5001 18.3 18.8001C20.9 16.2001 24.6 14.6001 28.6 14.6001ZM28.6 17.9001C25.5 17.9001 22.6 19.2001 20.6 21.2001C18.5 23.3001 17.3 26.1001 17.3 29.2001C17.3 32.3001 18.6 35.2001 20.6 37.2001C22.7 39.3001 25.5 40.5001 28.6 40.5001C31.7 40.5001 34.6 39.2001 36.6 37.2001C38.7 35.1001 39.9 32.3001 39.9 29.2001C39.9 26.1001 38.6 23.2001 36.6 21.2001C34.6 19.1001 31.8 17.9001 28.6 17.9001Z"
fill="#BF1324"
d="M9.3999 4.70001V45.3H26.2999L29.3999 42.2H12.4999V7.80001H28.0999V17.2H37.4999V25.6C38.3999 25.3 39.4999 25 40.5999 25V15L30.2999 4.70001H9.3999ZM31.1999 10L35.2999 14.1H31.1999V10ZM41.3999 28.1C36.6999 28.1 32.7999 32 32.7999 36.7C32.7999 41.4 33.2999 40.2 34.2999 41.6L28.4999 47.3L30.6999 49.5L36.3999 43.7C37.7999 44.7 39.4999 45.2 41.2999 45.2C45.9999 45.2 49.8999 41.3 49.8999 36.6C49.8999 31.9 45.9999 28 41.2999 28L41.3999 28.1ZM41.3999 31.2C44.3999 31.2 46.8999 33.6 46.8999 36.7C46.8999 39.8 44.4999 42.2 41.3999 42.2C38.2999 42.2 35.8999 39.8 35.8999 36.7C35.8999 33.6 38.2999 31.2 41.3999 31.2Z"
fill="#42987E"
/>
</svg>
);
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,16 @@ export default class CommunitySVG extends React.Component {
render() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
className={this.props.className}
width="24"
height="24"
viewBox="0 0 24 24"
viewBox="0 0 50 50"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M16.4063 12.5C15.4024 12.5 14.4317 12.0518 13.672 11.2383C12.9332 10.4448 12.482 9.38672 12.4024 8.25977C12.3175 7.05762 12.6842 5.95215 13.4347 5.14648C14.1851 4.34082 15.2345 3.90625 16.4063 3.90625C17.5699 3.90625 18.6222 4.34863 19.3702 5.15234C20.1256 5.96387 20.4932 7.06738 20.4083 8.25928C20.3267 9.3877 19.8761 10.4453 19.1388 11.2378C18.3809 12.0518 17.4107 12.5 16.4063 12.5Z"
fill="#00A587"
/>
<path
d="M22.8433 21.0938H9.96972C9.76274 21.0949 9.55827 21.0485 9.37204 20.9581C9.18581 20.8678 9.02278 20.736 8.8955 20.5728C8.76049 20.3958 8.66726 20.1906 8.62278 19.9725C8.5783 19.7545 8.58373 19.5292 8.63867 19.3135C9.0498 17.6626 10.0684 16.2935 11.584 15.3545C12.9292 14.5215 14.6416 14.0625 16.4062 14.0625C18.2056 14.0625 19.873 14.502 21.2261 15.3345C22.7451 16.2686 23.7651 17.6455 24.1743 19.3164C24.2286 19.5322 24.2334 19.7576 24.1884 19.9755C24.1434 20.1935 24.0498 20.3985 23.9145 20.5752C23.7874 20.7377 23.6247 20.8689 23.4391 20.9587C23.2534 21.0486 23.0496 21.0948 22.8433 21.0938Z"
fill="#00A587"
/>
<path
d="M7.17768 12.6953C5.45942 12.6953 3.94867 11.0977 3.80854 9.13428C3.7392 8.12842 4.05268 7.19824 4.68744 6.51611C5.31537 5.84082 6.20112 5.46875 7.17768 5.46875C8.15424 5.46875 9.03315 5.84277 9.66449 6.52197C10.3041 7.20947 10.6166 8.1377 10.5434 9.13525C10.4033 11.0981 8.89301 12.6953 7.17768 12.6953Z"
fill="#00A587"
/>
<path
d="M10.3837 14.231C9.52485 13.811 8.4101 13.6011 7.17817 13.6011C5.73969 13.6011 4.34272 13.9761 3.24409 14.6567C1.99848 15.4297 1.16059 16.5552 0.82221 17.9141C0.772691 18.1095 0.768007 18.3136 0.80851 18.5112C0.849012 18.7087 0.933651 18.8945 1.0561 19.0547C1.17228 19.2038 1.32113 19.3244 1.49119 19.407C1.66125 19.4896 1.84799 19.5321 2.03705 19.5313H7.45698C7.54845 19.5312 7.63703 19.4991 7.70725 19.4405C7.77748 19.3819 7.8249 19.3005 7.84125 19.2104C7.84662 19.1797 7.85346 19.1489 7.86127 19.1187C8.27533 17.4556 9.24555 16.0503 10.6791 15.0259C10.7319 14.9879 10.7743 14.9373 10.8025 14.8788C10.8308 14.8202 10.844 14.7556 10.8409 14.6906C10.8379 14.6257 10.8187 14.5626 10.785 14.5069C10.7514 14.4513 10.7044 14.405 10.6484 14.3721C10.5717 14.3271 10.4838 14.2798 10.3837 14.231Z"
fill="#00A587"
d="M23.4 4.7V17.2H32.4L35.5 21.4L38.6 17.2H46.8V4.7H23.4ZM26.6 7.8H43.8V14H37.2L35.6 16.1L34 14H26.6V7.8ZM25 20.3C20.7 20.3 17.2 23.8 17.2 28.1C17.2 32.4 18.3 32.6 20 34C18.3 34.9 16.9 36.2 15.9 37.8C15.3 37 14.6 36.3 13.8 35.7C15 34.6 15.7 33 15.7 31.2C15.7 27.8 12.9 25 9.50001 25C6.10001 25 3.30001 27.8 3.30001 31.2C3.30001 34.6 4.00001 34.5 5.20001 35.7C3.10001 37.1 1.70001 39.5 1.70001 42.2H4.80001C4.80001 39.6 6.90001 37.5 9.50001 37.5C12.1 37.5 14.2 39.6 14.2 42.2V43.8H17.3C17.3 39.5 20.8 36 25.1 36C29.4 36 32.9 39.5 32.9 43.8H36V42.2C36 39.6 38.1 37.5 40.7 37.5C43.3 37.5 45.4 39.6 45.4 42.2H48.5C48.5 39.5 47.1 37.1 45 35.7C46.2 34.6 46.9 33 46.9 31.2C46.9 27.8 44.1 25 40.7 25C37.3 25 34.5 27.8 34.5 31.2C34.5 34.6 35.2 34.5 36.4 35.7C35.6 36.3 34.9 37 34.3 37.8C33.3 36.2 31.8 34.9 30.2 34C31.9 32.6 33 30.5 33 28.1C33 23.8 29.5 20.3 25.2 20.3H25ZM25 23.4C27.6 23.4 29.7 25.5 29.7 28.1C29.7 30.7 27.6 32.8 25 32.8C22.4 32.8 20.3 30.7 20.3 28.1C20.3 25.5 22.4 23.4 25 23.4ZM9.40001 28.1C11.1 28.1 12.5 29.5 12.5 31.2C12.5 32.9 11.1 34.3 9.40001 34.3C7.70001 34.3 6.30001 32.9 6.30001 31.2C6.30001 29.5 7.70001 28.1 9.40001 28.1ZM40.6 28.1C42.3 28.1 43.7 29.5 43.7 31.2C43.7 32.9 42.3 34.3 40.6 34.3C38.9 34.3 37.5 32.9 37.5 31.2C37.5 29.5 38.9 28.1 40.6 28.1Z"
fill="#42987E"
/>
</svg>
);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import React from 'react';

export default class ConnectSVG extends React.Component {
render() {
return (
<svg
className={this.props.className}
width="24"
height="24"
viewBox="0 0 50 50"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M6.19995 6.2V40.6H19.1C19.1 40.6 19.1 40.4 19.1 40.3C19.1 40.2 19.1 40.1 19.1 40C19.1 39.9 19.1 39.8 19.1 39.7C19.1 39.5 19.2 39.4 19.3 39.2C19.3 39 19.4 38.9 19.5 38.7C19.5 38.5 19.6 38.3 19.7 38C19.7 38 19.7 37.8 19.8 37.7C19.8 37.6 19.9 37.5 20 37.4H9.09995V9.4H32.5V17.2C33.6 17.2 34.5999 17.4 35.5999 17.7V6.2H6.19995ZM12.5 12.5V15.6H18.7V12.5H12.5ZM23.4 12.5V15.6H29.6V12.5H23.4ZM12.5 18.8V21.9H18.7V18.8H12.5ZM23.4 18.8V21.9H23.7999C24.6999 20.6 25.8 19.6 27.2 18.8H23.4ZM32.7999 20.3C28.4999 20.3 25 23.8 25 28.1C25 32.4 26.0999 32.6 27.7999 34C24.2999 35.8 21.9 39.5 21.9 43.7H25C25 39.4 28.4999 35.9 32.7999 35.9C37.0999 35.9 40.5999 39.4 40.5999 43.7H43.7C43.7 39.5 41.2999 35.8 37.7999 34C39.4999 32.6 40.5999 30.4 40.5999 28.1C40.5999 23.8 37.0999 20.3 32.7999 20.3ZM32.7999 23.4C35.3999 23.4 37.5 25.5 37.5 28.1C37.5 30.7 35.3999 32.8 32.7999 32.8C30.1999 32.8 28.1 30.7 28.1 28.1C28.1 25.5 30.1999 23.4 32.7999 23.4ZM12.5 25V28.1H18.7V25H12.5ZM12.5 31.2V34.3H18.7V31.2H12.5Z"
fill="#42987E"
/>
</svg>
);
}
}
Loading

0 comments on commit 662a3f8

Please sign in to comment.