Skip to content

Commit

Permalink
updated about page
Browse files Browse the repository at this point in the history
  • Loading branch information
rossoskull committed Oct 19, 2018
1 parent 73f918e commit a976cdc
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main.css": "static/css/main.70c2834f.css",
"main.css.map": "static/css/main.70c2834f.css.map",
"main.js": "static/js/main.f80a12f2.js",
"main.js.map": "static/js/main.f80a12f2.js.map",
"main.js": "static/js/main.de55d081.js",
"main.js.map": "static/js/main.de55d081.js.map",
"static/media/bg.png": "static/media/bg.b9a2c827.png"
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/gita/manifest.json"><link rel="shortcut icon" href="/gita/favicon.ico"><title>Bhagavada Gita App</title><link href="/gita/static/css/main.70c2834f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" onload='console.log("Helo helo")'></div><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script><script src="script.js"></script><script type="text/javascript" src="/gita/static/js/main.f80a12f2.js"></script></body></html>
<!doctype html><html lang="en"><head><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/gita/manifest.json"><link rel="shortcut icon" href="/gita/favicon.ico"><title>Bhagavada Gita App</title><link href="/gita/static/css/main.70c2834f.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root" onload='console.log("Helo helo")'></div><script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script><script src="script.js"></script><script type="text/javascript" src="/gita/static/js/main.de55d081.js"></script></body></html>
2 changes: 1 addition & 1 deletion docs/service-worker.js

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

35 changes: 31 additions & 4 deletions src/Components/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ const About = () => {
},
p: {
fontSize: '18px',
marginBottom: '20px'
marginBottom: '5px'
},
d1: {
marginTop: '5px'
marginTop: '25px'
}
}

Expand All @@ -31,16 +31,43 @@ const About = () => {
</Typography>

<Typography style={styles.p}>
Explain why Bhagavada Gita.

Bhagavada Gita is a book which has always captured my attention.
The knowledge and pilosophy it preaches is simply great. The name
'Bhagavada Gita' translates to 'The Divine Song'. Arjuna, a great
warrior, and a greater human, amassed confusion and reluctance
after seeing his kinsmen and relatives on the opposite side of the
Kurukshetra battlefield. To get Arjuna rid of this confusion and
ignorance, Lord Krishna, the Supreme Deity, preached holy
knowledge to him, which came to be known as 'Bhagavada Gita'.

</Typography>

<Typography style={styles.p}>

The knowledge that is present in Bhagavada Gita should be made
easily available for everyone to read. No one actually owns the
content of this book, so as per me, it should be available for
free. So I created this website.

</Typography>

<Typography style={styles.d1} variant='display1'>
About Me
</Typography>

<Typography style={styles.p}>
Explain about me.

I am Jay Mistry, a B.Tech Computer Science undergraduate
student at IIIT Vadodara. I invest my time in learning,
developing, reading, listening to some great music and forming
bonds with people. Currently, I am working with technologies
like ReactJS and Node.js. I have experience in developing
VueJS, Django and PHP apps. To know more about me, you reach
out to me on any of my social handles!

</Typography>

</div>
);
};
Expand Down

0 comments on commit a976cdc

Please sign in to comment.