• A developer's guide to Ignite 2020

    From =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?@21:1/5 to All on Tue Sep 22 18:00:00 2020
    XPost: alt.comp.microsoft.windows, alt.comp.os.windows-10, alt.comp.os.windows-xp
    XPost: alt.windows7.general, microsoft.public.windowsxp.general

    This is a multi-part message in MIME format.
    This post is not for people who can't use latest Mozilla Thunderbird with HTML enabled. Sorry to disappoint you.

    --

    With over 1.2 billion devices now running Windows 10, customer
    satisfaction is higher than any previous version of windows.


    <html>
    <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,
    initial-scale=1.0">
    <link
    href="https://fonts.googleapis.com/css2?family=Brawler&amp;display=swap"
    rel="stylesheet">
    <style>
    * {
    box-sizing: border-box;
    padding: 0;
    margin: 0
    }

    body {
    font-family: 'Brawler', serif;
    font-size: 18px;
    background-color: #00573d;
    color: #fff
    }

    .container {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat (4, 1fr);
    grid-template-rows: 0.5fr 2fr 2fr 0.5fr;
    gap: .2rem;
    border-radius: 5px;
    color: #000;
    grid-template-areas: "header header header header""main main main main""row row row row""footer footer footer footer";
    padding: 20px
    }

    header {
    grid-area: header;
    display: grid;
    justify-items: center;
    align-items: center;
    background-color: #ca8f40;
    color: #00f;
    background-image: url('https://i.imgur.com/P9rjSR1.jpg');
    background-size: cover;
    }

    main {
    grid-area: main;
    display: grid;
    align-items: center;
    background-color: #e7ffd8;
    padding: 30px 100px;
    color: #00f;
    }

    .row {
    background-color: #73ffba;
    grid-area: row;
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center
    }

    footer {
    background-color: #1de9b6;
    grid-area: footer;
    border-radius: 5px;
    display: grid;
    justify-items: center;
    align-items: center
    }

    ul {
    list-style-type: "\1F44D"
    }
    p.main {
    line-height: 2.0rem;
    }
    </style>
    </head>
    <body>
    <div class="container">
    <header>
    <h3> </h3>
    </header>
    <main>
    <p class="main"> Microsoft Ignite has kicked off on the morning
    of September 22nd, at 8:00 AM in the Pacific Time Zone. The
    event programming include live segments, digital breakout
    sessions, and Q&amp;A, available across multiple time zones.
    Be sure to visit the Ignite home page to view the event agenda
    and additional details. </p>
    <p style="color: #ff0000;text-align: center;"> Link below for
    people using latest Mozilla Newsreader with HTML enabled. </p>
    </main>
    <div class="row">
    <p> <a href="https://techcommunity.microsoft.com/t5/apps-on-azure/a-developer-s-guide-to-ignite-2020/ba-p/1686105">A
    developer's guide to Ignite 2020</a></p>
    </div>
    <footer>
    <div style="background-color: blue; color: yellow; font-weight:
    bolder; display: grid; align-items: center; justify-items:
    center; min-height: 80px; font-size: 1.0em; border-radius:
    50px; ">
    <p>With over 1.2 billion devices now running Windows 10,
    customer satisfaction is higher than any previous version of
    windows.</p>
    </div>
    </footer>
    </div>
    </body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)