diff --git a/student-resumes/akil-resume/email-icon.png b/student-resumes/akil-resume/email-icon.png new file mode 100644 index 0000000..3d8c6c4 Binary files /dev/null and b/student-resumes/akil-resume/email-icon.png differ diff --git a/student-resumes/akil-resume/github-icon.png b/student-resumes/akil-resume/github-icon.png new file mode 100644 index 0000000..6c8f233 Binary files /dev/null and b/student-resumes/akil-resume/github-icon.png differ diff --git a/student-resumes/akil-resume/index.html b/student-resumes/akil-resume/index.html new file mode 100644 index 0000000..473bead --- /dev/null +++ b/student-resumes/akil-resume/index.html @@ -0,0 +1,144 @@ + + + + + + + Akil's Resume + + + + + +
+
+
+

CONTACT

+ + + + + + + + + + + + + + + +
email-icon + akilkrishau@gmail.com +
github-icon + github.com/akilkrishnau +
+ linkedin-icon + + linkedin.com/in/akil-krishna +
+
+
+

SKILLS

+

+ Growth Marketing, Demand Generation, Marketing Operations, + Performance Marketing +

+
+
+

EDUCATION & CERTIFICATIONS

+

+ B.Tech - Mechanical Engineering
+ SRM Institute of Science and Technology
+ 2016 - 2020 +

+
+

+ International Baccalaureate Diploma Programme
+ CPS Global School
+ 2014 - 2016 +

+
+
+ +
+
+

ABOUT

+

+ I spent the first 2.5 years of my career in growth marketing & + demand generation. After my brief stint in B2B SaaS, I came across + an opportunity to work on a project with a few friends and ended up + founding Root Catalyst. Here, we're building a product that + streamlines property transactions in the Indian Real Estate space. +

+ +

+ After leading the operations function for 8 months now, I realized + wanting to be technically competent enough to develop a product (the + MVP at least) on my own. Here I am, trying to build something + already. +

+
+
+

WORK EXPERIENCE

+

+ Root Catalyst - Co-founder
+ Sep 2023 - Present +

+
    +
  • + MVP Development: MRD and PRD creation, guiding product development + to address market needs efficiently. +
  • +
  • + Market Research and Problem Identification: Conduct thorough + market research, pinpointing pain points in Indian real estate + transactions for targeted solutions. +
  • +
  • + Government Relations and API Acquisition: Forge government + partnerships, acquire vital API access, ensuring compliance and + expanding product capabilities. +
  • +
+

+ Tars - Demand Generation
+ Aug 2021 - Sep 2023 +

+
    +
  • + Outbound Function Development: Established outbound function from + scratch, elevating it to the one of the revenue-contributing + channels +
  • +
  • + LinkedIn Paid Campaign Management: Orchestrated multiple paid + campaigns on LinkedIn, comprising both direct lead generation + initiatives and awareness campaigns. +
  • +
+

+ Nilkamal - Marketing Intern
+ Feb 2020 - June 2020 +

+
    +
  • + Assisted the Marketing team at the Material Handlding Department + with marketing database creation, management and outreach. +
  • +
+
+
+
+ + diff --git a/student-resumes/akil-resume/linkedin-icon.png b/student-resumes/akil-resume/linkedin-icon.png new file mode 100644 index 0000000..b8cdef5 Binary files /dev/null and b/student-resumes/akil-resume/linkedin-icon.png differ diff --git a/student-resumes/akil-resume/style.css b/student-resumes/akil-resume/style.css new file mode 100644 index 0000000..123db75 --- /dev/null +++ b/student-resumes/akil-resume/style.css @@ -0,0 +1,60 @@ +body { + font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; + font-size: 14px; + max-width: 960px; + margin: auto; +} + +h1 { + font-size: 3em; + letter-spacing: 0.6em; + padding-top: 1em; + padding-bottom: 1em; +} + +h2 { + font-size: 1.5em; + padding-bottom: 1em; + color: rgb(48, 88, 115); +} + +main { + display: grid; + grid-template-columns: 40% 60%; + margin-top: 3em; +} + +header { + text-align: center; + margin: auto 2em; +} + +section { + margin: auto 1em 4em 2em; +} + +p { + margin: 0.2em auto; +} + +hr { + border: none; + background-color: lightgray; + height: 1px; +} + +h1, +h2 { + font-weight: 100; + margin-bottom: 0; +} +#mainLeft { + background-color: rgb(203, 232, 255); + border-top: 1px solid rgb(62, 123, 172); + border-left: 1px solid rgb(62, 123, 172); +} + +#mainRight { + border-top: 1px solid rgb(62, 123, 172); + border-right: 1px solid rgb(62, 123, 172); +}