-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (87 loc) · 4.01 KB
/
index.html
File metadata and controls
87 lines (87 loc) · 4.01 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
<!doctype html>
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--><head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>3CS - Home</title>
<meta name="description" content="3CS Technologies - homepage"/>
<meta name="keywords" content="3CS Technologies"/>
<meta name="author" content="Craig Cook 3CS Technologies"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="google-site-verification" content="qn8P9FkoQfuGUMm_Gh1u24UROmhZ7-wPelo1aSYSnlY" />
<link rel="stylesheet" href="">
<link rel="stylesheet" href="/css/3cs-all.css" media="screen">
<link rel="stylesheet" href="/css/elusive-webfont.css" media="screen">
</head><body>
<nav class="main-menu">
<section class="menu-container menu-closed">
<section class="toolbar">
<a href="#menu" title="Open list" class="menu-button"><i class="el-icon-lines"></i></a>
<a href="/" class="logo"><span>3</span><span>S</span><span>S</span></a> </section>
<ul>
<li>
<a href="/">Home</a> </li>
<li>
<a href="/solutions">+ Solutions</a> <ul>
<li>
<a href="/tools">Engineering Tools</a> </li>
<li>
<a href="/devops">DevOps</a> </li>
<li>
<a href="/continuousintegration">Continuous Integration</a> </li>
<li>
<a href="/automateddeployment">Automated Deployment</a> </li>
</ul>
</li>
<li>
<a href="/products">+ Products</a> <ul>
<li>
<a href="https://github.com/BoyCook/LifeStreamTW" target="_blank">Life Stream</a> </li>
<li>
<a href="http://cdaas.co.uk" target="_blank">Count Down as a Service</a> </li>
<li>
<a href="http://rockpaperscissorslizardspock.co.uk" target="_blank">RPSLS</a> </li>
</ul>
</li>
<li>
<a href="/consulting">Consulting</a> </li>
</ul> </section>
</nav> <section class="ribbon">
<a href="#">Trading soon</a>
</section> <section class="main">
<section class="content-head">
<h1><a href="/" class="logo"><span>3</span><span>S</span><span>S</span></a> Technologies</h1>
</section>
<section class="content">
<p>We specialize in Software Engineering and provide a range of products and services for the consumer and enterprise.</p>
<p><a href="engineering">Software engineering</a> standards and best practice have a direct correlation to a company's profits. Both possible revenue earned, and the cost to delivery are affected. We provide high quality consultation on a full range of engineering topics, tailored to help boost your organisation's engineering efficiency.</p>
</section>
<footer>
<nav>
<ul>
<li>
<a href="/contact">Contact</a> </li>
<li>
<a href="/values">Values</a> </li>
<li>
<a href="/partners">Partners</a> </li>
<li>
<a href="/engineering">Software Engineering</a> </li>
<li>
<a href="/metrics">Metrics</a> </li>
</ul> <ul>
<li>
<a href="/about">© 3CS Technologies Ltd.</a>
</li>
</ul>
</nav>
</footer> </section>
</body>
<script src="/js/lib/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="/js/lib/underscore-min.js" type="text/javascript"></script>
<script src="/js/lib/backbone-min.js" type="text/javascript"></script>
<script src="/js/default.js" type="text/javascript"></script>
</html>