CINXE.COM
VGS -Home Page
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>VGS -Home Page</title> <link href="/Content/css?v=9jyy4FqqAvNy1z88b-iB1ZsnLJ9_DguoTgP90HjBEgs1" rel="stylesheet"/> <script src="/Scripts/jquery-3.3.1.min.js"></script> <script src="/Scripts/jquery-ui-1.12.1.js"></script> <script src="/bundles/bootstrap?v=lescQEuG5u4jd-GcVDBcbpUOSyTDIg0Kk9zHDX55GCw1"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.ui.position.js"></script> <!-- Latest icon font stylesheet --> <link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-brand-icons/latest/ua-brand-icons.css"> <!-- Compiled and minified UA Bootstrap CSS, icon font not included --> <link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-bootstrap/v1.0.0-beta.19/ua-bootstrap.min.css"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"> <link rel="stylesheet" href="https://js.arcgis.com/4.12/esri/css/main.css"> <script src="https://js.arcgis.com/4.12/"></script> <link href="/Content/Custom.css" rel="stylesheet" /> </head> <script async src="https://www.googletagmanager.com/gtag/js?id=G-6SPT4FTE91"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-6SPT4FTE91'); gtag('config', 'G-32P0VZVSW1'); </script> <body> <div class=""> <div> <style> /* body { justify-content: center; }*/ .navbar-toggle .icon-bar { background-color: #ffffff; } </style> <div class="navbar"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-target="#navbar-collapse" aria-expanded="false" aria-label="Toggle Menu"> <span class="sr-only">Toggle Menu</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="nav-logo-container"> <a href="/Home/" class="nav-logo" aria-label="Home Page"> <img src="/Content/Images/VGS_DarkGreen.png" style="height: 30px; margin-top: -10px" id="brand-image" alt="VGS Logo" /> </a> </div> </div> <div class="navbar-collapse-wrapper"> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" role="menubar"> <li><a class="topmenulinkheight" href="/Home/WhatIsVGS">What is VGS?</a></li> <li><a class="topmenulinkheight" href="/Home/SamplingMethods">Data Collection</a></li> <li><a class="topmenulinkheight" href="/Home/GeneralFAQ">FAQs</a></li> <li><a class="topmenulinkheight" href="/Home/Downloads">Downloads</a></li> <li><a class="topmenulinkheight" href="/Home/Contact">About Us</a></li> </ul> <div class="nav-portal-container"> <button type="button" onclick="location.href='/Home/Portal'" class="nav-portal-button" aria-label="Go to Portal">Portal</button> </div> </div> </div> </div> <script> var navbarToggle = document.querySelector(".navbar-toggle"); var navbarCollapse = document.querySelector("#navbar-collapse"); navbarToggle.addEventListener("click", function () { navbarCollapse.classList.toggle("expanded"); }); </script> <style> body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #FFFFFF; } .navbar-collapse-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 10px; width: 100%; max-width: 1400px; margin: 0 auto; box-sizing: border-box; } .nav-wrapper { text-align: left; } .navbar-header { display: flex; align-items: center; } .navbar-collapse { display: flex; flex-direction: column; align-items: flex-start; } .navbar-nav { display: flex; align-items: center; margin: 0; padding: 0; flex-grow: 1; justify-content: center; } .navbar-nav > li { margin-right: 10px; } .nav-portal-container { display: flex; align-items: center; margin-right: 0; } .nav-portal-button { padding: 8px 20px; background-color: #dbd3cb; border-radius: 30px; color: #957E7E; transition: background-color 0.3s; text-align: center; border: none; cursor: pointer; font-size: 20px; } .nav-portal-button:hover { background-color: #bc6c25; color: white; } .navbar-collapse-wrapper { display: flex; justify-content: center; flex-grow: 1; } .navbar-toggle { display: block; width: 40px; height: 40px; background-color: #dbd3cb; border: none; } .navbar-collapse { display: flex; align-items: center; } .nav-logo { display: flex; justify-content: center; align-items: flex-start; flex-grow: 1; } .navbar ul li a { color: #957E7E; text-decoration: none; padding: 12px 10px; padding-top: 8px; padding-top: 2px; font-weight: normal; transition: padding 0.3s; display: block; text-align: center; } .navbar ul li a:hover { background-color: #DDA15E; color: white; padding: 5px 10px; } .topmenulinkheight:hover { background-color: #DDA15E; text-align: center; border-radius: 5px; } /* Removes hover just from the VGS home link */ .no-hover:hover { background-color: white !important; text-align: inherit !important; padding: 0; } .panel-primary > .panel-heading { background-color: #D9D9D9; color: white; } @media (min-width: 768px) { body { display: flex; justify-content: center; align-items: center; min-height: 100vh; } .navbar { display: flex; } .navbar-nav { display: flex; flex-grow: 1; } .nav-portal-button-container { margin-left: auto; margin-right: 10px; } .navbar-header { text-align: center; } .navbar-collapse { width: 100%; text-align: center; border: none; } .navbar-nav > li { float: none; display: inline-block; } .navbar-toggle { display: none; } .nav-portal-button { margin-left: auto; margin-right: 10px; margin-top: -10px; } .nav-portal-container { margin-left: auto; margin-right: 10px; } .collapse.navbar-collapse { display: flex; align-items: flex-start; margin-top: 18px; } } @media (max-width: 768px) { body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #FFFFFF; width: 100%; } .container.body-content { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; width: 100%; } .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #dbd3cb; padding: 10px; width: 100%; max-width: 1400px; } .navbar-header { text-align: center; flex-grow: 1; } .nav-logo-container { margin: 0 auto; transform: none; position: static; } .navbar-toggle { display: block; width: 40px; height: 40px; background-color: #dbd3cb; border: none; } .navbar-nav { display: none; background-color: #DDA15E; } .navbar ul li a:hover { background-color: #fff; color: #957E7E; padding: 5px 10px; } .nav-portal-container { display: none; } .navbar-collapse.expanded .nav-portal-container { display: flex; align-items: center; margin-right: 5px; z-index: 1000; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 3px; margin: 5px 0; background-color: #957E7E; } .navbar-collapse.expanded .navbar-nav { display: flex; flex-direction: column; align-items: flex-start; background-color: #dbd3cb; padding: 10px; z-index: 1000; } .navbar-collapse.expanded { top: 57px; left: 0; width: 100%; background-color: #dbd3cb; padding: 10px; z-index: 1000; } .navbar-collapse.expanded .navbar-nav > li { margin-bottom: 5px; } .nav-portal-button { background-color: white; } .navbar-collapse { max-height: 0; overflow: hidden; transition: max-height 0.6s ease; } .navbar-collapse.expanded { max-height: 1000px; transition: max-height 0.6s ease; } } body { padding-top: 10px; display: flex; font-family: 'Inter', sans-serif; background-color: #FFFFFF; min-height: 80vh; flex-direction: column; } .content { width: 100%; max-width: 1440px; flex: 1; } .container.body-content { display: flex; flex-direction: column; width: 100vw; padding-bottom: 0; margin: 0; height: auto; } .logo-box { width: 90%; height: auto; display: flex; justify-content: center; align-items: center; margin: 1rem; } .main-logo { width: 25%; height: auto; } .home-main-content { display: flex; } .home-info { width: 50%; padding: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #957E7E; font-family: 'Inter', sans-serif; font-weight: 400; } .home-image { width: 45%; padding: 1rem; } h1 { color: #957E7E; font-size: 40px; font-family: 'Inter', sans-serif; font-weight: 400; text-align: center; } p { font-family: 'Geneva', sans-serif; font-size: 20px; } a { color: #006400; font-size: 1.5em; } ul { list-style: none; } .download-button { padding: 10px 20px; background-color: #e0e0e0; border: none; border-radius: 30px; color: #000000; font-size: 15px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) } .cornerimage { border-radius: 10px; } .listfont { font-family: 'Geneva', sans-serif; font-size: 1.2em; } .k-font-weight-bold { font-weight: bold; color: #006400; } table { font-family: 'Verandan', sans-serif; font-size: 1.0em; width: 100%; } tr td:nth-child(1) { font-weight: bold; } tr td:nth-child(2) { font-weight: bold; } .clicker { cursor: pointer; text-decoration: underline; font-size: 1.5em; font-family: 'Verandan', sans-serif; color: #006400; } .notaclicker { cursor: default; text-decoration: none; font-size: 1.5em; color: #006400; } .clicker:hover { color: #00a000; } @media (max-width: 768px) { .navbar { background-color: #dbd3cb; flex-grow: 1; max-width: none; display: flex; justify-content: center; align-items: center; position: relative; padding: 15px 10px; } .navbar-header { width: 100%; text-align: center; flex-grow: 1; } .nav-logo-container { margin: 0 auto; transform: none; position: static; align-items: center; } .navbar-toggle { background-color: #dbd3cb; z-index: 999; width: 40px; min-width: 40px; position: absolute; left: 10px; } .navbar-nav { background-color: #DDA15E; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; } .navbar-nav > li { margin-bottom: 5px; } .navbar ul li a:hover { background-color: #fff; color: #957E7E; padding: 5px 10px; } .nav-portal-container { display: none; } .navbar-collapse.expanded .nav-portal-container { display: flex; align-items: center; margin-right: 5px; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 3px; margin: 5px 0; background-color: #957E7E; } .navbar-collapse.expanded .navbar-nav { display: flex; flex-direction: column; align-items: flex-start; background-color: #dbd3cb; padding: 10px; } .navbar-collapse.expanded { background-color: #dbd3cb; padding: 10px; display: flex; transition: max-height 0.6s ease; margin-top: -10px; } .navbar-collapse.expanded .navbar-nav > li { margin-bottom: 5px; } .nav-portal-button { background-color: white; } .navbar-collapse { position: absolute; top: 100%; left: 0; width: 100%; background-color: #dbd3cb; display: none; flex-direction: column; align-items: center; justify-content: center; transition: max-height 0.6s ease; } } </style> </div> </div> <div class="container body-content"> <!DOCTYPE html> <div class="body"> <h1> Record and manage vegetation and other ecosystem related sampling and survey data </h1> <div class="home-main-content"> <div class="home-info"> <p> Welcome to VGS! Our collaborative project includes partners like the University of Arizona, USDA USFS, USDA NRCS, USDI BLM, USDI BIA, and the Public Lands Council.</p> <p>VGS efficiently records and organizes data for vegetation and ecosystem surveys, making it widely used for inventories, monitoring, and customization to meet various ecosystem or environmental data requirements. </p> <p> The VGS Online Portal is now live. If you are a worker for one of our partner agencies, you can log in to the portal to view and download data. </p> <div class="get-started-btn"> <a class="get-started-button" href="/Home/Portal">Get Started</a> </div> </div> <div class="home-image"> <img src="/Content/Images/HomePagesImages/tim-eiden-desert-sunset.jpg" style="border-radius: 10px;" alt="Home Desert Image" /> <p style="font-size: 11px">Image credit: Tim Eiden on Pexels</p> </div> </div> </div> <div class="card-container"> <div class="cards"> <div class="card-details"> Need Help? <div class="card-link"><a href="https://www.youtube.com/channel/UC-yp3X3SVqZVcLx_R6NgElQ/playlists" title="Video Tutorials">VGS Video Tutorials </a></div> <div class="card-link"><a href="/Home/GeneralFAQ" title="General FAQs" class="link-style">General FAQs</a></div> <div class="card-link"> <a class="link-style" href="/Home/Support">More Support</a> </div> </div> </div> <div class="cards"> <div class="card-details"> What's New? <p style="font-size: 15px">VGS 5.0.35, released on 02/01/2021, introduces integration capabilities with the VGS Online Portal.</p> <button class="download-button" onclick="window.location.href='/home/downloads?section=program'">Download it here</button> </div> </div> <div class="cards"> <div class="card-details"> New User? <div class="card-content"> <p style="font-size: 15px">Check out this video to get an overview in 5 short minutes.</p> <div class="video-container"> <iframe id="video" width="250" height="100" src="https://www.youtube.com/embed/__vUytcYKg0?autoplay=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> </div> </div> </div> </div> </div> <style> body { padding-top: 30px; margin: 0; clear: both; margin-bottom: 100px; } .body-content { max-width: 1400px; } .home-main-content { display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; max-width: 1400px; width: 100%; } .home-info { flex: 1; padding-right: 20px; padding: 10px; } .home-image { flex: 1; } .get-started-btn { padding: 10px; } .get-started-button { padding: 10px 20px; background-color: #e0e0e0; border: none; border-radius: 30px; color: #826f6f; font-size: 25px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin-bottom: 5px; margin-top: 20px; } .get-started-button:hover { background-color: #bc6c25; text-decoration: none; color: white; } .card-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin: 0 auto; } .cards { border: 1px solid #ccc; width: 400px; text-align: center; position: relative; font-size: 1.5em; font-weight: bold; background-color: #405630; color: white; border-radius: 10px; font-family: 'Geneva', sans-serif; } .card-details { padding: 10px; width: 100%; } .card-link { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; } .card-link a { text-decoration: none; color: white; font-size: 15px; text-align: center; justify-content: center; align-items: center; } .card-link a:hover { color: grey; } .download-button { padding: 10px 20px; background-color: #e0e0e0; border: none; border-radius: 30px; color: #957E7E; font-size: 18px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); margin-top: 10px; } .download-button:hover { background-color: #DDA15E; text-decoration: none; color: white; } .link-style { margin-left: -20px; } @media (max-width: 768px) { .home-main-content { flex-direction: column; align-items: center; margin: 0 auto; } .home-info { margin-bottom: 20px; width: 90%; } .home-image { text-align: center; width: 80%; height: auto; } } @media (max-width: 768px) { .cards { width: calc(50% - 20px); } } @media (max-width: 576px) { .cards { width: calc(60% - 10px); } .video-container { position: relative; overflow: hidden; padding-top: 56.25%; width: 100%; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; } #video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } } </style> </div> <div id="viewDiv"></div> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Home Page</title> <link rel="stylesheet" href="" /> <style> body { margin: 0; padding: 0; } .body-content { max-width: 1400px; flex: 1; display: flex; flex-direction: column; margin: auto; } footer.footer-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; max-width: 1400px; margin-top: 20px; padding: 20px 10px; border-top: 1px solid #ccc; } .footer-content-left { display: flex; flex-direction: column; align-items: center; padding-left: 15px; } .ua-logo { width: 90px; height: auto; padding-bottom: 1px; } .footer-text { font-size: 14px; margin-right: 20px; color: #5e5e5e; } .logo-wrapper { display: flex; justify-content: center; align-items: center; } .logo-wrapper img { height: 55px; } .footer-link { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; font-size: 10px; margin-top: 5px; } .footer-link a { margin-left: 0; color: #5e5e5e; text-decoration: none; } .footer-link a:hover { text-decoration: none; color: #5C9916; } @media (max-width: 768px) { footer.footer-container { flex-direction: column; justify-content: center; height: auto; padding-bottom: 10px; } .logo-wrapper { margin-bottom: 10px; } .footer-content { margin-top: 10px; } .ua-logo { display: none; } .footer-content-left { margin-top: 10px; order: 1; } .footer-text { margin-top: 5px; } } </style> </head> <body> <footer class="footer-container" role="contentinfo" aria-label="Footer"> <div class="footer-content-left"> <img src="/Content/Images/ua_horiz_rgb-preview_cropped.png" alt="University of Arizona Logo" class="ua-logo" /> <span class="footer-text">© 2025 - University of Arizona</span> </div> <div class="logo-wrapper"> <img src="/Content/Images/footer_vgs_logo.png" alt="VGS Logo" class="vgs-logo" /> </div> <div class="footer-content"> <span class="footer-link"> <a class="" href="/Home/Support">Contact Us</a> </span> <span class="footer-link" style="margin-left: 10px; padding-right: 1rem"> <a href="https://privacy.arizona.edu/privacy-statement">Privacy Policy</a> </span> </div> </footer> <script> function toggleFooterVisibility() { const footer = document.getElementById('footer'); const contentHeight = Math.max(document.body.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight, document.documentElement.scrollHeight, document.documentElement.offsetHeight); const viewportHeight = window.innerHeight; if (contentHeight <= viewportHeight) { footer.style.bottom = '0'; } else if (isAtBottom()) { footer.style.bottom = '0'; } else { footer.style.bottom = '-70px'; } } window.addEventListener('scroll', toggleFooterVisibility); window.addEventListener('resize', toggleFooterVisibility); </script> </body> </html> <style> .navbar-inverse .navbar-nav > li > a { color: #957E7E; } .navbar-inverse .navbar-link { color: #957E7E; } .navbar-inverse { background-color: #dbd3cb; } .dropdown-menu { background-color: #dbd3cb; } .panel-primary > .panel-heading { background-color: #dbd3cb; color: #957E7E; } .navbar-toggle { background-color:#dbd3cb ; color: #957E7E; } btn { background-color:#dbd3cb ; color: #957E7E; } input.btn-primary { background-color:#dbd3cb ; color: #957E7E; } button.btn-primary:hover { background-color: #957E7E color: #dbd3cb; } input.btn-primary:hover { background-color: #957E7E color: #dbd3cb; } button.btn-primary { background-color:#dbd3cb ; color: #957E7E; } input.btn-default { background-color:#dbd3cb ; color: #957E7E; } input.btn-default:hover { background-color: ; #957E7E color:#dbd3cb; } </style> </body> </html>