CINXE.COM
Amazon Alexa
<!DOCTYPE html> <html lang="en"> <head> <title>Amazon Alexa</title> <link rel="icon" sizes="16x16" type="image/png" href="https://m.media-amazon.com/images/I/01fIEYtWhrL.png"> <link rel="icon" sizes="32x32" type="image/png" href="https://m.media-amazon.com/images/I/01Ad5Lj8LIL.png"> <script type="application/javascript"> window.onload = function () { document.getElementById('year') .innerHTML = (new Date()).getFullYear().toString() } </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> body { font-family: "Open Sans", Helvetica, Arial, sans-serif; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } #alx-header { background-color: #1b334b; border-bottom: solid 2px #1b334b; position: fixed; width: 100%; box-sizing: border-box; top: 0; z-index: 99999999; } #alexa-logo { display: inline-block; box-sizing: border-box; } #alexa-logo img { max-width: 100px; margin-bottom: -10px; margin-top: -5px; } @media (min-width: 1200px) { #alx-content { margin-top: 75px; width: 70%; margin-left: auto; margin-right: auto; } } @media (max-width: 800px) { #alx-content { margin-top: 75px; width: 95%; margin-left: auto; margin-right: auto; } } @media (min-width: 800px) and (max-width: 1200px) { #alx-content { margin-top: 75px; width: 85%; margin-left: auto; margin-right: auto; } } #alx-content .Message { background-color: #02CAFE; color: #23283D; border-radius: 30px; margin: 10px 0 30px 0; padding-top: 25px; padding-bottom: 25px; padding-left: 40px; padding-right: 40px; box-sizing: border-box; } #alx-content .Learn-More { background: #21303D; border: 1px #707070; border-radius: 30px; padding: 5px; height: 4.8vmin; width: 23.9vmin; } #alx-content .Message h3 { font-size: 4.3vmin; } #alx-content .Message>div { font-size: 1.9vmin; line-height: 1.2em; } #alx-content>div { padding: 40px 20px 20px 20px; max-width: 1400px; min-height: 728px; } #alx-footer { display: block; position: fixed; width: 100%; bottom: 0; font-family: "Roboto", Arial, Helvetica, sans-serif !important; background-color: #174b75; } #footer-legal { background-color: #1b334b; border-top: solid 1px #1b334b; padding: 10px 0; box-sizing: border-box; color: #fff; } #footer-copy { max-width: 65.95744680851064%; min-width: fit-content; white-space: nowrap; font-size: 0; display: block; padding: 12px 0; } #footer-copy>span { margin-left: 35px; padding: 0 10px 0 0; } #footer-copy a { color: #fff; } #footer-copy span { font-size: 12px; } .row-fluid { min-height: 1em; float: left; } .Contained { max-width: 985px; } </style> </head> <body> <div> <div> <header id="alx-header"> <div> <section id="alexa-logo" class="alexa-logo"> <a href="https://www.amazon.com/alexa"> <img size="42" src="https://m.media-amazon.com/images/I/11e1mV2nO-L.png" alt="alexa_logo"> </a> </section> </div> </header> <section id="alx-content"> <div style="min-height:500px;"> <div class="Message" style="text-align: center;"> <span style="font-size: 4.3vmin;line-height: 5.6vmin;">Learn more about Alexa features, skills, and products.</span> <div style="padding-top: 30px;width:100%"><div class="spacer"></div></div> <div style="display: flex;justify-content: center;"> <a style="text-decoration: none;" href="https://www.amazon.com/alexa?ref_=alxcom_lrnmore_btn_23"> <div class="Learn-More" style="justify-self: center;"> <span style="color: white;font-size: 3.1vmin;text-align: center; line-height: 150%;">Learn more</span> </div> </a> </div> </div> <div style="padding-top: 20px;width:100%"><div class="spacer"></div></div> <div style="text-align: center;font-size: 3.1vmin;"> <span style="font-weight: 400;min-font-size: 43px;">Get started with the free Alexa App.<br> Try saying, "</span> <span style="font-weight: 200;">Alexa, help me get started.</span> <span style="font-weight: 400;">"</span> </div> <div style="padding-top: 30px;width:100%"><div class="spacer"></div></div> <div style="width:100%; display:flex;justify-content: stretch;align-items: flex-start;"> <div style="width:50%;padding-right:3vmin;"><a href="https://apps.apple.com/us/app/amazon-alexa/id944011620" aria-label="Download on the App Store"> <div style="width:100%"><div style="text-align:end;"> <img onload='window.uet && uet.call && uet("af");' src="https://m.media-amazon.com/images/G/01/kindle/mobile/01.3_Desktop_DownloadBadges-iOS.jpg" alt="" title="" style="align-self: stretch; height: auto; width: 20vmin; min-width: 140px"></div></div></a></div> <div style="width:50%;padding-left:3vmin;"><a href="https://play.google.com/store/apps/details?id=com.amazon.dee.app&hl=en_US" aria-label="Get it on Google Play"> <div style="width:100%"><div style="text-align:start;"> <img onload='window.uet && uet.call && uet("af");' src="https://m.media-amazon.com/images/G/01/kindle/mobile/01.4_Desktop_DownloadBadges-Android.jpg" alt="" title="" style="align-self: stretch;height: auto; width: 20vmin; min-width: 140px"></div></div></a></div> </div> <div style="padding-top: 30px;width:100%"><div class="spacer"></div></div> <div style="text-align: center;font-size: 3.1vmin;"> <span style="font-weight: 400;">Available on iOS and Android</span> </div> </div> </section> </div> </div> <footer id="alx-footer"> <section id="footer-legal"> <div class="Contained"> <div class="row-fluid"> <div id="footer-copy"> <span>漏 1996 - <span id="year">2023</span>, Amazon.com, Inc. or its affiliates</span> </div> </div> </div> <div style="clear:both;height:0;"></div> </section> </footer> </body> </html>