Skip to content

Commit

Permalink
content update
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Aug 6, 2024
1 parent 83109b0 commit d325556
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 24 deletions.
5 changes: 3 additions & 2 deletions app/src/components/experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ export default () => (
<div className="max-w-1xl md:mx-auto">
<h3 className="w-full text-gray-800 text-3xl font-semibold sm:text-4xl">
<span className="text-primary uppercase font-bold">
Experiences:
&lt;Experiences/&gt;
</span>{" "}
Discover My Previous Endeavors.
Expertise Forged Through Dedication, Not Just the Passage of
Time.
</h3>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default () => {
<p className="leading-relaxed mt-2 text-xl font-semibold">
PRIYADARSAN S, <br />
<span className="font-normal text-lg">
Tech Enthusiast & Dream Chaser
Tech Enthusiast & Lifelong Learner
</span>
</p>
</div>
Expand Down
6 changes: 5 additions & 1 deletion app/src/components/not-limited.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ export default () => (
}>
<q className="text-lg font-normal text-gray-500">
Tiredness of my body never limits my tireless, curious mind{" "}
<a className="text-gray-400">- Darsan</a>
<a
className="text-gray-400"
href="https://www.linkedin.com/in/iamspdarsan">
- Darsan
</a>
</q>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions app/src/components/quote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ export default () => {
<section className="py-20 border-t mt-20">
<div className="max-w-screen-xl mx-auto px-4 md:px-8">
<div className="max-w-3xl mx-auto">
<h3 className="text-gray-800 text-3xl font-semibold sm:text-4xl mb-4">
<span className="text-primary font-bold">
&lt;INSPIRED/&gt;
</span>{" "}
</h3>
<figure>
<blockquote>
<p className="text-gray-800 text-xl text-center font-semibold sm:text-2xl">
Expand Down
42 changes: 28 additions & 14 deletions app/src/components/works.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,36 @@ export default function Works({
<>
<div className="max-w-screen-xl mx-auto md:text-center md:px-8 mt-12 pt-20">
<div className="max-w-xl md:mx-auto">
<h3 className="text-gray-800 text-3xl font-semibold sm:text-4xl">
<span className="text-primary uppercase font-bold">
Projects:
<h3 className="text-gray-800 text-3xl font-bold sm:text-4xl">
<span className="text-primary uppercase">
&lt;Projects/&gt;
</span>{" "}
Crafting Digital Solutions with Precision and Innovation
That Reflect My Passion and Expertise.
</h3>
<p className="mt-3 text-gray-600">
Discover my extensive portfolio showcasing proficiency in
software engineering, automation, and digital marketing.
Projects like CareerBot automate job applications, while
Chatrix innovates IoT solutions. Notably, Hawk JS, Richie JS,
and Minomax enhance SEO strategies. With expertise in
TypeScript, Python, React.js, and more, these projects
exemplify my commitment to delivering impactful solutions
across diverse domains.
</p>
<div className="mt-3 text-gray-600 leading-loose text-center">
<p className="mb-1.5">
Discover a curated selection of projects that showcase my
dedication to crafting innovative and effective solutions. My
portfolio spans various fields, including advanced search
engines, web performance optimization, and workflow
automation, each designed to address real-world challenges
with precision and creativity.
</p>

<p className="mb-1.5">
These projects reflect a commitment to blending technical
skill with a deep understanding of user needs, ensuring that
each solution is not only functional but also impactful.
Whether you're seeking to enhance business operations or
develop next-generation tools, my work demonstrates a blend
of practical expertise and visionary thinking.
</p>

<p>
Explore these projects to see how I bring ideas to life and
drive progress in technology and business.
</p>
</div>
</div>
</div>
<Tabs.Root
Expand Down
30 changes: 24 additions & 6 deletions meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,33 @@ export const name: string = `DARSAN`;

export const ShortInto = (): React.ReactNode => {
return (
<>
Founder <span className="text-primary">@Cresteem</span>, Prodigy in
Software Engineering, Automations & Digital Marketing.
</>
<p className="leading-tight">
Founder{" "}
<a
className="text-primary"
href="http://cresteem.com/">
@Cresteem
</a>
, Innovative Engineer & Solution Architect
</p>
);
};

export const summary: string =
"With a passion for innovation and an entrepreneurial mindset, I excel in software engineering, automations, and digital marketing. Embracing Grace Hopper's philosophy, 'This is what we've always done' is the most dangerous phrase in the language. I believe in challenging the status quo to create impactful solutions. Known for my expertise in TypeScript, JavaScript, Python, and contributions to open-source projects, I continually expand my skill set to lead teams toward groundbreaking achievements.";
export const summary = (
<>
Passionate about transforming ideas into impactful solutions, I blend
technical expertise with strategic insight to drive excellence in every
project. With a focus on simplicity and efficiency, I leverage agile
methodologies to enhance development, deployment, and scaling
processes. My commitment to continuous improvement and creativity
ensures that I deliver solutions that are both effective and
groundbreaking. Eager to contribute to visionary projects and
collaborate with forward-thinking teams,{" "}
<span className="font-medium">
I aim to make a meaningful difference in the tech world.
</span>
</>
);

export const navigation = [
{ title: "Works", path: "#works" },
Expand Down

0 comments on commit d325556

Please sign in to comment.