forked from Hashnode/starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b14f54
commit 662a3f8
Showing
36 changed files
with
2,443 additions
and
1,154 deletions.
There are no files selected for viewing
436 changes: 184 additions & 252 deletions
436
packages/blog-starter-kit/themes/enterprise/components/header.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
packages/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/AIAgentsSVG.js
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
...ges/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/AboutUsNavSVG.js
This file was deleted.
Oops, something went wrong.
36 changes: 36 additions & 0 deletions
36
packages/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/AboutUsSVG.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); | ||
} | ||
} |
32 changes: 0 additions & 32 deletions
32
packages/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/BlogNavSVG.js
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
packages/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/BlogSVG.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
packages/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/CloudNavBar.js
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
packages/blog-starter-kit/themes/enterprise/components/icons/svgs/NavbarIcons/ConnectSVG.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
); | ||
} | ||
} |
Oops, something went wrong.