<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">

	

	


<head>
	<meta name="fragment" content="!" />
	<link rel="shortcut icon" href="https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526/images/icons/favicon.ico" />
	<link rel="stylesheet" type="text/css" href="https://d2ed0w4q03gsmw.cloudfront.net/s3/core/v1.1.83/aboutme.core.css" />
	<link rel="stylesheet" type="text/css" href="https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526/css/aboutme.min.css" />
	<meta name="apple-itunes-app" content="app-id=929851006 app-argument=connect" />
	<script type="text/javascript" src="https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526/js/amd/vendor/modernizr-custom.js"></script>
	<script src="https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526/js/amd-compiled/bower/requirejs/require.js"></script>
    <script src="//cdnjs.cloudflare.com/ajax/libs/raven.js/1.0.8/raven.min.js"></script>
    <script type="text/javascript">
    //<![CDATA[
    if (window.Raven){ Raven.config("//85b9f4c0acbc4c749ea43615ea3b577d@sentry2.aboutme-cloud.net/5", {}).install(); }
    //]]>
    </script>
<script>
// String.trim courtesy of http://javascript.crockford.com/remedial.html
if (! String.prototype.trim) {
	String.prototype.trim = function () {
		return this.replace(/^\s*(\S*(?:\s+\S+)*)\s*$/, "$1");
	};
}
</script>
<script type="text/javascript" id="globals">
//<![CDATA[
/* About.me Require Config */
(function(requirejs) {
	var config = {
		baseUrl: 'https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526/js/amd-compiled/',
		paths: {
			'easyxdm': 'https://d2ed0w4q03gsmw.cloudfront.net/s3/core/easyxdm/easyXDM.min',
			'carousel': 'https://d2ed0w4q03gsmw.cloudfront.net/s3/core/plugins/carousel3.4',
			'log': 'lib/log',
			'widget': 'plugin/widget',
			// bower modules:
			'text': 'bower/requirejs-text/text',
			'backbone': 'bower/backbone/backbone',
			'marionette': 'bower/marionette/lib/backbone.marionette',
			'radio': 'bower/backbone.radio/build/backbone.radio',
			'backbone.associations': 'bower/backbone-associations/backbone-associations',
			'underscore': 'bower/underscore/underscore',
			'medium_editor': 'bower/medium-editor/dist/js/medium-editor',
			'requestAnimationFrame': 'bower/requestAnimationFrame/app/requestAnimationFrame',
			'tinycolor': 'bower/tinycolor/tinycolor',
			'parsleyjs': 'bower/parsleyjs/dist/parsley',
			'polyglot': 'bower/polyglot/build/polyglot',
			'addPrefixedClass': 'bower/jquery.add-prefixed-class/jquery.addPrefixedClass',
			// vendor modules
			'chartjs': 'vendor/Chart',//will be bower eventually, one hopes
			'backbone.collectionsubset': 'vendor/backbone.collectionsubset',
			// external modules
			'facebook_sdk': '//connect.facebook.net/en_US/all',
			'google_jsapi': '//www.google.com/jsapi?',
			'mapquest': '//open.mapquestapi.com/sdk/js/v7.1.0/mqa.toolkit.js?key=Amjtd%7Cluua2908ng%2Ca5%3Do5-lzblu'
		},
		waitSeconds: 15,
		shim: {
			'vendor/Markdown.Sanitizer': {
				deps: ['vendor/Markdown.Converter'],
				exports: 'Markdown'
			},
			'facebook_sdk': {
				exports: 'FB'
			},
			'google_jsapi': {
				exports: 'google'
			},
			'underscore': {
				exports: '_'
			},
			'backbone': {
				exports: 'Backbone'
			},
			'backbone.collectionsubset': {
			    deps: ['backbone']
			}
		}
	}
	requirejs.config(config);
})(requirejs);
define('globals', function() {
	var g = {};
	g.VIEWER_USERNAME = false;
	g.UNSUPPORTED = false;
	g.DOMAIN_NAME = "about.me";
	g.DOMAIN_NAME_URL = "https://about.me";
	g.SSL_DOMAIN = "https://about.me";
	g.STATIC_HOSTNAME = "https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526";
	g.USE_IMGIX = false;
	g.IMGIX_URL = "aboutme.imgix.net";
	g.AWS_THUMBNAIL = "https://d3mod6n032mdiz.cloudfront.net";
	g.AWS_IMAGES = "https://d13pix9kaak6wt.cloudfront.net";
	g.AWS_FAVICON = "d15rluch0y3zzq.cloudfront.net";
	g.JS_DEBUG = false;
	g.FEED_DEBUG = false;
	g.NAV_HEIGHT = 50;
	g.THUMBNAIL_SIZES = ['840x560', '540x360', '300x200', '210x140', '105x70'];
	g.ENVIRONMENT = "production";
	g.FACEBOOK_APP_ID = '249413078192';
	g.SIGNUP_DELAY = 10;
	g.VIMEO_SCREENCAST = true;
	g.AUTH_TOKEN = "127198906698187904896724079603183253433";
	g.IOS_APP_PROMO = true;
	g.ANDROID_APP_PROMO = true;
	g.WINDOWS_APP_PROMO = false;
	g.AMD_COMPILED = true;
	g.JS_LOGS_IGNORE = ['amd','metric','event','viewport'];
	g.SHOW_ALL_CTAS = false;
	g.STORE_KEY = "pk_live_RlI4aulcrfnDp0vi1aZHyc8y";
	g.FRAMED = false;
	g.GOOGLE_RECAPTCHA_KEY = "6Ld_fv0SAAAAAFt85HWlNA5Z4waHu8q2nLtyL19v";
	g.OPTIMIZELY_ANON_ID = "2382370467"
//]]>
//<![CDATA[
	g.MAPPED = false;
//]]>
// this will override 'real' domain name testing if dev and using test domain
	g.PAGE = 'home';
//<![CDATA[
	g.SERVER_MESSAGE = { message: "", status: "ok" };
//]]>
//<![CDATA[
	var console = (g.JS_DEBUG && window.console) ? window.console : { log: function() {}, time: function() {}, timeEnd: function() {}, error: function() {} };
	console.time = console.time || (function() {});
	console.timeEnd = console.timeEnd || (function() {});
//]]>
//<![CDATA[
	return g;
});
define('data/analytics', function() {
    var userId = '',
        trackingId = "UA-17228769-1",
        sampleRate = "",
        cookieDomain = "",
        config = {};
    // No trackingId? We're done here.
    if (!trackingId) return {};
    config.trackingId = trackingId;
    if (userId) config.userId = userId;
    if (sampleRate) config.sampleRate = sampleRate;
    if (cookieDomain) config.cookieDomain = cookieDomain;
    return config;
});
//]]>
</script>
	<script src="https://d2ed0w4q03gsmw.cloudfront.net/s3/core/jquery/jquery1.8.3-jqueryui1.9.2.js"></script>
	<script src="//cdn.optimizely.com/js/176651799.js"></script>
	<script type="text/javascript">
		require(['main']);
	</script>
	<meta content="text/html; charset=UTF-8" http-equiv="content-type" />
			<meta name="robots" content="index" />
	<meta name="description" content="About.me makes it easy for people to learn about you and find your content. Create a free page in minutes with no coding required." />
	<title>about.me | your personal homepage</title>
	<meta name="HandheldFriendly" content="True" />
	<meta name="MobileOptimized" content="320" />
	<meta name="viewport" content="user-scalable=no, width=device-width, minimum-scale=1, maximum-scale=1" />
	<meta http-equiv="cleartype" content="on" />
