Skip to content

Commit f2ac356

Browse files
committed
Updates
0 parents  commit f2ac356

9 files changed

Lines changed: 6524 additions & 0 deletions

File tree

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
yarn-debug.log*
6+
yarn-error.log*
7+
pnpm-debug.log*
8+
lerna-debug.log*
9+
10+
node_modules
11+
dist
12+
dist-ssr
13+
*.local
14+
15+
# Editor directories and files
16+
.vscode/*
17+
!.vscode/extensions.json
18+
.idea
19+
.DS_Store
20+
*.suo
21+
*.ntvs*
22+
*.njsproj
23+
*.sln
24+
*.sw?

404.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/css-core-notes/favicon.ico" type="image/x-icon" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Ashish Ranjan</title>
8+
9+
<!-- Google Fonts: Antonio (headings) -->
10+
<link rel="preconnect" href="https://fonts.googleapis.com" />
11+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
12+
<link
13+
href="https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap"
14+
rel="stylesheet"
15+
/>
16+
<script type="module" crossorigin src="/css-core-notes/assets/index-E8aWiKyr.js"></script>
17+
<link rel="stylesheet" crossorigin href="/css-core-notes/assets/index-A7CGImtt.css">
18+
</head>
19+
20+
<body>
21+
<div id="root"></div>
22+
</body>
23+
</html>

_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

assets/index-A7CGImtt.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/index-E8aWiKyr.js

Lines changed: 6452 additions & 0 deletions
Large diffs are not rendered by default.

favicon.ico

37.1 KB
Binary file not shown.

images/logo.png

3.08 KB
Loading

images/transparentLogo.png

454 KB
Loading

index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/css-core-notes/favicon.ico" type="image/x-icon" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Ashish Ranjan</title>
8+
9+
<!-- Google Fonts: Antonio (headings) -->
10+
<link rel="preconnect" href="https://fonts.googleapis.com" />
11+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
12+
<link
13+
href="https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap"
14+
rel="stylesheet"
15+
/>
16+
<script type="module" crossorigin src="/css-core-notes/assets/index-E8aWiKyr.js"></script>
17+
<link rel="stylesheet" crossorigin href="/css-core-notes/assets/index-A7CGImtt.css">
18+
</head>
19+
20+
<body>
21+
<div id="root"></div>
22+
</body>
23+
</html>

0 commit comments

Comments
 (0)