CINXE.COM
Videoconferencia UPM - ZOOM
<!doctype html> <html lang="es-ES"> <head> <title>Videoconferencia UPM - ZOOM</title> <!--customize landing page title--> <meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="keywords" content="zoom, zoom.us, video conferencing, video conference, online meetings, web meeting, video meeting, cloud meeting, cloud video, group video call, group video chat, screen share, application share, mobility, mobile collaboration, desktop share, video collaboration, group messaging, videoconferencia, upm, universidad politecnica de madrid" /> <meta name="description" content="UPM | ZOOM" /> <link rel="shortcut icon" href="https://st1.zoom.us/zoom.ico"/> <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"> <style> .ani:hover { background-color: #0045A0 !important; } .text-blue { color: #0045A0 !important; } .bg-blue { background-color: #0070E3 !important; } .titulo { font-size: 32px; } .opacity-0 { opacity:0!important; } .opacity-1 { opacity:0.2!important; } .opacity-2 { opacity:0.4!important; } .opacity-3 { opacity:0.6!important; } .opacity-4 { opacity:.8!important; } .opacity-5 { opacity:1!important; } #contenido { background: rgba(255,255,255,0.8) !important; } #footer { background: rgba(255,255,255,0.8) !important; } </style> </head> <body> <section class="pt-5 pb-5 mt-0 align-items-center d-flex" style="height:100vh; background-size: cover; background-image: url('https://us02web.zoom.us/account/branding/p/6fc316c5-7cc0-4e6c-aec0-23ef0648a8e5.jpg');"> <div class="container-fluid"> <div class="row justify-content-center align-items-center d-flex text-center h-100 rounded"> <div id="contenido" class="col-12 col-md-6 col-lg-4 h-50 p-3 rounded shadow-lg"> <div class="row"> <div class="col-12 col-md-4"> <img src="https://zoom.us/account/branding/p/48a247fd-a55f-4c4a-bf7d-80ec8e38e351.png" class="img-fluid" style="max-width: 160px;" alt="Escudo de la Universidad Polit茅cnica de Madrid"> </div> <div class="col-12 col-md-6 mb-5"> <h1 class="titulo display-2 text-dark"><strong>UPM</strong> <span class="lead text-blue mb-5">ZOOM</span></h1> </div> </div> <p><a href="/join" class="ani btn bg-blue shadow-lg btn-round text-light btn-lg btn-rised btn-block"><i class="fas fa-sign-in-alt"></i> Entrar a una reuni贸n </a></p> <p><a href="/start/videomeeting" class="ani btn bg-blue shadow-lg btn-round text-light btn-lg btn-rised btn-block"><i class="far fa-plus-square"></i> Organizar una reuni贸n </a></p> <p><a href="/signin" class="ani btn bg-blue shadow-lg btn-round text-light btn-lg btn-rised btn-block"><span class="btn-text"><i class="far fa-user"></i> Acceder a mi cuenta</a></p> </div> </div> </div> </section> <!-- <footer class="fixed-bottom"> <div class="container-fluid"> <div class="row justify-content-center align-items-center d-flex text-center"> <div id="footer" class="col-12 h-50 p-3"> <a class="text-blue" href="" target="_blank"><i class="fas fa-question-circle"></i> Ayuda </a> | <a class="text-blue" href="" target="_blank"><i class="fas fa-list"></i> Videotutoriales </a> </div> </div> </div> </footer> --> </body> </html>