Skip to content

Commit 92ba7af

Browse files
Create the about page
1 parent e2a8448 commit 92ba7af

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

src/pages/pages/about.tsx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,31 @@ import React from 'react';
33
function about() {
44
return (
55
<div className='container' role="document">
6-
<section>
7-
<div className="headings">
8-
<h2>About us</h2>
9-
<h3>
10-
My name Rajdeep singh
11-
</h3>
12-
</div>
6+
7+
8+
<hgroup className='readPost'>
9+
<h2>About us</h2>
10+
<h3> My name Rajdeep singh </h3>
11+
</hgroup>
1312

1413
<h6>Hi welcome, </h6>
1514

1615
<p>
1716
I completed my study in master of science in biotechnology last year. After passing out 12 classes, I brought MY first android mobile phone. Then I started using mobile, and I found a video on youtube about how to earn online money. that video changed my life. During my B.sc, I successfully found my first job on the internet. I got selected for a front-end developer role on just theme. My part is to convert png design into HTML and CSS.
1817
</p>
18+
1919
<p>
2020
After one year, I changed my job. In my second job, I learn many things like reactjs, API, CMS, etc.
2121
</p>
2222
<p>
23-
2423
I started my writing career as a technical writer during my job. I published my first book on Linux and a research paper with osf. Some later, I publish one more book on bioinformatics.
25-
2624
</p>
2725
<p>
28-
2926
Now I publish an article every week on medium and other publications. You can read my article on my medium profile.
3027
</p>
28+
3129
<p>Thank for reading</p>
32-
</section>
30+
3331
</div>
3432
)
3533
}

0 commit comments

Comments
 (0)