Skip to content

Commit

Permalink
bugs(Home page | UI changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
soumyajit4419 committed Sep 9, 2021
1 parent 95a5df4 commit 90f0a5b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
Binary file modified src/Assets/Soumyajit-Behera.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Home/Home2.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function Home2() {
</i>
&nbsp; like
<i>
<b className="purple"> React.js ans Next.js</b>
<b className="purple"> React.js and Next.js</b>
</i>
</p>
</Col>
Expand Down
37 changes: 17 additions & 20 deletions src/components/Resume/Resume.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,21 @@ function Resume() {
<Col md={6} className="resume-left">
<h3 className="resume-title">Experience</h3>
<Resumecontent
title="JUNIOR ML ENGINEER [Omdena]"
date="June 2020 - August 2020"
title="Frontend Developer Intern [Flash Tech]"
date="July 2021 - September 2021"
content={[
"Assembled the data from various social media platforms using Twitter, Reddit.Interpreted the collected text using word-clouds and various other factors that affect the change of sentiments of youth.",
" Utilized the data to find the issues using Topic Modelling and Building models using LSTM, BERT to predict the sentiments of the youth.",
"Worked on the development of an E-commerce website",
"Redesigned Wigme.com and created features to enhance the user experience and optimized designs for smartphones.",
" Translated designs and wireframes into a highly responsive user interface and reusable components using React.js.",
"Used Back-End APIs to display data using the Custom Components, library Components, and Redux.",
"Used JIRA as the bug tracking system to track and maintain the history of bugs/issues on an everyday basis.",
]}
/>
<h3 className="resume-title">Extracurricular Activities</h3>
<Resumecontent
title="Web Developer [Pantheon-2019 Technical Fest of BIT Mesra]"
content={[
"Worked on creating the frontend-end of the website using Bootstrap, Javascript.",
]}
/>
<Resumecontent
title="Web Developer [Bitotsav-2020 Technical Fest of BIT Mesra]"
content={[
"Operated on developing the frontend end of the website using Bootstrap, Javascript and backend APIs using Node.js",
"Worked on building front-end UI design using HTML5, CSS3, JavaScript jQuery, and building API routes using Node and express.js.",
]}
/>
</Col>
Expand All @@ -70,16 +67,15 @@ function Resume() {
date="2018 - Present"
content={[`CGPA: ${cgpa} (Till ${sem}th Sem)`]}
/>

<h3 className="resume-title">Publications</h3>
<Resumecontent
title="12TH BOARD [ODM Public School,Odisha]"
date="2015 - 2017"
content={["Precentage: 88%"]}
/>
<Resumecontent
title="10TH BOARD [ST Mary's School,Odisha] "
date="2005 - 2015"
content={["Precentage: 86%"]}
title=""
content={[
"Article entitled An Overlapping Sliding Window and Combined Feature based Emotion Recognition System for EEG Signals publised in Emerald Publication;10.1108/ACI-05-2021-0130",
]}
/>

<h3 className="resume-title">Ranks and Achivements</h3>
<Resumecontent
title=""
Expand All @@ -94,7 +90,8 @@ function Resume() {
</Row>
<Row style={{ justifyContent: "center", position: "relative" }}>
<Button variant="primary" href={pdf} target="_blank">
<AiOutlineDownload />&nbsp;Download CV
<AiOutlineDownload />
&nbsp;Download CV
</Button>
</Row>
</Container>
Expand Down

0 comments on commit 90f0a5b

Please sign in to comment.