-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
executable file
·619 lines (568 loc) · 34.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Prism Library</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Main Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
<style>
.github {
padding: 15px 0 15px 40px;
background-image: url(images/[email protected]);
background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 0;
}
.documentation {
padding: 15px 0 15px 40px;
background-image: url(images/[email protected]);
background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 0;
}
</style>
</head>
<body>
<!-- Navbar Start -->
<header>
<div id="topnav" class="defaultscroll sticky">
<div class="container">
<div class="menu-extras">
<div class="menu-item">
<!-- Mobile menu toggle-->
<a class="navbar-toggle">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>
<div id="navigation">
<!-- Navigation Menu-->
<ul class="navigation-menu">
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#learn">Learn</a></li>
<li><a href="#sponsors">Sponsors</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- Navbar End -->
<!-- Hero Start -->
<section class="bg-marketing d-table w-100" id="home">
<div class="container">
<div class="row justify-content-center mt-5">
<div class="col-lg-7 col-md-7 text-center">
<img src="images/prism-library-logo.jpg" class="img-fluid" style="max-height: 400px"alt="Prism Library">
<div class="title-heading mt-0 mt-md-5 mt-4 mt-sm-0 pt-2 pt-sm-0">
<h1 class="heading mb-0">#1 Application Framework for</h1>
<h1 class="heading mb-3"><span class="element text-primary" data-elements=".NET MAUI, WPF, Xamarin.Forms, Uno Platform"></span></h1>
<p class="text-muted">The Prism Library is a framework for building loosely coupled, modular, maintainable, and testable XAML applications</p>
<div class="mt-4 pt-2">
<a href="https://github.com/PrismLibrary/Prism"
class="btn btn-outline-primary mt-2 mr-2"><span class="github">View on GitHub</span></a>
<a href="docs/index.html" class="btn btn-primary mt-2"><span
class="documentation">Documentation</span></a>
</div>
</div>
</div>
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--end section-->
<!-- Hero End -->
<!-- Feature Start -->
<section class="section bg-light" id="features">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h4 class="title mb-4">Features</h4>
<p class="text-muted para-desc mx-auto mb-0"><span
class="text-primary font-weight-bold">Prism</span> provides everything you
need to build well architected, extensible, maintainable, and testable applications.</p>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="command" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Delegate Commands</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="layers" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Composite Commands</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="zap" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Event Aggregation</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="grid" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Modules</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="layout" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Regions</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="code" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Dependency Injection</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="compass" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Navigation</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="search" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">ViewModelLocator</h4>
</div>
</div>
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 mt-4 pt-2">
<div class="media key-feature align-items-center p-3 rounded shadow">
<div class="icon text-center rounded-circle mr-3">
<i data-feather="credit-card" class="fea icon-ex-md text-primary"></i>
</div>
<div class="media-body">
<h4 class="title mb-0">Dialog Services</h4>
</div>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!-- Pricing Start -->
<section class="section container" id="pricing">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h4 class="title mb-4">Pricing</h4>
<p class="text-muted para-desc mx-auto mb-0">Choose the perfect plan tailored to your business needs. Whether you're a budding startup or a thriving enterprise, we offer pricing options that align with your company's growth and budget.</p>
</div>
</div>
</div><!--end row-->
<div class="row align-items-center mb-4">
<div class="col-md-4 col-12 mt-4 pt-2">
<div class="card pricing pricing-primary business-rate shadow bg-light rounded text-center border-0">
<div class="card-body py-5">
<h6 class="title name fw-bold text-uppercase mb-4">Community</h6>
<div class="d-flex justify-content-center">
<span class="h4 mb-0 mt-2">$</span>
<span class="price h1 mb-0">0</span>
<span class="h4 align-self-end mb-1">/yr</span>
<span class="price h1 mb-0">*</span>
</div>
<div class="mb-4">
<span>per developer</span>
</div>
<ul class="list-unstyled mb-0 ps-0">
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Install via NuGet.org</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Unlimited Deployment</li>
</ul>
<a href="https://github.com/prismlibrary/prism" class="btn btn-primary mt-4">Try It Now</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 col-12 mt-4 pt-2">
<div class="card pricing pricing-primary business-rate shadow bg-light rounded text-center border-0">
<div class="ribbon ribbon-right ribbon-warning overflow-hidden"><span class="text-center d-block shadow small h6">Best</span></div>
<div class="card-body py-5">
<h6 class="title name fw-bold text-uppercase mb-4">Commercial Plus</h6>
<div class="d-flex justify-content-center">
<span class="h4 mb-0 mt-2">$</span>
<span class="price h1 mb-0">499</span>
<span class="h4 align-self-end mb-1">/yr</span>
</div>
<div class="mb-4">
<span>per developer</span>
</div>
<ul class="list-unstyled mb-0 ps-0">
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Install via NuGet.org</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Install via Private NuGet Feed</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Unlimited Deployment</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>More Frequent Updates</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Access to CI Builds</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Prism.Magician (coming soon)</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Prism.Plugin.Popups</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Visual Studio Extensions (coming soon)</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Prism.Essentials</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Additional Containers</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Access to Discord</li>
</ul>
<a href="https://buy.stripe.com/28o28j0xsceH14Q7ss" class="btn btn-primary mt-4">Buy Now</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 col-12 mt-4 pt-2">
<div class="card pricing pricing-primary business-rate shadow bg-light rounded text-center border-0">
<div class="card-body py-5">
<h6 class="title name fw-bold text-uppercase mb-4">Commercial</h6>
<div class="d-flex justify-content-center">
<span class="h4 mb-0 mt-2">$</span>
<span class="price h1 mb-0">299</span>
<span class="h4 align-self-end mb-1">/yr</span>
</div>
<div class="mb-4">
<span>per developer</span>
</div>
<ul class="list-unstyled mb-0 ps-0">
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Install via NuGet.org</li>
<li class="h6 text-muted mb-0"><span class="icon h5 me-2"><i class="uil uil-check-circle align-middle"></i></span>Unlimited Deployment</li>
</ul>
<a href="https://buy.stripe.com/14k9ALa8292v6pa289" class="btn btn-primary mt-4">Buy Now</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row justify-content-center pt-3">
<div class="col-12 text-center">
<p class="text-muted para-desc mx-auto mb-2">*Companies and individuals with less than $1 million USD in annual gross revenue, or have never received more than $3 million USD in capital from an outside source, such as private equity or venture capital, are eligible for the Community License.</p>
</div>
</div><!--end row-->
</section>
<!-- Team Start -->
<section class="section bg-primary" style="background: url('images/bg.png') center;" id="team">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-white text-center">
<div class="section-title mb-4 pb-2">
<h4 class="title mb-4">The Prism Team</h4>
<p class="para-desc mx-auto text-white-50">Meet the people that spend all their freetime working
on Prism. Please consider sponsoring our team to help them sustain their OSS contributions.
</p>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
<div class="row justify-content-center">
<div class="col-md-4 col-12 mt-4 pt-2">
<div class="card pricing-rates starter-plan bg-light py-5 border-0 rounded text-center">
<div class="card-body">
<div class="text-center border-0">
<div class="position-relative">
<img src="images/team/brian-lagunas.jpg"
class="img-fluid avatar avatar-ex-large rounded-circle shadow"
alt="Brian Lagunas">
</div>
<div class="py-3 px-0 content">
<h5 class="mb-0"><a href="https://brianlagunas.com/" target="_blank" class="name text-dark">Brian
Lagunas</a></h5>
<small class="designation text-muted">Microsoft MVP</small>
<ul class="list-unstyled social-icon team-icon mb-0 mt-4">
<li class="list-inline-item"><a href="https://youtube.com/brianlagunas" target="_blank"
class="rounded"><i data-feather="youtube"
class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/brianlagunas" target="_blank"
class="rounded"><i data-feather="twitter"
class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="https://www.twitch.tv/brianlagunas" target="_blank"
class="rounded"><i data-feather="twitch"
class="fea icon-sm fea-social"></i></a></li>
</ul>
</div>
</div>
<a href="https://github.com/sponsors/brianlagunas" class="btn btn-primary mt-4">Sponsor on
Github</a>
</div>
</div>
</div>
<!--end col-->
<div class="col-md-4 col-12 mt-4 pt-2">
<div class="card pricing-rates starter-plan bg-light py-5 border-0 rounded text-center">
<div class="card-body">
<div class="text-center border-0">
<div class="position-relative">
<img src="images/team/dan-siegel.jpg"
class="img-fluid avatar avatar-ex-large rounded-circle shadow"
alt="Brian Lagunas">
</div>
<div class="py-3 px-0 content">
<h5 class="mb-0"><a href="https://dansiegel.net/" target="_blank" class="name text-dark">Dan
Siegel</a></h5>
<small class="designation text-muted">Microsoft MVP</small>
<ul class="list-unstyled social-icon team-icon mb-0 mt-4">
<li class="list-inline-item"><a href="https://youtube.com/dansiegel" target="_blank"
class="rounded"><i data-feather="youtube"
class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="https://twitter.com/danjsiegel" target="_blank"
class="rounded"><i data-feather="twitter"
class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="https://www.twitch.tv/dansiegel" target="_blank"
class="rounded"><i data-feather="twitch"
class="fea icon-sm fea-social"></i></a></li>
</ul>
</div>
</div>
<a href="https://github.com/sponsors/dansiegel" class="btn btn-primary mt-4">Sponsor on
Github</a>
</div>
</div>
</div>
<!--end col-->
</div>
<!-- end row -->
</div>
<!--end container-->
</section>
<!--end section-->
<!-- Team End -->
<!-- Learn Start -->
<div class="section container" id="learn">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title text-center mb-4 pb-2">
<h4 class="title mb-4">Learn</h4>
<p class="text-muted para-desc mb-0 mx-auto">Watch these Pluralsight courses and learn how to master <span
class="text-primary font-weight-bold">Prism</span>.</p>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card blog rounded border-0 shadow overflow-hidden">
<div class="position-relative">
<img src="images/learn/ps-into-to-prism.jpg" class="card-img-top" alt="...">
<div class="overlay bg-dark"></div>
</div>
<div class="card-body content">
<small class="text-primary h6">WPF</small>
<h5 class="mt-2"><a href="https://pluralsight.pxf.io/bE3rB" target="_blank" class="title text-dark">Introduction to Prism for WPF</a></h5>
<p class="text-muted">In this course you'll learn the foundational knowledge required to design and build composite WPF desktop applications using Prism.
</p>
<a href="https://pluralsight.pxf.io/bE3rB" target="_blank" class="text-primary">Watch Now <i data-feather="chevron-right"
class="fea icon-sm"></i></a>
<ul class="list-unstyled d-flex justify-content-between border-top mt-3 pt-3 mb-0">
<li class="text-muted small"><i data-feather="book" class="fea icon-sm text-info"></i> 11 modules</li>
<li class="text-muted small ml-3"><i data-feather="clock" class="fea icon-sm text-warning"></i> 4h 9m</li>
</ul>
</div>
</div>
<!--end card / course-blog-->
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card blog rounded border-0 shadow overflow-hidden">
<div class="position-relative">
<img src="images/learn/ps-master-tab-control.jpg" class="card-img-top" alt="...">
<div class="overlay bg-dark"></div>
</div>
<div class="card-body content">
<small class="text-primary h6">WPF</small>
<h5 class="mt-2"><a href="https://pluralsight.pxf.io/B6X99" target="_blank" class="title text-dark">Mastering the TabControl</a></h5>
<p class="text-muted"> This course focuses on using the TabControl as a region, and shows advanced navigation scenarios such as scoped regions.
</p>
<a href="https://pluralsight.pxf.io/B6X99" target="_blank" class="text-primary">Watch Now <i data-feather="chevron-right"
class="fea icon-sm"></i></a>
<ul class="list-unstyled d-flex justify-content-between border-top mt-3 pt-3 mb-0">
<li class="text-muted small"><i data-feather="book" class="fea icon-sm text-info"></i> 4 modules</li>
<li class="text-muted small ml-3"><i data-feather="clock" class="fea icon-sm text-warning"></i> 1h 57m</li>
</ul>
</div>
</div>
<!--end card / course-blog-->
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card blog rounded border-0 shadow overflow-hidden">
<div class="position-relative">
<img src="images/learn/ps-multiple-shells.jpg" class="card-img-top" alt="...">
<div class="overlay bg-dark"></div>
</div>
<div class="card-body content">
<small class="text-primary h6">WPF</small>
<h5 class="mt-2"><a href="https://pluralsight.pxf.io/XVxR5" target="_blank" class="title text-dark">Showing Multiple Shells</a></h5>
<p class="text-muted">This course will solve one of the more complex issues around controlling view composition when dealing with multiple instances of a shell as well as child views.
</p>
<a href="https://pluralsight.pxf.io/XVxR5" target="_blank" class="text-primary">Watch Now <i data-feather="chevron-right"
class="fea icon-sm"></i></a>
<ul class="list-unstyled d-flex justify-content-between border-top mt-3 pt-3 mb-0">
<li class="text-muted small"><i data-feather="book" class="fea icon-sm text-info"></i> 4 modules</li>
<li class="text-muted small ml-3"><i data-feather="clock" class="fea icon-sm text-warning"></i> 1h 7m</li>
</ul>
</div>
</div>
<!--end card / course-blog-->
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card blog rounded border-0 shadow overflow-hidden">
<div class="position-relative">
<img src="images/learn/ps-dependent-views.jpg" class="card-img-top" alt="...">
<div class="overlay bg-dark"></div>
</div>
<div class="card-body content">
<small class="text-primary h6">WPF</small>
<h5 class="mt-2"><a href="https://pluralsight.pxf.io/a01zj" target="_blank" class="title text-dark">Loading Dependent Views</a></h5>
<p class="text-muted"> This course will show you how to navigate a view into one region, while simultaneously navigating another related view into a different region of the same view.
</p>
<a href="https://pluralsight.pxf.io/a01zj" target="_blank" class="text-primary">Watch Now <i data-feather="chevron-right"
class="fea icon-sm"></i></a>
<ul class="list-unstyled d-flex justify-content-between border-top mt-3 pt-3 mb-0">
<li class="text-muted small"><i data-feather="book" class="fea icon-sm text-info"></i> 4 modules</li>
<li class="text-muted small ml-3"><i data-feather="clock" class="fea icon-sm text-warning"></i> 1h 39m</li>
</ul>
</div>
</div>
<!--end card / course-blog-->
</div>
<!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card blog rounded border-0 shadow overflow-hidden">
<div class="position-relative">
<img src="images/learn/ps-loading-roles.jpg" class="card-img-top" alt="...">
<div class="overlay bg-dark"></div>
</div>
<div class="card-body content">
<small class="text-primary h6">WPF</small>
<h5 class="mt-2"><a href="https://pluralsight.pxf.io/GvjkE" target="_blank" class="title text-dark">Loading Modules Based on User Roles</a></h5>
<p class="text-muted"> This course will address a major concern with Prism developers regarding security and answer the question, "How do I load modules based on user roles?"
</p>
<a href="https://pluralsight.pxf.io/GvjkE" target="_blank" class="text-primary">Watch Now <i data-feather="chevron-right"
class="fea icon-sm"></i></a>
<ul class="list-unstyled d-flex justify-content-between border-top mt-3 pt-3 mb-0">
<li class="text-muted small"><i data-feather="book" class="fea icon-sm text-info"></i> 4 modules</li>
<li class="text-muted small ml-3"><i data-feather="clock" class="fea icon-sm text-warning"></i> 0h 33m</li>
</ul>
</div>
</div>
<!--end card / course-blog-->
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end container-->
<!-- Learn End -->
<!-- Sponsors start -->
<section class="section border-bottom border-top" id="sponsors">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 text-center">
<div class="section-title mb-4 pb-2">
<h4 class="title mb-4">Our Sponsors</h4>
<p class="text-muted para-desc mx-auto mb-0">The companies that go above and beyong to help keep
<span class="text-primary font-weight-bold">Prism</span> running.</p>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
<div class="row justify-content-center">
<div class="col-lg-2 col-md-2 col-6 text-center mt-4 pt-2">
<a href="http://infragistics.com" target="_blank"><img
src="images/sponsors/Infragistics-horizontal-rgb.svg" class="avatar" alt=""></a>
</div>
<!--end col-->
<div class="col-lg-2 col-md-2 col-6 text-center mt-4 pt-2">
<a href="https://avantipoint.com/" target="_blank"><img
src="images/sponsors/avanti-point.svg" class="avatar" alt=""></a>
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end container-->
</section>
<!--end section-->
<!-- Sponsors End -->
<!-- Footer Start -->
<footer>
<div class="--------">
</div>
</footer>
<!-- Footer End -->
<!-- Back To Home Start -->
<a href="#" class="btn btn-icon btn-primary back-to-top"><i data-feather="arrow-up" class="icons"></i></a>
<!-- Back To Home End -->
<!-- Javascript Start -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Typed -->
<script src="js/typed.js"></script>
<script src="js/typed.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
<!-- Javascript End -->
</body>
</html>