Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/components/sections/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ export const AboutSection = () => {
<Section id="about" title="About">
<div className="max-w-4xl mx-auto text-lg leading-relaxed text-slate-600 dark:text-slate-400 space-y-4 pb-20">
<p>
I am a passionate software engineer, researcher, and educator with a
focus on cloud computing, machine learning, and mobile development.
With a background in Computer Engineering and years of experience in
I am a passionate software engineer, research scientist, and educator
with a focus on cloud computing, machine learning, and mobile
development. With a background in Computer Engineering and years of
experience in
both academia and industry, I strive to build impactful solutions that
bridge the gap between complex research and practical application.
</p>
Expand Down
4 changes: 2 additions & 2 deletions src/data/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const projects: Project[] = [
id: "logger",
name: "Logger - Android App",
description:
"Logger collected anonymous mobile-usage data as part of a researcher study conducted at Virginia Tech",
"Logger collected anonymous mobile-usage data as part of a research study conducted at Virginia Tech",
links: {
github: "amrabed/logger",
// app: "https://play.google.com/store/apps/details?id=org.magnum.logger",
Expand Down Expand Up @@ -313,7 +313,7 @@ const projects: Project[] = [
id: "fujitsu",
name: "VT-Fujitsu joint research Project",
description:
"A joint researcher project between Virginia Tech and Vujitsu Japan",
"A joint research project between Virginia Tech and Vujitsu Japan",
links: {
github: "amrabed/vt-fujitsu",
},
Expand Down