Skip to content

Commit

Permalink
Deploy preview for PR 4 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
SayuruRehan committed Sep 30, 2023
1 parent bfc17a2 commit 8a87195
Show file tree
Hide file tree
Showing 17 changed files with 602 additions and 0 deletions.
Binary file not shown.
Binary file added preview/pr-4/assets/consolas-42350469.ttf
Binary file not shown.
Binary file added preview/pr-4/assets/consolas-bold-73acf8f7.ttf
Binary file not shown.
Binary file not shown.
Binary file added preview/pr-4/assets/consolas-italic-9de4ef7b.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added preview/pr-4/assets/fonts/consolas-bold.ttf
Binary file not shown.
Binary file added preview/pr-4/assets/fonts/consolas-italic.ttf
Binary file not shown.
Binary file added preview/pr-4/assets/fonts/consolas.ttf
Binary file not shown.
Binary file added preview/pr-4/assets/foss-dark-71d74161.png
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 preview/pr-4/assets/foss-light-bd0f76a5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions preview/pr-4/assets/icons/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
558 changes: 558 additions & 0 deletions preview/pr-4/assets/index-35500a6b.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions preview/pr-4/assets/index-8157cc0f.css

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions preview/pr-4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./assets/icons/favicon.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
as="style" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Race against time with automation" />
<meta property="og:title" content="Leaderboard | Bashaway 2023" />
<meta property="og:description" content="Race against time with automation" />
<meta property="og:image" content="https://leaderboard.bashaway.sliitfoss.org/assets/icons/favicon.svg" />
<meta property="og:image:width" content="64" />
<meta property="og:image:height" content="64" />
<meta property="og:image:alt" content="Bashaway Logo" />
<meta property="og:url" content="https://leaderboard.bashaway.sliitfoss.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Bashaway Leaderboard" />
<meta property="og:locale" content="en_US" />
<title>Leaderboard | Bashaway</title>
<script type="module" crossorigin src="./assets/index-35500a6b.js"></script>
<link rel="stylesheet" href="./assets/index-8157cc0f.css">
</head>

<body>
<div id="root"></div>

</body>

</html>

0 comments on commit 8a87195

Please sign in to comment.