|
6 | 6 |
|
7 | 7 | <!-- RSS FEED --> |
8 | 8 | <link href="{{ site.feed }}" rel="alternate" type="application/atom+xml" title="David Kuchar" /> |
9 | | - <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'> |
| 9 | + <!-- <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'> --> |
| 10 | + <link href='http://fonts.googleapis.com/css?family=Muli:300,400' rel='stylesheet' type='text/css'> |
10 | 11 | <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
11 | 12 |
|
12 | 13 | <title>David Kuchar</title> |
|
16 | 17 |
|
17 | 18 | <body> |
18 | 19 |
|
19 | | - <header> |
20 | | - <div class="container"> |
21 | | - <img class="headshot" src="assets/img/david_kuchar_headshot.jpg"> |
22 | | - <h1>David Kuchar</h1> |
23 | | - </div> |
24 | | - </header> |
25 | | - |
26 | | - <main> |
27 | | - <div class="container"> |
28 | | - <p>Entrepreneur, Software Architect</p> |
29 | | - <a class=" contact-button" href=" mailto:[email protected]" >Contact me </a> |
30 | | - </div> |
31 | | - </main> |
32 | | - |
33 | | - <footer> |
34 | | - <div class="container"> |
35 | | - <ul class="inline"> |
36 | | - <li><a href="http://instagram.com/davekuchar" target="_blank"><i class="fa fa-instagram fa-2x"></i></a></li> |
37 | | - <li><a href="https://www.linkedin.com/in/davidkuchar" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a></li> |
38 | | - <li><a href="https://github.com/davidkuchar" target="_blank"><i class="fa fa-github-square fa-2x"></i></a></li> |
39 | | - <li style="margin-top:5px;"><a href="https://angel.co/davidkuchar?follow=1&type=User&id=31813"></a><script src="https://angel.co/javascripts/embed.js" type="text/javascript"></script></span></li> |
40 | | - </ul> |
41 | | - </div> |
42 | | - </footer> |
| 20 | + <div class="container"> |
| 21 | + |
| 22 | + <header> |
| 23 | + <img class="headshot" src="assets/img/david_kuchar_headshot.jpg"> |
| 24 | + <h1>David Kuchar</h1> |
| 25 | + <!-- <h2><small>Entrepreneur, Software Architect</small></h2> --> |
| 26 | + </header> |
| 27 | + |
| 28 | + <main> |
| 29 | + <p>Entrepreneur based in San Francisco. High-level thinker |
| 30 | + with a broad engineering background and experience in marketing and |
| 31 | + product design.</p> |
| 32 | + <p>Consulting CTO with <a href="http://svsg.co" title="Silicon Valley Software Group">SVSG</a>, offering lean startup workshops and |
| 33 | + technical guidance to startups.</p> |
| 34 | + <a class=" contact-button" href=" mailto:[email protected]" >Contact me </a> |
| 35 | + </main> |
| 36 | + |
| 37 | + <footer> |
| 38 | + <ul class="inline"> |
| 39 | + <li><a href="http://instagram.com/davekuchar" target="_blank"><i class="fa fa-instagram fa-2x"></i></a></li> |
| 40 | + <li><a href="https://www.linkedin.com/in/davidkuchar" target="_blank"><i class="fa fa-linkedin-square fa-2x"></i></a></li> |
| 41 | + <li><a href="https://github.com/davidkuchar" target="_blank"><i class="fa fa-github-square fa-2x"></i></a></li> |
| 42 | + <li style="margin-top:7px;"><a href="https://angel.co/davidkuchar?follow=1&type=User&id=54469"></a><script src="https://angel.co/javascripts/embed.js" type="text/javascript"></script></li> |
| 43 | + </ul> |
| 44 | + </footer> |
| 45 | + |
| 46 | + </div> |
43 | 47 |
|
44 | 48 | <script src="/assets/css/splash.js"></script> |
45 | 49 |
|
|
0 commit comments