Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (21 sloc)
1005 Bytes
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="Content-Language" content="en"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>Noga Raviv</title> | |
<meta name="description" content="I'm Noga. I'm a designer living in San Francisco."> | |
<link rel="stylesheet" href="/style.css"> | |
</head> | |
<body> | |
<div class="content"> | |
<div class="description"> | |
<h1>I'm Noga. I’m a designer living in San Francisco. | |
<h1><span class="no-wrap">I enjoy building tools that help people create.</span></h1> | |
<h1><span class="no-wrap">Currently at <a href="https://dropbox.com">Dropbox</a>.</span> I also make <a href="https://instagram.com/nogaraviv_">pottery</a>.</h1> | |
<h1 class="footer">Say hi over <a href="mailto:ravivng@gmail.com">email</a>, <a href="https://instagram.com/nogaraviv_">instagram</a>, or <a href="http://twitter.com/nogaraviv">twitter</a>.</h1> | |
</div> | |
</body> | |
</body> | |
</html> |