Skip to content

Commit

Permalink
Add US-RSE page
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 13, 2023
1 parent 02fd7cf commit 911fd97
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 64 deletions.
Binary file added public/figures/us-rse-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 12 additions & 64 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ But let's go!

<div style="margin-left:100px">
<a href="https://scikit-hep.org/">
<img src="/public/figures/scientific-python.png" style="width: 90%">
<img src="figures/scientific-python.png" style="width: 90%">
</a>
</div>

Expand All @@ -166,75 +166,23 @@ But let's go!

---

# Go to the BoFs!

Don't listen to me, go to the Birds of a Feather sessions this week!

---
transition: slide-up

level: 2
---
# Engage and uplift the RSE Community

# Navigation
<div style="margin-left:100px">
<a href="https://us-rse.org/">
<img src="figures/us-rse-page.png" style="width: 90%">
</a>
</div>

Hover on the bottom-left corner to see the navigation's controls panel, [learn more](https://sli.dev/guide/navigation.html)

### Keyboard Shortcuts
<div style="margin-left:355px">

| | |
| --- | --- |
| <kbd>right</kbd> / <kbd>space</kbd>| next animation or slide |
| <kbd>left</kbd> / <kbd>shift</kbd><kbd>space</kbd> | previous animation or slide |
| <kbd>up</kbd> | previous slide |
| <kbd>down</kbd> | next slide |
[us-rse.org](https://us-rse.org/)

<!-- https://sli.dev/guide/animations.html#click-animations -->
<img
v-click
class="absolute -bottom-9 -left-7 w-80 opacity-50"
src="https://sli.dev/assets/arrow-bottom-left.svg"
/>
<p v-after class="absolute bottom-23 left-45 opacity-30 transform -rotate-10">Here!</p>
</div>

---
transition: fade-out
---

# What is Slidev?

Slidev is a slides maker and presenter designed for developers, consist of the following features

- πŸ“ **Text-based** - focus on the content with Markdown, and then style them later
- 🎨 **Themable** - theme can be shared and used with npm packages
- πŸ§‘β€πŸ’» **Developer Friendly** - code highlighting, live coding with autocompletion
- 🀹 **Interactive** - embedding Vue components to enhance your expressions
- πŸŽ₯ **Recording** - built-in recording and camera view
- πŸ“€ **Portable** - export into PDF, PNGs, or even a hostable SPA
- πŸ›  **Hackable** - anything possible on a webpage

<br>
<br>

Read more about [Why Slidev?](https://sli.dev/guide/why)

<!--
You can have `style` tag in markdown to override the style for the current page.
Learn more: https://sli.dev/guide/syntax#embedded-styles
-->

<style>
h1 {
background-color: #2B90B6;
background-image: linear-gradient(45deg, #4EC5D4 10%, #146b8c 20%);
background-size: 100%;
-webkit-background-clip: text;
-moz-background-clip: text;
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
</style>
# Go to the BoFs!

<!--
Here is another comment.
-->
Don't listen to me, go to the Birds of a Feather sessions this week!

0 comments on commit 911fd97

Please sign in to comment.