-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (130 loc) · 5.5 KB
/
Copy pathindex.html
File metadata and controls
150 lines (130 loc) · 5.5 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
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
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Michael Taylor" />
<meta name="description" content="Red Sequence - Cloud productivity apps for individuals and teams" />
<meta name="msapplication-TileColor" content="#FFF" />
<meta name="msapplication-TileImage" content="icons/apple-touch-icon-144x144-precomposed.png" />
<!-- ICONS -->
<link rel="icon" type="image/png" href="icons/favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icons/apple-touch-icon-144x144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="icons/apple-touch-icon-114x114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="icons/apple-touch-icon-72x72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="icons/apple-touch-icon-57x57-precomposed.png" />
<title>Red Sequence - Cloud productivity apps for individuals and teams</title>
<!-- STYLES -->
<link rel="stylesheet" media="screen" href="styles/bootstrap.min.css" />
<link rel="stylesheet" media="screen" href="styles/site.css" />
<link rel="stylesheet" media="screen" href="styles/bootstrap-responsive.min.css" />
<link rel="stylesheet" media="screen" href="styles/font-awesome.min.css" />
<!-- SCRIPTS -->
<script type="text/javascript" src="//use.typekit.net/rpi0bsa.js"></script>
<script type="text/javascript">
try {
Typekit.load();
} catch (e) {}
</script>
</head>
<body>
<div class="container-narrow">
<div class="masthead">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<img src="images/redsequence.png" alt="Red Sequence" />
</div>
<hr />
<div class="jumbotron">
<img src="images/logo-320x320.png" width="180" height="180" alt="Red Sequence" />
<h1>
Cloud productivity apps for teams.
</h1>
</div>
<hr />
<div class="row-fluid">
<div class="span6">
<h2>Timestamp</h2>
<div class="logo-box">
<a href="https://www.timestamp.io"><img src="images/timestamp.png" alt="Timestamp"/></a>
</div>
<p>
Real-time project tracking for you and your clients. Easy cost, revenue and profitability analysis.
</p>
</div>
<div class="span6">
<h2>HelixJS</h2>
<div class="logo-box">
<a href="http://www.helixjs.org"><img src="images/helixjs.png" alt="HelixJS"/></a>
</div>
<p>
DNA for web apps. HelixJS is an open-source JavaScript web app framework that extends Knockout to provide a
foundation for architecting web apps.
</p>
</div>
</div>
<div class="row-fluid consultancy">
<div class="span12">
<h2>Consultancy</h2>
<p>
Red Sequence specialise in HTML5, client-side JavaScript technologies (jQuery, Knockout, AngularJS, Vue.js,
React/Redux). On the server-side we specialise in .NET and Microsoft Azure.
</p>
<p>
If you're looking for help or advice on the technologies mentioned then feel free to
<a href="contact.html">get in touch</a>!
</p>
</div>
</div>
<div class="hero-unit javascript-logos">
<div class="row-fluid">
<div class="span3">
<a href="http://www.w3.org/html/logo/">
<img
src="images/html5-badge-h-connectivity-css3-performance-semantics-storage.png"
alt="HTML5 Powered with Connectivity / Realtime, CSS3 / Styling, Performance & Integration, Semantics, and Offline & Storage"
title="HTML5 Powered with Connectivity / Realtime, CSS3 / Styling, Performance & Integration, Semantics, and Offline & Storage"
/>
</a>
</div>
<div class="span3">
<a href="http://jquery.com"><img src="images/jquery.png" alt="jQuery"/></a>
</div>
<div class="span3">
<a href="https://vuejs.org"><img src="images/vuejs.png" alt="Vue.js"/></a>
</div>
<div class="span3">
<a href="http://angularjs.org"><img src="images/angularjs.png" alt="AngularJS"/></a>
</div>
</div>
<div class="row-fluid">
<div class="span3">
<a href="http://www.helixjs.org"><img src="images/helixjs-small.png" alt="HelixJS"/></a>
</div>
<div class="span3">
<a href="http://nodejs.org"><img src="images/nodejs.png" alt="Node.js"/></a>
</div>
<div class="span3">
<a href="http://www.microsoft.com/net"><img src="images/dotnet.png" alt=".NET"/></a>
</div>
<div class="span3">
<a href="http://www.azure.com"><img src="images/microsoftazure.png" alt="Microsoft Azure"/></a>
</div>
</div>
</div>
<hr />
<div class="footer">
<div class="row-fluid">
<div class="span12">
<p>
© Red Sequence Ltd. Registered in England. Company number 8550632.
</p>
</div>
</div>
</div>
</div>
</body>
</html>