-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (21 loc) · 1005 Bytes
/
index.html
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
<!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>