Skip to content

Commit

Permalink
chore: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadMinhaj committed Aug 30, 2024
1 parent b2cf80f commit bd213d3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/components/Navbar/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Navbar(props) {
>
<img
alt="Informative Coding"
src="/static/logo.png"
src="https://blusofy.github.io/informative-coding/static/logo.png"
width="90%"
height="90%"
/>
Expand Down
4 changes: 2 additions & 2 deletions src/components/SEO.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const data = {
fbAppId: '3242641772502117',
twitterSiteUsername: '@InformativeCode',
author: 'Muhammad Minhaj',
image: '/static/logo.png',
favicon: '/static/favicon.ico',
image: 'https://blusofy.github.io/informative-coding/static/logo.png',
favicon: 'https://blusofy.github.io/informative-coding/static/favicon.ico',
};

const SEO = () => (
Expand Down
2 changes: 1 addition & 1 deletion src/components/Thumbnail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Thumbnail() {
{isMobile && <Box marginTop="3rem" />}
<div style={{ maxWidth: '450px', float: 'right' }}>
<img
src="/static/images/slide4.jpg"
src="https://blusofy.github.io/informative-coding/static/images/slide4.jpg"
alt="sldie"
width="100%"
height="100%"
Expand Down
16 changes: 8 additions & 8 deletions src/components/Tutorials/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,50 @@
"title": "জাভাস্ক্রিপ্ট",
"description": "প্রাথমিক পর্যায় থেকে বাংলায় সহজে জাভাস্ক্রিপ্ট শিখুন।",
"url": "/javascript",
"iconUrl": "/static/icons/js.png"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/js.png"
},
{
"title": "টাইপস্ক্রিপট",
"description": "জাভাস্ক্রিপ্টের জ্ঞান দিয়ে সহজে টাইপস্ক্রিপ্ট শিখুন।",
"url": "/typescript",
"iconUrl": "/static/icons/ts.png"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/ts.png"
},
{
"title": "রিয়েক্ট জেএস",
"description": "রিয়েক্ট জেএস শিখুন এবং রিয়েক্ট এর উপায়ে চিন্তা করুন।",
"url": "/reactjs",
"iconUrl": "/static/icons/react.png"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/react.png"
},
{
"title": "রিয়েক্ট নেটিভ",
"description": "রিয়েক্ট নেটিভ শিখে মোবাইল এপপ্স তৈরী করুন।",
"url": "/expressjs",
"iconUrl": "/static/icons/react-native.jpg"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/react-native.jpg"
},
{
"title": "নেক্সট জেএস",
"description": "আর নয় এসইও এর চিন্তা এবার নেক্সট জেএস শিখুন।",
"url": "/nextjs",
"iconUrl": "/static/icons/nextjs.svg"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/nextjs.svg"
},
{
"title": "নোড জেএস",
"description": "ব্যাক-এন্ড ডেভেলপমেন্টের জন্য সহজে নোড জেএস শিখুন।",
"url": "/nodejs",
"iconUrl": "/static/icons/nodejs1.png"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/nodejs1.png"
},

{
"title": "গিট এবং গিটহাব",
"description": "সহজে গিট এবং গিটহাব শিখে ভার্সন নিয়ন্ত্রণ করুন",
"url": "/git-github",
"iconUrl": "/static/icons/git.svg"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/git.svg"
},

{
"title": "টার্মিনাল",
"description": "সহজে টার্মিনাল এর ব্যবহার শিখে কম সময়ে বেশি কাজ করুন।",
"url": "/terminal",
"iconUrl": "/static/icons/terminal.png"
"iconUrl": "https://blusofy.github.io/informative-coding/static/icons/terminal.png"
}
]
12 changes: 6 additions & 6 deletions styles/globals.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
/* English Fonts */
@font-face {
font-family: enOneFont;
src: url("/static/fonts/en/sourcesanspro/sourcesanspro/SourceSansPro-Regular.ttf");
src: url("https://blusofy.github.io/informative-coding/static/fonts/en/sourcesanspro/sourcesanspro/SourceSansPro-Regular.ttf");
}
@font-face {
font-family: enTwoFont;
src: url("/static/fonts/en/spacemono/spacemono/SpaceMono-Regular.ttf");
src: url("https://blusofy.github.io/informative-coding/static/fonts/en/spacemono/spacemono/SpaceMono-Regular.ttf");
}
/* Bangla Fonts */
@font-face {
font-family: bnTitleFontOne;
src: url("/static/fonts/bn/ShohidBarkat/Unicode/Li Shohid Barkat Unicode.ttf");
src: url("https://blusofy.github.io/informative-coding/static/fonts/bn/ShohidBarkat/Unicode/Li Shohid Barkat Unicode.ttf");
}
@font-face {
font-family: bnTitleFontTwo;
src: url("/static/fonts/bn/AdorShurobhi/Unicode/Li Ador Shurobhi Unicode.ttf");
src: url("https://blusofy.github.io/informative-coding/static/fonts/bn/AdorShurobhi/Unicode/Li Ador Shurobhi Unicode.ttf");
}
@font-face {
font-family: bnParaFontOne;
src: url("/static/fonts/bn/Kalpurush/Kalpurush-Regular.ttf");
src: url("https://blusofy.github.io/informative-coding/static/fonts/bn/Kalpurush/Kalpurush-Regular.ttf");
}
@font-face {
font-family: bnParaFontTwo;
src: url("/static/fonts/bn/Nikosh/Nikosh-Regular_jvTyYV3.ttf");
src: url("https://blusofy.github.io/informative-coding/static/fonts/bn/Nikosh/Nikosh-Regular_jvTyYV3.ttf");
}

html,
Expand Down

0 comments on commit bd213d3

Please sign in to comment.