Skip to content

Commit

Permalink
feat: init reveal.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hendraaagil committed Nov 21, 2024
1 parent 1a0d60a commit 08e8737
Show file tree
Hide file tree
Showing 5 changed files with 1,074 additions and 23 deletions.
1,048 changes: 1,048 additions & 0 deletions react-from-the-ground/assets/index-Bez-f45t.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions react-from-the-ground/assets/index-CFu9EZ4A.css

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions react-from-the-ground/assets/index-DYTXTFya.js

This file was deleted.

1 change: 0 additions & 1 deletion react-from-the-ground/assets/index-dv8c_Ups.css

This file was deleted.

24 changes: 19 additions & 5 deletions react-from-the-ground/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,27 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/slides/react-from-the-ground/vite.svg" />
<link rel="icon" href="https://fav.farm/%F0%9F%A7%A2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<script type="module" crossorigin src="/slides/react-from-the-ground/assets/index-DYTXTFya.js"></script>
<link rel="stylesheet" crossorigin href="/slides/react-from-the-ground/assets/index-dv8c_Ups.css">
<title>React from the Ground</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/slides/react-from-the-ground/assets/index-Bez-f45t.js"></script>
<link rel="stylesheet" crossorigin href="/slides/react-from-the-ground/assets/index-CFu9EZ4A.css">
</head>
<body>
<div id="app"></div>
<div class="reveal">
<div class="slides">
<section>
<h2>React from the Ground 🌏</h2>
</section>
<section><h2>Thank You!</h2></section>
</div>
</div>

</body>
</html>

0 comments on commit 08e8737

Please sign in to comment.