mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Update navbar logo and hero image
This commit is contained in:
parent
0cc66b4145
commit
442df2119b
@ -1,7 +1,7 @@
|
||||
<header class="navbar navbar-expand navbar-dark bd-navbar">
|
||||
<nav class="container-xxl flex-wrap flex-md-nowrap" aria-label="Main navigation">
|
||||
<a class="navbar-brand mr-2" href="/" aria-label="Bootstrap">
|
||||
{{ partial "icons/bootstrap-logo-solid.svg" (dict "class" "d-block" "width" "32" "height" "32") }}
|
||||
<a class="navbar-brand p-0 mr-2" href="/" aria-label="Bootstrap">
|
||||
{{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block" "height" "32") }}
|
||||
</a>
|
||||
|
||||
<div class="navbar-nav-scroll order-3 order-md-0 d-flex justify-content-center justify-content-md-start mt-1 mt-md-0">
|
||||
|
@ -1,8 +1,8 @@
|
||||
<main class="bd-masthead mb-3 mb-md-5" id="content">
|
||||
<div class="container px-4 px-md-3">
|
||||
<div class="row">
|
||||
<div class="col-6 mx-auto col-md-4 order-md-2 col-lg-5">
|
||||
{{ partial "icons/bootstrap-stack.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "512" "height" "430") }}
|
||||
<div class="row align-items-lg-center">
|
||||
<div class="col-8 mx-auto col-md-4 order-md-2 col-lg-5">
|
||||
{{ partial "homepage-hero.svg" (dict "class" "img-fluid mb-3 mb-md-0" "width" "900" "height" "800") }}
|
||||
</div>
|
||||
<div class="col-md-8 order-md-1 col-lg-7 text-center text-md-left">
|
||||
<h1 class="mb-3">Build fast, responsive sites with Bootstrap</h1>
|
||||
|
1
site/layouts/partials/homepage-hero.svg
Normal file
1
site/layouts/partials/homepage-hero.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 9.8 KiB |
1
site/layouts/partials/icons/bootstrap-white-fill.svg
Normal file
1
site/layouts/partials/icons/bootstrap-white-fill.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg"{{ with .width }} width="{{ . }}"{{ end }}{{ with .height }} height="{{ . }}"{{ end }}{{ with .class }} class="{{ . }}"{{ end }} viewBox="0 0 118 94" role="img"><title>{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }}</title><path fill-rule="evenodd" clip-rule="evenodd" d="M24.509 0c-6.733 0-11.715 5.893-11.492 12.284.214 6.14-.064 14.092-2.066 20.577C8.943 39.365 5.547 43.485 0 44.014v5.972c5.547.529 8.943 4.649 10.951 11.153 2.002 6.485 2.28 14.437 2.066 20.577C12.794 88.106 17.776 94 24.51 94H93.5c6.733 0 11.714-5.893 11.491-12.284-.214-6.14.064-14.092 2.066-20.577 2.009-6.504 5.396-10.624 10.943-11.153v-5.972c-5.547-.529-8.934-4.649-10.943-11.153-2.002-6.484-2.28-14.437-2.066-20.577C105.214 5.894 100.233 0 93.5 0H24.508zM79 57.863C79 66.663 72.436 72 61.543 72H43a2 2 0 0 1-2-2V24a2 2 0 0 1 2-2h18.437c9.083 0 15.044 4.92 15.044 12.474 0 5.302-4.01 10.049-9.119 10.88v.277C74.317 46.394 79 51.21 79 57.863zM59.521 28.34H48.948v14.934h8.905c6.884 0 10.68-2.772 10.68-7.727 0-4.643-3.264-7.207-9.012-7.207zm-10.573 20.86v16.458H59.91c7.167 0 10.964-2.876 10.964-8.281 0-5.406-3.903-8.178-11.425-8.178H48.948z" fill="#fff"/></svg>
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
x
Reference in New Issue
Block a user