</head>
<body class="homepage has-fixednav layout-mobile layout-tablet layout-desktop layout-desktop-wide">
<noscript>
	<iframe src="//www.googletagmanager.com/ns.html?id=GTM-MRXCQL" height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<script>
//<![CDATA[
	(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
	new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
	j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
	'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
	})(window,document,'script','dataLayer','GTM-MRXCQL');
//]]>
</script>
<div class="page-container"></div>
<div class="trailing-content">
	<div class="pane template content-template">
<div class="background-image">
	<div class="splash">
		<div class="splash-top-content">
			<h1>The Big Picture of You</h1>
			<h2>Make a personal page and inspire people to connect with you.</h2>
		</div>
		<div class="homepage-signup-buttons signup-top"></div>
	</div>
	<div class="user-link"><a href="#" target="_blank"></a></div>
</div>
<div class="content">
	<div class="scroll-content">
		<div class="features structure">
			<h1>The tools you’ll need to tell your story.</h1>
			<ul class="clearfix">
				<li class="feature-intro">
					<a href="/intro">
						<div class="feature-pic"></div>
						<div class="feature-descrip">
							<h2>Intro</h2>
							<p>The easiest way to share your digital business card.</p>
							<span class="more-link">Learn More</span>
						</div>
					</a>
				</li>
				<li class="feature-backstory">
					<a href="/backstory">
						<div class="feature-pic"></div>
						<div class="feature-descrip">
							<h2>Backstory</h2>
							<p>Set yourself apart professionally.</p>
							<span class="more-link">Learn More</span>
						</div>
					</a>
				</li>
				<li class="feature-stats">
					<a href="/statistics">
						<div class="feature-pic"></div>
						<div class="feature-descrip">
							<h2>Stats</h2>
							<p>Measure your activity.</p>
							<span class="more-link">Learn More</span>
						</div>
					</a>
				</li>
			</ul>
		</div>
		<div class="proof structure">
			<p></p>
			<cite><a href="" class="clearfix"><img src="" /><span></span></a></cite>
		</div>
		<div class="blog clearfix">
			<ul>
				<li>
					<a href="https://blog.about.me/2015/05/23/journalists-and-filmmakers-staff-picks/" style="background-image: url(https://aboutdotme.files.wordpress.com/2015/05/marcelodalla.jpg?w=1024);"><span class="blog-descrip">Journalists and Filmmakers: Staff Picks</span></a>
				</li><li>
					<a href="https://blog.about.me/2015/05/21/happiness-meditation-light-watkins/" style="background-image: url(https://aboutdotme.files.wordpress.com/2015/05/dsc_2391.jpg?w=1024);"><span class="blog-descrip">How To Find Happiness Through Meditation</span></a>
				</li><li>
					<a href="https://blog.about.me/2015/05/20/how-people-think/" style="background-image: url(https://aboutdotme.files.wordpress.com/2015/05/michaeltroiano.jpg?w=1024);"><span class="blog-descrip">The Key To Changing How People Think</span></a>
				</li><li>
					<a href="https://blog.about.me/2015/05/19/5-quotes-to-read-every-tuesday/" style="background-image: url(https://aboutdotme.files.wordpress.com/2015/05/motivationalquotes.jpg?w=1024);"><span class="blog-descrip">7 Quotes To Read Every Tuesday</span></a>
				</li>
				<li><a href="http://blog.about.me"><span class="button light outlined large">More Stories</span></a></li>
			</ul>
		</div>
		<div class="final_cta structure">
			<h1>Create your free about.me page</h1>
			<div class="homepage-signup-buttons signup-bottom"></div>
		</div>
	</div>
