diff --git a/contact.html b/contact.html new file mode 100755 index 0000000..52acf51 --- /dev/null +++ b/contact.html @@ -0,0 +1,99 @@ + + + + + + Portfolio + + + + + + + + + + + + + +
+

Who am I?

+ Bird +

I am an adventurer

+
+ + + +
+

Contact Me

+
+

+ + surikandagatla@gmail.com +

+

+ 410-726-9376 +

+

+ + + + +

+ + +
+ + + Find me +
+ + + + + + + + + \ No newline at end of file diff --git a/css/style.css b/css/style.css index d17d83a..dffe63d 100644 --- a/css/style.css +++ b/css/style.css @@ -1,9 +1,108 @@ +@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;1,500&display=swap'); + body { - background-color: navy; + font-family: "Montserratt", sans-serif; +} + +.content { + /* height: 1800px; + width: 1100px; */ + /* border: 1px solid lightseagreen; + position: absolute; */ + display: flex; + justify-content: flex-start; + /* align-content: flex-end; */ + flex-direction: column-reverse; + align-items: flex-start; + width: 100%; + padding: 10px; + margin-left: 5%; + font-family: sans-serif; + font-size: 1.2rem; + color: rgb(138, 148, 158); + text-align: left; + /* flex: 2; + order: 1; */ + +} + +.sub-content { + width: 70%; + padding: 40px; + margin-left: 10px; + display: flex; + justify-content: space-between; + align-items: center; + flex-wrap: wrap; + flex-direction: row; +} + +span, +#time-frame { + font-family: sans-serif; + font-weight: 200; + /* color: rgb(3, 100, 100); */ + padding-left: 260px; +} + +span, +#location { + font-weight: 200; + font-family: sans-serif; + padding-left: 0px; +} + +.snapshot { + flex-direction: column; + padding: 10px; + display: flex; +} + +.image-section { + height: 400px; + width: 300px; + background-color: #a6dcef; + position: fixed; + /* margin-left: 1100px; */ + right: 10px; + text-align: center; + color: white; + font-size: 1em; + flex: 1; + padding-bottom: 0; + order: -1; + + } +.emoji { + padding: 10px; +} -object { - height: 100vh; - width: 100vh; +.contact-details { + background-color: #01a9b4; + height: 300px; + width: 300px; + position: fixed; + margin-top: 400px; + /* margin-left: 1100px; */ + right: 10px; + text-align: left; + color: white; + order: -1; } + +p { + padding: 10px; +} + +p, +.contact-details { + padding: 5px; +} + +h2, +.sub-title { + color: #01a9b4; + padding: 10px; +} \ No newline at end of file diff --git a/css/styles.css b/css/styles.css new file mode 100755 index 0000000..d78bbad --- /dev/null +++ b/css/styles.css @@ -0,0 +1,96 @@ +.bg-1 { + background-color: #40bad5; + color: #ffffff; +} + +.bg-2 { + background-color: #474e5d; + color: #ffffff; +} + +.bg-3 { + background-color: #ffffff; + color: #555555; + +} + +.bg-4 { + background-color: #2f2f2f; + color: #ffffff; +} + +.img { + border-radius: 50%; + width: 400px; + height: 400px; + +} + +.bg3-images { + width: 400px; + height: 400px; + border-radius: 5%; + box-shadow: 8px 5px 3px #555555; +} + +.container-fluid { + padding-top: 70px; + padding-bottom: 70px; + text-align: center; +} + +.contact-logo { + font-size: 2em; + padding: 5px; +} + +p { + font-size: 16px; +} + +.navbar { + padding-top: 10px; + padding-bottom: 10px; + border: 0; + border-radius: 0; + margin-bottom: 10px; + font-size: 12px; + letter-spacing: 5px; + +} + +.navbar-nav a:hover { + background-color: #40bad5 !important; + padding: 15px 27px; + border-radius: 3px; + color: #ffffff !important; + +} + +ul li { + letter-spacing: 2px; + text-align: left; + padding: 2px; +} + +li { + padding: 2px; +} + +.contact a { + font-size: 1.5em; + padding-bottom: 2px; + padding-left: 5px; + padding-right: 5px; +} + +.bg-2 h4 { + padding-top: 10px; + text-align: left; +} + +.education, +.experience { + display: flex; + align-content: flex-end; +} \ No newline at end of file diff --git a/education.html b/education.html new file mode 100755 index 0000000..be17aea --- /dev/null +++ b/education.html @@ -0,0 +1,152 @@ + + + + + + Portfolio + + + + + + + + + + + + + +
+

