-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
290 lines (257 loc) · 9.94 KB
/
index.html
File metadata and controls
290 lines (257 loc) · 9.94 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>River Patterns Services</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="apple-touch-icon" sizes="57x57" href="/img/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/img/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/img/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16x16.png">
<link rel="manifest" href="/img/manifest.json" }}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content=""/img/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- CSS -->
<link rel="stylesheet" href="/css/owl.carousel.css" />
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/airspace.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/ionicons.min.css" />
<link rel="stylesheet" href="/css/animate.css" />
<link rel="stylesheet" href="/css/responsive.css" />
<link rel="stylesheet" href="/css/syntax.css" />
<!-- Js -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/owl.carousel.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/min/waypoints.min.js"></script>
<script src="/js/jquery.counterup.js"></script>
<!-- Click Chat Assist Trial Script -->
<!-- // test script now removed -->
<!-- End of Click Chat Assist Trial Script -->
<script src="/js/main.js"></script>
<!--
/*
* Airspace
* Ported to Jekyll by Andrew Lee
* https://github.com/luminousrubyist
* Designed and Developed by ThemeFisher
* https://themefisher.com/
*
*/
-->
</head>
<body>
<!-- Header Start -->
<header>
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- header Nav Start -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="/img/logo.png" alt="Logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<!--
<li><a href="/work">Work</a></li>
<li><a href="/blog">Blog</a></li>
-->
<li><a href="#service">Services</a></li>
<li><a href="#contact-form">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
</div>
</header><!-- header close -->
<!-- Slider Start -->
<section id="slider">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-2">
<div class="block">
<h1 class="animated fadeInUp">River Patterns <br> DIGITAL SERVICES</h1>
<p class="animated fadeInUp">We love the public sector and the work that they do. <br> We work together to deliver top quality public sector services.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper Start -->
<section id="intro">
<div class="container">
<div class="row">
<div class="col-md-7 col-sm-12">
<div class="block">
<div class="section-title">
<h2>About Us</h2>
<p>We know the importance of local government, health and care sectors in peoples lives. We know that 21st Century public services need to go digital too. We are here to help</p>
</div>
<p>The public sector serves the public. We aim to serve the public sector. We're ready to go.</p>
</div>
</div><!-- .col-md-7 close -->
<div class="col-md-5 col-sm-12">
<div class="block">
<img src="img/wrapper-img.png" alt="Img">
</div>
</div><!-- .col-md-5 close -->
</div>
</div>
</section>
<section id="feature">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-6" style="color:white">
<h2>WE BELIEVE IN GREAT IDEAS</h2>
<p style="color:white">User Centred Design</p>
<p style="color:white">Service Improvement</p>
<p style="color:white">Agile Development</p>
<p style="color:white">Digital by Default</p>
</div>
</div>
</div>
</section>
<!-- Service Start -->
<section id="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Our Services</h2>
<p>We are here to support you on your journey to the 21st Century Public Sector</p>
</div>
</div>
<div class="row ">
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="icon ion-compass"></i>
<h4>Leadership & Strategy</h4>
<p>strategic leadership to drive and design innovation for complex systems and organisational change. </p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-university"></i>
<h4>Education & Training</h4>
<p> Courses and programmes that will help to support those implementing change</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-ribbon-b"></i>
<h4>Design & Assurance</h4>
<p>Review, improve and assure your digital needs & designs. </p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-planet"></i>
<h4>Digital Service Design</h4>
<p>Good services come from good design. Great design can deliver a great service.</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-clipboard"></i>
<h4>Programme Support</h4>
<p>The challenge you face is delivering change at scale. Our programme support is here to help.</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-settings"></i>
<h4>Discovery & Development</h4>
<p>Real change starts with exploring and discovering. Real research leads onto meaningful development</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-compose"></i>
<h4>Communication Guidance</h4>
<p>Stories are a powerful way to effect change. Empowering stories allow you and your team to spread the good word.</p>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="service-item">
<i class="ion-briefcase"></i>
<h4>Contract Support</h4>
<p>To get stuff done, a bit of paperwork is called for now and then. Not fun but important to get right. We're here to help.</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
</div>
<div id="contact-box" class="row">
<div class="col-md-12 col-sm-12">
<div class="block" align="center">
<h2>Want to Connect? ... Our Contact Details </h2>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>
Kemp House, 152 City Road, London , EC1V 2NX , UK
</li>
<li>
<i class="fa fa-envelope-o"></i>Email: mail@riverpatterns.com
</li>
<li>
<i class="fa fa-phone"></i>Phone:+ 44 203 2399113
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- footer Start -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-manu">
<ul>
<li><a href="#intro">About Us</a></li>
<li><a href="#contact-form">Contact us</a></li>
</ul>
</div>
<p>Copyright © Design & Developed by <a href="http://www.themefisher.com">Themefisher</a>. All rights reserved.</p>
<p>River Patterns Services is a trading arm of <a href="http://ripple.foundation">Ripple Foundation CIC Ltd.</a></p>
</div>
</div>
</div>
</footer>
</body>
</html>