Created
September 5, 2019 14:53
-
-
Save bpmarkowitz/b2cdaf49823d0b259dc968e70bd9275d to your computer and use it in GitHub Desktop.
bpmarkowitz.com
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Ben Markowitz</title> | |
<style> | |
html, body { | |
box-sizing: border-box; | |
height: 100%; | |
margin: 0; | |
} | |
*, *:before, *:after { | |
box-sizing: inherit; | |
} | |
body { | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
line-height: 1.5; | |
font-size: 1.2em; | |
padding: 1.2em; | |
} | |
h1, h2 { | |
margin-top: 0; | |
line-height: 1.1; | |
} | |
ul { | |
padding: 0 0 0 1.2em; | |
} | |
a { | |
color: SlateBlue; | |
} | |
</style> | |
</head> | |
<body> | |
<main> | |
<h2>Ben Markowitz</h2> | |
<p>I'm the Principal Product Designer at <a href="http://protenus.com">Protenus, Inc.</a> in Baltimore, MD.</p> | |
<p>I live and work remotely just outside of <a href="https://www.google.com/maps/place/Harrisonburg,+VA/@38.4392897,-78.9412224,12z/data=!3m1!4b1!4m5!3m4!1s0x89b492c33f077155:0x84e65b9dabd7b5f!8m2!3d38.4495688!4d-78.8689155">Harrisonburg, VA</a>.</p> | |
<ul> | |
<li><a href="http://www.twitter.com/bpmarkowitz">Twitter</a></li> | |
<li><a href="http://www.dribbble.com/bpmarkowitz">Dribbble</a></li> | |
<li><a href="http://www.instagram.com/bpmarkowitz">Instagram</a></li> | |
<li><a href="mailto:[email protected]">Email</a></li> | |
</ul> | |
<small>© Copyright 2019 Ben Markowitz 🖖</small> | |
</main> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment