-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
135 lines (135 loc) · 4.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!-- (c) Clyde D'Souza -->
<!DOCTYPE html>
<html>
<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" />
<!-- OpenGraph settings for social sharing -->
<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 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="/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>
<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"
>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-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
>
</footer>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"
/>
</body>
</html>