This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
133 lines (108 loc) · 4.6 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
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
---
layout: default
---
<header class="main-header">
<div class="header-content">
<h1>{{ site.title }}</h1>
<p>Great software development thrives by giving back to the community. We’re built on open source and try to foster the OSS philosophy by contributing with our own internally developed projects.</p>
</div>
<div class="btn-more icon-caret-down"></div>
</header>
<nav class="main-nav">
<ul>
<li>Browse repos by</li>
<li><a href="#" data-anchor-link="build-time">Build time</a></li>
<li><a href="#" data-anchor-link="run-time">Run time</a></li>
<li><a href="#" data-anchor-link="apps">Apps</a></li>
<li><a href="#" data-anchor-link="scripting">Scripting</a></li>
<li><a href="#" data-anchor-link="more">More</a></li>
</ul>
</nav>
<div class="sticky-spacer"></div>
<div class="wrapper">
<div class="content">
<p class="stats">
We’re running <span class="repo-count">...</span> projects with <span class="contributor-count">...</span> contributors. <a href="https://github.com/novoda">Want to help?</a>
</p>
<p>Don’t know where to start? <a href="https://github.com/novoda/bintray-release/issues">Dig through some open issues.</a></p>
<hr />
<h1 data-anchor="build-time">Build Time</h1>
<p class="gutter-m-bottom">Tools that help whilst developing and coding to automate repetitive tasks or simplify building procedures.</p>
<div class="repos" data-category="build-time">
<div class="loading">
<div class="loader"></div>
<p>Loading repositories...</p>
</div>
</div>
<hr />
<h1 data-anchor="run-time">Run Time</h1>
<p class="gutter-m-bottom">Tools to help you whilst your code is running — stop writing boiler plate code and take the hassle out of implementing features.</p>
<div class="repos" data-category="run-time">
<div class="loading">
<div class="loader"></div>
<p>Loading repositories...</p>
</div>
</div>
<hr />
<h1 data-anchor="apps">Apps</h1>
<p class="gutter-m-bottom">Our apps help you simplify your life, make you more productive, put the fun back into your development and amaze you.</p>
<div class="repos" data-category="apps">
<div class="loading">
<div class="loader"></div>
<p>Loading repositories...</p>
</div>
</div>
<hr />
<h1 data-anchor="scripting">Scripting</h1>
<p class="gutter-m-bottom">These tools help you when you need to automate something that can cross build-, run- and test-time, or even when you’re just haxxxing.</p>
<div class="repos" data-category="scripting">
<div class="loading">
<div class="loader"></div>
<p>Loading repositories...</p>
</div>
</div>
<hr />
<h1 data-anchor="more">More Projects</h1>
<div class="repos" data-category="default">
<div class="loading">
<div class="loader"></div>
<p>Loading repositories...</p>
</div>
</div>
</div>
</div>
<div class="wrapper purple">
<div class="content">
<h1>Sandbox</h1>
<p class="gutter-m-bottom">The sandbox is our playground to test ideas, come up with programming concepts, and try out quick-and-dirty hacks. Come play with us.</p>
<div class="row">
<div class="span4">
<h2>Dojos</h2>
<p>Time-boxed tests on the latest and greatest new technologies.</p>
<p><a href="https://github.com/novoda/dojos">See all Dojos →</a></p>
</div>
<div class="span4">
<h2>Spikes</h2>
<p>Projects in the infant stage, needing your contribution to grow.</p>
<p><a href="https://github.com/novoda/spikes">See all Spikes →</a></p>
</div>
<div class="span4">
<h2>Demos</h2>
<p>This is a collection of basic Android examples created by Novoda. Hacking stuff.</p>
<p><a href="https://github.com/novoda/android-demos">See all Demos →</a></p>
</div>
</div>
</div>
</div>
<div class="wrapper grey">
<div class="content">
<h1>About Novoda</h1>
<p><a href="https://novoda.com">Novoda</a> is a digital studio specializing in app software development. We deliver the most amazing <a href="https://novoda.com/clients">digital experiences</a> for our ambitious clients.</p>
<p>Find out more about our open source projects, hacking, tips, tricks, and technology thinking on our <a href="https://novoda.com/blog">blog</a>.</p>
<p>And if you love crafting truly exceptional software, <a href="https://novoda.com/hiring">join us</a>.</p>
<div class="copyright">
Copyright © 2016 Novoda<br />
All rights reserved.
</div>
</div>
</div>