-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
119 additions
and
40 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1,135 @@ | ||
<!-- (c) Clyde D'Souza --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta charset="UTF-8"> | ||
<head> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta charset="UTF-8" /> | ||
<title>Sponsor Clyde D'Souza</title> | ||
<meta name="description" content="Quick links on how to sponsor and support Clyde D'Souza."> | ||
<meta name="robots" content="noindex"> | ||
<link rel="stylesheet" href="style.css?v=1"> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon"/> | ||
<meta name="author" content="Clyde D'Souza"> | ||
<meta name="theme-color" content="#0079C1"> | ||
<meta | ||
name="description" | ||
content="Quick links on how to sponsor and support Clyde D'Souza." | ||
/> | ||
<meta name="robots" content="noindex" /> | ||
<link rel="stylesheet" href="style.css?v=1" /> | ||
<link rel="icon" href="favicon.ico" type="image/x-icon" /> | ||
<meta name="author" content="Clyde D'Souza" /> | ||
<meta name="theme-color" content="#0079C1" /> | ||
<!-- OpenGraph settings for social sharing --> | ||
<meta property="og:locale" content="en_US"> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta property="og:title" content="Sponsor Clyde D'Souza" /> | ||
<meta name="og:description" content="Quick links on how to sponsor and support Clyde D'Souza."> | ||
<meta | ||
name="og:description" | ||
content="Quick links on how to sponsor and support Clyde D'Souza." | ||
/> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://sponsor.clydedsouza.net/" /> | ||
<meta property="og:image" content="https://files.clydedsouza.net/site/ogimage.png" /> | ||
</head> | ||
<body> | ||
<img id="userPhoto" src="https://files.clydedsouza.net/site/clydedsouza.jpg" alt="Photo of Clyde D'Souza"> | ||
<meta | ||
property="og:image" | ||
content="https://files.clydedsouza.net/site/ogimage.png" | ||
/> | ||
</head> | ||
<body> | ||
<img id="userPhoto" src="/clydedsouza.jpg" alt="Photo of Clyde D'Souza" /> | ||
<div id="bio"> | ||
<h2>Sponsor Clyde D'Souza</h2> | ||
<p>Buying me a coffee or purchasing something I've created is a great way to support my endeavour's.</p> | ||
<p>Any and all contributions are welcome—thank you!</p> | ||
</div> | ||
<h2>Sponsor Clyde D'Souza</h2> | ||
<p> | ||
Buying me a coffee or purchasing something I've created is a great way | ||
to support my endeavour's. | ||
</p> | ||
<p>Any and all contributions are welcome—thank you!</p> | ||
</div> | ||
<div id="links"> | ||
<a class="link" href="https://ko-fi.com/clydedsouza" target="_blank">Buy me a Ko-Fi</a> | ||
<a class="link" href="https://www.buymeacoffee.com/clydedsouza" target="_blank">Buy me a coffee</a> | ||
<a class="link" href="https://github.com/sponsors/ClydeDz" target="_blank">GitHub Sponsors</a> | ||
<a class="link" href="https://clydedz.medium.com/membership" target="_blank">Join me on Medium</a> | ||
<a class="link" href="https://www.paypal.com/donate?hosted_button_id=ZGAZG5857A864" target="_blank">PayPal</a> | ||
<a class="link" href="https://society6.com/clydedsouza?curator=clydedsouza" target="_blank">Buy my merchandise</a> | ||
<a class="link" href="https://mamatellmeastory.clydedsouza.net/" target="_blank">Buy my book Mama, Tell Me a Story</a> | ||
<a class="link" href="https://aitellmeastory.clydedsouza.net/" target="_blank">Buy my book AI, Tell Me a Story</a> | ||
<a class="link" href="https://www.skillshare.com/r/user/clydedsouza" target="_blank">Join me on Skillshare</a> | ||
<a class="link" href="https://www.udemy.com/course/learn-html-tables/?referralCode=402474E58AD980CDBD8E" target="_blank">Join me on Udemy</a> | ||
<a class="link" href="https://rarible.com/clydedz" target="_blank">Buy my NFT's from Rarible</a> | ||
<a class="link" href="https://ko-fi.com/clydedsouza" target="_blank" | ||
>Buy me a Ko-Fi</a | ||
> | ||
<a | ||
class="link" | ||
href="https://www.buymeacoffee.com/clydedsouza" | ||
target="_blank" | ||
>Buy me a coffee</a | ||
> | ||
<a class="link" href="https://github.com/sponsors/ClydeDz" target="_blank" | ||
>Sponsor me on GitHub</a | ||
> | ||
<a | ||
class="link" | ||
href="https://medium.com/subscribe/@clydedz" | ||
target="_blank" | ||
>Join me on Medium</a | ||
> | ||
<a class="link" href="https://paypal.me/clydedz" target="_blank" | ||
>Send a PayPal donation</a | ||
> | ||
<a class="link" href="https://www.revolut.me/clydedz/" target="_blank" | ||
>Send a donation via Revolut</a | ||
> | ||
<a | ||
class="link" | ||
href="https://www.glideapps.com/templates/authors/clyde-dsouza" | ||
target="_blank" | ||
>Purchase my no-code app templates</a | ||
> | ||
<a | ||
class="link" | ||
href="https://society6.com/clydedsouza?curator=clydedsouza" | ||
target="_blank" | ||
>Buy my merchandise</a | ||
> | ||
<a | ||
class="link" | ||
href="https://mamatellmeastory.clydedsouza.net/" | ||
target="_blank" | ||
>Buy my book Mama, Tell Me a Story</a | ||
> | ||
<a | ||
class="link" | ||
href="https://aitellmeastory.clydedsouza.net/" | ||
target="_blank" | ||
>Buy my book AI, Tell Me a Story</a | ||
> | ||
<a | ||
class="link" | ||
href="https://www.skillshare.com/r/user/clydedsouza" | ||
target="_blank" | ||
>Join me on Skillshare</a | ||
> | ||
<a | ||
class="link" | ||
href="https://www.udemy.com/course/learn-html-tables/?referralCode=402474E58AD980CDBD8E" | ||
target="_blank" | ||
>Join me on Udemy</a | ||
> | ||
</div> | ||
<div id="socialLinks"> | ||
<a href="https://linkedin.com/in/clydedz/" target="_blank"><i class="fab fa-linkedin"></i></a> | ||
<a href="https://twitter.com/clydedz" target="_blank"><i class="fab fa-twitter"></i></a> | ||
<a href="https://www.instagram.com/insta_clyde/" target="_blank"><i class="fab fa-instagram"></i></a> | ||
<a href="https://github.com/ClydeDz/" target="_blank"><i class="fab fa-github"></i></a> | ||
<a href="https://www.youtube.com/channel/UCM-rrJnAhIc8EY2Aj34Wnfg" target="_blank"><i class="fab fa-youtube"></i></a> | ||
<a href="https://medium.com/@clydedz" target="_blank"><i class="fab fa-medium"></i></a> | ||
<a href="mailto:[email protected]" target="_blank"><i class="fas fa-envelope"></i></a> | ||
<a href="https://linkedin.com/in/clydedz/" target="_blank" | ||
><i class="fab fa-linkedin"></i | ||
></a> | ||
<a href="https://twitter.com/clydedz" target="_blank" | ||
><i class="fab fa-x-twitter"></i | ||
></a> | ||
<a href="https://github.com/ClydeDz/" target="_blank" | ||
><i class="fab fa-github"></i | ||
></a> | ||
<a | ||
href="https://www.youtube.com/channel/UCM-rrJnAhIc8EY2Aj34Wnfg" | ||
target="_blank" | ||
><i class="fab fa-youtube"></i | ||
></a> | ||
<a href="https://medium.com/@clydedz" target="_blank" | ||
><i class="fab fa-medium"></i | ||
></a> | ||
<a href="mailto:[email protected]" target="_blank" | ||
><i class="fas fa-envelope"></i | ||
></a> | ||
</div> | ||
<footer> | ||
<a href="https://www.clydedsouza.net" target="_blank">www.clydedsouza.net</a> | ||
<a href="https://www.clydedsouza.net" target="_blank" | ||
>www.clydedsouza.net</a | ||
> | ||
</footer> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.9.0/css/all.css"> | ||
</body> | ||
<link | ||
rel="stylesheet" | ||
href="https://use.fontawesome.com/releases/v6.4.2/css/all.css" | ||
/> | ||
</body> | ||
</html> |