Skip to content

Commit 71d0494

Browse files
Create pages for website
1 parent 20bc4a2 commit 71d0494

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

src/pages/pages/about.tsx

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
import React from 'react';
2+
3+
function about() {
4+
return (
5+
<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>
13+
14+
<h6>Hi welcome, </h6>
15+
16+
<p>
17+
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.
18+
</p>
19+
<p>
20+
After one year, I changed my job. In my second job, I learn many things like reactjs, API, CMS, etc.
21+
</p>
22+
<p>
23+
24+
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+
26+
</p>
27+
<p>
28+
29+
Now I publish an article every week on medium and other publications. You can read my article on my medium profile.
30+
</p>
31+
<p>Thank for reading</p>
32+
</section>
33+
</div>
34+
)
35+
}
36+
37+
export default about;

src/pages/pages/contact.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import React from 'react';
2+
3+
function contact() {
4+
return (
5+
<div className='container'>
6+
<h2> Contact us</h2>
7+
<p>
8+
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Veritatis perferendis officia tempora cumque doloribus voluptatem sit voluptatibus sequi perspiciatis doloremque.
9+
</p>
10+
<p>
11+
Veritatis blanditiis alias corporis ipsum placeat fugiat ab dolores vitae.
12+
</p>
13+
14+
<p>Thank for contact me. </p>
15+
16+
</div>
17+
)
18+
}
19+
20+
export default contact;

0 commit comments

Comments
 (0)