Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1374f6ea authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am 649e8f9b: Merge "docs: add edu video highlights" into klp-modular-docs

* commit '649e8f9b':
  docs: add edu video highlights
parents 0791c612 649e8f9b
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -21,16 +21,6 @@ Xnonavpage=true
  directly to classrooms and schools.
</p>


<div class="resource-widget resource-flow-layout col-13" style="height:323px"
  data-query="collection:distribute/googleplay/gpfe/highlight"
  data-sortOrder="-timestamp"
  data-cardSizes="18x6,"
  data-maxResults="1"></div>


<!-- <div class="center-img"><img src="{@docRoot}images/gp-edu-hero14.jpg" class="" /></div> -->

<p>
  If you have an educational app, include it in Google Play for Education.
  Google Play for Education can help your innovative educational apps gain
+1 −1
Original line number Diff line number Diff line
page.title=Publish Android Apps for Education
page.title=Publish Apps
page.image=/distribute/images/play-education.jpg
meta.tags="education", "guidelines", "quality"
page.tags="education", "addendum"
+30 −0
Original line number Diff line number Diff line
page.title=Video Resources
page.image=http://i1.ytimg.com/vi/vzvpcEffvaE/maxresdefault.jpg
meta.tags="education"
page.tags="education"
page.metaDescription=Watch video resources from Google and successful educational developers.

@jd:body

<p>
With Google Play for Education, bringing your app to the classroom has never been easier. However,
you may want to familiarize yourself with some best practices before diving in.
To help you visualize what a great education app might look like, what Google Play for Education is all
about, and how to achieve success with the platform, here is a selection of recent videos from
Google and successful educational developers.
</p>

<h2>Developer Stories</h2>
<div style="margin-top:20px" class="resource-widget resource-flow-layout wrap col-13
   no-section" data-query="collection:distribute/edu/videos/stories" data-resourcestyle="card"
   data-maxresults="6" data-cardsizes="18x12x2"></div>

<h2>Best Practices</h2>
<div style="margin-top:20px" class="resource-widget resource-flow-layout wrap col-13
   no-section" data-query="collection:distribute/edu/videos/bestpractices" data-resourcestyle="card"
   data-maxresults="6" data-cardsizes="18x6, 6x6, 6x6, 6x6"></div>

<h2>Teacher/Classroom Experience</h2>
<div style="margin-top:20px" class="resource-widget resource-flow-layout wrap col-13
   no-section" data-query="collection:distribute/edu/videos/experience" data-resourcestyle="card"
   data-maxresults="6" data-cardsizes="18x12x2"></div>
 No newline at end of file
+10 −10
Original line number Diff line number Diff line
@@ -18,24 +18,24 @@
    </div>
  </li>
  <li class="nav-section">
    <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/edu/about.html">
    <div class="nav-section-header" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/edu/about.html">
          <span class="en">Google Play for Education</span>
        </a>
    </div>
  </li>
  <li class="nav-section">
    <div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/googleplay/edu/start.html">
          <span class="en">Publish Android Apps for Education</span>
        </a>
    </div>
    <ul>
      <li><a href="<?cs var:toroot?>distribute/googleplay/edu/start.html">
          <span class="en">Publish Apps</span>
        </a></li>
      <li><a href="<?cs var:toroot?>distribute/googleplay/edu/videos.html">
          <span class="en">Video Resources</span>
        </a></li>
    </ul>
  </li>
</ul>


<script type="text/javascript">
<!--
    buildToggleLists();
    changeNavLang(getLangPref());
//-->
</script>
 No newline at end of file
+19 −5
Original line number Diff line number Diff line
@@ -7,12 +7,26 @@ var RESOURCE_COLLECTIONS = {
      "sdk/installing/studio.html" 
    ]
  },
  "index/devices": {
  "distribute/edu/videos/stories": {
    "title": "",
    "resources": [
      "wear/index.html",
      "tv/index.html",
      "auto/index.html"
      "https://www.youtube.com/watch?v=Idu7VcTTXfk",
      "https://www.youtube.com/watch?v=iokH4SAIfRw"
    ]
  },
  "distribute/edu/videos/bestpractices": {
    "title": "",
    "resources": [
      "https://www.youtube.com/watch?v=iulXz8QTD1g",
      "https://www.youtube.com/watch?v=IKhU180eJMo",
      "https://www.youtube.com/watch?v=_AZ6UcPz-_g",
      "https://www.youtube.com/watch?v=Eh2adsAyTKc"
    ]
  },
  "distribute/edu/videos/experience": {
    "title": "",
    "resources": [
      "http://youtu.be/vzvpcEffvaE"
    ]
  },
  "launch/static": {
@@ -45,7 +59,7 @@ var RESOURCE_COLLECTIONS = {
    "resources": [
      "distribute/googleplay/edu/about.html",
      "distribute/googleplay/edu/start.html",
      "https://developers.google.com/edu/faq"
      "distribute/googleplay/edu/videos.html"
    ]
  },
  "distribute/essentials": {
Loading