Skip to content

Commit

Permalink
fix loading data issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahid4306053 committed Dec 13, 2023
1 parent a01eff8 commit 01cf73d
Show file tree
Hide file tree
Showing 49 changed files with 849 additions and 1,080 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.3.0/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.3.0/css/sharp-solid.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.3.0/css/sharp-regular.css">

<title>NahidER School</title>
</head>
<body style="font-family: 'Jost', sans-serif;">
<body style="font-family: 'Montserrat', sans-serif;">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
Expand Down
67 changes: 67 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.146",
"@mui/material": "^5.14.11",
"@tanstack/react-query": "^5.13.4",
"axios": "^1.5.1",
"firebase": "^10.7.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loader-spinner": "^5.4.5",
"react-moment": "^1.1.3",
Expand Down
23 changes: 23 additions & 0 deletions public/Data/Blog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"title": "Unlocking Creativity: A Guide to Overcoming Creative Blocks",
"author": "Jane Doe",
"banner": "image1.jpg",
"date": "February 15, 2023",
"description": "In this insightful post, Jane Doe explores practical tips and strategies to overcome creative blocks and unleash your full creative potential."
},
{
"title": "The Impact of Technology on Education: Navigating the Digital Frontier",
"author": "John Smith",
"banner": "image2.jpg",
"date": "March 8, 2023",
"description": "John Smith delves into the transformative role of technology in education, discussing its implications on teaching methods, student engagement, and the future of learning."
},
{
"title": "Mindfulness in the Workplace: Fostering Well-being for Increased Productivity",
"author": "Sarah Johnson",
"banner": "image3.jpg",
"date": "April 20, 2023",
"description": "Sarah Johnson shares her insights on incorporating mindfulness practices into the workplace, exploring the benefits for both employees and organizations in achieving a healthier and more productive work environment."
}
]
134 changes: 0 additions & 134 deletions public/Data/Instructors.json

This file was deleted.

Loading

0 comments on commit 01cf73d

Please sign in to comment.