Skip to content

Commit 5373203

Browse files
committed
edit
1 parent ec27b60 commit 5373203

File tree

7 files changed

+35
-19
lines changed

7 files changed

+35
-19
lines changed

dist/assets/index-CtpLevBi.js dist/assets/index-BEizX4HB.js

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/index-BjcrxkiI.css

-1
This file was deleted.

dist/assets/index-CmB_-zcu.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<link rel="icon" href="/assets/favicon-DrTcVBlm.svg?" type="image/svg+xml" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Ankith's Portfolio</title>
8-
<script type="module" crossorigin src="/assets/index-CtpLevBi.js"></script>
9-
<link rel="stylesheet" crossorigin href="/assets/index-BjcrxkiI.css">
8+
<script type="module" crossorigin src="/assets/index-BEizX4HB.js"></script>
9+
<link rel="stylesheet" crossorigin href="/assets/index-CmB_-zcu.css">
1010
</head>
1111
<body>
1212
<div id="root"></div>
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/App.css

+2-4
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ body {
167167

168168
.experience-image img {
169169
float: left;
170-
height: 5.75cm;
170+
height: 6cm;
171171
width: 6cm;
172172
margin: 2% 2% 1% 2%;
173173
}
@@ -485,7 +485,6 @@ footer {
485485
.portfolio-image,
486486
.portfolio-image2,
487487
.portfolio-image3 {
488-
489488
/* Make images responsive */
490489
img {
491490
width: 100%;
@@ -545,7 +544,6 @@ footer {
545544
}
546545
}
547546

548-
549547
@keyframes splashEffect {
550548
0% {
551549
opacity: 0;
@@ -565,4 +563,4 @@ footer {
565563

566564
.myimage svg {
567565
animation: splashEffect 1s ease-out forwards;
568-
}
566+
}

src/components/Experience.jsx

+19-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,24 @@ function Experience() {
5353
</h4>
5454
<ul className="portfolio-li">
5555
<li>
56+
Designed and deployed an interactive React.js dashboard for academic
57+
data visualization, integrating REST APIs and Chart.js/Recharts to
58+
provide real-time insights into student performance, research
59+
publications, and funding trends for faculty and administrators.
60+
</li>
61+
<li>
62+
Modernized a legacy PHP website into a responsive, high-performance
63+
React.js application with Tailwind CSS and reusable components,
64+
reducing page load time by 50% and improving SEO and content
65+
management efficiency.
66+
</li>
67+
<li>
68+
Built custom React Hooks and implemented a Storybook component
69+
library, optimizing UI state management, real-time data filtering,
70+
and accelerating future UI development by 30%, enhancing user
71+
experience and developer productivity.
72+
</li>
73+
{/* <li>
5674
Implement basic linear algebra operations on Apache Spark using the
5775
DataFrames API, where block operations will run on NVIDIA GPUs using
5876
NVIDIA RAPIDS.
@@ -69,7 +87,7 @@ function Experience() {
6987
<li>
7088
Conducted study on Efficient Matrix Multiplication implementation
7189
using NVIDIA Rapids library in Spark, Pyspark and SparkSQL.
72-
</li>
90+
</li> */}
7391
</ul>
7492
{/* <p>Worked on developing and maintaining web applications using JavaScript and React.</p> */}
7593
</div>

0 commit comments

Comments
 (0)