diff --git a/src/components/Main/Main.svelte b/src/components/Main/Main.svelte
index e1119208..316f8eb0 100644
--- a/src/components/Main/Main.svelte
+++ b/src/components/Main/Main.svelte
@@ -19,7 +19,7 @@
class="grid grid-cols-1 lg:grid-cols-2 gap-10 py-8 sm:py-14"
>
Hi! I'm Sean
@@ -73,6 +73,127 @@
{/each}
+
+
+
+ 2021
+
+
Software Developer
+
mroads
+
+ Contributed to our flagship product - Panna - which is an AI powered
+ candidate interviewing product.
+
+
+
+
+
+ 2021
+
+
Founder and Developer
+
TailwindMasterKit
+
+ Developed a marketplace for tailwind web components (React, HTML and
+ Angular) and templates.
+
+
+
+
+
+ 2021
+
+
Founder and Developer
+
Algochurn
+
+ Your last moment revision friend right before a Tech coding interview.
+ Practice problems and get hired at top Product based companies.
+
+
+
+
+
+ 2019
+
+
Internship
+
Intel Corporation
+
+ Developed pothole detection system with OpenCV and computer vision,
+ detects potholes on roads and informs the driver.
+
+
+
+
+
+ 2015
+
+
High School
+
Delhi Public School, Jaipur.
+
+ Subjects being PCM - I barely survived with 93.6% marks aggregate. Flex
+ fridays, fellas.
+
+
+
diff --git a/src/data/Experience.ts b/src/data/Experience.ts
new file mode 100644
index 00000000..f126e563
--- /dev/null
+++ b/src/data/Experience.ts
@@ -0,0 +1 @@
+"Presently, I work as an Associate Software Engineer at Discover Financial Services. In my current role, I am a full-stack web developer improving the user experience Discover Home Loan customers. I develop Spring Boot backend microservices and React frontend services."
diff --git a/src/data/IAmContent.ts b/src/data/IAmContent.ts
index 458f03ab..3664c281 100644
--- a/src/data/IAmContent.ts
+++ b/src/data/IAmContent.ts
@@ -5,9 +5,12 @@ interface IAmContent {
const iAm: IAmContent[] = [
{
- name: "a developer",
- description:
- "Presently, I work as an Associate Software Engineer at Discover Financial Services. In my current role, I am a full-stack web developer improving the user experience Discover Home Loan customers. I develop Spring Boot backend microservices and React frontend services."
+ name: "a front-end developer",
+ description: "I have experience developing frontend applications with plain HTML/JS, React, and Svelte."
+ },
+ {
+ name: "a back-end developer",
+ description: "I have experience developing backend microservices with Spring Boot and Node.js."
},
{
name: "a student",