-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
474 lines (403 loc) · 26.1 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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<!DOCTYPE HTML>
<html>
<head>
<link rel="bookmark" type="image/x-icon" href="/img/logo.png"/>
<link rel="shortcut icon" href="/img/logo.png">
<title>
Bos ICT Services
</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="/css/mic_main.css" />
<link rel="stylesheet" href="/css/dropdownMenu.css" />
<meta name="keywords" content="miccall" />
<noscript>
<link rel="stylesheet" href="/css/noscript.css" />
</noscript>
<style type="text/css">
body:before {
content: ' ';
position: fixed;
top: 0;
background: url('/img/bg.jpg') center 0 no-repeat;
right: 0;
bottom: 0;
left: 0;
opacity: 0.8;
filter: brightness(1);
filter: blur(3px);
background-size: cover;
}
</style>
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.scrollex.min.js"></script>
<script src="/js/jquery.scrolly.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<script src="/js/main.js"></script>
<meta name="generator" content="Hexo 6.3.0"></head>
<body class="is-loading">
<!-- Wrapper 外包 s-->
<div id="wrapper" class="fade-in overlay">
<!-- Intro 头部显示 s -->
<div id="intro">
<h1 style="text-shadow: 4px 4px rgba(0,0,0,0.52);">
<strong style='color:darkgreen;'>BOS</strong> <strong style='color:white;'>ICT</strong> <br/> <strong style='color:white;'>SERVICES</strong> </h1>
<p> Step into a bright future | Trust the process
</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Intro 头部显示 e -->
<!-- Header 头部logo start -->
<header id="header">
<a href="/" class="logo" style="text-shadow: 2px 2px rgba(0,0,0,0.52);"><strong style='color:darkgreen;'>BOS</strong> <strong style='color:white;'>ICT</strong> <br/> <strong style='color:white;'>SERVICES</strong></a>
</header>
<!-- Header 头部logo end -->
<!-- Bar 导航条 start -->
<div id="bar" style="padding: 0 1rem; color: #FFF; max-width: 72rem; margin: -3rem auto 4rem auto; position: relative;" >
<div style="display: flex;">
<div><span class="fa fa-phone"> <a style="color: white; font-family: 'Source Sans Pro', Helvetica, sans-serif;" href="tel:+31 (0) 6 120 41 256">+31 (0) 6 120 41 256</a></span></div>
<div style="margin-left: 1rem"><span class="fa fa-envelope-o"> <a style="color: white; font-family: 'Source Sans Pro', Helvetica, sans-serif;" href="mailto:[email protected]">[email protected]</a></span></div>
</div>
</div>
<!-- Bar 导航条 end -->
<!-- Nav 导航条 start -->
<nav id="nav" class="special" >
<ul class="menu links" >
<!-- Homepage 主页 -->
<li >
<a href="/" rel="nofollow">HOME</a>
</li>
<!-- categories_name 分类 -->
<!-- archives 归档 -->
<!-- Pages 自定义 -->
<li>
<a href="/#services" title="Services">
Services
</a>
</li>
<li>
<a href="/contact/" title="Contact">
Contact
</a>
</li>
<li>
<a href="/about/" title="About">
About
</a>
</li>
</ul>
<!-- icons 图标 -->
<ul class="icons">
<li>
<a title="github" href="https://github.com/HetBenkt" target="_blank" rel="noopener">
<i class="icon fa fa-github"></i>
</a>
</li>
<li>
<a title="linkedin" href="https://www.linkedin.com/in/antalbos/" target="_blank" rel="noopener">
<i class="icon fa fa-linkedin"></i>
</a>
</li>
<li>
<a title="appworks-tips" href="https://appworks-tips.com/" target="_blank" rel="noopener">
<img style="width: 33px; height: 33px; display: block" src="https://appworks-tips.com/images/favicon.png"></img>
</a>
</li>
</ul>
</nav>
<!-- Nav 导航条 end -->
<!-- Main 主要部分 start -->
<!-- Main-first -->
<div id="main">
<!-- Main first s-->
<article id="me" class="panel">
<header style="color: #000000">
<h1>Antal Bos</h1>
<p><strong>Owner | Sr. Technical Consultant</strong></p>
<div>
Specialized in OpenText AppWorks<br/>
Java enthusiast<br/>
Simplified trainer
</div>
</header>
<a href="" class="jumplink pic">
<!-- <span class="arrow icon fa-chevron-right"><span></span></span> -->
<img src="/images/author.png" alt="" />
</a>
</article>
<!-- Main first e-->
</div>
<div id="services"></div>
<!-- 文章列表 s -->
<div id="main" style="background-color: transparent; padding:0;">
<section class="link_container" style="margin-top: 0; background-color: transparent; ">
<div class="link_row">
<!-- 文章sample s-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/01.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Building low-code solutions </h2>
<h3 class="page_description"> OpenText AppWorks is key in building solutions on a low-code platform. AppWorks uses entity modelling for quick prototyping and BPMs for configuring advanced features. After my first contact I became a big proponent and through my blog appworks-tips.com I'm sharing my weekly knowledge which brought me to the expert I'm now. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-21</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/02.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Giving advice on best practices </h2>
<h3 class="page_description"> With my 15 years of ECM experience in the field I learned my lessons from the OpenText products. The failed activities brought me the expertise I currently have. This helps in giving a solid advise on best practices for the OpenText ECM product stack. We can always improve created solutions based on my experience. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-20</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/03.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Steering the customer </h2>
<h3 class="page_description"> A customer always has a set of requirements to build into a solution. My task as a consultant is to make sure those requirements fit into the correct OpenText product. To make a steady future it's important to meet the potential of the product and don't pass its limits if not required to do so. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-19</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/04.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Building integrations </h2>
<h3 class="page_description"> Every customer has its own systems in place to manage specific tasks. OpenText products have an enriched set of connectors available to communicate with external systems. Systems like Documentum, Content Server, SAP, or AD. I brought alive connectors already since day one of my own journey. My knowledge can help to implement your integration. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-18</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/05.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Maintenance & troubleshooting </h2>
<h3 class="page_description"> A solution running on a production environment requires maintenance and troubleshooting. Not only on solution level (functional); also on service level (technical). Always focus on a steady environment where easy upgrades are key for a bright platform future. I learned to use the tools on my projects for investigating problems and do troubleshooting tasks. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-17</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/06.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Migration & data conversion </h2>
<h3 class="page_description"> Every customer has its legacy systems with stored data. This data is key for the business to continue working. OpenText products have input streams to read this data and do conversions on it. My end-goal for your valuable data would be to migrate it into a new environment where we can enrich it with new functionality. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-16</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/07.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Monitoring & reporting </h2>
<h3 class="page_description"> The OpenText ECM product stack delivers services, packages, data generation, and collaboration. All these activities require monitoring through logfile analyses and reporting. My experience can help to build those reports for your managers and put monitoring in place for your administrators. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-15</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/08.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Installation & configuration </h2>
<h3 class="page_description"> Installing OpenText software became my sixth sense. During the last couple of years I continuously installed new versions to review the latest functionality. During these explorations I see many configuration settings passing by. Your installation will not be that different where even a silent installation is possible to do. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-14</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/09.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Providing training </h2>
<h3 class="page_description"> Helping others on forums is great, but the most value delivery happens through a training session. There is time to ask questions directly where we can even have a discussion around a specific topic. My unique communication skills makes the most complex case, a simple task to do. We use my own custom modularized training material supported by your own environment, or a dedicated system. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-13</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/10.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> HTML5 customization </h2>
<h3 class="page_description"> When client-side components require an extension this is done via HTML5. My self-taught learning skills make it possible to quickly dive into a new JS technology to make the implementation happen. This can be a standalone application, or an integrated communication page. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-12</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
<div class="6u 12u(narrower)">
<section class="link_box special">
<div class="page_title"
style="background-image: url(images/fulls/11.jpg);background-position: center; background-repeat:no-repeat; background-size:cover;-moz-background-size:cover;">
<!--标题-->
<h2 class="page_title_text"> Java modules & extensions </h2>
<h3 class="page_description"> When a server-side platform component requires an extension, we do this in Java. I already wrote modules for other projects and know my way in IntelliJ with Maven build tools and writing Unit tests. The SOLID principles of programming are familiar, and I love to read books about Java to weekly improve my own skills. </h3>
<!--段落-->
</div>
<div class="home-post-info">
<!-- Author Avatar -->
<div class="home-post-info-author-avatar">
<!-- <h6><span class="home-post-info-data">2022-01-11</span></h6>-->
<span class="home-post-info-data"><img width="62px" src="/img/logo.png" /></span>
<div class="home-post-info-Category">
<!-- Category -->
</div>
</div>
</div>
</section>
</div>
<!-- 文章sample e-->
</div>
</section>
</div>
<!-- 文章列表 end -->
<!-- Main 主要部分 end -->
<!-- footer 页码 start-->
<footer style="text-align: center; padding-top: 2em;">
</footer>
<!-- footer 页码 end-->
<!-- Copyright 版权 start -->
<div id="copyright">
<ul>
<li>©Powered By <a target="_blank" rel="noopener" href="https://hexo.io" style="border-bottom: none;">hexo</a></li>
<li>Design: <a target="_blank" rel="noopener" href="http://miccall.tech " style="border-bottom: none;">miccall</a></li>
</ul>
<span id="busuanzi_container_site_pv">Bos ICT Services © 2023 </span>
</div>
<!-- Copyright 版权 end -->
</div>
<!-- Wrapper 外包 e-->
<!-- Scripts -->
</body>
</html>