-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
114 lines (114 loc) · 3.6 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
<!-- (c) Clyde D'Souza -->
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<title>Clyde D'Souza - Quick Links</title>
<meta
name="description"
content="All the links to get in touch with Clyde D'Souza in one place."
/>
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="style.css?v=2" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<meta name="author" content="Clyde D'Souza" />
<meta name="theme-color" content="#009688" />
<!-- OpenGraph settings for social sharing -->
<meta property="og:locale" content="en_US" />
<meta property="og:title" content="Clyde D'Souza - Quick Links" />
<meta
name="og:description"
content="All the links to get in touch with Clyde D'Souza in one place."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://links.clydedsouza.net" />
<meta
property="og:image"
content="https://files.clydedsouza.net/site/ogimage.png"
/>
</head>
<body>
<img id="userPhoto" src="/clydedsouza.jpg" alt="Image of Clyde D'Souza" />
<div id="bio">
<h2>Clyde D'Souza</h2>
<p>Software Engineer and Author</p>
</div>
<div id="links">
<a
class="link"
href="https://mamatellmeastory.clydedsouza.net/"
target="_blank"
>Mama, Tell Me a Story (eBook and paperback)</a
>
<a
class="link"
href="https://aitellmeastory.clydedsouza.net/"
target="_blank"
>AI, Tell Me a Story (eBook and paperback)</a
>
<a class="link" href="https://www.youtube.com/@clydedz" target="_blank"
>Subscribe to my YouTube channel</a
>
<a
class="link"
href="https://society6.com/clydedsouza?curator=clydedsouza"
target="_blank"
>Shop for merchandise</a
>
<a class="link" href="https://miro.pxf.io/R5km1g" target="_blank"
>Copy my Miro templates</a
>
<a class="link" href="https://sponsor.clydedsouza.net/" target="_blank"
>Buy me a coffee</a
>
<a
class="link"
href="https://www.glideapps.com/templates/authors/clyde-dsouza"
target="_blank"
>Buy my no-code app templates on Glide</a
>
<a
class="link"
href="https://www.skillshare.com/r/user/clydedsouza"
target="_blank"
>Watch my classes on Skillshare</a
>
<a
class="link"
href="https://www.udemy.com/user/clydedsouza/"
target="_blank"
>Watch my classes 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/@clydedz" 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>