Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kristopher Valladares - Software Engineer Portfolio</title>
<script src="resume.js" defer></script>
<link rel="stylesheet" href="resume.css">
</head>
<body>
<header>
<nav id="navbar">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#coursework">Coursework</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero" class="profile-section">
<img src="IMG_2798.jpeg" alt="Kristopher Valladares" class="profile-picture">
<div class="profile-info">
<h1>Kristopher Valladares</h1>
<p>Aspiring Software Engineer</p>
</div>
</section>
<section id="about">
<h2>About Me</h2>
<p>A passionate and dedicated student pursuing a Bachelor of Science in Computer and Technology at Indiana University Purdue University, Indianapolis. Skilled in various programming languages and technologies, with a strong foundation in computer science fundamentals and a drive for continuous learning and innovation.</p>
</section>
<section id="education">
<h2>Education</h2>
<div class="education-item">
<h3>Purdue University, Indianapolis, IN</h3>
<p>Bachelor of Science in Computer and Technology | Expected May 2026</p>
<p>GPA: 3.5</p>
</div>
<div class="education-item">
<h3>Lawrence North High School, Indianapolis, IN</h3>
<p>High School/Honors Diploma | August 2018 - June 2022</p>
<p>GPA: 3.8</p>
</div>
</section>
<section id="experience">
<h2>Professional Experience</h2>
<div class="experience-item">
<h3>Tech Lead at TigersCollegeConsulting, Princeton, NJ</h3>
<p>September 2023 - October 2024</p>
<ul>
<li>Revolutionized digital outreach, leading to 20,000+ site impressions, driving customer growth, and expanding market reach.</li>
<li>Mentored students in essay writing, contributing to their successful Ivy League admissions and demonstrating educational guidance proficiency.</li>
<li>Overhauled company website, improving digital engagement and creating a more accessible, user-centric online experience.</li>
</ul>
</div>
</section>
<section id="skills">
<h2>Skills</h2>
<div class="skills-container">
<span class="skill">React</span>
<span class="skill">JavaScript</span>
<span class="skill">Python</span>
<span class="skill">Visual Studio</span>
<span class="skill">Thonny</span>
<span class="skill">Google Workspace</span>
<span class="skill">VBA</span>
<span class="skill">Canva</span>
<span class="skill">Adobe Photoshop</span>
<span class="skill">English</span>
<span class="skill">Spanish</span>
</div>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project-item">
<h3>MedSearch</h3>
<p>MyMedSearch is a project designed to provide users with detailed information about various medications,
including both their benefits and potential side effects. By allowing users to input specific drugs, such as painkillers, the platform will generate a comprehensive analysis of the medication's therapeutic advantages as well as associated risks,
empowering individuals to make informed healthcare decisions.
</p>
</div>
<div class="project-item">
<h3>EcoTrack</h3>
<p>EcoTrack is a sustainability-focused platform designed for developers to build and extend applications that help users monitor and reduce their environmental impact. The core system provides APIs for tracking personal energy consumption, carbon footprint, and waste production, offering real-time data analytics and insights. Developers can customize features, integrate with smart home devices, and create mobile or web apps that offer users personalized recommendations for adopting greener practices. EcoTrack empowers software engineers to contribute to environmental conservation through innovative,
scalable solutions aimed at promoting sustainable living.</p>
</div>
</section>
<section id="coursework">
<h2>Relevant Coursework</h2>
<ul>
<li>Intro. Computer Science</li>
<li>Programming 2</li>
<li>Computing Logic</li>
<li>Intro. Software Development</li>
<li>Website Design</li>
<li>SQL</li>
<li>Web Programming</li>
<li>Hardware</li>
</ul>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Email: <a href="mailto:Kristurcios@yahoo.com">Kristurcios@yahoo.com</a></p>
<p>Phone: (317) 389-4278</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/kristopher-valladares-2bba53214/">Kristopher Valladares</a></p>
<p>GitHub: <a href="https://github.itap.purdue.edu/kvallada">kvallada</a></p>
<p>Location: Indianapolis, IN</p>
</section>
</main>
<footer>
<p>&copy; 2024 Kristopher Valladares. All rights reserved.</p>
</footer>
</body>
</html>