-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
executable file
·96 lines (83 loc) · 4 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GitHub CV: A 25x52 Initiative</title>
<!-- Bootstrap -->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme.min.css">
<!-- Custom fonts -->
<link href='http://fonts.googleapis.com/css?family=Chivo:400,400italic,900,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<link href="css/MyFontsWebfontsOrderM2917374.css" rel="stylesheet" type="text/css" >
<!--
/*
* MyFonts Webfont Build ID 804745, 2011-05-12T01:34:31-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Brandon Grotesque Black
* URL: http://new.myfonts.com/fonts/hvdfonts/brandon-grotesque/black/
* Foundry: HVD Fonts
* Copyright: Copyright (c) 2009 by Hannes von Doehren. All rights reserved.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: 10,000/month
* CSS font-family: BrandonGrotesque-Black
* CSS font-weight: normal
*
* (c) 2011 Bitstream Inc
*/ -->
<!-- Custom stylesheet -->
<link rel="stylesheet" href="css/cv.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid lede">
<div class="container">
<div class="eyebrow pull-left"><a href="https://25x52.site" target="_blank">25x52</a></div>
<div class="series pull-left">08</div>
<div class="content pull-left">
<h1>GitHub C.V.</h1>
<!-- <hr /> -->
<!-- <h2>Display GitHub Projects</h2> -->
<!-- <hr /> -->
<p>GitHub C.V. is simple AJAX script that uses the GitHub API to dynamically generate a portfolio-type display of your public GitHub project repositories. Made with love as part of the <a href="https://25x52.site" target="_blank">25x52</a> initiative.</p>
<button type="button" class="btn">Display My Github Projects</button>
<p class="tinytype">This demo shows <a href="https://github.com/femmebot?tab=repositories" target="_blank">my public GitHub project repos</a>. Want to build your own? <a href="https://github.com/femmebot/GitHub-Project-CV" target="_blank">Fork it on GitHub</a>.</p>
</div>
</div>
</div>
<div class="container-fluid showcase">
<div class="container">
<div class="row">
</div><!-- /row -->
</div><!-- /container -->
</div><!-- /container-fluid -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51931-8', 'auto');
ga('send', 'pageview');
</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="js/cv.js"></script>
</body>
</html>