[x/go.dev] layouts/shortcodes: add godev/largeMedia shortcode

This adds a shortcode for large media objects, as appears in the Feature
design: http://shortn/_T0fgbtBUHg. It scales to a larger version for
desktop views.

b/143371335

Change-Id: Idbd5645a2638b9c980c3f7c58a34f91449d84e09
Reviewed-on: https://team-review.git.corp.google.com/c/golang/go.dev/+/586560
CI-Result: Cloud Build <devtools-proctor-result-processor@system.gserviceaccount.com>
Reviewed-by: Alexander Rakoczy <rakoczy@google.com>
X-GoDev-Commit: 296c344c9cbb10abd12940c0486c3fbcc85d0844
4 files changed
tree: 358f28462b1aaf765884ffd854d6bccdd424eba1
  1. go.dev/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/website. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.