Skip to content

Commit 211087d

Browse files
authored
feat: add AlbertPlus logos (#89)
1 parent e75a8c0 commit 211087d

File tree

24 files changed

+270
-27
lines changed

24 files changed

+270
-27
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<div align="center">
2-
<!-- TODO: currently we don't have logo set up -->
3-
<!-- <a href="https://albertplus.com"> -->
4-
<!-- <img src="https://raw.githubusercontent.com/TechAtNYU/AlbertPlus/main/apps/web/public/logo.svg" alt="Logo" width="80" height="80"> -->
5-
<!-- </a> -->
6-
7-
<h3 align="center">AlbertPlus</h3>
2+
<a href="https://albertplus.com">
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/TechAtNYU/AlbertPlus/main/apps/web/public/logo_dark.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/TechAtNYU/AlbertPlus/main/apps/web/public/logo.svg">
6+
<img src="https://raw.githubusercontent.com/TechAtNYU/AlbertPlus/main/apps/web/public/logo.svg" alt="Logo" width="120" height="50">
7+
</picture>
8+
</a>
89

910
<p align="center">
1011
A modern, open-source platform to enhance the NYU course planning and registration experience.

apps/docs/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ export default defineConfig({
99
integrations: [
1010
starlight({
1111
title: "AlbertPlus Docs",
12+
logo: {
13+
light: "./src/assets/logo.svg",
14+
dark: "./src/assets/logo_dark.svg",
15+
replacesTitle: true,
16+
alt: "AlbertPlus logo",
17+
},
18+
customCss: ["./src/styles/theme.css"],
19+
favicon: "/favicon.ico",
1220
social: [
1321
{
1422
icon: "github",

apps/docs/public/favicon.ico

14.7 KB
Binary file not shown.

apps/docs/public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/docs/src/assets/houston.webp

-96.2 KB
Binary file not shown.

apps/docs/src/assets/logo.svg

Lines changed: 23 additions & 0 deletions
Loading

apps/docs/src/assets/logo_dark.svg

Lines changed: 27 additions & 0 deletions
Loading

apps/docs/src/assets/logo_icon.svg

Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 23 additions & 0 deletions
Loading

apps/docs/src/content/docs/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ description: A comprehensive guide to the AlbertPlus project, its architecture,
44
template: splash
55
hero:
66
tagline: The next-generation companion for NYU's Albert course registration system.
7-
image:
8-
file: ../../assets/houston.webp
97
actions:
108
- text: Getting Started
119
link: /overview

0 commit comments

Comments
 (0)