• [ Ignite 2020 ] Microsoft Edge | State of the browser (2020)

    From =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?@21:1/5 to All on Wed Sep 23 18:25: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 in two parts; Part one is for all plebs on this planet; Part two is for people who can show some semblance of intelligence. Currently the test is very simple; Intelligent people tend to use Mozilla Thunderbird with HTML enabled but in
    future this will get complicated when Blazor is implemented in Thunderbird.

    --

    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 0.5fr 0.5fr 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-image: url('https://i.imgur.com/FUzJpPH.png');
    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;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    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"> It's been an exciting year for Microsoft Edge!
    Microsoft has continued the mission for Edge to be the best
    browser for business. Come and learn about new security and
    productivity features and the continued integration with M365.
    Microsoft has been listening and learning from you and they'll
    share how all of that feedback fits into Microsoft Edge. <span
    style="color: orange;">Linux Junkies will have their own
    EDGE next month.</span></p>
    <p style="color: #ff0000;"> Link below for people using latest
    Mozilla Newsreader with HTML enabled. </p>
    </main>
    <div class="row">
    <p> <a href="https://youtu.be/ajdoE4wmzV0">Microsoft Edge |
    State of the browser (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)