-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
747 lines (690 loc) · 30.4 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!DOCTYPE html>
<html class="sticky-header-reveal">
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Welcome to Urs Rüegg | Get digitally inspired</title>
<meta name="keywords" content="Urs Rüegg | Website" />
<meta name="description" content="Deliver innovative and inspiring digital transformation cloud solutions">
<meta name="copyright" content="© Copyright 2025 by Urs Rüegg. All Rights Reserved." />
<meta name="author" content="Urs Rüegg">
<meta name="contact" content="urs.ruegg@microsoft.com">
<meta name="thumbnail" content="https://www.ursruegg.com/img/home/team_intro7_bw.jpg" />
<meta name="og:title" property="og:title"
content="Deliver innovative and inspiring digital transformation cloud solutions">
<meta name="twitter:card" content="Deliver innovative and inspiring digital transformation cloud solutions">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.ursruegg.com/">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<!-- Web Fonts -->
<link id="googleFonts" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"
rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="vendor/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="vendor/animate/animate.compat.css">
<link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-blog.css">
<link rel="stylesheet" href="css/theme-shop.css">
<!-- Revolution Slider CSS -->
<link rel="stylesheet" href="vendor/rs-plugin/css/settings.css">
<link rel="stylesheet" href="vendor/rs-plugin/css/layers.css">
<link rel="stylesheet" href="vendor/rs-plugin/css/navigation.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/ursruegg.css">
<!-- <link rel="stylesheet" href="css/powerva.css"> -->
<!-- Skin CSS -->
<link id="skinCSS" rel="stylesheet" href="css/skin-ursruegg.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Head Libs -->
<script src="vendor/modernizr/modernizr.min.js"></script>
</head>
<body>
<div class="body">
<!-- Header -->
<header id="header" class="header-floating-bar header-floating-bar-static-sticky"
data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'reveal', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': false, 'stickyStartAt': 0, 'stickySetTop': '0px', 'stickyChangeLogo': false}">
<div class="header-body bg-color-dark box-shadow-none">
<div class="header-container header-container-height-sm container">
<div class="header-row">
<div class="header-column">
<div class="header-row">
<div class="header-logo">
<a href="index.html">
<img alt="ursruegg | Website" width="40" height="40"
src="img/logos/ursruegg_icon_180x180.png">
</a>
</div>
</div>
</div>
<!-- Navigation -->
<div class="header-column justify-content-end me-lg-4">
<div class="header-row">
<div
class="header-nav header-nav-links header-nav-dropdowns-dark header-nav-force-light-text header-nav-force-light-text-active-skin-color order-2 order-lg-1">
<div
class="header-nav-main header-nav-main-mobile-dark header-nav-main-dropdown-no-borders header-nav-main-clone-items header-nav-main-slide header-nav-main-square header-nav-main-effect-2 header-nav-main-sub-effect-1">
<nav class="collapse">
<ul class="nav nav-pills" id="mainNav">
<li>
<a class="nav-link" href="index.html">
Home
</a>
</li>
<li>
<a class="nav-link" href="blog.html">
Blog
</a>
</li>
<li>
<a class="nav-link" href="search.html">
Search
</a>
</li>
</ul>
</nav>
</div>
<a class="btn btn-primary btn-join-now text-uppercase custom-font-weight-medium d-none d-lg-flex"
href="aboutme.html">About Me</a>
<button class="btn header-btn-collapse-nav" data-bs-toggle="collapse"
data-bs-target=".header-nav-main nav">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Main -->
<div role="main" class="main">
<!-- Container 1 - Intro pictures -->
<div class="owl-carousel owl-carousel-light owl-carousel-light-init-fadeIn owl-theme manual dots-inside dots-horizontal-center show-dots-hover show-dots-xs dots-light nav-inside nav-inside-plus nav-dark nav-md nav-font-size-md show-nav-hover mb-0"
data-plugin-options="{'autoplayTimeout': 9000}" style="height: 100vh;">
<div class="owl-stage-outer">
<div class="owl-stage">
<!-- Carousel Slide Born into creativity -->
<div class="owl-item position-relative overlay overlay-show overlay-op-9 pt-5"
style="background-image: url(img/home/team_intro7_bw.jpg); background-size: cover; background-position: center; height: 100vh;">
<div class="container position-relative z-index-3 h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-lg-7 text-center">
<div class="d-flex flex-column align-items-center justify-content-center h-100">
<h3 class="position-relative text-color-light text-5 line-height-5 font-weight-medium ls-0 px-4 mb-1 appear-animation"
data-appear-animation="fadeInDownShorterPlus"
data-plugin-options="{'minWindowWidth': 0}">
<span
class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-7">
<img src="img/slides/slide-title-border-light.png"
class="w-auto appear-animation"
data-appear-animation="fadeInRightShorter"
data-appear-animation-delay="250"
data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
Born into creativity
<span
class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-7">
<img src="img/slides/slide-title-border-light.png"
class="w-auto appear-animation"
data-appear-animation="fadeInLeftShorter"
data-appear-animation-delay="250"
data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h1 class="text-color-light font-weight-extra-bold text-10 text-sm-12-13 line-height-1 line-height-sm-3 mb-2 appear-animation"
data-appear-animation="blurIn" data-appear-animation-delay="500"
data-plugin-options="{'minWindowWidth': 0}">Get digitally inspired</h1>
<p class="text-4-5 text-color-light font-weight-light opacity-7 text-center mb-4"
data-plugin-animated-letters
data-plugin-options="{'startDelay': 1000, 'minWindowWidth': 0, 'animationSpeed': 30}">
Deliver innovative and inspiring digital transformation cloud solutions
</p>
<div class="appear-animation" data-appear-animation="fadeInUpShorter"
data-appear-animation-delay="2300">
<div class="d-flex align-items-center mt-2">
<a href="blog.html"
class="btn btn-light btn-modern text-color-primary font-weight-bold text-2 py-3 btn-px-4">READ
MORE <i class="fas fa-arrow-right ms-2"></i></a>
<a href="aboutme.html"
class="btn btn-primary btn-modern font-weight-bold text-2 py-3 btn-px-4 ms-4">GET
IN TOUCH <i class="fas fa-arrow-right ms-2"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel Slide Focused on results -->
<div class="owl-item position-relative overlay overlay-show overlay-op-9 pt-5"
style="background-image: url(img/digital/SmartFactory/SwissSmartFactoryFloorPartsProduction.jpg); background-size: cover; background-position: center; height: 100vh;">
<div class="container position-relative z-index-3 h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-lg-7 text-center">
<div class="d-flex flex-column align-items-center justify-content-center h-100">
<h3 class="position-relative text-color-light text-5 line-height-5 font-weight-medium ls-0 px-4 mb-2 appear-animation"
data-appear-animation="fadeInDownShorterPlus"
data-plugin-options="{'minWindowWidth': 0}">
<span
class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-7">
<img src="img/slides/slide-title-border-light.png"
class="w-auto appear-animation"
data-appear-animation="fadeInRightShorter"
data-appear-animation-delay="250"
data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
Focused on results
<span
class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-7">
<img src="img/slides/slide-title-border-light.png"
class="w-auto appear-animation"
data-appear-animation="fadeInLeftShorter"
data-appear-animation-delay="250"
data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h1 class="text-color-light font-weight-extra-bold text-10 text-md-12-13 line-height-1 line-height-sm-3 mb-2 appear-animation"
data-appear-animation="blurIn" data-appear-animation-delay="500"
data-plugin-options="{'minWindowWidth': 0}">Immersive experience</h1>
<p class="text-4-5 text-color-light font-weight-light opacity-7 text-center mb-5"
data-plugin-animated-letters
data-plugin-options="{'startDelay': 1000, 'minWindowWidth': 0, 'animationSpeed': 30}">
Smart factories production ecosystem powered by Microsoft Cloud and our Partner ecosystem</p>
<a href="blog/blogSwissSmartFactory.html"
class="btn btn-primary btn-modern font-weight-bold text-2 py-3 btn-px-4 appear-animation"
data-appear-animation="fadeInUpShorter"
data-appear-animation-delay="1800"
data-plugin-options="{'minWindowWidth': 0}">READ MORE <i
class="fas fa-arrow-right ms-2"></i></a>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel Slide Love to deliver -->
</div>
</div>
<div class="owl-nav">
<button type="button" role="presentation" class="owl-prev"></button>
<button type="button" role="presentation" class="owl-next"></button>
</div>
<div class="owl-dots mb-5">
<button role="button" class="owl-dot active"><span></span></button>
<button role="button" class="owl-dot"><span></span></button>
</div>
</div>
<!-- Container 2 - Digital Feedback Loop section -->
<!-- Container 3 - Digital Feedback Loop overview-->
<section>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 p-0">
<section class="parallax section section-background h-400px bg-size-cover m-0"
style="background-image: url(img/digital/DigitalInfinity/DigitalInvinitiveLoop2.png);">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-6 p-0">
<div class="h-400px m-0">
<div class="row m-0">
<div class="col-half-section col-half-section-left py-5">
<div class="p-3">
<h4 class="font-weight-bold mb-3">Digital Invinity</h4>
<h5>The Digital Feedback Loop</h5>
<p class="mb-0">
Organizations make strategic decisions because they reorganize the way
they think
and work around data. By turning this data into insight and
understanding, they give
employees a base to build from, and free up their time for creative
thinking – to
reimagine an idea, redesign a solution and take those leaps of
imagination that
define real innovation.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Container 4 - Swiss Smart Factory section -->
<!-- Container 5 - Swiss Smart Factory overview -->
<section>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 order-2 order-lg-1 p-0">
<div class="h-400px m-0">
<div class="row m-0">
<div class="col-half-section col-half-section-right py-5 ms-auto">
<div class="p-3">
<h4 class="font-weight-bold text-6 mb-3">Swiss Smart Factory</h4>
<h5>The Lighthouse project powered by Microsoft Cloud</h5>
<p class="mb-0">
The Swiss Smart Factory (SSF) is the first test and demonstration
platform for
Industry 4.0 in Switzerland and with the lighthouse project «Drone
Production», we
intended to show how smart factories can already work today with an
entire
production ecosystem powered by Microsoft Cloud and our Partner
ecosystem.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 order-1 order-lg-2 p-0">
<section class="parallax section section-background bg-size-cover h-400px m-0"
style="background-image: url(img/digital/SmartFactory/SwissSmartFactoryFloorProductionLine.jpg);">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- Container 6 - MTC Switzerland section -->
<!-- Container 7 - MTC Switzerland overview-->
<section>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 p-0">
<section class="parallax section section-background h-400px bg-size-cover m-0"
style="background-image: url(img/digital/MTCSwitzerland/MTCZurichTeaser.gif);">
<div class="container">
<div class="row">
<div class="col">
</div>
</div>
</div>
</section>
</div>
<div class="col-lg-6 p-0">
<div class="h-400px m-0">
<div class="row m-0">
<div class="col-half-section col-half-section-left py-5">
<div class="p-3">
<h4 class="font-weight-bold mb-3">Microsoft Technology Center</h4>
<h5>The Digital Innovation Hub</h5>
<p class="mb-0">
By May 20th 2022 we opened our #mtcswitzerland and I’m proud to be one of this. During these two years I delivered 167 engagements for 78 customers with 1’580 attendees.<br>
A Big Thank you to all the attendees who actively participated, shared their challenges and designed together a sustainable cloud solution with business outcome to make it real.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section Swiss Smart Factory - Latest -->
<section class="section section-default section-footer">
<div class="container">
<div class="row mt-5 appear-animation" data-appear-animation="fadeInUpShorter">
<div class="col-lg-6">
<div class="recent-posts mb-5">
<h4 class="font-weight-bold text-6 mb-4">Posts</h4>
<div class="owl-carousel owl-theme dots-title mb-0"
data-plugin-options="{'items': 1, 'autoHeight': true, 'autoplay': true, 'autoplayTimeout': 8000}">
<div class="row">
<!-- Blog post article Hackathon - 5S Assessment app -->
<div class="col-lg-6 mb-4 mb-lg-0">
<article>
<div class="row">
<div class="col-auto pe-0">
<div class="date">
<span class="day font-weight-extra-bold">20</span>
<span class="month text-1">Nov</span>
</div>
</div>
<div class="col ps-1">
<h4 class="text-primary text-4"><a class="d-block"
href="../blog/blogHackathon5SAssessmentApp.html">Hackathon
- 5S Assessment app</a>
</h4>
<p class="pe-4 mb-0">The 5S Assessment solution is a collection
of three Power Apps to manage 5S
methodology - Kaizen and Lean Management within an
organization. We build
this apps during a thee day Hackathon with the customer
team.
[...]</p>
<a href="../blog/blogHackathon5SAssessmentApp.html"
class="read-more text-color-dark font-weight-semibold text-2">read
more
<i
class="fas fa-angle-right position-relative top-1 ms-1"></i></a>
</div>
</div>
</article>
</div>
<!-- Blog post article Visitor Management -->
<div class="col-lg-6">
<article>
<div class="row">
<div class="col-auto pe-0">
<div class="date">
<span class="day font-weight-extra-bold">15</span>
<span class="month text-1">Sep</span>
</div>
</div>
<div class="col ps-1">
<h4 class="text-primary text-4"><a class="d-block"
href="../blog/blogHackathonVisitorManagementApp.html">Hackathon
- Visitor Management app</a>
</h4>
<p class="pe-4 mb-0">The Visitor Management is a collection of
four Power Apps to manage
smart factory visitors.
<li>Visitor Welcome Desk app located at the entry point of
the
factory floor</li>
<li>Visitor Self Registration app on a tablet device</li>
<li>Visitor Management app to manage visits</li>
<li>Visitor Mixed Reality app to confirm mixed reality
competency
</li>
We build this apps during a <strong>three day
Hackathon</strong>
with the Swiss Smart Factory team.
[...]
</p>
<a href="../blog/blogHackathonVisitorManagementApp.html"
class="read-more text-color-dark font-weight-semibold text-2">read
more
<i
class="fas fa-angle-right position-relative top-1 ms-1"></i></a>
</div>
</div>
</article>
</div>
</div>
<div class="row">
<!-- Blog post article Swiss Smart Factory -->
<div class="col-lg-6 mb-4 mb-lg-0">
<article>
<div class="row">
<div class="col-auto pe-0">
<div class="date">
<span class="day font-weight-extra-bold">10</span>
<span class="month text-1">Jan</span>
</div>
</div>
<div class="col ps-1">
<h4 class="text-primary text-4"><a class="d-block"
href="../blog/blogSwissSmartFactory.html">Swiss Smart
Factory</a>
</h4>
<p class="pe-4 mb-0">LThe Swiss Smart Factory (SSF) is the first
test and demonstration
platform for Industry 4.0 in Switzerland and with the
lighthouse
project «Drone Production», we intended to show how smart
factories
can already work today with an entire production ecosystem
powered
by Microsoft Cloud and our Partner ecosystem.
[...]</p>
<a href="../blog/blogSwissSmartFactory.html"
class="read-more text-color-dark font-weight-semibold text-2">read
more
<i
class="fas fa-angle-right position-relative top-1 ms-1"></i></a>
</div>
</div>
</article>
</div>
<div class="col-lg-6">
<!-- <article>
<div class="row">
<div class="col-auto pe-0">
<div class="date">
<span class="day font-weight-extra-bold">12</span>
<span class="month text-1">JAN</span>
</div>
</div>
<div class="col ps-1">
<h4 class="text-primary text-4"><a class="d-block"
href="blog-post.html">Lorem ipsum dolor sit amet, consectetur</a>
</h4>
<p class="pe-4 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing
elit.</p>
<a href="/"
class="read-more text-color-dark font-weight-semibold text-2">read more
<i class="fas fa-angle-right position-relative top-1 ms-1"></i></a>
</div>
</div>
</article> -->
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<h4 class="font-weight-bold text-6 mb-4">Comment's</h4>
<div class="row">
<div class="owl-carousel owl-theme dots-title dots-title-pos-2 mb-0"
data-plugin-options="{'items': 1, 'autoHeight': true}">
<div>
<div class="col">
<div class="testimonial testimonial-primary">
<blockquote>
<p class="mb-0">We build our lighthouse project on a scalable and
secure
Microsoft cloud platform to lay the foundation and run the
production
line to showcase it.</p>
</blockquote>
<div class="testimonial-arrow-down"></div>
<div class="testimonial-author">
<p><strong>Michael Wendling</strong><span>Head Swiss Smart Factory
Lighthouse project</span></p>
</div>
</div>
</div>
</div>
<div>
<div class="col">
<div class="testimonial testimonial-primary">
<blockquote>
<p class="mb-0">Working with Urs was a fantastic experience. He is
passionate about his job and highly
skilled.
During the last ten months, Urs introduced and trained us on
Microsoft Tools: Dynamics 365 Guides,
PowerApp, PowerAutomate, HoloLens Integration. All those are now
fully integrated into the Swiss Smart
Factory production ecosystem.</p>
</blockquote>
<div class="testimonial-arrow-down"></div>
<div class="testimonial-author">
<p><strong>Michael Wendling</strong><span>Head Swiss Smart Factory
Lighthouse project</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- GDPR Bar -->
<div class="gdpr-bar" data-plugin-gdpr>
<div class="gdpr-bar-description">
<p class="text-color-light opacity-7 mb-0">We use cookies to improve user experience and analyze website
traffic. Read about how we use cookies and how you can control them by clicking "Privacy
Preferences".</p>
</div>
<div class="gdpr-bar-actions">
<a href="#"
class="gdpr-preferences-trigger text-decoration-none btn btn-primary btn-modern btn-px-4 py-3 font-weight-bold">Privacy
Preferences</a>
<a href="#"
class="gdpr-agree-trigger text-decoration-none btn btn-primary btn-modern btn-px-4 py-3 font-weight-bold">I
Agree</a>
</div>
</div>
<!-- GDPR Preferences Popup -->
<div class="gdpr-preferences-popup">
<div class="gdpr-preferences-popup-content position-relative">
<a href="#" class="gdpr-close-popup text-color-grey text-color-hover-dark">
<i class="fas fa-times"></i>
</a>
<form class="gdpr-preferences-form">
<div class="gdpr-preferences-popup-content-body">
<h4 class="text-color-dark font-weight-bold mb-3">Privacy Preferences</h4>
<p>When you visit any website, it may store or retrieve information through your browser,
usually in the form of cookies. Since we respect your right to privacy, you can choose not
to permit data collection from certain types of services. However, not allowing these
services may impact your experience.</p>
<hr>
<div class="gdpr-cookie-item">
<div class="gdpr-cookie-item-title">
<strong class="text-color-dark">Privacy Policy</strong>
</div>
<div class="gdpr-cookie-item-description">
<p class="mb-0">You read and agreed to our <a href="privacy.html">Privacy Policy</a></p>
</div>
<div class="gdpr-cookie-item-action">
<strong class="text-color-dark text-2">REQUIRED</strong>
<input type="hidden" name="cookies_consent[]" class="gdpr-input"
value="privacy-policy" />
</div>
</div>
<div class="gdpr-cookie-item">
<div class="gdpr-cookie-item-title">
<strong class="text-color-dark">CDN</strong>
</div>
<div class="gdpr-cookie-item-description">
<p class="mb-0">For performance and security reasons, we use Azure as our CDN networks.
</p>
</div>
<div class="gdpr-cookie-item-action">
<strong class="text-color-dark text-2">REQUIRED</strong>
<input type="hidden" name="cookies_consent[]" class="gdpr-input" value="cdn" />
</div>
</div>
<div class="gdpr-cookie-item">
<div class="gdpr-cookie-item-title">
<strong class="text-color-dark">Marketing</strong>
</div>
<div class="gdpr-cookie-item-description">
<p class="mb-0">We use the Dynamics 365 Marketing service to track visits on this site.
</p>
</div>
<div class="gdpr-cookie-item-action">
<input type="checkbox" name="cookies_consent[]"
class="gdpr-input custom-checkbox-switch" value="dynamics" />
</div>
</div>
<div class="gdpr-cookie-item">
<div class="gdpr-cookie-item-title">
<strong class="text-color-dark">YouTube</strong>
</div>
<div class="gdpr-cookie-item-description">
<p class="mb-0">We use the YouTube service to enable video content streaming on this
site.</p>
</div>
<div class="gdpr-cookie-item-action">
<input type="checkbox" name="cookies_consent[]"
class="gdpr-input custom-checkbox-switch" value="youtube" />
</div>
</div>
<div class="gdpr-cookie-item">
<div class="gdpr-cookie-item-title">
<strong class="text-color-dark">Google Maps</strong>
</div>
<div class="gdpr-cookie-item-description">
<p class="mb-0">We use the Google Maps service to enable maps content on this site.</p>
</div>
<div class="gdpr-cookie-item-action">
<input type="checkbox" name="cookies_consent[]"
class="gdpr-input custom-checkbox-switch" value="googlemaps" />
</div>
</div>
</div>
<div class="gdpr-preferences-popup-content-footer">
<button type="submit" class="btn btn-primary btn-modern btn-px-4 py-3 font-weight-bold">Save
Preferences</button>
<a href="#" class="text-color-default text-color-hover-primary">Privacy Policy</a>
</div>
</form>
</div>
</div>
<!-- Dynamics 365 Customer Service ChatBot -->
<script id="Microsoft_Omnichannel_LCWidget"
src="https://oc-cdn-ocprod.azureedge.net/livechatwidget/scripts/LiveChatBootstrapper.js"
data-app-id="1ce65e02-9469-425b-8fd8-66127eb9eecc" data-lcw-version="prod"
data-org-id="2dd308d8-b6ce-44bf-a39e-2985ad342d9f"
data-org-url="https://2dd308d8b6ce44bfa39e2985ad342d9f-crm.omnichannelengagementhub.com"></script>
<!-- Dynamics 365 Marketing website analytics -->
<div id="dwo_p4drPdhTZMcRx2h9DMGPR9ZsjscetWU-WqYV8-Wc"></div>
<script src="https://mktdplp102cdn.azureedge.net/public/latest/js/ws-tracking.js?v=1.84.2007"></script>
<div class="d365-mkt-config" style="display:none" data-website-id="wo_p4drPdhTZMcRx2h9DMGPR9ZsjscetWU-WqYV8-Wc"
data-hostname="bb84a5e7a68443feb00441dba87befd0.svc.dynamics.com"></div>
<!-- Footer -->
<footer id="footer" class="bg-color-quaternary">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<ul class="footer-social-icons social-icons social-icons-clean social-icons-icon-light mb-3">
<li><a href="https://www.linkedin.com/in/urs-ruegg/" target="_blank" title="LinkedIn"><i
class="fab fa-linkedin-in text-2"></i></a></li>
<li><a href="https://github.com/urruegg" target="_blank" title="GitHub"><i
class="fab fa-github text-2"></i></a></li>
<li><a href="https://twitter.com/Urs_Ruegg" target="_blank" title="Twitter"><i
class="fab fa-twitter text-2"></i></a></li>
</ul>
<p><strong>urs rüegg</strong> - © Copyright 2025. All Rights Reserved.</p>
</div>
</div>
</div>
</footer>
</div>
<!-- Vendor -->
<script src="vendor/plugins/js/plugins.min.js"></script>
<script src="vendor/instafeed/instafeed.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="js/theme.js"></script>
<!-- Revolution Slider Scripts -->
<script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Current Page Vendor and Views -->
<script src="js/views/view.contact.js"></script>
<!-- Demo -->
<script src="js/demos/demo-gym.js"></script>
<!-- Theme Custom -->
<script src="js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="js/theme.init.js"></script>
</body>
</html>