* metainfo added

* Update docs/index.html

Co-authored-by: Beth Pan <beth_panx@hotmail.com>

Co-authored-by: Beth Pan <beth_panx@hotmail.com>
This commit is contained in:
Maxim Salnikov 2022-02-16 20:16:12 +01:00 коммит произвёл GitHub
Родитель e9ac42bfd3
Коммит 899488ad86
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 30 добавлений и 2 удалений

Двоичные данные
docs/30DaysOfPWA/_media/favicon.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 120 KiB

Двоичные данные
docs/30DaysOfPWA/_media/social.jpg Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 109 KiB

Просмотреть файл

@ -2,11 +2,39 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<title>30 Days of PWA - Learning Series about Progressive Web Apps</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Learning content for Windows Student Developers">
<meta name="description" content="For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="icon" href="/30DaysOfPWA/_media/favicon.png" />
<meta name="theme-color" content="#0d4c73" />
<meta property="og:url" content="https://microsoft.github.io/win-student-devs/#/30DaysOfPWA/" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="30 Days of PWA - Learning Series about Progressive Web Apps"
/>
<meta
property="og:description"
content="For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise."
/>
<meta property="og:image" content="https://microsoft.github.io/win-student-devs/30DaysOfPWA/_media/social.jpg" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="microsoft.github.io" />
<meta property="twitter:url" content="https://microsoft.github.io/win-student-devs/#/30DaysOfPWA/" />
<meta
name="twitter:title"
content="30 Days of PWA - Learning Series about Progressive Web Apps"
/>
<meta
name="twitter:description"
content="For 30 days, we publish articles that aim to introduce developers to Progressive Web App. We have content that covers 0-level to 200-level topics. Each post takes 5-10 minutes to read and is followed by a sample snippet or exercise."
/>
<meta name="twitter:image" content="https://microsoft.github.io/win-student-devs/30DaysOfPWA/_media/social.jpg" />
<!-- Default Theme Style (now commented out)--
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
-->