-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrbm-about-this-site.html
More file actions
77 lines (53 loc) · 3.23 KB
/
rbm-about-this-site.html
File metadata and controls
77 lines (53 loc) · 3.23 KB
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
<!-- The template for the "About This Site" page -->
<p>
This site was built by <a href="http://realbigmarketing.com" rel="nofollow">Real Big Marketing</a>, a marketing
agency out of Jackson, MI who specialize in creating top-notch, WordPress websites.
</p>
<h2>Thanks to all of these people:</h2>
<p>
This site has been made possible by the hard work of <a href="http://realbigmarketing.com" rel="nofollow">Real Big Marketing</a>, but also by all of the hard, incredible work of a bunch of other really awesome open-source developers. Without them, this site wouldn't be nearly as great. Let's give them all a round of applause.
</p>
<h3><a href="http://wordpress.org" rel="nofollow">WordPress</a></h3>
<p>
The backbone, the cornerstone, basically the website... WordPress is the CMS of choice for us and is what is running this site right now.
</p>
<h3><a href="http://zurb.com" rel="nofollow">Zurb</a></h3>
<p>
This site was built off of the open-source, css-framework <a href="http://foundation.zurb.com" rel="nofollow">Foundation</a>.
</p>
<h3><a href="http://nicolasgallagher.com/" rel="nofollow">Nicolas Gallagher</a></h3>
<p>
This site utilizes the <a href="http://necolas.github.io/normalize.css/" rel="nofollow">Normalize</a> CSS reset.
</p>
<h3><a href="http://labs.ft.com/" rel="nofollow">FT Labs</a></h3>
<p>
This site uses <a href="http://ftlabs.github.io/fastclick/" rel="nofollow">Fastclick</a> to remove click delays on browsers with touch UIs.
</p>
<h3><a href="https://github.com/aFarkas" rel="nofollow">Alexander Farkas</a></h3>
<p>
This site uses the <a href="https://github.com/aFarkas/html5shiv" rel="nofollow">HTML5 Shiv</a> to ensure HTML 5 compatibility in older browsers.
</p>
<h3><a href="https://github.com/carhartl" rel="nofollow">Klaus Hartl</a></h3>
<p>
This site uses the <a href="https://github.com/carhartl/jquery-cookie" rel="nofollow">jQuery Cookie plugin</a> to create easy browser cookie interaction in JavaScript.
</p>
<h3><a href="http://modernizr.com/#team" rel="nofollow">Modernizr Team</a></h3>
<p>
This site uses <a href="http://modernizr.com/" rel="nofollow">Modernizr</a> to help this site function well on older browsers.
</p>
<h3><a href="https://github.com/mathiasbynens" rel="nofollow">Mathias Bynens</a></h3>
<p>
This site uses the <a href="https://github.com/mathiasbynens/jquery-placeholder" rel="nofollow">jQuery Placeholder</a> to enable HTML5 placeholder behavior for browsers that aren’t trying hard enough yet.
</p>
<h3><a href="https://github.com/FortAwesome" rel="nofollow">Fort Awesome</a></h3>
<p>
This site uses <a href="https://github.com/FortAwesome/Font-Awesome" rel="nofollow">Font Awesome</a> to include scalable, vector icons that are in use within its design.
</p>
<h3><a href="https://github.com/erikflowers" rel="nofollow">Erik Flowers</a></h3>
<p>
This site uses <a href="https://github.com/erikflowers/weather-icons" rel="nofollow">Weather Icons</a> to include more scalable, vector icons that are in use within its design.
</p>
<h3><a href="https://github.com/mexitek" rel="nofollow">Arlo Carreon</a></h3>
<p>
This site uses <a href="https://github.com/mexitek/phpColors" rel="nofollow">phpColors</a> to easily lighten/darken colors within PHP.
</p>