Skip to content

Commit 76ffa0f

Browse files
committed
add logo and update colour scheme
1 parent c9d479f commit 76ffa0f

2 files changed

Lines changed: 15 additions & 6 deletions

File tree

_layouts/default.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,32 @@
1515
color: #333;
1616
}
1717
header {
18-
border-bottom: 2px solid #0066cc;
18+
border-bottom: 2px solid #BF0130;
1919
padding-bottom: 20px;
2020
margin-bottom: 30px;
2121
}
2222
header h1 {
2323
margin: 0;
24-
color: #0066cc;
24+
color: #BF0130;
25+
}
26+
.site-logo {
27+
display: block;
28+
max-width: 100%;
29+
height: 130px;
2530
}
2631
nav {
2732
margin-top: 15px;
2833
}
2934
nav a {
3035
margin-right: 20px;
31-
color: #0066cc;
36+
color: #cc005f;
3237
text-decoration: none;
3338
}
3439
nav a:hover {
3540
text-decoration: underline;
3641
}
3742
h1, h2, h3, h4, h5, h6 {
38-
color: #0066cc;
43+
color: #BF0130;
3944
margin-top: 1.5em;
4045
}
4146
code {
@@ -55,7 +60,7 @@
5560
padding: 0;
5661
}
5762
a {
58-
color: #0066cc;
63+
color: #BF0130;
5964
}
6065
footer {
6166
margin-top: 50px;
@@ -71,7 +76,11 @@
7176
</head>
7277
<body>
7378
<header>
74-
<h1><a href="{{ site.baseurl }}/" style="color: #0066cc; text-decoration: none;">{{ site.title }}</a></h1>
79+
<h1>
80+
<a href="{{ site.baseurl }}/" aria-label="{{ site.title }}">
81+
<img class="site-logo" src="{{ site.baseurl }}/assets/jquery-validation-logo.webp" alt="jQuery Validation Plugin">
82+
</a>
83+
</h1>
7584
<nav>
7685
<a href="{{ site.baseurl }}/">Home</a>
7786
<a href="{{ site.baseurl }}/documentation/">Documentation</a>

assets/jquery-validation-logo.webp

9.11 KB
Loading

0 commit comments

Comments
 (0)