Skip to content

Commit

Permalink
initial personal page
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Apr 2, 2012
1 parent 9027eed commit 447654c
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
57 changes: 57 additions & 0 deletions index.html
@@ -0,0 +1,57 @@
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>spf13</title>
<link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="robots" content="all" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta http-equiv="imagetoolbar" content="false" />
<style>
* { padding: 0; margin: 0; }
p { color: #fff; font-family: Helvetica; font-size: 16px; line-height: 24px; margin-bottom: 22px; -webkit-font-smoothing: antialiased; text-shadow:0px 1px 2px #333333; }
a { color: #B1CFD8; font-weight: bold; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.3); }
a:hover { color: #6079AA; border-bottom: 1px solid rgba(255,255,255,1); }
#monogram { width: 50px; padding: 25px 0 0 0; margin: 0 auto 0 50px; }
#about { width: 440px; margin: 10px auto 0px 50px !important; }
</style>
</head>

<body>

<div id="monogram">
<img src="monogram.png" />
</div>

<div id="about">
<p>I am Steve Francia, or better known online as <a href="http://spf13.com">spf13</a>.<br> My passion has always been the intersection of user experience and technology. I have the opportunity to do both as the Chief Solutions Architect for <a href="http://10gen.com">10gen</a> where I am responsible for the user experience of <a href="http://mongodb.org">MongoDB</a>, the worlds fastest growing database. There I lead the drivers, integration, web and docs teams. Prior to 10gen I led engineering at <a href="http://opensky.com">OpenSky</a>. Previously I held executive roles as CIOO at <a href="http://portero.com">Portero</a>, VP of Development at <a href="http://takkle.com">Takkle</a> and Founder &amp; CTO of Supernerd.
</p>
<p>
While always a pragmatist, I'm a believer in open source. Over the last 15 years I have contributed to <a href="http://github.com/spf13/">dozens of projects</a> in many different languages and started a <a href="http://zoopframework.com">few</a> of <a href="http://github.com/spf13/vogon/">my</a> own. I prefer to code in Vim and maintain a <a href="http://vim.spf13.com">popular Vim distribution</a>.
</p>

<p>
I often <a href="http://spf13.com/presentations">speak at conferences</a> around the world on a variety of topics including cloud computing, big data, e-commerce, development, scalability and MongoDB. </p>

<p> I <a href="http://spf13.com">blog</a> about my experiences, technology and life. I have contributed articles to magazines, papers and journals. I authored <a href="http://shop.oreilly.com/product/0636920022381.do">a book published by O'Reilly</a>.
</p>
<p>
My work has been featured by the New York Times, the Guardian, Mashable, ReadWriteWeb and more.
</p>

<p>
I am a <a href="http://byu.edu">BYU</a> alumnus, where I also created and taught a course on dynamic web development.
</p>

</div>

<!--include jquery & backstretch-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
<script type="text/javascript" src="jquery.backstretch.min.js"></script>
<script type="text/javascript">
$.backstretch("spf_bg.jpg", {speed: 150});
</script>

</body>
</html>
11 changes: 11 additions & 0 deletions jquery.backstretch.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added monogram.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added spf_bg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 447654c

Please sign in to comment.