diff options
Diffstat (limited to 'site/layouts/partials/examples')
| -rw-r--r-- | site/layouts/partials/examples/bs-themes.html | 17 | ||||
| -rw-r--r-- | site/layouts/partials/examples/icons.html | 15 | ||||
| -rw-r--r-- | site/layouts/partials/examples/main.html | 63 |
3 files changed, 95 insertions, 0 deletions
diff --git a/site/layouts/partials/examples/bs-themes.html b/site/layouts/partials/examples/bs-themes.html new file mode 100644 index 000000000..b426d0723 --- /dev/null +++ b/site/layouts/partials/examples/bs-themes.html @@ -0,0 +1,17 @@ +<hr class="my-5"> +<div class="container"> + <div class="text-center"> + <div class="masthead-followup-icon d-inline-block mb-2 text-bg-danger"> + {{ partial "icons/droplet-fill.svg" (dict "width" "32" "height" "32") }} + </div> + <h2 class="display-6 fw-normal">Go further with Bootstrap Themes</h2> + <p class="col-md-10 col-lg-8 mx-auto lead"> + Need something more than these examples? Take Bootstrap to the next level with premium themes from the <a href="{{ .Site.Params.themes }}">official Bootstrap Themes marketplace</a>. They’re built as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools. + </p> + <a href="{{ .Site.Params.themes }}" class="btn btn-lg btn-outline-primary mb-3">Browse themes</a> + </div> + {{ partial "responsive-img" (dict "context" . + "imgPath" "/assets/img/bootstrap-themes-collage.png" + "alt" "Bootstrap Themes" + "classes" "d-block mt-3") }} +</div> diff --git a/site/layouts/partials/examples/icons.html b/site/layouts/partials/examples/icons.html new file mode 100644 index 000000000..aab3d56f7 --- /dev/null +++ b/site/layouts/partials/examples/icons.html @@ -0,0 +1,15 @@ +<svg xmlns="http://www.w3.org/2000/svg" class="d-none"> + <symbol id="check2" viewBox="0 0 16 16"> + <path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/> + </symbol> + <symbol id="circle-half" viewBox="0 0 16 16"> + <path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/> + </symbol> + <symbol id="moon-stars-fill" viewBox="0 0 16 16"> + <path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z"/> + <path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z"/> + </symbol> + <symbol id="sun-fill" viewBox="0 0 16 16"> + <path d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/> + </symbol> +</svg> diff --git a/site/layouts/partials/examples/main.html b/site/layouts/partials/examples/main.html new file mode 100644 index 000000000..3dbb640a7 --- /dev/null +++ b/site/layouts/partials/examples/main.html @@ -0,0 +1,63 @@ +{{ range $entry := $.Site.Data.examples -}} +<div class="bd-content"> + <h2 id="{{ $entry.category | urlize }}">{{ $entry.category }}</h2> + <p>{{ $entry.description }}</p> + {{ if eq $entry.category "RTL" -}} + <div class="bd-callout bd-callout-warning small"> + <p> + <strong>RTL is still experimental</strong> and will evolve with feedback. Spotted something or have an improvement to suggest? + </p> + <p><a href="{{ urls.JoinPath $.Site.Params.repo "issues/new/choose" }}">Please open an issue.</a></p> + </div> + {{ end -}} + {{ range $i, $example := $entry.examples -}} + {{- $len := len $entry.examples -}} + {{ if (eq $i 0) }}<div class="row">{{ end }} + {{ if $entry.external -}} + <div class="col-md-6 col-lg-4 mb-3 d-flex gap-3"> + <svg class="bi fs-5 flex-shrink-0 mt-1" aria-hidden="true"><use xlink:href="#box-seam"></use></svg> + <div> + <h3 class="h5 mb-1"> + <a class="d-block link-offset-1" href="{{ urls.JoinPath $.Site.Params.github_org $example.url }}" target="_blank" rel="noopener"> + {{ $example.name }} + </a> + </h3> + <p class="text-body-secondary">{{ $example.description }}</p> + <p> + {{- $indexPath := default "index.html" $example.indexPath -}} + {{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }} + <a class="icon-link small link-secondary link-offset-1" href="{{ $stackBlitzUrl }}" target="_blank" rel="noopener"> + <svg class="bi flex-shrink-0" aria-hidden="true"><use xlink:href="#lightning-charge-fill"></use></svg> + Edit in StackBlitz + </a> + </p> + </div> + </div> + {{ else -}} + <div class="col-sm-6 col-md-3 mb-3"> + {{- $exampleNameUrlized := $example.name | urlize -}} + {{- $exampleUrl := urls.JoinPath "/docs" $.Site.Params.docs_version "/examples" $exampleNameUrlized "/" }} + <a class="d-block link-offset-1" href="{{ $exampleUrl }}"{{ if in $example.name "RTL" }} hreflang="ar"{{ end }}> + {{ $imageBasePath := urls.JoinPath "/docs" $.Site.Params.docs_version "assets/img/examples" -}} + {{- $imgPath := urls.JoinPath $imageBasePath (printf "%s.png" $exampleNameUrlized) -}} + {{- $imgPath2x := urls.JoinPath $imageBasePath (printf "%[email protected]" $exampleNameUrlized) -}} + {{- with (imageConfig (path.Join "/site/static" $imgPath)) -}} + <img class="img-thumbnail mb-3" + srcset="{{ $imgPath }}, {{ $imgPath2x }} 2x" + src="{{ $imgPath }}" + alt="" + width="{{ .Width }}" + height="{{ .Height }}" + loading="lazy"> + {{- end }} + <h3 class="h5 mb-1"> + {{ $example.name }} + </h3> + </a> + <p class="text-body-secondary">{{ $example.description }}</p> + </div> + {{- end }} + {{ if (eq (add $i 1) $len) }}</div>{{ end -}} + {{ end -}} +</div> +{{ end -}} |
