-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marc Hanger
committed
Aug 8, 2024
1 parent
81764f6
commit 44ab094
Showing
3 changed files
with
101 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,100 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"><title>Pixel Architecture, LLC.</title><link rel="shortcut icon" href="favicon.ico"><link href="static/css/main.5845eedb.css" rel="stylesheet"></head><body><script src="public/mainani.js"></script><script src="public/sprite.js"></script><div id="root"></div><script type="text/javascript" src="static/js/main.2f387c25.js"></script></body></html> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Portfolio for Marc T Hanger</title> | ||
<link rel="stylesheet" href="styles.css"> | ||
<script src="scripts.js"></script> | ||
</head> | ||
<body> | ||
|
||
<nav> | ||
<h1>Marc T. Hanger</h1> | ||
<a href="#capabilities" class="scroll">Capabilities</a> | ||
<a href="#portfolio" class="scroll">Portfolio</a> | ||
<a href="#about" class="scroll">About</a> | ||
<a href="#contact" class="scroll">Contact</a> | ||
</nav> | ||
|
||
<section id="capabilities"> | ||
<h2>Agile</h2> | ||
<div class="experience"> | ||
<picture> | ||
<source srcset="images/agile_w_628.jpg" media="(max-width: 768px)"> | ||
<source srcset="images/agile_w_1200.jpg" media="(min-width: 769px)"> | ||
<img src="images/agile_w_1200.jpg" alt="Agile"> | ||
</picture> | ||
<div class="description"> | ||
<p> | ||
<ul> | ||
<li>More than eight years of experience working within agile development and leading offshore teams.</li> | ||
<li>Seemlessly integrate or lead your daily scrum calls and work with agile tools such as git and jira, and confluence.</li> | ||
<li>Eexperience with unit testing tools such as jest and cypress.</li> | ||
</ul> | ||
</p> | ||
</div> | ||
</div> | ||
<h2>Analytics</h2> | ||
<div class="experience"> | ||
<picture> | ||
<source srcset="images/analytics.png" media="(max-width: 768px)"> | ||
<source srcset="images/analytics.png" media="(min-width: 769px)"> | ||
<img src="images/analytics.png" alt="Analytics"> | ||
</picture> | ||
<div class="description"> | ||
<p>Built data analytics for both startups looking to impress, as well as enterprise clients looking to upgrade their capabilities. I have more than ten years of experience with google analytics implementations such as GTM. I use industry standard technologies like rechart.js and d3.js visualization libraries to craft custom-made dynamic charts and allow clients to interact with their data in new ways.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="portfolio"> | ||
<h2>Portfolio</h2> | ||
<div class="experience"> | ||
<h3>E-commerce grocery chain (2024)</h3> | ||
<picture> | ||
<source srcset="assets/images/grocery_e-com.png" media="(max-width: 768px)"> | ||
<source srcset="assets/images/grocery_e-com.png" media="(min-width: 769px)"> | ||
<img src="assets/images/grocery_e-com.png" alt="Grocery E-commerce"> | ||
</picture> | ||
<div class="description"> | ||
<p>I led a team of five near-shore developers on a new e-commerce project for a major grocery store chain in the Midwest. The front-end stack consisted of Next, React, GraphQL, and the styled-components library for visual layout. Responsibilities included interviewing, hiring, and managing the team, interacting with stakeholders, project managers, quality assurance, and analytics team leaders to drive the scope of work. Additional contributions included recommending architectural solutions and mentoring team members on solutions at a story level in a highly agile environment. I also contributed to coding stories to create re-usable react components within the client's microservice ecosystem.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="experience3"> | ||
<h2>E-commerce</h2> | ||
<div class="experience"> | ||
<picture> | ||
<source srcset="assets/images/ecommerce.png" media="(max-width: 768px)"> | ||
<source srcset="assets/images/ecommerce.png" media="(min-width: 769px)"> | ||
<img src="assets/images/ecommerce.png" alt="Experience 3 Image"> | ||
</picture> | ||
<div class="description"> | ||
<p>Description of Experience 3. This section provides details about the experience, highlighting key aspects and what was involved.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section id="about"> | ||
<h2>About</h2> | ||
<p>I am a front-end web leader with great experience in agile development, e-commerce, and large scale enterprise application development and maintenance. | ||
I have hired, led, and managed front-end teams to success! Strong skills in Web Development, Architecture, Management, Web Applications, Analytics, and Accessibility.</p> | ||
<p>Hobbies include: | ||
<ul> | ||
<li>cycling</li> | ||
<li>fly-fishing</li> | ||
<li>travelling</li> | ||
</ul> | ||
</p> | ||
</section> | ||
|
||
<section id="contact"> | ||
<h2>Contact</h2> | ||
<p>mhangeril@gmail.com</p> | ||
</section> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css"><title>Pixel Architecture, LLC.</title><link rel="shortcut icon" href="favicon.ico"><link href="static/css/main.5845eedb.css" rel="stylesheet"></head><body><script src="public/mainani.js"></script><script src="public/sprite.js"></script><div id="root"></div><script type="text/javascript" src="static/js/main.2f387c25.js"></script></body></html> |
This file was deleted.
Oops, something went wrong.