Skip to content

Commit 39f8174

Browse files
authored
Merge pull request #315 from jeffeb3/new-logo
new logo
2 parents 1a2f7bb + f2adfc7 commit 39f8174

6 files changed

Lines changed: 60 additions & 1378 deletions

File tree

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
---
24+
25+
Note: Logo files located in the "src/features/app" directory are not covered under
26+
this license. See LICENSE in that directory for details.

src/features/app/Header.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ const Header = ({ eventKey, setEventKey }) => {
3535
>
3636
<Navbar.Brand href="/">
3737
<div className="d-flex align-items-center">
38-
<img
39-
src={logo}
40-
className="app-logo me-2"
41-
alt="logo"
42-
/>
43-
<h1 className="d-inline m-0 me-3">sandify</h1>
38+
<h1>
39+
<img
40+
src={logo}
41+
className="app-logo me-2"
42+
alt="sandify"
43+
/>
44+
</h1>
4445
</div>
4546
</Navbar.Brand>
4647
<Navbar.Toggle aria-controls="basic-navbar-nav" />

src/features/app/Header.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@
2626
}
2727

2828
.app-logo {
29-
animation: App-logo-spin infinite 20s linear;
30-
height: 2.2rem;
29+
height: 1.8rem;
3130
}

src/features/app/LICENSE

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Logo License for Sandify
2+
3+
The logo file(s) located in this directory (e.g., logo.svg) are Copyright (c) 2025
4+
Bob Carmichael.
5+
6+
All rights reserved.
7+
8+
These logo assets are not licensed under the main project license. They may not be
9+
modified under any circumstances.
10+
11+
The logo may be redistributed for non-commercial purposes, provided it is not
12+
altered and not used in a way that suggests endorsement.
13+
14+
We reserve the right to relicense or trademark this logo in the future.

src/features/app/bootstrap.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ h3 {
1717
border-color: lightgray;
1818
}
1919

20+
@media (max-width: 991px) {
21+
.navbar-brand {
22+
flex-grow: 1;
23+
}
24+
}
25+
2026
.accordion-header {
2127
h3 {
2228
margin: 0;

0 commit comments

Comments
 (0)