Who am I?

+ Bird +

An Ardent learner

+
+ + + +
+

Education

+ + + Find me +
+ + + + +
+

Where to find me?

+
+
+

Maryland

+ BirdsImage +
+
+

Brooklyn, NY

+ BirdsImage +
+
+

Hyderabad, India

+ BirdsImage +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/experience.html b/experience.html new file mode 100755 index 0000000..cc86954 --- /dev/null +++ b/experience.html @@ -0,0 +1,171 @@ + + + + + + Portfolio + + + + + + + + + + + + + +
+

What's my experience?

+ Bird +

Here is my journey..

+
+ + + +
+

Technical Experience

+ + +

+

Pharmacy Experience

+
+ + + + +
+

Where to find me?

+

Hint: My interests

+
+
+

Serenity of nature

+ BirdsImage +
+
+

What a beautiful sight

+ BirdsImage +
+
+

You found me!

+ BirdsImage +
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/img/NZ1.JPEG b/img/NZ1.JPEG new file mode 100755 index 0000000..e8bb87e Binary files /dev/null and b/img/NZ1.JPEG differ diff --git a/img/NZ10.JPEG b/img/NZ10.JPEG new file mode 100755 index 0000000..175ea7b Binary files /dev/null and b/img/NZ10.JPEG differ diff --git a/img/NZ11.JPG b/img/NZ11.JPG new file mode 100755 index 0000000..48b4614 Binary files /dev/null and b/img/NZ11.JPG differ diff --git a/img/NZ13.JPEG b/img/NZ13.JPEG new file mode 100755 index 0000000..7c0af6e Binary files /dev/null and b/img/NZ13.JPEG differ diff --git a/img/NZ2.JPEG b/img/NZ2.JPEG new file mode 100755 index 0000000..8edc9a2 Binary files /dev/null and b/img/NZ2.JPEG differ diff --git a/img/NZ3.JPEG b/img/NZ3.JPEG new file mode 100755 index 0000000..d599d0d Binary files /dev/null and b/img/NZ3.JPEG differ diff --git a/img/NZ5.JPG b/img/NZ5.JPG new file mode 100755 index 0000000..c961c10 Binary files /dev/null and b/img/NZ5.JPG differ diff --git a/img/NZ7.JPEG b/img/NZ7.JPEG new file mode 100755 index 0000000..336899a Binary files /dev/null and b/img/NZ7.JPEG differ diff --git a/img/NZ8.JPEG b/img/NZ8.JPEG new file mode 100755 index 0000000..1323b88 Binary files /dev/null and b/img/NZ8.JPEG differ diff --git a/img/NZ9.JPEG b/img/NZ9.JPEG new file mode 100755 index 0000000..4dc20b1 Binary files /dev/null and b/img/NZ9.JPEG differ diff --git a/img/birds1.jpg b/img/birds1.jpg new file mode 100755 index 0000000..80f44c9 Binary files /dev/null and b/img/birds1.jpg differ diff --git a/img/birds2.jpg b/img/birds2.jpg new file mode 100755 index 0000000..09484d0 Binary files /dev/null and b/img/birds2.jpg differ diff --git a/img/birds3.jpg b/img/birds3.jpg new file mode 100755 index 0000000..859ef86 Binary files /dev/null and b/img/birds3.jpg differ diff --git a/img/suri1.jpg b/img/suri1.jpg new file mode 100755 index 0000000..70ae7b3 Binary files /dev/null and b/img/suri1.jpg differ diff --git a/index.html b/index.html index 4dc0c72..793ec1c 100644 --- a/index.html +++ b/index.html @@ -4,14 +4,21 @@ - + + + - + + + @@ -32,10 +39,130 @@ - + + + + +
+ +
+ + +
+
+

Professional Summary

+

High-performance pharmacist with over 16 years of experience delivering the leadership and + insights to take + pharmacy operations to new levels of performance. + Excel at building, training, and optimizing the performance of large pharmacy teams. + Subject matter expert in multiple pharmacy technologies with the proven ability to develop, implement, and + manage + industry-leading systems. + Focused on driving continuous improvement to achieve operational excellence, increase revenues, and maximize + customer satisfaction.

