Skip to content

Commit

Permalink
New "donate" button
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj committed Jun 11, 2023
1 parent 00d2d42 commit 820901f
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This repo is a hub giving access to all of my projects.
See it live here: [piellardj.github.io](https://piellardj.github.io).

[![Donate](https://raw.githubusercontent.com/piellardj/piellardj.github.io/master/images/readme/donate-paypal.svg)](https://www.paypal.com/donate/?hosted_button_id=AF7H7GEJTL95E)

## Projects: Web

### Water (WebGPU): [live](https://piellardj.github.io/water-webgpu) / [repo](https://github.com/piellardj/water-webgpu)
Expand Down
1 change: 1 addition & 0 deletions images/readme/donate-paypal-green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions images/readme/donate-paypal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2023-06-11T15%3A41%3A11.116Z">
<link rel="stylesheet" type="text/css" href="css/page.css?v=2023-06-11T15%3A50%3A24.262Z">
</head>

<body>
Expand Down Expand Up @@ -779,11 +779,11 @@ <h2 class="card-title">Sampler 2D</h2>
<script type="text/javascript">
var Page = Page || {};
Object.defineProperty(Page, "version", {
value: "2023-06-11T15%3A41%3A11.116Z",
value: "2023-06-11T15%3A50%3A24.262Z",
writable: false,
});
</script>
<script src="script/page.min.js?v=2023-06-11T15%3A41%3A11.116Z"></script>
<script src="script/page.min.js?v=2023-06-11T15%3A50%3A24.262Z"></script>
</body>

</html>
2 changes: 2 additions & 0 deletions src/readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ function buildReadme(data: IReadmeData): string {
This repo is a hub giving access to all of my projects.
See it live here: [piellardj.github.io](https://piellardj.github.io).
[![Donate](https://raw.githubusercontent.com/piellardj/piellardj.github.io/master/images/readme/donate-paypal.svg)](https://www.paypal.com/donate/?hosted_button_id=AF7H7GEJTL95E)
`;

const parts: string[] = [introduction];
Expand Down

0 comments on commit 820901f

Please sign in to comment.