mirror of
https://github.com/resume/resume.github.com.git
synced 2025-12-30 15:49:30 -06:00
The existing library breaks IE10 since the shim layer for jQuery 1.5 is pretty cold and has significantly changed to be a lot better. I moved to the jquery CDN since Google's CDN is really flaky and the 1.8.1 is retuning error pages on that CDN.
19 lines
1.1 KiB
HTML
19 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Github Résumé</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
<meta name="keywords" content="cv, resume, hResume, github, community, free, fun, nice, useful" />
|
|
<meta name="description" content="Github resumes, generated by the community, for the community." />
|
|
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.7.0/build/reset-fonts-grids/reset-fonts-grids.css" media="all" />
|
|
<link rel="stylesheet" type="text/css" href="css/resume.css" media="all" />
|
|
<link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
|
|
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
|
|
<script type="text/javascript" src="js/mustache.js"></script>
|
|
<script type="text/javascript" src="js/githubresume.js"></script>
|
|
</head>
|
|
<body id="resume">
|
|
<noscript>You need to enable Javascript to generate and see résumé pages.</noscript>
|
|
</body>
|
|
</html>
|