Skip to content

Commit

Permalink
chore: add images
Browse files Browse the repository at this point in the history
  • Loading branch information
not-matthias committed Nov 15, 2024
1 parent f4c9d2f commit 73c16db
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 4 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
Website for 0xA developed in React with Next.js

# Image Compression

Note: When adding new images, make sure to resize/compress them before committing them to the repo. Otherwise the website will be slow to load.

```
# Resize the images to a maximum width of 1000px
mogrify -strip -resize 1000x *.jpg
# Compress the images
jpegoptim --size=250k --strip-all *.jpg
```
16 changes: 12 additions & 4 deletions _content/events/0xrust.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,22 @@ schedule:
description: This talk highlights applications of Rust in industry, showcasing its strengths, how it is integrated into real-world projects, the challenges faced, and the solutions derived from its unique features.
speaker: Max R. Carrara
-
title: Rust Security
title: Rust Security by Matthias Heiden
description: This talk will focus on the security benefits of Rust, like memory safety, prevention of data races, and the elimination of common vulnerabilities found in other languages like C or C++.
speaker: To be announced
speaker: Matthias Heiden

description: |
Join us on November 12th at 0xRust, an evening full of beginner-friendly, engaging talks about the Rust programming language, starting at 6:30pm at JKU OIC. 0xA is teaming up with industry experts to host 3 insightful talks surrounding different aspects of Rust. After the talks, there will be room to mingle with fellow students, grab some free food and drinks, or ask insightful questions to the speakers!
So, are you ready to become a Rustacean? 🦀 Make sure to mark your calendars, we look forward to seeing all of you!
register_link: https://pretix.eu/0xa/0xrust/
pictures:
- /images/0xrust/speaker_1_1.jpg
- /images/0xrust/speaker_1_2.jpg
- /images/0xrust/speaker_2_1.jpg
- /images/0xrust/speaker_2_2.jpg
- /images/0xrust/questions_1.jpg
- /images/0xrust/questions_2.jpg
- /images/0xrust/speakers.jpg
- /images/0xrust/networking_1.jpg
- /images/0xrust/networking.jpg
---
Binary file added public/images/0xrust/networking.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/networking_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/questions_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/questions_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/speaker_1_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/speaker_1_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/speaker_2_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/speaker_2_2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/0xrust/speakers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 73c16db

Please sign in to comment.