UNCLASSIFIED

"...services/sites/test-site/services/mentorship.html" did not exist on "81deb73a4ffa46e8afb1cdc315f68331340dcb8f"
index.html 14.8 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429
<!DOCTYPE html>
<html class="no-js">
  <head>

    <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Get Started</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" type="image/png" href="/favicon.png">

<!-- CSS -->
<link rel="stylesheet" href="/css/owl.carousel.css" />
<link rel="stylesheet" href="/css/bootstrap.min.css" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/airspace.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/ionicons.min.css" />
<link rel="stylesheet" href="/css/animate.css" />
<link rel="stylesheet" href="/css/responsive.css" />
<link rel="stylesheet" href="/css/syntax.css" />

<!-- CSS for Product Template-->


<!-- CSS for Get Started Template-->

<link rel="stylesheet" type="text/css" href="/css/guide.css" />


<!-- CSS for Platform 1 Template-->

<link rel="stylesheet" type="text/css" href="/css/p1.css" />


<!-- Custom CSS -->
<link rel="stylesheet" href="/css/custom.css" />



<!-- Js -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/owl.carousel.min.js"></script>
<script src="/js/plugins.js"></script>
<script src="/js/min/waypoints.min.js"></script>
<script src="/js/jquery.counterup.js"></script>


<script src="/js/main.js"></script>





<!-- ionicons -->
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>

<!--
/*
 * Airspace
 * Ported to Jekyll by Andrew Lee
 * https://github.com/ndrewtl/airspace-jekyll
 * Designed and Developed by ThemeFisher
 * https://themefisher.com/
 *
 */
-->


  </head>
  <body>


    <!-- Header Start -->
<header>
<div class="container">
  <div class="row">
    <div class="col-md-12">
      <!-- header Nav Start -->
      <nav class="navbar navbar-default">
        <div class="container-fluid">
          <!-- Brand and toggle get grouped for better mobile display -->
          <div class="navbar-header">
            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
            <span class="sr-only">Toggle navigation</span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            </button>
            <a class="navbar-brand" href="/index.html">
              <img src="/img/logo.png" style="width:auto; height:100%" alt="Logo">
            </a>
          </div>
            <!-- Collect the nav links, forms, and other content for toggling -->
            <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
              <ul class="nav navbar-nav navbar-right">
                <li><a href="/">Home</a></li>
                <!-- <li><a href="/portfolio/">Portfolio</a></li> -->
                <li class="dropdown">
                  <a href="/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Services <span class="caret"></span></a>
                  <ul class="dropdown-menu">
                    <li><a href="/learning/pathways/">Learning Pathways</a></li>
                    <li><a href="/services/mentorship.html">Guided Mentorship</a></li>
                    <li><a href="/services/talent-development.html">Tron Node Buildout</a></li>
                  </ul>
                </li>
                <li class="dropdown">
                  <a href="/puckboard/" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Puckboard <span class="caret"></span></a>
                  <ul class="dropdown-menu">
                    <li><a href="/puckboard/">About Puckboard</a></li>
                    <li><a href="/puckboard/getstarted/">Get Started</a></li>
                    <li><a href="/p1/">Platform 1</a></li>
                  </ul>
                </li>
                <!-- <li><a href="/#service">Resources</a></li> -->
                <li class="dropdown">
                  <a href="/services/common-links.html" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
                  <ul class="dropdown-menu">
                    <li><a href="/services/common-links.html">Common Links</a></li>
                    <li><a href="https://tron.substack.com/">Blog</a></li>
                    <li><a href="/contact/">Contact</a></li>
                  </ul>
                </li>
                <!-- <li><a href="/partners/">Partners</a></li> -->
                <!-- <li><a href="/blog/">Blog</a></li> -->
              </ul>
            </div><!-- /.navbar-collapse -->
          </div><!-- /.container-fluid -->
        </nav>
      </div>
    </div>
  </div>
</header><!-- header close -->



    <section id="hero">
  <div id="hero-image"></div>
  <div id="hero-container" class="container">
    <div class="row white">
      <div class="col-md-12">
        <h1>Get Started with Puckboard</h1>  
        <h3 >Welcome! This guide will walk through the steps that are required to create your unit in Puckboard.</h3>
      </div>
    </div>
  </div>
</section>


<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 1.</b> Watch the demo</h3>
        <p>This video walks you through setting up your Puckboard and how to get started scheduling immediately. After you watch the demo, you will have the knowledge to navigate through the app, customize your squadrons settings, add personnel, and create and edit events.</p>

        

        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <iframe src="https://player.vimeo.com/video/516955160" width="100%" height="300" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>

<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 2.</b> Join a live AMA</h3>
        <p>Still have Questions? Every Tuesday and Thursday, the Puckboard team hosts a live AMA to answer any questions, announce new releases, and provide live training. On Thursdays, the team also provides information on Mattermost and relevant integrations.</p>

        
        <p>Register below to claim your spot.</p>
        

        
        
        
        <a class="btn btn-primary btn-lg" href="https://www.zoomgov.com/j/1612986916?pwd=aFVGK0pHc1hOQWRHb1pxSDFSUUUrQT09">Register for Tuesday</a>
        
        
        
        <a class="btn btn-primary btn-lg" href="https://www.zoomgov.com/j/1604796342?pwd%3DbVR3bklZZE1OZFFSY2diSjNMeXNDdz09&sa=D&source=calendar&ust=1612810707213000&usg=AOvVaw1zUaKr8amvJmVVUuC6Flis">Register for Thursday</a>
        
        
        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <img src="../images/zoom.png">
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>

