diff --git a/src/components/About.js b/src/components/About.js
index 87828ae..2e4f37c 100644
--- a/src/components/About.js
+++ b/src/components/About.js
@@ -2,35 +2,44 @@ import React, { Component } from "react";
import "bootstrap/dist/css/bootstrap.css";
import { Grid, Row, Col } from "react-bootstrap";
import "./about.css";
-import AmanTahilianiPortfolio from '../media/AmanTahilianiPortfolio.png'
+import AmanTahilianiPortfolio from "../media/AmanTahilianiPortfolio.png";
// const img = '../media/AmanTahilianiPortfolio.png'
class About extends Component {
render() {
return (
-
+
-
-
-
-
-
- Hi There!
-
-
- Let me tell you a little about myself
-
-
-
- - I am a final Year BTech CSE student at Jaypee Institute of Information Technology in Noida, India.
- - Currently working as an SDE Intern (Backend) at Innovaccer as part of the DAP (Data Activation Platform).
- - I enjoy designing and creating the backend logic for projects and am also proficient in frontend development.
-
-
-
-
-
+
+

+ {" "}
+
+
+ Hi There!
{" "}
+
{" "}
+
+ Let me tell you a little about myself
{" "}
+
{" "}
+
+
+ -
+ I am a final Year BTech CSE student at Jaypee Institute of
+ Information Technology in Noida, India.{" "}
+
{" "}
+ -
+ Currently working as an SDE Intern(Backend) at{" "}
+ Innovaccer as part of
+ the DAP(Data Activation Platform).{" "}
+
{" "}
+ -
+ I enjoy designing and creating the backend logic for projects
+ and am also proficient in frontend development.{" "}
+
{" "}
+
{" "}
+
{" "}
+ {" "}
+ {" "}
);
}
diff --git a/src/components/Publication.js b/src/components/Publication.js
index 6c29b51..518102f 100644
--- a/src/components/Publication.js
+++ b/src/components/Publication.js
@@ -8,26 +8,18 @@ class Publication extends Component {
return (
{this.props.title}
-
-
-
- | Authors |
- {this.props.authors} |
-
-
- | Publish Date |
- {this.props.publish_date} |
-
-
- | Abstract |
- {this.props.abstract} |
-
-
- | Link |
- {this.props.link} |
-
-
-
+
+ Authors: {this.props.authors}
+
+
+ Publish Date: {this.props.publish_date}
+
+
+
+
Abstract:
+
{this.props.abstract}
+
+
);
}
diff --git a/src/components/publication.css b/src/components/publication.css
index 5a8fb9c..cf68c2a 100644
--- a/src/components/publication.css
+++ b/src/components/publication.css
@@ -22,11 +22,13 @@ tr:hover {
padding: 30px;
margin: 40px;
border: 1px solid white;
- height: auto;
- border-radius: 5em;
+ border-radius: 2em;
white-space: normal;
overflow: auto;
text-overflow: ellipsis;
+ text-align: justify;
+ padding-left: 5%;
+ padding-right: 5%;
}
.publication-detail h3 {