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/projects.astro
+21-4Lines changed: 21 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,30 @@ import ProjectShowcase from "../components/projectShowcase.astro";
12
12
slides={[
13
13
{
14
14
image: "/1mindFirst.png",
15
-
description: `1mind is an AI agent company. They specialize in creating both realistic and unrealistic ai avatars which can be trained
16
-
on your voice and mannerisms in few minutes. They can be used as sales representatives, information providers,
17
-
customer support agents and pretty much anywhere you would want customer interaction. `,
15
+
description: `1mind is an AI agent company.
16
+
They specialize in creating both realistic and unrealistic ai avatars which can be trained
17
+
on your voice and mannerisms in few minutes.
18
+
They can be used as sales representatives, information providers, customer support agents and pretty much anywhere you would want customer interaction. `,
18
19
},
19
20
{
20
21
image: "/1mindSecond.png",
21
-
description: `I worked here as a fullstack engineer and cloud architect. helped create their zoom integration. built and managed parts of their aws and gcp cloud infrastructure. built and optimized apis. carried out migration from aws to gcp. worked on their admin dashboard and control panel.`,
22
+
description: `I worked here as a fullstack engineer and cloud architect.
23
+
helped create their zoom integration.
24
+
built and managed parts of their aws and gcp cloud infrastructure.
25
+
built and optimized apis.
26
+
carried out migration from aws to gcp.
27
+
worked on their admin dashboard and control panel.`,
0 commit comments