You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/about.tsx
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,8 @@ const AboutPage = () => {
15
15
return(
16
16
<MainBlock>
17
17
<Seo/>
18
+
<br/>
18
19
<Box>
19
-
<br/>
20
-
<br/>
21
20
<HeadingfontSize={57}mb={3}>About Me</Heading>
22
21
<p>I am Anit Shrestha Manandhar from Kathmandu, Nepal. I have completed my Bachelor's in Information Management from Tribhuvan University in 2009. I have completed a certification course Diploma in Information Technology from NIIT in 2003-2004.</p>
23
22
<p>I have been working professionally as software engineer since 2007. I have worked mostly as an object oriented backend developer. I can code proficiently in Java, C#, PHP and JavaScript and I am improving my skills in Golang and TypeScript. Although I can work with frontend frameworks like React and Angular, I do not prefer to use the "Full Stack" tag. "Frontend" and "Backend" are two different worlds which would not mix easily and are difficult to live in at the same time. I strongly believe in the "DevOps" philosophy to automate the end to end processes by removing any bottlenecks in the discovery, design, development and delivery processes that require years of experience and expertise.</p>
0 commit comments