Skip to content

Commit

Permalink
Merge pull request #62 from opeolluwa/master
Browse files Browse the repository at this point in the history
sync branch
  • Loading branch information
opeolluwa authored May 15, 2024
2 parents d9321d7 + 27c8504 commit f37f913
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 70 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test and release web

on:
push:
branches: [master]
branches: [release]
workflow_dispatch:

permissions:
Expand Down
1 change: 0 additions & 1 deletion docs/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions docs/book.toml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/SUMMARY.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/src/overview.md

This file was deleted.

5 changes: 4 additions & 1 deletion utils-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./style/button.css">
<link rel="stylesheet" href="./style/tailwind.css">
<link data-trunk rel="rust" data-wasm-opt="z" />
<link data-trunk rel="icon" type="image/ico" href="/public/favicon.ico" />
<link data-trunk rel="tailwind-css" href="/style/tailwind.css" />
<style>
.open-sans-300 {
font-family: "Open Sans", sans-serif;
Expand Down
Binary file added utils-web/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion utils-web/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pub fn Home() -> impl IntoView {
<div class="container bg-red">
<header>
<div>
<h1 class="text-5xl hidden text-center">Everything that goes here goes here</h1>
<h1 class="text-5xl text-center">Everything that goes here goes here</h1>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Explicabo consectetur facilis, dicta, in magni incidunt esse neque, iste rem libero omnis asperiores earum? Eligendi magnam, ratione harum saepe fugiat similique?
</p>
Expand Down
3 changes: 0 additions & 3 deletions utils-web/style/button.css

This file was deleted.

4 changes: 0 additions & 4 deletions utils-web/style/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -586,10 +586,6 @@ video {
}
}

.hidden {
display: none;
}

.text-center {
text-align: center;
}
Expand Down
3 changes: 3 additions & 0 deletions utils-web/style/tailwind.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

0 comments on commit f37f913

Please sign in to comment.