-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 3.07 KB
/
Copy pathindex.html
File metadata and controls
48 lines (47 loc) · 3.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<html>
<!-- Made with love by Colyn Montgomery. Please hit me with suggestions for improvement, cleanup, style, etc. -->
<head>
<title>Colyn Montgomery</title>
<meta name="keywords" content="product manager, digital strategy, marketing, disruption, dartmouth college">
<meta name="description" content="Colyn Montgomery. Product manager, strategist, handsome.">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,700' rel='stylesheet' type='text/css'>
<link href="css/colynstyle.css" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.scrollTo-1.4.3.1-min.js" type="text/javascript"></script>
<script src="js/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
$.localScroll();
});
</script>
</head>
<body>
<div id="name">
<h1><a href="http://colynmontgomery.com">Colyn Montgomery</a></h1>
<ul id="mainav">
<li><a href="#about">About</a></li>
<li><a href="#contact">Talk to me</a></li>
</ul>
</div>
<div id="about">
<h3>London-based American (and French) product manager and digital strategist.</h3>
<p>Los Angeles born and raised. Brief early-age stint in Paris. Studied at Dartmouth College. While there I joined a fraternity, learned to rock climb, lived briefly in Mexico, barely majored in Geography, and made the best friends ever.</p>
<p>Marketing, strategy, and product management at <a href="http://animoto.com/" target="_blank">Animoto</a> in NYC. Worked at <a href="http://thecools.com/" target="_blank">The Cools</a> pre-launch through an early pivot where I contributed to product strategy and managed the engineering team for nearly a year. It was challenging. I learned a lot. It wasn't my place longer-term. After 4 years in NYC I decided to pack my bags and move to London.</p>
<p>I am passionate about disruption in media and consumer habits. I care about design, technology, business, entertainment, brands people love, and popular culture. I have a soft spot for fashion and the perfect song. I hope to one day create something loved by many.</p>
</div>
<div id="contact">
<h2>talk to me</h2>
<div id="sociallinks">
<ul id="navlist">
<li id="twitter"><a href="http://twitter.com/colynmontgomery" target="_blank"></a> </li>
<li id="tumblr"><a href="http://colynmontgomery.tumblr.com" target="_blank"></a> </li>
<li id="linkedin"><a href="http://www.linkedin.com/in/colynmontgomery" target="_blank"></a> </li>
<li id="facebook"><a href="http://www.facebook.com/colyn.m.montgomery" target="_blank"></a> </li>
</ul>
</div>
<p id="email"><a href="mailto:colyn.m.montgomery@gmail.com?Subject=Hello there" target="_blank">colyn.m.montgomery@gmail.com</a></p>
</div>
</body>
</hmtl>