-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.html
185 lines (183 loc) · 8.26 KB
/
services.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>swesource</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="/images/swesource.png" rel="icon" type="image/png"/>
<link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" rel="stylesheet">
<script crossorigin="anonymous"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
<script crossorigin="anonymous"
integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD"
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js"></script>
<script>
window.onload = function() {
let d = new Date();
document.getElementById('copyright').innerHTML = "Copyright © " + d.getFullYear();
}
</script>
<link href="style.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<nav class="navbar sticky-top navbar-expand-lg navbar-light bg-white">
<div class="container-fluid">
<a class="navbar-brand text-warning" href="index.html"><img alt="swesource-directions-logo"
class="img-fluid"
src="images/swesource-text_nobg.png"
width="350"></a>
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"
class="navbar-toggler"
data-bs-target="#navbarSupportedContent" data-bs-toggle="collapse"
type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a aria-current="page" class="active nav-link" href="services.html">Services</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- content -->
<div class="container-fluid ss-bg-content">
<div class="row">
<div class="col-1"> </div>
<div class="col-10 text-secondary">
<p> </p>
<h1>Services</h1>
</div>
<div class="col-1"> </div>
</div>
<div class="row">
<div class="col-sm-1"> </div>
<div class="col-sm-5 text-secondary">
<table>
<tr>
<th class="services-header ss-text-color fs-4">Consultancy Services</th>
</tr>
<tr>
<td>
<p>
The experienced consultants of SWESOURCE are versatile hands-on strategists that get the job
done.
</p>
<p>
As individuals or as teams the SWESOURCE consultants constantly delivers as leaders in
high-profile roles such as:
</p>
<ul>
<li>Management Advisors</li>
<li>Enterprise Architects</li>
<li>Solution Architects</li>
<li>Experts in Security, Cloud, Integration, etc</li>
<li>Organisation, Process and Methodology Advisors</li>
<li>Procurement leaders</li>
<li>Object Owners</li>
<li>Project Managers</li>
<li>Workshop leaders</li>
<li>Data Engineers and Analysts</li>
<li>Subject Matter Experts</li>
<li>Investigators</li>
</ul>
</td>
</tr>
</table>
</div>
<div class="col-sm-5 text-secondary">
<table>
<tr>
<th class="services-header ss-text-color fs-4">Professional Services</th>
</tr>
<tr>
<td>
<p>
SWESOURCE Professional Services crew are adaptive and can manage large client engagements
or act as individual experts and specialists.
</p>
<p>
The skilled product and solution experts of SWESOURCE are thorough and focused on
fast and accurate deliveries to the client and its end-users.
</p>
<p>
SWESOURCE assists clients world-wide, remotely and/or locally, with cloud and on-premise
solutions from carefully selected partners.
</p>
</td>
</tr>
</table>
</div>
<div class="col-sm-1"> </div>
</div>
<div class="row">
<div class="col-12"><p> </p></div>
</div>
<div class="row">
<div class="col-2"> </div>
<div class="col-8 text-secondary">
<p>
Although often working separately to uphold the integrity and security of clients,
the Consultancy Services and Processional Services teams at SWESOURCE also works closely together,
drawing on each other's strengths and sharing knowledge and experience whenever possible.
</p>
<p> </p>
<div class="card text-bg-primary">
<div class="card-body">
<p class="card-text">
For more information of SWESOURCE <strong>Consultancy Services</strong> and/or
<strong>Professional Services</strong>, please contact
<strong><a class="text-light" href="mailto:info@swesource.com">Sales</a></strong>.
</p>
</div>
</div>
<p> </p>
</div>
<div class="col-2"> </div>
</div>
</div>
<!-- footer -->
<footer class="footer">
<div class="container-fluid">
<div class="row align-items-end text-light bg-white text-dark">
<div class="col-1"></div>
<div class="col-4 text-start">
<br/>
<address>
<strong>AB Swesource</strong> <br/>
Beckombergavägen 130 <br/>
168 56 Bromma <br/>
Sweden <br/>
<a class="text-decoration-none text-dark" href="tel:+46793354200">+46793354200</a> <br/>
<a class="text-decoration-none text-dark"
href="mailto:info@swesource.com">info@swesource.com</a>
<br/>
</address>
</div>
<div class="col-6 text-end">
<p class="text-end">
<a href="https://linkedin.com/company/swesource"><img alt="linkedin"
class="img-fluid"
src="images/linkedin-Blue-128.png"
width="30"/></a>
<a href="https://twitter.com/swesource"><img alt="linkedin" class="img-fluid"
src="images/twitter-Blue.png" width="30"/></a>
</p>
<p>
No Cookies<br/>
Full Privacy
</p>
<p id="copyright"></p>
</div>
<div class="col-1"></div>
</div>
</div>
</footer>
</body>
</html>