-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork.html
67 lines (60 loc) · 2.34 KB
/
work.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
---
layout: default
title: Work
---
<h1 class="sub-title">Work</h1>
<h3>Recent case studies</h3>
<p>
NAH
Nails inc.
Styled by you
Sky business
Pub finder
</p>
<h3 class="margin-top-md">Recent plugins</h3>
<div class="row margin-top-md">
<div class="span4 align-center">
<h4>Progress Tracker</h4>
<p class="small">A small (2KB) jQuery plugin that creates a fixed progress indicator based on your content and allows linking between them.</p>
<a href="https://github.com/MrFirthy/jquery-progresstracker" class="btn">Github</a>
</div>
<div class="span4 align-center">
<h4>Circular Progress</h4>
<p class="small">A jQuery plugin to create, manipulate and animate a circular progress bar. Complete with public methods and callbacks</p>
<a href="https://github.com/andysellick/circular-progress" class="btn">Github</a>
</div>
<div class="span4 align-center">
<h4>Autotext</h4>
<p class="small">Simple plugin to animate text being typed. Includes options to configure speed, deletion, deletion speed, cursor.</p>
<a href="https://github.com/andysellick/autotext" class="btn">Github</a>
</div>
</div>
<div class="row">
<div class="span4 align-center">
<h4>Triangles</h4>
<p class="small">A plugin to create triangle based mouse trails on a page.</p>
<a href="https://github.com/andysellick/triangles" class="btn">Github</a>
</div>
</div>
<h3 class="margin-top-md">Documentation</h3>
<p>
For project specific information on setup, environments, and personnel we have a repository called Tangent Docs. Note: this is a private repository. You will only be able to access it if you are a Tangent Snowball employee. We also have a Confluence account that holds a lot of our documentation and useful information (speak to a Tangent Snowball to gain access to this).
</p>
<div class="row">
<div class="span3">
<a href="https://github.com/tangentlabs/tangent-docs" target="_blank" class="btn">
Tangent Docs
</a>
</div>
</div>
<h3 class="margin-top-md">Development</h3>
<p>
We have a gallery site that holds all of our latest prototypes, experiments and general play things, to act as inspiration for our designers and UX engineers. It's called DevelopmenTS and you can check it out here:
</p>
<div class="row">
<div class="span3">
<a href="http://developments.tangentsnowball.com" target="_blank" class="btn">
DevelopmenTS
</a>
</div>
</div>