forked from ritterim/rimdev-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoss.html
121 lines (104 loc) · 4.39 KB
/
oss.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
---
layout: oss
title: "{Open source} things we made for you"
permalink: /open-source/
image: https://c2.staticflickr.com/4/3029/2911413043_be72010c6e_b.jpg
image_url: https://www.flickr.com/photos/rmstringer
image_credit: Robert Stringer
---
{% comment %}
Load fonts for different OSS sections
{% endcomment %}
<link href="https://fonts.googleapis.com/css?family=Trocchi|Audiowide|Satisfy|Raleway:100" rel="stylesheet">
<div class="ui vertical stripe segment">
<div class="ui middle aligned text container">
<h1>{{ page.title }}</h1>
<h2>We're pretty transparent about what we do and how we do it (when we can be anyway).</h2>
<div class="divider hidden"></div>
</div>
</div>
<div class="ui one column stackable grid">
<div class="center aligned row">
<div class="column oss stuntman">
<img src="/images/stuntman_helmet.png" alternate="Stuntman" width="200px"/>
<h3>Sometimes you need a Stuntman before you send in real, unsuspecting users!</h3>
<div class="ui large buttons">
<a class="ui large red button" href="https://rimdev.io/stuntman">Learn more</a>
<div class="or"></div>
<a class="ui animated large red button" target="_blank" href="https://github.com/ritterim/stuntman">
<div class="hidden content">
GitHub <i class="github icon"></i>
</div>
<div class="visible content">
View on
</div>
</a>
</div>
</div>
</div>
</div>
<div class="ui two column stackable grid">
<div class="center aligned row">
<div class="black column oss starorgs">
<div class="ui label circular secondary-credit">
<i class="creative commons large icon"></i>
<a target="_blank" href="https://commons.wikimedia.org/wiki/File:%E6%B7%B1%E5%9C%B38%E6%9C%88%E5%BA%95%E5%A4%9C%E6%99%AF.jpg#/media/File:%E6%B7%B1%E5%9C%B38%E6%9C%88%E5%BA%95%E5%A4%9C%E6%99%AF.jpg">星耀晨曦</a>
</div>
<img src="https://raw.githubusercontent.com/ritterim/star-orgs/master/public/logo.png" alternate="Star-orgs" width="200px"/>
<p>It is a dark time for the Galaxy. Active Directory holds crucial troop information but is seemingly impenetrable even to those with access to the force.</p>
<a class="ui animated big black button" target="_blank" href="https://github.com/ritterim/star-orgs">
<div class="hidden content">
GitHub <i class="icon github "></i>
</div>
<div class="visible content">
View on
</div>
</a>
</div>
<div class="teal column oss supurlative">
<h3>Sup<span>Url</span>ative</h3>
<p>Links and templates are at the heart of a Hypermedia API. It is important to generate correct resource links in addition to properly defining the capabilities each resources exposes via url templates. </p>
<a class="ui animated big yellow button" target="_blank" href="https://github.com/ritterim/supurlative">
<div class="hidden content">
GitHub <i class="icon github"></i>
</div>
<div class="visible content">
View on
</div>
</a>
</div>
</div>
</div>
<div class="ui one column stackable grid">
<div class="brown column oss filter center aligned">
<h3>Filter</h3>
<span>The classy way to filter collections.</span>
<p>A library that allows an IEnumerable to be filtered using either a typed or anonymous class.</p>
<a class="ui animated big pink button" target="_blank" href="https://github.com/ritterim/filter">
<div class="hidden content">
GitHub <i class="icon github"></i>
</div>
<div class="visible content">
View on
</div>
</a>
</div>
</div>
<div class="ui one column stackable grid">
<div class="center aligned row">
<div class="column oss releases">
<h3>
Releases
</h3>
<p>We wanted to create a tool that allowed non-GitHub user’s access to our GitHub <a href="/announcing-rimdev-releases/">releases</a> with the hope that they would be more informed about the progress our team is making in squashing bugs, adding features, and kicking butt.</p>
<a class="ui animated teal huge button" target="_blank" href="https://github.com/ritterim/releases">
<div class="hidden content">
GitHub <i class="icon github"></i>
</div>
<div class="visible content">
View on
</div>
</a>
</div>
</div>
</div>