-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
60 lines (56 loc) · 2.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Web3Collectives is a free Web3 resource library that helps you level up your blockchain development and technology skills by providing a wide range of learning materials, including popular and recommended resources such as interactive tutorials, how-to-guides, courses, books, documentation and videos."
/>
<meta name="keywords" content="Blockchain, Smart Contract Development, Web3, Decentralized Applications, Tutorials , cryptocurrency, Ethereum, Celo, Solana, Polygon, Blockchain Development, Online Courses, Interactive Games, Documentations, Project Starter Template, Github Respositories, Node Providers"/>
<!-- Facebook Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://web3collectives.vercel.app" />
<meta property="og:title" content="Web3Collectives" />
<meta
property="og:description"
content="Web3Collectives is a free Web3 resource library that helps you level up your blockchain development and technology skills by providing a wide range of learning materials, including popular and recommended resources such as interactive tutorials, how-to-guides, courses, books, documentation and videos."
/>
<meta property="og:image" content="https://user-images.githubusercontent.com/46662771/252154644-90dc8acd-73fb-4c1f-8549-7c8c567ae3c0.jpg" />
<!-- Twitter Meta Tags -->
<meta property="twitter:card" content="Learning Resources Website" />
<meta property="twitter:url" content="https://web3collectives.vercel.app" />
<meta property="twitter:title" content="Web3Collectives" />
<meta
property="twitter:description"
content=" Web3Collectives is a free library of over 200 web3 resources on varying topics like Smart contract deployment, building decentralized applications, cryptography fundementals and lots more..."
/>
<meta property="twitter:image" content="https://user-images.githubusercontent.com/46662771/252154644-90dc8acd-73fb-4c1f-8549-7c8c567ae3c0.jpg" />
<!-- Favicons -->
<link rel="icon" sizes="16x16" href="./src//assets//images/logo-16.png" />
<link rel="icon" sizes="32x32" href="./src//assets//images/logo-32.png" />
<link rel="icon" sizes="48x48" href="./src//assets//images/logo-48.png" />
<link
rel="icon"
sizes="152x152"
href="./src//assets//images/logo-152.png"
/>
<link
rel="icon"
sizes="192x192"
href="./src//assets//images/logo-192.png"
/>
<link
rel="icon"
type="image/ico"
href="./src//assets//images/favicon.ico"
/>
<title>
Web3Collectives | A Free library of Blockchain Development Resources
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>