<!DOCTYPE html>

<html lang="en">
	<head>
		<!--
			   __  ______  _______ 
			  /  |/  / _ \/ __/ _ |
			 / /|_/ / ___/ _// __ |
			/_/  /_/_/  /___/_/ |_|
		
			Developed, written, and maintained (poorly) by Matt Alexander.
			
			Latest revision: 06/13/2024.
			
		-->
		
		<title>Matt Alexander</title>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<meta name="description" content="A few words about Matt Alexander.">
		<meta name="author" content="Matt Alexander">
		<link rel="icon" type="image/png" href="/assets/favicon.png">
		<link rel="preload" as="style" href="/assets/style.css">
		<link rel="stylesheet" href="/assets/style.css">
		
		<!--Theme Color-->
		<meta name="theme-color" content="white" media="(prefers-color-scheme: light)">
		<meta name="theme-color" content="#1f2937" media="(prefers-color-scheme: dark)">
		
		<!--Twitter-->
		<meta name="twitter:card" content="summary">
		<meta name="twitter:creator" content="@mattalexand">
		<meta name="twitter:site" content="@mattalexand">
		<meta name="twitter:description" content="A few words about Matt Alexander.">
		<meta name="twitter:image" content="/images/MA.jpg">
		<meta name="twitter:image:alt" content="Matt Alexander">
		
		<!--Open Graph-->
		<meta property="og:type" content="website">
		<meta property="og:title" content="Matt Alexander">
		<meta property="og:url" content="https://mpealexander.com">
		<meta property="og:description" content="A few words about Matt Alexander.">	
		<meta property="og:image" content="/images/MA.jpg">
		<meta property="og:image:alt" content="Matt Alexander">
	</head>
	<body>
		<div class="container">
			<div class="content">
				<div class="bio">
					<img src="/images/MA_Low.jpg" alt="A photo of Matt Alexander" class="MA">
					<h1 class="name">Matt Alexander</h1>
					<p>Matt is an entrepreneur, currently developing and leading a new venture, acquisition, and incubation initiative for <a href="https://bioworldmerch.com/">Bioworld</a>.</p>
					<p>Over the years, he has been fortunate to be named as one of <i>Monocle</i>'s Top 25 Entrepreneurs, <i>D CEO</i>'s Most Influential Leaders, FGI's Rising Stars, <i>PaperCity</i>'s New Establishment, and more.</p>
					<p>In his spare time, Matt is an (increasingly) avid runner and has recently completed his first two marathons. He also serves as an advisor to a number of companies and accelerators, as well as sitting on SMU's Dedman Executive Board.</p>
					<p>After 18 years in Dallas, Texas, Matt now resides in the Greater London area with his wife, son, and dog.</p>
				</div>
			</div>
			<footer>
				<p class="small">&copy; <script>document.write( new Date().getFullYear() );</script> Matt Alexander</p>
			</footer>
		</div>
	</body>
</html>
