-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (84 loc) · 4.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PerunCS, Cutting edge enterprise IT Consulting, software and more!">
<meta name="author" content="PerunCS.Com">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@peruncs">
<!--<meta name="twitter:image" content="//images/uikit-meta.png">-->
<meta property="og:locale" content="en_GB">
<meta property="og:type" content="website">
<meta property="og:title" content="PerunCS">
<meta property="og:description" content="PerunCS, Cutting edge enterprise IT Consulting, software and more!">
<meta property="og:url" content="peruncs.com">
<meta property="og:site_name" content="PerunCS">
<meta property="og:image" content="images/PerunCS_logo.png">
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.38/css/uikit.min.css"/>
<script src="//cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.38/js/uikit.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-beta.38/js/uikit-icons.min.js"></script>
<title>PerunCS</title>
<style>
.tm-bullet {color: red;}
.tm-message {color: #f7f6b4;}
</style>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-102560520-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="uk-section uk-section-primary uk-background-cover uk-background-image@m uk-text-center uk-padding" style="background-image: url(images/code_background.jpeg);">
<h1 class="uk-heading uk-heading-hero">Perun CS Inc</h1>
<h4 >Cutting edge IT consulting, software and more!</h4>
</div>
<div class="uk-section uk-text-left">
<div class="uk-container uk-container-large">
<dl class="uk-description-list">
<dt><b><span class="tm-bullet">●</span> How can PerunCS help</b></dt>
<dd>
<p>We offer a range of solutions and services that can help your IT department grow in a cost-effective way, including:</p>
<ul>
<li>Software System Design & Architecture.</li>
<li>Software Development and Testing.</li>
<li>Quality Assurance and Application Testing.</li>
<li>Systems Configuration Expertise.</li>
<li>Implementation and Integration of Oracle, SAP and Microsoft solutions.</li>
<li>Project Requirements Definition.</li>
</ul>
</dd>
<dt><b><span class="tm-bullet">●</span> Our clients</b></dt>
<dd>
<p>We are or have been working with the below clients. <a href="mailto:[email protected]">Contact us</a> for references.</p>
<a href="http://pimco.com"> <img width="100px" height="50px" src="images/PIMCO_Logo.svg" alt="Pimco"/></a>
<br> <br> <br>
<a href="http://raytheon.com"><img width="100px" height="50px" src="images/Raytheon.svg" alt="Raytheon"/></a>
<br> <br> <br>
<a href="http://raytheon.com"><img width="100px" height="50px" src="images/CSC_Logo.svg" alt="CSC"/></a>
<br> <br> <br>
<a href="http://raytheon.com"><img width="100px" height="50px" src="images/Yamaha.svg" alt="Yamaha"/></a>
</dd>
</dl>
</div>
</div>
<div class="uk-section uk-section-secondary uk-padding uk-text uk-text-center">
<img width="100px" height="50px" src="images/PerunCS_logo.jpg">
<p>
Copyright © 2017 Perun Consulting Services, Inc. Irvine, California. <a href="mailto:[email protected]"><font color="yellow">Contact us</font>!</a>
</p>
</div>
</body>
</html>