+
+

Experience

+
+

Full Stack Java Developer June 2020 - Present

+ Charlotte/ Salisbury +
+

Demonstrated ability in developing full stack web applications. Developed healthcare + applications.

+
+
+
+

Entrepreneur/Pharmacist June 2014 - Oct 2019

+ Salisbury,MD +
+ +

Built an independent retail pharmacy from the ground up and grew the business to + average over $600K annually within the first two years of opening. +

    +
  • + Oversaw all pharmacy operations, HR functions, inventory levels, finances, and more. Ensured the + pharmacy was in full compliance with state and federal regulations at all times. +
  • +
  • + Earned the trust of a large customer-base by delivering the highest standard of customer service in + every interaction to promote 100% satisfaction. +
  • +
  • + Forged strong relationships with a network of vendors, wholesalers, software system support teams, and + other professionals to optimize inventory levels and performance. +
  • +
  • + Leveraged advanced technology skills to install, maintain, and troubleshoot the RX30 pharmacy system. +
  • +
  • + Utilized the system to manage pharmacy workflow across all phases from point of prescription data entry + through to final delivery to patients. +
  • +
  • + Conducted pharmacist Quality Assurance (QA) reviews to verify medications and screen for potential drug + interactions. +
  • +
  • + Counseled patients on proper usage, dosages, and potential interactions. +
  • + Implemented the Electronic Prescribing for Controlled Substances (EPCS) system and participated in the + Prescription Drug Monitoring program (PDMP). +
  • + + +
+

+
+
+

Education

+
+

Long Island Univesity,NY Sept 2000 - May 2003

+ Master of Science, Computer Science +

+ Masters degree in Computer Science with distinction! +

+

+ Created a web based pharmacy application on Microsoft.Net platform with C# and ASP.Net as part of the + software development project. +

+
+
+

Osmania Unveristy, India Sept 1995 - Aug 1999

+ Bachelor of Science, Pharmacy +

+ Bachelor of pharmacy in India. As part of the experiential education had training in industrial pharmacy. +

+
+
+
+ +
+
+ boy-glasses +

Suresh Kandagatla

+ Full Stack Java Developer +
Pharmacist + +
+
+

surikandagatla@gmail.com

+

410-726-9376

+

linkedin.com/in/suresh-kandagatla-8b382a39 +

+

github.com/surikanda

+
+
+
+ +
+ + + - The quickest of brown foxes. diff --git a/portfolio.html b/portfolio.html new file mode 100755 index 0000000..e98f3be --- /dev/null +++ b/portfolio.html @@ -0,0 +1,120 @@ + + + + + + Portfolio + + + + + + + + + + + + + +
+

Who am I?

+ Bird +

Suresh Kandagatla

+

Full Stack Application Developer | Tech Savvy Pharmacist

+
+ + + +
+

What am I?

+ + + Find me +
+ + + + +
+

Where to find me?

+

Hint: I love nature

+
+
+

Maryland

+ BirdsImage +
+
+

Banswada, India

+ BirdsImage +
+
+

Hyderabad, India

+ BirdsImage +
+
+
+ + + + + + + + \ No newline at end of file diff --git a/skills.html b/skills.html new file mode 100755 index 0000000..0fc0d04 --- /dev/null +++ b/skills.html @@ -0,0 +1,131 @@ + + + + + + Skills + + + + + + + + + + + + + + +
+

Curious About My Skills?

+ Bird +

Read along below..

+
+ + + +
+

Technical Skills

+

+

Programming Languages/Tech:

+ + C, C#, Java, Python, HTML5, CSS3, Bootstrap, JavaScript, SQL, Node.js, Express, React.js, ES6, JSX, Angular + API creation and managment +

+ +

+

Tools:

+ + + Visual Studio Code, Atom, HyperTerminal, Git Bash, GitHub, Postman +

+

+

Database Systems:

+ + + MySQL, MongoDB +

+

+

Operating Systems:

+ + + MS DOS, Unix, Windows, Linux, OS X +

+ + Find me +
+ + + + +
+

Where to find me?

+
+
+

Always learning

+ BirdsImage +
+
+

Practice makes perfect

+ BirdsImage +
+
+

Aspiring for new skills

+ BirdsImage +
+
+
+ + + + + + + + + \ No newline at end of file