Skip to content

Commit 52b098c

Browse files
jokester-zzzclaude
andcommitted
feat: add logo image to nav and favicon, update contact open positions
- Add logo.png to navbar alongside KnowledgeXLab text - Set logo.png as browser favicon - Update Open Positions description to align with research directions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac9d61d commit 52b098c

6 files changed

Lines changed: 20 additions & 10 deletions

File tree

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ url: "https://knowledgexlab.github.io"
55
baseurl: ""
66

77
# Lab info
8-
lab_email: "lab@university.edu"
9-
lab_location: "Room 404, CS Building"
8+
lab_email: "knowledgex@pjlab.org.cn"
9+
lab_location: "Building L1, International Media Port, No. 129 Longwen Road, Xuhui District, Shanghai"
1010
lab_github: "https://github.com/KnowledgeXLab"
1111
lab_twitter: ""
1212

_includes/header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<nav class="site-nav">
22
<div class="container">
3-
<a href="{{ '/' | relative_url }}" class="logo"><span style="color: var(--accent)">KnowledgeX</span>Lab</span></a>
3+
<a href="{{ '/' | relative_url }}" class="logo">
4+
<img src="{{ '/assets/images/logo.png' | relative_url }}" alt="" class="logo-img">
5+
<span class="logo-text"><span>KnowledgeX</span>Lab</span>
6+
</a>
47
<div class="nav-right">
58
<ul class="nav-links" id="nav-links">
69
{% for link in site.nav_links %}

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<link rel="preconnect" href="https://fonts.googleapis.com">
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1010
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&display=swap" rel="stylesheet">
11+
<link rel="icon" type="image/png" href="{{ '/assets/images/logo.png' | relative_url }}">
1112
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
1213
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
1314
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">

assets/css/main.css

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,20 @@ img { max-width: 100%; height: auto; display: block; }
9999
}
100100

101101
.site-nav .logo {
102+
display: flex; align-items: center;
103+
text-decoration: none;
104+
}
105+
.logo-img {
106+
height: 28px; width: auto;
107+
display: block; margin-right: 8px;
108+
}
109+
.logo-text {
102110
font-family: var(--font-display);
103-
font-weight: 600;
104-
font-size: 1.125rem;
111+
font-weight: 600; font-size: 1.125rem;
105112
letter-spacing: 0.01em;
106113
color: var(--text-primary);
107-
text-decoration: none;
108114
}
109-
.site-nav .logo span { color: var(--accent); font-style: italic; }
115+
.logo-text span { color: var(--accent); font-style: italic; }
110116

111117
.nav-links {
112118
display: flex; align-items: center; gap: 28px; list-style: none;

assets/images/logo.png

1.48 MB
Loading

contact.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ description: Get in touch with KnowledgeXLab — collaborations, student applica
3636
<div class="positions-box">
3737
<h3>🎓 Open Positions</h3>
3838
<p>
39-
We are looking for self-motivated PhD students and research interns who are passionate about AGI,
40-
knowledge graphs, reasoning, and human-AI interaction. If you are interested in joining our lab,
41-
please send your CV and a brief research statement to our email.
39+
We are looking for self-motivated PhD students and research interns with interests in
40+
continual learning, knowledge reasoning, or foundation models for vertical domains.
41+
Send your CV and a brief research statement to our email.
4242
</p>
4343
<a href="mailto:{{ site.lab_email }}" class="btn btn-primary">Send Application →</a>
4444
</div>

0 commit comments

Comments
 (0)