Skip to content

Commit

Permalink
Merge pull request #398 from ShinySyntax/unify_graphics
Browse files Browse the repository at this point in the history
feat: replace event image
  • Loading branch information
HoomanDgtl authored Oct 16, 2024
2 parents 37a01c0 + a2951ca commit 749fc2b
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/components/development-pages/time-zone-calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const TimeZoneCalendar: React.FC<TimeZoneCalendarProps> = ({ calendarId, timeZon
}
}, [timeZone]);

const src = `https://calendar.google.com/calendar/embed?src=${calendarId}&ctz=${currentTimeZone}&mode=${mode}`;
const src = `https://calendar.google.com/calendar/embed?src=${calendarId}&ctz=${currentTimeZone}&mode=${mode}&showTitle=0&showPrint=0&showTabs=0&showCalendars=0`;

return (
<>
Expand All @@ -29,6 +29,7 @@ const TimeZoneCalendar: React.FC<TimeZoneCalendarProps> = ({ calendarId, timeZon
width="800"
height="600"
frameBorder="0"
scrolling='no'
></iframe>
</>
);
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: DevConnect
image: "./banner.jpeg"
image: "./banner.png"
eventDate: "2024-11-13"
location: TBD
link: "https://devconnect.org/"
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/content/Community_Akash_Events_Page/devcon7/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: DevCon 7
image: "./banner.jpeg"
image: "./banner.png"
eventDate: "2024-11-09"
location: Bangkok
link: "https://devcon.org/en/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: NeurIPS 2024
image: "./project-banner.webp"
image: "./project-banner.png"
eventDate: "2024-12-09"
location: Vancouver
link: "https://neurips.cc/"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Permissionless III
image: "./banner.jpeg"
image: "./banner.png"
eventDate: "2024-10-09"
location: Salt Lake City
link: "https://blockworks.co/event/permissionless-iii"
Expand Down
2 changes: 1 addition & 1 deletion src/content/Development_Page/welcome/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Akash Network is supported by a diverse group of users, contributors, and su

import GithubButton from "../../../components/mdx-cards/buttons/github-button.astro";
import CalenderButton from "../../../components/development-pages/calenderbutton.astro";
import TimeZoneCalendar from '../../../components/development-pages/time-zone-calendar.tsx';
import TimeZoneCalendar from "../../../components/development-pages/time-zone-calendar.tsx";

<GithubButton label="Code of Conduct" link="https://github.com/akash-network/community/blob/main/CODE_OF_CONDUCT.md" />
<GithubButton label="How to Contribute" link="https://github.com/akash-network/community#getting-started-with-contributing" />
Expand Down

0 comments on commit 749fc2b

Please sign in to comment.