</div>
	</div>
	<div class="signupform signup-modal invisible">
		<div id="signup-modal">
		    <h2><img src="https://d2ed0w4q03gsmw.cloudfront.net/s3/assets/089f526/images/logos/aboutme_logo_black.svg" /></h2>
		    <h3 class="action">It’s free and only takes minutes to set up a page. Join now or <a href="https://about.me/">learn more</a>.</h3>
<div class="signup">
<form action="/register" id="signup_signupmodal" method="post" onsubmit="return false">
<input name="_authentication_token" type="hidden" value="127198906698187904896724079603183253433" />
<fieldset class="first_name name">
			<label class="label" for="signupmodal_first_name">First name</label>
			<input type="text" name="first_name" id="signupmodal_first_name" class="input fullwidth large first_name" value="" maxlength="32" />
</fieldset>
<fieldset class="last_name name">
			<label class="label" for="signupmodal_last_name">Last name</label>
			<input type="text" name="last_name" id="signupmodal_last_name" class="input fullwidth large last_name" value="" maxlength="32" />
</fieldset>
<fieldset class="email">
			<label class="label" for="signupmodal_email">Email address</label>
			<input type="text" name="email" id="signupmodal_email" class="input fullwidth large email" value="" maxlength="254" />
</fieldset>
<input type="hidden" value="signupmodal" name="location" class="signuplocation" />
<fieldset class="buttons large">
    <div class="alreadyjoined right invisible button-item"><span class="">Already joined?  </span><a href="https://about.me/login" class="not-deferred">Log In</a></div>
    <button type="submit" class="button test130106 large dark blue signup-submitbutton not-deferred">
   		<span class="default-text">Join for FREE</span>
   		<span class="loading-text">Join for FREE</span>
    </button>
</fieldset>
<div class="socialsignup">
	<h4>or continue with…</h4>
	<div class="buttons">
		<a href="https://about.me/facebook/login?perm=basic" class="button signupbutton large  facebook glyph-facebook not-deferred">Facebook</a>
		<a href="https://about.me/twitter/login" class="button signupbutton large  twitter glyph-twitter not-deferred">Twitter</a>
	</div>
</div>
</form>
</div>
		</div>
	</div>
	<div class="autologin invisible">
		<div class="autologinform">
			<form action="#" method="post" onsubmit="return false">
<input name="_authentication_token" type="hidden" value="127198906698187904896724079603183253433" />
				<fieldset>
					<label class="label" for="login">Username or email</label>
					<input class="input large fullwidth" type="text" id="login" name="login" tabindex="1" />
				</fieldset>
				<fieldset>
					<span class="right forgotpassword-link text link" href="#forgotpassword" tabindex="3">Forgot password?</span>
					<label class="label" for="password">Password</label>
					<input class="input large fullwidth" type="password" id="password" name="password" tabindex="2" />
				</fieldset>
				<fieldset class="buttons large">
					<button type="submit" class="button button-submit large dark blue" value="submit" tabindex="5">
						<span class="default-text">Log In</span>
						<span class="loading-text">Logging In…</span>
					</button>
					<span class="button large cancel">Cancel</span>
				</fieldset>
				<p class="glyph-lock ssl-note">Login secured with SSL</p>
			</form>
		</div>
	</div>
	<script type="text/javascript">
	var _kmq = window._kmq || [];
	function _kms(u){
		setTimeout(function(){
			var s = document.createElement('script'); var f = document.getElementsByTagName('script')[0]; s.type = 'text/javascript'; s.async = true;
			s.src = u; f.parentNode.insertBefore(s, f);
		}, 1);
	}
	_kms('//i.kissmetrics.com/i.js');_kms('//doug1izaerwt3.cloudfront.net/02c12958c27452f207e74e259da5adcd66b80beb.1.js');
	_kmq.push(function(){
		var params = KM.uprts(KM.u()).params;
		if(param = params['NCID'] || params['ncid']) {
			_kmq.push(['set', { 'NCID': param }]);
		}
	});
	</script>
</div>
</body>
</html>