Skip to content

Instantly share code, notes, and snippets.

@career-tokens
Created February 14, 2024 18:19
Show Gist options
  • Save career-tokens/990b71d0d4a74e0795de5e3fc888b7a9 to your computer and use it in GitHub Desktop.
Save career-tokens/990b71d0d4a74e0795de5e3fc888b7a9 to your computer and use it in GitHub Desktop.
import { Tailwind } from "@onedoc/react-print";
import { MdEmail, MdLocationOn, MdOutlineMail } from "react-icons/md";
import { FaExternalLinkAlt, FaJava, FaLinkedin } from "react-icons/fa";
import { Mulish } from "next/font/google";
const mulish = Mulish({ subsets: ['latin'] })
export const OneDocComponent2 = () => { return (
<Tailwind>
<div className={`main flex flex-col ${mulish.className}`}>
<div className="starting-info flex flex-col p-[15px] gap-y-[5px] border-b-2 border-black">
<span className="name text-3xl font-semibold text-[#0a66c2]">John Doe</span>
<span className="posn text-xl font-semibold text-[gray]">Business Development Manager</span>
<span className="description text-lg font-semibold">
Business Development Manager with more than four years of experience in the business development processes.
Involved in product testing , management and development of new business opportunities.
</span>
</div>
<div className="contact flex p-[15px] justify-evenly border-black border-b-2 font-semibold">
<div className="mail flex items-center gap-x-[5px]">
<MdEmail className="text-2xl text-[#0a66c2]"/>
<span>johndoe@gmail.com</span>
</div>
<div className="location flex items-center gap-x-[5px]">
<MdLocationOn className="text-2xl text-[#0a66c2]" />
<span>New York,USA</span>
</div>
<div className="linkedin flex items-center gap-x-[5px]">
<FaLinkedin className="text-2xl text-[#0a66c2]" />
<span>linkedin.com/in/johndoe</span>
</div>
</div>
<div className="skills p-[15px] flex flex-col gap-y-[5px] border-black border-b-2">
<span className="text-2xl text-[#0a66c2] font-bold">SKILLS</span>
<div className="and-they-are flex flex-wrap gap-x-[5px] gap-y-[5px]">
{skillsArray.map((item) =>
(<SpecificSkill name={item} />))}
</div>
</div>
<div className="work-exp p-[15px] flex flex-col gap-y-[15px] border-black border-b-2">
<span className="text-2xl text-[#0a66c2] font-bold">WORK EXPERIENCE</span>
<div className="wexp-1 flex flex-col gap-y-[8px]">
<span className="text-2xl font-bold">Business Development Manager</span>
<span className="text-2xl flex gap-x-[8px] items-center">
<span>AirState Solutions</span>
<a href="/"><FaExternalLinkAlt className="text-xl text-[#0a66c2]"/></a>
</span>
<div className="dates flex text-[gray] gap-x-[10vw] font-semibold">
<span><i>09/2014-06/2017</i></span>
<span><i>New York , USA</i></span>
</div>
<div className="what-he-did flex flex-col gap-y-[5px] font-semibold">
<div className="w1 flex">
<span className="text-[#0a66c2]">-</span>
<span>Successfully managed 2-3 million dollar budget projects and successfully achieved the project scheduled goals.</span>
</div>
<div className="w2 flex">
<span className="text-[#0a66c2]">-</span>
<span>Developed and implemented new amrketing and sales plans and defined the strategy for the next 5 years</span>
</div>
<div className="w3 flex">
<span className="text-[#0a66c2]">-</span>
<span>Reviewed constantly the customer feedback and then suggested ways to improve the processes and customer service levels which increased the satisfaction rate from 81% to 95%</span>
</div>
<div className="w4 flex">
<span className="text-[#0a66c2]">-</span>
<span>Ensured that new clients will grow into a loyal customer base in a specialist niche market by implementing a new loyalty program</span>
</div>
</div>
</div>
<div className="wexp-2 flex flex-col gap-y-[8px]">
<span className="text-2xl font-bold">Business Development Manager</span>
<span className="text-2xl flex gap-x-[8px] items-center">
<span>AirState Solutions</span>
<a href="/"><FaExternalLinkAlt className="text-xl text-[#0a66c2]"/></a>
</span>
<div className="dates flex text-[gray] gap-x-[10vw] font-semibold">
<span><i>08/2012-09/2017</i></span>
<span><i>New York , USA</i></span>
</div>
<div className="what-he-did flex flex-col gap-y-[5px] font-semibold">
<div className="w1 flex">
<span className="text-[#0a66c2]">-</span>
<span>Increased the customer satisfaction rate by 25% by improving the customer service.</span>
</div>
<div className="w2 flex">
<span className="text-[#0a66c2]">-</span>
<span>Planned , supervised and coordinated daily activity of 3 junior business analysts.</span>
</div>
<div className="w3 flex">
<span className="text-[#0a66c2]">-</span>
<span>Improved the communication with the Marketing department to betetr understand the competitive position.</span>
</div>
<div className="w4 flex">
<span className="text-[#0a66c2]">-</span>
<span>Directed the creation and implemntation of a Business Continuity Plan and the management of audit programs.</span>
</div>
</div>
</div>
</div>
<div className="education p-[15px] flex flex-col gap-y-[10px] border-black border-b-2">
<span className="text-2xl text-[#0a66c2] font-bold">EDUCATION</span>
<div className="schooling flex flex-col gap-y-3px]">
<span className="text-2xl font-bold">MSc in Economics and Business Administration</span>
<span className="text-2xl font-semibold">The University of Chicago</span>
<span className="text-[gray]"><i>09/2008-06/2010</i></span>
</div>
</div>
<div className="organizations p-[15px] flex flex-col gap-y-[10px] border-black border-b-2">
<span className="text-2xl text-[#0a66c2] font-bold">ORGANIZATIONS</span>
<div className="flex-wrap flex justify-between gap-y-[8px] font-semibold">
<div className="org1 flex flex-col">
<span>American Management Association</span>
<span>(2015-Present)</span>
</div>
<div className="org2 flex flex-col">
<span>Association of Private Enterprise Education</span>
<span>(2014-Present)</span>
</div>
<div className="org3 flex flex-col">
<span>eBusiness Association (eBA)</span>
<span>(2013-Present)</span>
</div>
</div>
</div>
<div className="languages p-[15px] flex flex-col">
<span className="text-2xl text-[#0a66c2] font-bold">LANGUAGES</span>
<div className="what-are-the-lang flex font-semibold justify-evenly">
<div className="lang1 flex flex-col">
<span>English</span>
<span className="text-md text-[#0a66c2]"><i>Native or Bilingual Proficiency</i></span>
</div>
<div className="lang2 flex flex-col">
<span>Spanish</span>
<span className="text-md text-[#0a66c2]"><i>Full Professional Proficiency</i></span>
</div>
<div className="lang3 flex flex-col">
<span>French</span>
<span className="text-md text-[#0a66c2]"><i>Limited Working Proficiency</i></span>
</div>
</div>
</div>
</div>
</Tailwind>
)};
const skillsArray = ["SEO", "Public Speaking", "Negotiation", "Teamwork", "Decision Making", "Research and Strategy", "Emotional Intelligence", "Outbound Marketing", "Email Marketing", "Google Analytics"];
const SpecificSkill = ({name}) => {
return (
<div className="p-1 px-2 w-fit rounded text-white bg-[#0a66c2]">
{name}
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment