forked from AOSSIE-Org/OrgExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (59 loc) · 3.2 KB
/
Copy pathindex.html
File metadata and controls
81 lines (59 loc) · 3.2 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0f172a" />
<title>
OrgExplorer — GitHub Organization Analytics & Repository Insights
</title>
<meta name="title" content="OrgExplorer — GitHub Organization Analytics & Repository Insights" />
<meta name="description"
content="Analyze GitHub organizations with repository insights, contributor intelligence, activity trends, governance analytics, and interactive visualizations using OrgExplorer." />
<meta name="keywords"
content="GitHub analytics, GitHub organization analytics, repository insights, contributor analytics, open source analytics, GitHub dashboard, repository metrics, contributor graph, OrgExplorer, GitHub data visualization, open source project analytics" />
<meta name="author" content="AOSSIE" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://orgexplorer.aossie.org/" />
<link rel="icon" type="image/svg+xml" href="/org-explorer-logo.svg" />
<link rel="apple-touch-icon" href="/org-explorer-logo.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://orgexplorer.aossie.org/" />
<meta property="og:title" content="OrgExplorer — GitHub Organization Analytics" />
<meta property="og:description"
content="Advanced GitHub organization analytics with repository insights, contributor intelligence, governance metrics, and interactive visualizations." />
<meta property="og:image" content="https://orgexplorer.aossie.org/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OrgExplorer — GitHub Organization Analytics" />
<meta name="twitter:description"
content="Analyze GitHub organizations with advanced repository and contributor analytics." />
<meta name="twitter:image" content="https://orgexplorer.aossie.org/og-image.png" />
<link rel="preconnect" href="https://api.github.com" />
<link rel="dns-prefetch" href="https://api.github.com" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/AOSSIE-Org/SocialShareButton/src/social-share-button.css"
crossorigin="anonymous" />
<script defer src="https://cdn.jsdelivr.net/gh/AOSSIE-Org/SocialShareButton/src/social-share-button.js"
crossorigin="anonymous"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "OrgExplorer",
"url": "https://orgexplorer.aossie.org/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"description": "GitHub organization analytics platform for repository insights, contributor intelligence, governance metrics, and visual analytics.",
"image": "https://orgexplorer.aossie.org/og-image.png",
"creator": {
"@type": "Organization",
"name": "AOSSIE"
}
}
</script>
</head>
<body>
<noscript> OrgExplorer requires JavaScript to run properly. </noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>