<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 3.</b> Sign up for Platform One SSO</h3>
        <p><i>Already a Mattermost user? You can skip to step 4.</i></p>

        
        <p>Puckboard is possible because it lives within the Air Force’s PlatformOne (P1) architecture and security. The key to accessing Puckboard, or any other mission apps on P1, is the Single Sign On (SSO). This allows you to work on any device, in any of the mission apps (like Puckboard, Mattermost, & Widow) using a single password. All of this is available to anyone with a .mil email and CAC card. <br><br> Use the button below to find our step by step guide to creating your P1 account.</p>
        

        
        
        
        <a class="btn btn-primary btn-lg" target="_blank" href="/p1/">Create your P1 Account</a>
        
        
        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <img src="../images/jira.png">
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>

<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 4.</b> Submit a request to create your unit in Puckboard</h3>
        <p>Now that you have a P1 SSO account, you can login to our Service Desk and request a new unit for Puckboard.</p>

        
        <p>The team then creates your unit and reaches out to ensure that all personnel are uploaded properly.</p>
        

        
        
        
        <a class="btn btn-primary btn-lg" href="https://jira.il2.dso.mil/servicedesk/customer/portal/68/create/306">Take me to the form!</a>
        
        
        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <img src="../images/pb.png">
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>

<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 5.</b> Implement and train</h3>
        <p>This is the fun part, where you get to work with the training and onboarding team to implement Puckboard for your unit.</p>

        
        <p>Your P1 SSO grants access to our internal knowledge base and Mattermost team where we work with you on implementing best practices, and ensure that you will be ready to succeed at go-live. Join the community where you can find best practices, ask questions, and get help on any Puckboarding subject in our Puckboard Team on the Mattermost chat software.</p>
        

        
        
        
        <a class="btn btn-primary btn-lg" href="https://confluence.il2.dso.mil/display/puckboardhelp/Puckboard+Knowledge+Base">Knowledge Base</a>
        
        
        
        <a class="btn btn-primary btn-lg" href="https://chat.il4.dso.mil/signup_user_complete/?id=6et69u6g9prnd8i59b8yw9n7zw">Mattermost Team</a>
        
        
        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <img src="../images/gantticon.png">
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>

<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 6.</b> Go-Live</h3>
        <p>Okay, we take it back. THIS is the fun part. After determining readiness and ensuring access to all of the support resources, you get to launch Puckboard as the source of truth for your schedule and join the growing legion of Puckboarders!</p>

        
        <p>During this whole process, you have access to the onboarding team, training materials, and other users in the Mattermost team. We're with you every step of the way.</p>
        

        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <img src="../images/patches.png">
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>

<section id="feature" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3><b>Step 7.</b> Get involved</h3>
        <p>Puckboard is developed using User Centered Design and Agile methodology, meaning that we fight for you, the user.</p>

        
        <p>If you have suggestions on how to make Puckboard better, or want to submit feature suggestions, submit a request in the Service Desk. You can see what other users have submitted and vote on their ideas. You can also ask questions in our Confluence space, stay informed on releases, and even get involved with feature design.</p>
        

        
        
        
        <a class="btn btn-primary btn-lg" href="https://jira.il2.dso.mil/servicedesk/customer/portal/68/create/305">Suggest a feature</a>
        
        
        
        <a class="btn btn-primary btn-lg" href="https://confluence.il2.dso.mil/display/puckboardhelp/Puckboard+Release+Notes">Release Notes</a>
        
        
        
        <a class="btn btn-primary btn-lg" href="https://confluence.il2.dso.mil/display/puckboardhelp/Frequently+Asked+Questions">FAQ</a>
        
        
        

      </div><!-- .col-md-6 close -->
      <div class="col-md-6 col-sm-12">
        
        <img src="../images/road.png">
        
      </div><!-- .col-md-6 close -->
    </div>
  </div>
</section>



<section id="intro" style="border-bottom: 1px double #ddd;">
  <div class="container">
    <div class="row">
      <div class=" col-md-12">
        <h3>Thank you.</h3>
        <p style="width: 75%;">If you have questions, comments, or mean things to say, drop us a note in Mattermost or come to an AMA! We appreciate every single one of you, happy Puckboarding!</p>
      </div>
    </div>
  </div>
</section>

<section class="cta white" style="background-color: #454355">
  <div class="container">
    <div class="row">
      <div class="col-md-6 col-sm-12">
        <h3>Ready to get started?</h3>
        <h4>Get started today or contact us</h4>
      </div>
      <div class="col-md-6 col-sm-12">
        
        <a class="btn btn-primary btn-lg" href="/puckboard/getstarted/">Onboard with us</a>
        
        <a class="btn btn-primary btn-lg" href="mailto:puckboard.tron@afwerx.af.mil">Contact us</a>
        
        
      </div>
    </div>
  </div>
</section>











    <!-- footer Start -->
<footer>
  <div class="container">
    <div class="row">
      <div class="col-md-12">
        <div class="footer-manu">
          <ul>
            <li><a href="/">Home</a></li>
            <!-- <li><a href="/portfolio/">Portfolio</a></li> -->
            <li><a href="/#service">Services</a></li>
            <li><a href="/puckboard/">Puckboard</a></li>
            <!-- <li><a href="/partners/">Partners</a></li> -->
            <!-- <li><a href="/blog/">Blog</a></li> -->
            <li><a href="https://tron.substack.com/">Blog</a></li>
            <li><a href="/contact/">Contact</a></li>
          </ul>
        </div>
      </div>
        <p>Site developed and maintained by <a href="/">Tron Gov</a>.  Portions of this site utilize <a href="http://www.themefisher.com">Themefisher</a> designs. All rights reserved.
        
        </p>
      </div>
    </div>
  </div>
</footer>


    </body>
</html>