Hi, I'm Matt

Ready to offer solutions for all your Branding, Advertising, and Web Design needs.

Ready to offer
solutions for all your  needs.

var TxtType = function(el, toRotate, period) { this.toRotate = toRotate; this.el = el; this.loopNum = 0; this.period = parseInt(period, 10) || 2000; this.txt = ''; this.tick(); this.isDeleting = false; }; TxtType.prototype.tick = function() { var i = this.loopNum % this.toRotate.length; var fullTxt = this.toRotate[i]; if (this.isDeleting) { this.txt = fullTxt.substring(0, this.txt.length - 1); } else { this.txt = fullTxt.substring(0, this.txt.length + 1); } this.el.innerHTML = ''+this.txt+''; var that = this; var delta = 200 - Math.random() * 100; if (this.isDeleting) { delta /= 2; } if (!this.isDeleting && this.txt === fullTxt) { delta = this.period; this.isDeleting = true; } else if (this.isDeleting && this.txt === '') { this.isDeleting = false; this.loopNum++; delta = 500; } setTimeout(function() { that.tick(); }, delta); }; window.onload = function() { var elements = document.getElementsByClassName('typewrite'); for (var i=0; i .wrap { border-right: 0.08em solid #343434; padding-right: 5px;}"; document.body.appendChild(css); }; /* Code Pen Header */ body { text-align: left; color:#00a651; } *.typewrite { color:#007fa6; text-decoration: none;} *.typewrite:hover { color:#007fa6;}

Ready to offer
solutions for all your  needs.

Matt Hannon Design three gradient blocks pointing up

Graphic Designer in Southern New Hampshire, known for creating eye-catching visual identities, impactful promotional content, and engaging websites. I bring brands to life with innovative design and strategic thinking.

Website Design
& Development

In the ever-evolving digital landscape, I specialize in crafting immersive websites that seamlessly blend aesthetics with functionality. From wireframing to responsive coding, I bring your online vision to life, ensuring an engaging user experience that leaves a lasting impression.

Logo Creation
& Branding

As a branding enthusiast, I breathe life into your business identity through captivating logos that symbolize your essence. With meticulous attention to detail, I delve deep into your brand story to create visual identities that resonate and endure.

Promotional &
Stationary Items

Every brand has a tactile story to tell, and I specialize in curating that story through elegantly designed promotional and stationery items. From business cards to brochures, my creations translate your brand’s ethos into tangible, unforgettable pieces that captivate and connect.

Recent Work

Our primary objective with the Spill Center Website project was to revamp their online presence, providing a fresh and appealing look while enhancing their ability to connect with customers. We aimed to make their incident response management process more transparent and understandable, fostering a stronger connection with their audience.
Our objective with the GPD Optoelectronics Exhibition Display Banner project was to design a captivating and reusable exhibition station that would effectively represent the cutting-edge technology and innovation for which GPD Optoelectronics is renowned. Our aim was to create a show-stopping presence at trade shows, leaving a lasting impression on attendees.
Our goal with the Organization for Refugee and Immigrant Success (ORIS) website redesign project was to create a user-friendly and informative online platform that would amplify ORIS’s mission to support refugees and immigrants in New Hampshire. We aimed to enhance their online presence to better serve their community and reach a wider audience.