|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html>
|
3 |
| - <head> |
4 |
| - <title>David Strack</title> |
5 |
| - <meta name="description" content="David Strack is a designer and software engineer in Milwaukee, Wisconsin"> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 |
| - <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'> |
8 |
| - |
9 |
| - <style type="text/css" media="screen"> |
10 |
| - html { margin: 0; padding: 0; } |
11 |
| - body { |
12 |
| - font-family: 'VT323', monospace; |
13 |
| - margin: 0 auto; |
14 |
| - padding: 100px; |
15 |
| - font-size: 1.7em; |
16 |
| - background: #038575; |
17 |
| - color: #fff; |
18 |
| - max-width: 640px; |
19 |
| - } |
20 |
| - |
21 |
| - h1 { margin-bottom: 0; } |
22 |
| - h2 { margin: 20px 0 0 0; } |
23 |
| - a { color: #FFAA2B; } |
24 |
| - p.subhead { margin: 0 0 10px 0; } |
25 |
| - |
26 |
| - ul { padding: 0; margin: 0; } |
27 |
| - ul li { |
28 |
| - list-style: none; |
29 |
| - } |
30 |
| - |
31 |
| - @media only screen and (max-width: 640px) { |
32 |
| - body { padding: 40px; } |
33 |
| - } |
34 |
| - </style> |
35 |
| - </head> |
36 |
| - <body> |
37 |
| - <h1>David Strack</h1> |
38 |
| - <p class="subhead">Code & Design</p> |
39 |
| - <p>I'm a software engineer at <a href="https://github.com">GitHub</a> working remotely from Milwaukee, Wisconsin.</p> |
40 |
| - |
41 |
| - <h2>On the web:</h2> |
42 |
| - <ul> |
43 |
| - <li><a href="https://twitter.com/strackoverflow">Twitter</a></li> |
44 |
| - <li><a href="https://github.com/strackoverflow">GitHub</a></li> |
45 |
| - <li><a href="https://www.linkedin.com/in/david-strack-119039104">LinkedIn</a></li> |
46 |
| - <li><a href="https://untappd.com/user/strackoverflow">Untappd</a></li> |
47 |
| - </ul> |
48 |
| - |
49 |
| - <h2>Send me an email:</h2> |
50 |
| - |
51 |
| - </body> |
| 3 | +<head> |
| 4 | + <title>David Strack</title> |
| 5 | + <meta name="description" content="David Strack is a designer and software engineer in Milwaukee, Wisconsin"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 7 | + <link href='https://fonts.googleapis.com/css?family=VT323' rel='stylesheet' type='text/css'> |
| 8 | + |
| 9 | + <style type="text/css" media="screen"> |
| 10 | + html { margin: 0; padding: 0; } |
| 11 | + body { |
| 12 | + font-family: 'VT323', monospace; |
| 13 | + margin: 0 auto; |
| 14 | + padding: 100px; |
| 15 | + font-size: 1.7em; |
| 16 | + background: #038575; |
| 17 | + color: #fff; |
| 18 | + max-width: 640px; |
| 19 | + } |
| 20 | + |
| 21 | + h1 { margin-bottom: 0; } |
| 22 | + h2 { margin: 20px 0 0 0; } |
| 23 | + a { color: #FFAA2B; } |
| 24 | + p.subhead { margin: 0 0 10px 0; } |
| 25 | + |
| 26 | + ul { padding: 0; margin: 0; } |
| 27 | + ul li { |
| 28 | + list-style: none; |
| 29 | + } |
| 30 | + |
| 31 | + @media only screen and (max-width: 640px) { |
| 32 | + body { padding: 40px; } |
| 33 | + } |
| 34 | + </style> |
| 35 | +</head> |
| 36 | +<body> |
| 37 | + <h1>David Strack</h1> |
| 38 | + <p class="subhead">Code & Design</p> |
| 39 | + <p>I'm a software engineer at <a href="https://github.com">GitHub</a> working remotely from Milwaukee, Wisconsin.</p> |
| 40 | + |
| 41 | + <h2>On the web:</h2> |
| 42 | + <ul> |
| 43 | + <li><a href="https://twitter.com/strackoverflow">Twitter</a></li> |
| 44 | + <li><a href="https://github.com/strackoverflow">GitHub</a></li> |
| 45 | + <li><a href="https://www.linkedin.com/in/david-strack-119039104">LinkedIn</a></li> |
| 46 | + <li><a href="https://untappd.com/user/strackoverflow">Untappd</a></li> |
| 47 | + </ul> |
| 48 | + |
| 49 | + <h2>Send me an email:</h2> |
| 50 | + |
| 51 | +</body> |
52 | 52 | </html>
|
0 commit comments