-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
391 lines (349 loc) · 19.7 KB
/
index.html
File metadata and controls
391 lines (349 loc) · 19.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Microsoft User Group Utah (MUGUT) - M365, Copilot, Office, Azure, SharePoint, Power Platform, Dynamics, Power BI, Teams, OneDrive, Planner, Lists, To Do</title>
<meta name="description" content="Local user group site for SharePoint and Office 365 in Utah primarily covering Davis, Utah and Salt Lake counties">
<meta name="keywords" content="M365, Copilot, Office, Azure, SharePoint, Power Platform, Dynamics, Power BI, Teams, OneDrive, Planner, Lists, To Do, Word, Excel, PowerPoint, OneNote, Outlook, User Group">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Slider
================================================== -->
<link href="css/owl.carousel.css" rel="stylesheet" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" media="screen">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link href='//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="tf-menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Microsoft User Group Utah (MUGUT)</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#tf-home" class="page-scroll">Home</a></li>
<li><a href="#tf-about" class="page-scroll">About</a></li>
<li><a href="#tf-team" class="page-scroll">Team</a></li>
<li><a href="#tf-meetings" class="page-scroll">Meetings</a></li>
<li><a href="#tf-contact" class="page-scroll">Contact</a></li>
<li><a href="https://utsharepoint.sharepoint.com/" target="_blank">O365 Site</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Home Page
==========================================-->
<div id="tf-home" class="text-center">
<div class="overlay">
<div class="content">
<h1><strong><span class="color">Microsoft User Group Utah (MUGUT)</span></strong></h1>
<p class="lead">A local user group dedicated to <br><strong>Microsoft 365, SharePoint/OneDrive, Power Platform, Azure, and Dynamics</strong></p>
<p class="lead">We focus on the needs of <br><strong>Developers, IT Pros, and Business Users</strong></p>
<a href="#tf-about" class="fa fa-angle-down page-scroll" style="display: none;"></a>
</div>
</div>
</div>
<!-- About Us Page
==========================================-->
<div id="tf-about">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/Surface-Studio-SP.png" class="img-responsive">
</div>
<div class="col-md-6">
<div class="about-text">
<div class="section-title">
<h4>About us</h4>
<h2>A user group for <strong>you</strong></h2>
<hr>
<div class="clearfix"></div>
</div>
<p class="intro">We love the Microsoft 365 Apps. Each month we typically cover topics to help better understand these tools and encourage our members to showcase the success they are having in using these products.</p>
<ul class="about-list">
<li>
<span class="fa fa-dot-circle-o"></span>
<strong>Mission</strong> - <em>Develop and Support a high-quality local community</em>
</li>
<li>
<span class="fa fa-dot-circle-o"></span>
<strong>Technologies</strong> - <em>All things Microsoft 365</em>
</li>
<li>
<span class="fa fa-dot-circle-o"></span>
<strong>Events</strong> - <em>Monthly User Groups and Annual SharePoint Saturday</em>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Team Page
==========================================-->
<div id="tf-team" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2>Our <strong>Leadership</strong> Team</h2>
<div class="line">
<hr>
</div>
</div>
<div id="team" class="owl-carousel owl-theme row">
<div class="item">
<div class="thumbnail">
<img src="img/team/joshua-cook.avif" alt="Joshua Cook" class="img-circle team-img">
<div class="caption">
<h3>Joshua Cook</h3>
<p>President & Chair</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/christian-buckley.jpg" alt="Christian Buckley" class="img-circle team-img">
<div class="caption">
<h3>Christian Buckley</h3>
<p>Committee Member</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/ron-fetters.avif" alt="Ron Fetters" class="img-circle team-img">
<div class="caption">
<h3>Ron Fetters</h3>
<p>Committee Member</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/greg-mcmurray.avif" alt="Greg McMurray" class="img-circle team-img">
<div class="caption">
<h3>Greg McMurray</h3>
<p>Committee Member</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/noah-sparks.avif" alt="Noah Sparks" class="img-circle team-img">
<div class="caption">
<h3>Noah Sparks</h3>
<p>Committee Member</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/chris-weidemann.avif" alt="Chris Weidemann" class="img-circle team-img">
<div class="caption">
<h3>Chris Weidemann</h3>
<p>Committee Member</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/kevin-zollinger.avif" alt="Kevin Zollinger" class="img-circle team-img">
<div class="caption">
<h3>Kevin Zollinger</h3>
<p>Committee Member</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Services Section
==========================================-->
<div id="tf-meetings" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Schedule of <strong>Meetings</strong></h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
<small><em>We generally meet the fourth Tuesday of each Month from 4:30 - 6:30 PM. SharePoint Saturday is an annual event that is typically held in late January or February.</em></small>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-4 col-sm-4 service">
<i class="fa fa-key"></i>
<h4><strong>June Meeting</strong></h4>
<p>Topic: Patterns & Practices</p>
<p>Speaker: Kolby Beck</p>
<p>Sponsor: <a href="#">TBD</a></p>
<p>Jun 25, 2024 4:30 PM</p>
<p>In-Person at JourneyTEAM
<br/>
<a href="https://maps.app.goo.gl/y2kRo8RpDQJ5rAGH7" target="blank">121 W. Election Rd #300, Draper, UT 84020</a>
</p>
</div>
<div class="col-md-4 col-sm-4 service">
<i class="fa fa-rocket"></i>
<h4><strong>July Meeting</strong></h4>
<p>Topic: No Meeting </p>
<p>Speaker: Enjoy The Holiday</p>
<p>Sponsor: <a href="#"></a></p>
<p>Jul 23, 2024</p>
</div>
<div class="col-md-4 col-sm-4 service">
<i class="fa fa-code"></i>
<h4><strong>August Meeting</strong></h4>
<p>Topic: Copilot, Data Security, and Unintended Consequences</p>
<p>Speaker: Treb Gatte</p>
<p>Sponsor: <a href="https://dynamicsusergroup.com/" target="blank">Dynamics User Group</a></p>
<p>Aug 27, 2019 4:30 PM</p>
<p>In-Person at JourneyTEAM
<br/>
<a href="https://maps.app.goo.gl/y2kRo8RpDQJ5rAGH7" target="blank">121 W. Election Rd #300, Draper, UT 84020</a>
</p>
</div>
</div>
</div>
</div>
<!-- Clients Section
==========================================-->
<div id="tf-clients" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2>Our <strong>Sponsors</strong></h2>
<div class="line">
<hr>
</div>
</div>
<div class="row">
<p>The user group would not be possible without the continued and generous support from the following sponsors:</p>
<div id="clients">
<span>
<a href="https://www.journeyteam.com/" target="_blank"><img class="sponsor" src="img/client/journeyteam.avif"></a>
</span>
<span>
<a href="https://www.sovereignsp.com/" target="_blank"><img class="sponsor" src="img/client/sovereignsp.avif"></a>
</span>
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section
==========================================-->
<div id="tf-contact" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="section-title center">
<h2>Feel free to <strong>contact us</strong></h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
<small><em>Questions? You can always reach out to us via social media or through email.</em></small>
</div>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_shell">
<link href="//cdn-images.mailchimp.com/embedcode/classic-061523.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; false;clear:left; font:14px Helvetica,Arial,sans-serif; width: 600px;}
</style>
<div id="mc_embed_signup" style="margin-left: auto;margin-right: auto;">
<form action="https://utsharepoint.us8.list-manage.com/subscribe/post?u=acabdc84444cd2399f38ad34b&id=179472d878&f_id=00941be3f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank">
<div id="mc_embed_signup_scroll"><h2>Subscribe to our Mailing List</h2>
<div class="mc-field-group"><label for="mce-EMAIL">Email Address <span class="asterisk">*</span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value=""></div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<div aria-hidden="true" style="position: absolute; left: -5000px;">
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
<input type="text" name="b_acabdc84444cd2399f38ad34b_179472d878" tabindex="-1" value="">
</div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
<p style="margin: 0px auto;"><a href="#" title="Mailchimp - email marketing made easy and fun"><span style="display: inline-block; background-color: transparent; border-radius: 4px;"><img class="refferal_badge" src="https://digitalasset.intuit.com/render/content/dam/intuit/mc-fe/en_us/images/intuit-mc-rewards-text-dark.svg" alt="Intuit Mailchimp" style="width: 220px; height: 40px; display: flex; padding: 2px 0px; justify-content: center; align-items: center;"></span></a></p>
</div>
</div>
</div>
</form>
</div>
<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js"></script><script type="text/javascript">(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='MMERGE3';ftypes[3]='text';fnames[4]='MMERGE4';ftypes[4]='text';fnames[5]='MMERGE5';ftypes[5]='phone';fnames[6]='MMERGE6';ftypes[6]='text';fnames[7]='MMERGE7';ftypes[7]='text';fnames[8]='MMERGE8';ftypes[8]='text';fnames[9]='MMERGE9';ftypes[9]='text';fnames[10]='MMERGE10';ftypes[10]='text';fnames[11]='MMERGE11';ftypes[11]='text';fnames[12]='REG2019';ftypes[12]='number';fnames[13]='MMERGE13';ftypes[13]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script></div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
<nav id="footer">
<div class="container">
<div class="pull-left fnav">
<p>ALL RIGHTS RESERVED. COPYRIGHT © 2017 - 2024.</p>
</div>
<div class="pull-right fnav">
<ul class="footer-social">
<li><a href="https://www.facebook.com/UtahSharePointUsersGroup/" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/sharepointutah" target="_blank"><i class="fa fa-twitter"></i></a></li>
<!--<li><a href="https://www.meetup.com/Microsoft-User-Group-Utah/" target="_blank"><i class="fa fa-maxcdn"></i></a></li>-->
</ul>
</div>
</div>
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script src="js/owl.carousel.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BNZ9THBV7W"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BNZ9THBV7W');
</script>
</body>
</html>