Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1 complete #5

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
again fixed some issues
barnilsarma committed Mar 1, 2024
commit 2df034c48d353a0f4708cd2ba29ee4c6c9550a07
72 changes: 0 additions & 72 deletions components/Login/Login.jsx

This file was deleted.

Empty file removed components/Login/Login.module.scss
Empty file.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,6 @@
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prisma": "^5.9.1",
"sass": "^1.70.0",
"simple-git-hooks": "^2.9.0"
},
2 changes: 1 addition & 1 deletion pages/CSS.jsx
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ export default function CSS() {
<div className={styles.wrapper}>
<div className={styles.part1}>
<h1 className={styles.mainHeading}>Cascading Stylesheet</h1>
<p className={styles.tagLine}>A beginner's intro to CSS, styling, animations and many more</p>
<p className={styles.tagLine}>A beginner&apos;s intro to CSS, styling, animations and many more</p>
<div className={styles.authorCont}><h1 className={styles.authorName}>Barnil Sarma</h1><h1 className={styles.date}>-28 Feb, 2024</h1></div>
</div>
<div className={styles.content}>
4 changes: 2 additions & 2 deletions pages/HTML.jsx
Original file line number Diff line number Diff line change
@@ -4,12 +4,12 @@ export default function HTML() {
<div className={styles.wrapper}>
<div className={styles.part1}>
<h1 className={styles.mainHeading}>HyperText Markup Language</h1>
<p className={styles.tagLine}>A beginner's intro to HTML, TAGS, ATTRIBUTES and many more</p>
<p className={styles.tagLine}>A beginner&apos;s intro to HTML, TAGS, ATTRIBUTES and many more</p>
<div className={styles.authorCont}><h1 className={styles.authorName}>Barnil Sarma</h1><h1 className={styles.date}>-28 Feb, 2024</h1></div>
</div>
<div className={styles.content}>
<p className={styles.para}>
Wanted to start web development but did'nt know where to start?If so,this is the right place for you.
Wanted to start web development but did&apos;nt know where to start?If so,this is the right place for you.
The first step to web development is HyperText Markup Language for HTML for short.
</p>
<p className={styles.para}>
8 changes: 0 additions & 8 deletions pages/login.js

This file was deleted.

46 changes: 3 additions & 43 deletions pnpm-lock.yaml

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

43 changes: 0 additions & 43 deletions prisma/schema.prisma

This file was deleted.