-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhome.html
416 lines (407 loc) · 29 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Twitter meta tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@dev_dmitriy" />
<meta name="twitter:creator" content="@dev_dmitriy" />
<meta name="twitter:widgets:theme" content="dark" />
<meta property="og:title" content="Power Widgets - new way to customize your at-a-glance info" />
<meta property="og:description" content="Power Widgets is new way to customize your at-a-glance info. With new widgets and mini-apps you can explore info and get fast access to important things." />
<meta name="description" content="Power Widgets is new way to customize your at-a-glance info. With new widgets and mini-apps you can explore info and get fast access to important things." />
<meta property="og:image" content="img/app-preview.png" />
<title>Power Widgets - new way to customize your at-a-glance info</title>
<!-- favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css" />
<!-- WinUI WASM -->
<link rel="stylesheet" href="styles/winui-web.css" />
<link rel="stylesheet" href="fonts/FluentSystemIcons-Regular.css" />
<script type="module" src="https://unpkg.com/@fluentui/web-components"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="js/ThemeHelper.js"></script>
<script src="main.js"></script>
<script src="mobile.js"></script>
</head>
<body class="system-chrome-alt-high-color" onresize="DetectMobileMode();">
<!-- Header UI -->
<header class="navbar">
<div id="navbar-logo">
<img id="logo_img" src="img/app_logo.png" alt="logo_img" />
<a id="logo-text">Widgets</a>
</div>
<button id="mobile-menu-button" class="ms-button" onclick="OpenFlyoutMenu();">
<i class="fluent-icons"></i>
</button>
<button id="mobile-search-button" class="ms-button" onclick="OpenSearch();">
<i class="fluent-icons"></i>
</button>
<div id="navbar_separator" class="vertical-separator"></div>
<div id="desktop_menu" class="ms-menu">
<div class="ms-menu-item">
<button class="ms-menu-button-selected" style="width: 81px;">
<span class="button_content">
<i class="fluent-icons"></i>
<span class="menu-button-label">Home</span>
</span>
</button>
</div>
<div class="ms-menu-item">
<button class="ms-menu-button" style="width: auto;" onclick="NavigateTo('blog/index.html');">
<span class="button_content">
<i class="fluent-icons"></i>
<span class="menu-button-label">What's new</span>
</span>
</button>
</div>
<div class="ms-menu-item">
<button class="ms-menu-button" style="width: auto;" onclick="NavigateTo('developers/index.html');">
<span class="button_content">
<i class="fluent-icons"></i>
<span class="menu-button-label">About me</span>
</span>
</button>
</div>
<!--<div class="ms-menu-item">
<button class="ms-menu-button" style="width: auto;">
<span class="button_content">
<i class="fluent-icons"></i>
<span class="menu-button-label">Widgets</span>
</span>
</button>
</div>-->
<!--<div class="ms-menu-item">
<button class="ms-menu-button" style="width: auto;">
<span class="button_content">
<i class="fluent-icons"></i>
<span class="menu-button-label">Get from Microsoft Store</span>
</span>
</button>
</div> -->
<!--<div class="ms-menu-item">
<button class="ms-menu-button" style="width: auto;">
<span class="button_content">
<i class="fluent-icons icon-ic_fluent_settings_20_regular"></i>
<span class="menu-button-label">Settings</span>
</span>
</button>
</div> -->
</div>
<div id="SearchBoxControl" class="ms-textbox" style="position: fixed; top: 18px; right: 140px; height: 35px; width: 220px;">
<input id="SearchBoxInput" class="ms-text-input" type="text" placeholder="Search here..." autocomplete="on" onload="SearchBoxInput_OnLoad();" onkeydown="SearchBoxInput_KeyDown" />
<i class="ms-textbox-icon icon-ic_fluent_search_20_regular" onclick="SearchButton_Click();"></i>
</div>
<script>
document.getElementById("SearchBoxInput").addEventListener('keydown', SearchBoxInput_KeyDown);
</script>
<button id="send_review_button" class="ms-button-accent" onclick="SendReview();">
<span class="button_label">Send review</span>
</button>
</header>
<!-- Menu UI -->
<span id="menu-flyout">
<div id="menu-header">
<h3 style="color: var(--text-color-light);">Menu</h3>
</div>
<div id="navigation-items">
<span class="navigation-item" onclick="NavigateTo('#'); CloseFlyoutMenu();">
<div class="navigation-item-content">
<div class="navigation-selector"></div>
<i class="fluent-icons"></i>
<a class="navigation-item-text">Home</a>
</div>
</span>
<span class="navigation-item" onclick="NavigateTo('blog/index.html');">
<div class="navigation-item-content">
<div class="navigation-selector" style="opacity: 0;"></div>
<i class="fluent-icons"></i>
<a class="navigation-item-text">Blog</a>
</div>
</span>
<span class="navigation-item" onclick="NavigateTo('developers/index.html');">
<div class="navigation-item-content">
<div class="navigation-selector" style="opacity: 0;"></div>
<i class="fluent-icons"></i>
<a class="navigation-item-text">About developer</a>
</div>
</span>
</div>
<button id="menu-close-button" class="ms-button" onclick="CloseFlyoutMenu();">
<i class="fluent-icons"></i>
</button>
</span>
<!-- Search flyout UI -->
<span id="search-flyout">
<div id="search-flyout-header">
<h3 style="color: var(--text-color-light);">Search</h3>
<p style="font-size: 15px; position: relative; top: -10px;">Based on Bing</p>
</div>
<div id="search-flyout-box">
<div id="FlyoutSearchBox" class="ms-textbox">
<img height="25" width="25" src="https://img.icons8.com/fluency/96/000000/bing--v1.png" style="display: inline-block; position: relative; top: 7px; left: -12px;" />
<input id="FlyoutSearchInput" class="ms-text-input" placeholder="Search in Bing" type="text" style="width: 86%; margin-left: 5px; display: inline-block;" />
<i class="ms-textbox-icon icon-ic_fluent_search_20_regular" onclick="FlyoutSearch_Find();" style="display: inline-block; bottom: 0px; top: 16px; right: 18px;"></i>
</div>
</div>
<script>
document.getElementById("FlyoutSearchInput").addEventListener('keydown', FlyoutSearchInput_KeyDown);
</script>
<div id="search-flyout-commands">
<p style="color: var(--text-color-light); font-size: 14px;">More</p>
<span id="search-commands">
<span class="navigation-item" onclick="SendReview(); CloseSearch();" style="margin-left: 0px;">
<div class="navigation-item-content">
<i class="fluent-icons"></i>
<a class="navigation-item-text">Send review</a>
</div>
</span>
<span class="navigation-item" onclick="OpenInMicrosoftStore(); CloseSearch();" style="margin-left: 0px;">
<div class="navigation-item-content">
<i class="fluent-icons"></i>
<a class="navigation-item-text">Get app from Microsoft Store</a>
</div>
</span>
</span>
</div>
<button id="close-search-button" onclick="CloseSearch();">
<i class="fluent-icons"></i>
</button>
</span>
<!-- Layout content UI -->
<div id="content">
<section id="start">
<div id="start_content">
<!-- Page landing title and text -->
<h1 id="page-title" class="ms-textblock">Meet new Widgets for Windows</h1>
<p id="page-description" class="ms-textblock">
Power Widgets is new way to customize your at-a-glance info.<br />
With new widgets and mini-apps you can explore info and get fast access to important things.<br />
</p>
<!-- Page landing start buttons -->
<div id="start-buttons-grid" style="text-align: center; margin-top: 150px;">
<button class="ms-button" style="height: 60px; width: 290px; margin: 5px;" onclick="OpenInMicrosoftStore();">
<div style="display: table;text-align: center;position: relative;top: -5px;left: 16px;">
<img height="24px" width="24px" src="https://img.icons8.com/fluency/48/000000/microsoft-store.png" style="justify-content: middle; display: inline-block; position: relative; top: -3px;" />
<div style="display: inline-block;position: relative;left: 13px;">
<p style="text-align: left;">
<b style="font-weight: bold; font-size: 16px;">Get from Microsoft Store</b><br />
Totally 1.99$<br />
</p>
</div>
</div>
</button>
<!--<button class="ms-button" style="height: 60px; width: 290px; margin: 5px;" onclick="Message('Coming soon!');">
<div style="display: table;text-align: center;position: relative;top: -5px;left: 16px;">
<img height="24px" width="24px" src="https://img.icons8.com/fluency/48/000000/product.png" style="justify-content: middle; display: inline-block; position: relative; top: -6px;" />
<div style="display: inline-block;position: relative;left: 13px;">
<p style="text-align: left;">
<b style="font-weight: bold; font-size: 16px;">Get application package</b><br />
For students and education<br />
</p>
</div>
</div>
</button>-->
<button class="ms-button" style="height: 60px; width: 290px; margin: 5px;" onclick="NavigateTo('gift/index.html');">
<div style="display: table;text-align: center;position: relative;top: -5px;left: 16px;">
<img height="24px" width="24px" src="https://img.icons8.com/fluency/48/000000/gift--v1.png" style="justify-content: middle; display: inline-block; position: relative; top: -3px;" />
<div style="display: inline-block;position: relative;left: 13px;">
<p style="text-align: left;">
<b style="font-weight: bold; font-size: 16px;">Get a gift</b><br />
Check gift box<br />
</p>
</div>
</div>
</button>
</div>
<div id="app-preview-image" class="ms-grid">
<button id="next-screenshot-button" class="ms-button" onclick="NextFlipScreenshot_Click();">
<i class="fluent-icons"></i>
</button>
<button id="previous-screenshot-button" class="ms-button" onclick="PreviousFlipScreenshot_Click();">
<i class="fluent-icons"></i>
</button>
<div class="centerize" style="position: relative; top: 95%;">
<div id="screenshots-pager" class="ms-pippager" style="position: relative;right: 7px;">
<span class="ms-pippager-active-dot" onclick="FlipScreenshot(0);"></span>
<span class="ms-pippager-dot" onclick="FlipScreenshot(1);"></span>
<span class="ms-pippager-dot" onclick="FlipScreenshot(2);"></span>
<span class="ms-pippager-dot" onclick="FlipScreenshot(3);"></span>
</div>
</div>
</div>
<!-- Update section UI -->
<section id="news" style="height: auto; margin-left: 35px; margin-right: 35px; padding-top: 50px; padding-bottom: 60px;">
<div id="news-div" class="ms-base" style="padding-bottom: 45px; text-align: left; width: 100%;">
<h5 style="color: var(--text-color-light); top: 20px; left: 30px; position: relative; font-weight: bold;">What's new in 1.6?</h5>
<div class="table">
<img id="whats-new-img" height="70" width="70" src="https://img.icons8.com/fluency/96/000000/approve-and-update.png" style="display: inline-block; position: relative; top: -40px; left: 30px;" />
<div id="whats-new-text" style="display: inline-block;">
<h3>Introducing November 2022 update!(Version 1.6.2)🎉🎉🎉</h3>
<p>
See what's new in Power Widgets November 2022 update.<br />
New features, bug fixes and stability improvements.<br />
</p>
<a href="https://dmitryborodiy.github.io/PowerWidgets/changelog/version162.html"><button class="ms-button-accent">See what's new</button></a>
</div>
</div>
</div>
</section>
<!-- Features section -->
<h2 style="text-align: center;">New features in widgets</h2>
<div class="table">
<div class="table_item" style="max-width: 1200px;">
<div class="table" style="margin-top: 24px;">
<fluent-card class="card-item">
<div class="card-content">
<div class="card-preview-image" style="background-image: url('img/screenshots/ClockScreenshot.png'); background-position: -100px -60px; background-size: cover; width: 100%; height: 100%;"></div>
<div class="card-bar">
<h2 class="card-title">Clock widget</h2>
<p class="card-description">
Beautiful clock widget will decorate your widget feed and desktop.
</p>
<p class="card-subtext">
Updated in 1.6(May 2022) update
</p>
<button class="ms-button card-action" style="width: 46px;" onclick="ClockCardShare();">
<i class="fluent-icons"></i>
</button>
</div>
</div>
</fluent-card>
<fluent-card class="card-item">
<div class="card-content">
<div class="card-preview-image" style="background-image: url('img/screenshots/FastActions.png'); background-position: center center; background-size: cover; width: 100%; height: 100%;"></div>
<div class="card-bar">
<h2 class="card-title">Fast actions</h2>
<p class="card-description">
Get fast access to important system or device features.
</p>
<p class="card-subtext">
Updated in 1.6(May 2022) update
</p>
<button class="ms-button card-action" style="width: 46px;" onclick="FastActionsFeatureShare();">
<i class="fluent-icons"></i>
</button>
</div>
</div>
</fluent-card>
<fluent-card class="card-item">
<div class="card-content">
<div class="card-preview-image" style="background-image: url('img/screenshots/OutlookWidget.png'); background-position: center center; background-size: cover; width: 100%; height: 100%;"></div>
<div class="card-bar">
<h2 class="card-title">Outlook widget</h2>
<p class="card-description">
All important Outlook features in one small widget.
</p>
<p class="card-subtext">
Updated in 1.6(May 2022) update
</p>
<button class="ms-button card-action" style="width: 46px;" onclick="OutlookFeatureShare();">
<i class="fluent-icons"></i>
</button>
</div>
</div>
</fluent-card>
<fluent-card class="card-item">
<div class="card-content">
<div class="card-preview-image" style="background-image: url('img/screenshots/WeatherScreenshot.png'); background-position: -50px; background-size: cover; width: 100%; height: 100%;"></div>
<div class="card-bar">
<h2 class="card-title">Weather widget</h2>
<p class="card-description">
Get a quick weather information in a handy widget.
</p>
<p class="card-subtext">
Updated in 1.6(May 2022) update
</p>
<button class="ms-button card-action" style="width: 46px;" onclick="WeatherCardShare();">
<i class="fluent-icons"></i>
</button>
</div>
</div>
</fluent-card>
<fluent-card class="card-item">
<div class="card-content">
<div class="card-preview-image" style="background-image: url('img/screenshots/EdgeScreenshot.png'); background-position: -45px -20px; background-size: cover; width: 100%; height: 100%;"></div>
<div class="card-bar">
<h2 class="card-title">Microsoft Edge widget</h2>
<p class="card-description">
Perform quick web searches, pin sites, and get Bing picture of the day.
</p>
<p class="card-subtext">
Updated in 1.6(May 2022) update
</p>
<button class="ms-button card-action" style="width: 46px;" onclick="EdgeCardShare();">
<i class="fluent-icons"></i>
</button>
</div>
</div>
</fluent-card>
<fluent-card class="card-item">
<div class="card-content">
<div class="card-preview-image" style="background-image: url('img/screenshots/NotesScreenshot.png'); background-position: -45px -20px; background-size: cover; width: 100%; height: 100%;"></div>
<div class="card-bar">
<h2 class="card-title">Sticky notes bar</h2>
<p class="card-description">
Write down everything you need and pin it to the notes panel.
</p>
<p class="card-subtext">
Added in 1.6(May 2022) update
</p>
<button class="ms-button card-action" style="width: 46px;" onclick="StickyCardShare();">
<i class="fluent-icons"></i>
</button>
</div>
</div>
</fluent-card>
</div>
</div>
</div>
<section id="twitter-news">
<div style="width: 100%; text-align: center;">
<h2>News from author</h2>
<div id="twitter-actions">
<span class="twitter-action">
<a href="https://twitter.com/share?ref_src=twsrc%5Etfw" class="twitter-share-button" data-size="large" data-via="dmitriy_dev" data-show-count="false">Tweet</a>
</span>
<span class="twitter-action">
<a href="https://twitter.com/dmitriy_dev?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-size="large" data-via="dmitriy_dev" data-show-count="false">Follow @dmitriy_dev</a>
</span>
</div>
<div id="tweets-div">
<span class="tweet">
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hello world!👋<br>Today I'm excited to introduce you to a new version of the Power Widgets app for Windows. Version 1.6 is now available for download from the <a href="https://twitter.com/MicrosoftStore?ref_src=twsrc%5Etfw">@MicrosoftStore</a>.<a href="https://t.co/7OpqnPjtCZ">https://t.co/7OpqnPjtCZ</a><a href="https://twitter.com/Windows?ref_src=twsrc%5Etfw">@Windows</a> <a href="https://twitter.com/windowscentral?ref_src=twsrc%5Etfw">@windowscentral</a> <a href="https://twitter.com/WindowsLatest?ref_src=twsrc%5Etfw">@WindowsLatest</a> <a href="https://twitter.com/windowsblog?ref_src=twsrc%5Etfw">@windowsblog</a> <a href="https://twitter.com/windowsinsider?ref_src=twsrc%5Etfw">@windowsinsider</a> <a href="https://twitter.com/hashtag/Windows11?src=hash&ref_src=twsrc%5Etfw">#Windows11</a> <a href="https://t.co/6TPN4fcpJ9">pic.twitter.com/6TPN4fcpJ9</a></p>— Dmitriy Borodiy (@dev_dmitriy) <a href="https://twitter.com/dev_dmitriy/status/1534682534000439300?ref_src=twsrc%5Etfw">June 8, 2022</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</span>
<span class="tweet">
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Hello world!👋<br>Today I'm excited to introduce you to a new version of the Power Widgets app for Windows. Version 1.6 is now available for download from the <a href="https://twitter.com/MicrosoftStore?ref_src=twsrc%5Etfw">@MicrosoftStore</a>.<a href="https://t.co/7OpqnPjtCZ">https://t.co/7OpqnPjtCZ</a><a href="https://twitter.com/Windows?ref_src=twsrc%5Etfw">@Windows</a> <a href="https://twitter.com/windowscentral?ref_src=twsrc%5Etfw">@windowscentral</a> <a href="https://twitter.com/WindowsLatest?ref_src=twsrc%5Etfw">@WindowsLatest</a> <a href="https://twitter.com/windowsblog?ref_src=twsrc%5Etfw">@windowsblog</a> <a href="https://twitter.com/windowsinsider?ref_src=twsrc%5Etfw">@windowsinsider</a> <a href="https://twitter.com/hashtag/Windows11?src=hash&ref_src=twsrc%5Etfw">#Windows11</a> <a href="https://t.co/6TPN4fcpJ9">pic.twitter.com/6TPN4fcpJ9</a></p>— Dmitriy Borodiy (@dev_dmitriy) <a href="https://twitter.com/dev_dmitriy/status/1534682534000439300?ref_src=twsrc%5Etfw">June 8, 2022</a></blockquote>
</span>
<span class="tweet">
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Power Widgets looks awesome on Windows 10X😌<br>Hmm Windows X version next?🤔<a href="https://twitter.com/Windows?ref_src=twsrc%5Etfw">@Windows</a> <a href="https://twitter.com/WindowsLatest?ref_src=twsrc%5Etfw">@WindowsLatest</a> <a href="https://twitter.com/windowsblog?ref_src=twsrc%5Etfw">@windowsblog</a> <a href="https://twitter.com/WindowsUI?ref_src=twsrc%5Etfw">@WindowsUI</a> <a href="https://twitter.com/windowsinsider?ref_src=twsrc%5Etfw">@windowsinsider</a> <a href="https://twitter.com/panos_panay?ref_src=twsrc%5Etfw">@panos_panay</a> <a href="https://twitter.com/Dave_UX?ref_src=twsrc%5Etfw">@Dave_UX</a> <a href="https://twitter.com/davidortinau?ref_src=twsrc%5Etfw">@davidortinau</a> <a href="https://twitter.com/danielko?ref_src=twsrc%5Etfw">@danielko</a> <a href="https://twitter.com/Defalt_Ratboi?ref_src=twsrc%5Etfw">@Defalt_Ratboi</a> <a href="https://twitter.com/mzikmunddev?ref_src=twsrc%5Etfw">@mzikmunddev</a> <a href="https://twitter.com/windowsdev?ref_src=twsrc%5Etfw">@windowsdev</a> <a href="https://twitter.com/hashtag/Windows10?src=hash&ref_src=twsrc%5Etfw">#Windows10</a> <a href="https://twitter.com/hashtag/Windows11?src=hash&ref_src=twsrc%5Etfw">#Windows11</a> <a href="https://twitter.com/hashtag/Windows10X?src=hash&ref_src=twsrc%5Etfw">#Windows10X</a> <a href="https://twitter.com/martijnbrant?ref_src=twsrc%5Etfw">@martijnbrant</a> <a href="https://t.co/4Ujeqemd3D">pic.twitter.com/4Ujeqemd3D</a></p>— Dmitriy Borodiy (@dev_dmitriy) <a href="https://twitter.com/dev_dmitriy/status/1532991754064089088?ref_src=twsrc%5Etfw">June 4, 2022</a></blockquote>
</span>
<span class="tweet">
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Power Widgets looks not bad on Surface Hub😌.<a href="https://twitter.com/Windows?ref_src=twsrc%5Etfw">@Windows</a> <a href="https://twitter.com/surface?ref_src=twsrc%5Etfw">@surface</a> <a href="https://twitter.com/windowsblog?ref_src=twsrc%5Etfw">@windowsblog</a> <a href="https://twitter.com/mzikmunddev?ref_src=twsrc%5Etfw">@mzikmunddev</a> <a href="https://twitter.com/martijnbrant?ref_src=twsrc%5Etfw">@martijnbrant</a> <a href="https://twitter.com/Defalt_Ratboi?ref_src=twsrc%5Etfw">@Defalt_Ratboi</a> <a href="https://twitter.com/windowsinsider?ref_src=twsrc%5Etfw">@windowsinsider</a> <a href="https://twitter.com/windowsdev?ref_src=twsrc%5Etfw">@windowsdev</a> <a href="https://twitter.com/thurrott?ref_src=twsrc%5Etfw">@thurrott</a> <a href="https://twitter.com/panos_panay?ref_src=twsrc%5Etfw">@panos_panay</a> <a href="https://twitter.com/Dave_UX?ref_src=twsrc%5Etfw">@Dave_UX</a> <a href="https://twitter.com/davidortinau?ref_src=twsrc%5Etfw">@davidortinau</a> <a href="https://twitter.com/danielko?ref_src=twsrc%5Etfw">@danielko</a> <a href="https://twitter.com/satyanadella?ref_src=twsrc%5Etfw">@satyanadella</a> <a href="https://twitter.com/AlurDesign?ref_src=twsrc%5Etfw">@AlurDesign</a> <a href="https://twitter.com/jsuarezruiz?ref_src=twsrc%5Etfw">@jsuarezruiz</a> <a href="https://twitter.com/JamesMontemagno?ref_src=twsrc%5Etfw">@JamesMontemagno</a> <a href="https://twitter.com/hashtag/Windows?src=hash&ref_src=twsrc%5Etfw">#Windows</a> <a href="https://t.co/oPpi7Ib3WL">pic.twitter.com/oPpi7Ib3WL</a></p>— Dmitriy Borodiy (@dev_dmitriy) <a href="https://twitter.com/dev_dmitriy/status/1533640719629434882?ref_src=twsrc%5Etfw">June 6, 2022</a></blockquote>
</span>
<span class="tweet">
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Sticky notes feature in Power Widgets 1.6 is awesome! 🔥🔥<a href="https://twitter.com/windowscentral?ref_src=twsrc%5Etfw">@windowscentral</a> <a href="https://twitter.com/WindowsLatest?ref_src=twsrc%5Etfw">@WindowsLatest</a> <a href="https://twitter.com/windowsblog?ref_src=twsrc%5Etfw">@windowsblog</a> <a href="https://twitter.com/WindowsUI?ref_src=twsrc%5Etfw">@WindowsUI</a> <a href="https://twitter.com/Windows?ref_src=twsrc%5Etfw">@Windows</a> <a href="https://twitter.com/windowsinsider?ref_src=twsrc%5Etfw">@windowsinsider</a> <a href="https://twitter.com/windowsdev?ref_src=twsrc%5Etfw">@windowsdev</a> <a href="https://twitter.com/thurrott?ref_src=twsrc%5Etfw">@thurrott</a> <a href="https://twitter.com/panos_panay?ref_src=twsrc%5Etfw">@panos_panay</a> <a href="https://twitter.com/Dave_UX?ref_src=twsrc%5Etfw">@Dave_UX</a> <a href="https://twitter.com/davidortinau?ref_src=twsrc%5Etfw">@davidortinau</a> <a href="https://twitter.com/mzikmunddev?ref_src=twsrc%5Etfw">@mzikmunddev</a> <a href="https://twitter.com/Defalt_Ratboi?ref_src=twsrc%5Etfw">@Defalt_Ratboi</a> <a href="https://twitter.com/AlurDesign?ref_src=twsrc%5Etfw">@AlurDesign</a> <a href="https://twitter.com/JenMsft?ref_src=twsrc%5Etfw">@JenMsft</a> <a href="https://twitter.com/jsuarezruiz?ref_src=twsrc%5Etfw">@jsuarezruiz</a> <a href="https://twitter.com/Xbox?ref_src=twsrc%5Etfw">@Xbox</a> <a href="https://twitter.com/hashtag/Windows?src=hash&ref_src=twsrc%5Etfw">#Windows</a> <a href="https://t.co/IBQwBHVz7I">pic.twitter.com/IBQwBHVz7I</a></p>— Dmitriy Borodiy (@dev_dmitriy) <a href="https://twitter.com/dev_dmitriy/status/1533972187056680960?ref_src=twsrc%5Etfw">June 7, 2022</a></blockquote>
</span>
</div>
</div>
</section>
<br />
<footer class="ms-footer" style="height: 90px; position: relative; top: 40px; padding-bottom: 20px;">
<p style="padding-top: 38px;">
<a class="ms-badged-text" href="mailto:[email protected]" style="background-color: var(--background-high-color); color: var(--theme-text-color);">Contact me via email</a>
<a class="ms-badged-text" onclick="window.open('https://twitter.com/dev_dmitriy?t=lRX88mjdFUXWM_fbYgyxNQ&s=09');" style="background-color: var(--background-high-color); color: var(--theme-text-color);">Contact me via Twitter</a>
<a class="ms-badged-text" href="https://dmitryborodiy.github.io/PowerWidgets/privacy/" style="background-color: var(--background-high-color); color: var(--theme-text-color);">Privacy policy</a>
<a class="ms-badged-text" href="https://www.microsoft.com/en-us/p/power-widgets-customize-your-at-a-glance-info/9nlhp5krxzq7" style="background-color: var(--background-high-color); color: var(--theme-text-color);">Official page in Microsoft</a>
</p>
</footer>
</div>
</section>
</div>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</body>
</html>