forked from virtix/open-source-program-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathnews.html
138 lines (77 loc) · 3.76 KB
/
news.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Open Source News</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/normalize.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header role="banner">
<!-- Fork Me at GitHub banner. Remove, of course -->
<a href="https://github.com/virtix/open-source-program-template"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<div class="wrap">
<h1><a class="title-link" href="/">A Government Open Source Program</a></h1>
<div style="float:right">
<!-- This should be a configurable item in data/ -->
<a href="/index.html" class="title-link">
<img height="52" src="/assets/img/USA_flag_icon.png" alt="Your agency logo">
</a>
</div>
</div>
</header>
<div class="wrap content">
<aside>
<p class="intro">A set of templates and artifacts to support open source programs</p>
<a class="skip-link visuallyhidden focusable" href="#main">Skip to Main Content</a>
<nav role="navigation">
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/pages/guiding_principles.html">Guiding Principles</a></li>
<li><a href="/pages/oss_policy.html">Open Source Policy</a></li>
<li><a href="/pages/news.html">News</a></li>
<li><a href="/pages/open_by_default.html">Open By Default</a></li>
<li><a href="/pages/faq.html">FAQs</a></li>
<li><a href="/pages/workflows.html">Processes & Procedures</a></li>
<li><a href="/pages/references.html">References</a></li>
<li><a href="/pages/howto.html">How to configure this site</a></li>
<!-- Prose.io edit link -->
<li><a href="http://prose.io#virtix/open-source-program-template/edit/gh-pages/pages/news.md" target="_blank">Edit this page on prose.io</a>
</li>
</ul>
</nav>
</aside>
<section id="main" class="main-content" role="main">
<h2 class="page-title">Open Source News</h2>
<div id="home">
<ul class="posts">
<li><a href="/news/Hodor-Discusses-OSS">Hodor: An Unlikely OSS Advocate</a>
<span class="post-date">14 Feb 2014</span></li>
<li><a href="/news/Morgan-Freeman">Morgan Freeman: Who said OSS is un-American?</a>
<span class="post-date">02 Feb 2014</span></li>
<li><a href="/news/Walter-White">Walter White: How OSS helped the DEA to catch me</a>
<span class="post-date">01 Jan 2014</span></li>
<li><a href="/news/welcome-to-jekyll">Welcome to Jekyll!</a>
<span class="post-date">20 Nov 2013</span></li>
</ul>
</div>
<hr/>
</section>
<footer role="contentinfo">
<p>This project is maintained by <a href="mailto:[email protected]">Thomas Jefferson</a></p>
<p>Hosted on Github Pages</p>
</footer>
</div><!-- /.wrap -->
</body>
</html>