Update index.html
Browse files- index.html +22 -26
index.html
CHANGED
|
@@ -11,66 +11,66 @@
|
|
| 11 |
--background-color: #f8f9fa;
|
| 12 |
--hover-color: #007bff;
|
| 13 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
body {
|
| 15 |
font-family: 'Arial', sans-serif;
|
| 16 |
line-height: 1.6;
|
| 17 |
color: var(--primary-color);
|
| 18 |
background-color: var(--background-color);
|
| 19 |
-
margin: 0;
|
| 20 |
-
padding: 0;
|
| 21 |
-
display: flex;
|
| 22 |
-
flex-direction: column;
|
| 23 |
-
min-height: 100vh;
|
| 24 |
-
}
|
| 25 |
-
.container {
|
| 26 |
-
width: 100%;
|
| 27 |
-
flex-grow: 1;
|
| 28 |
display: flex;
|
| 29 |
flex-direction: column;
|
| 30 |
}
|
| 31 |
header {
|
| 32 |
background-color: white;
|
| 33 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
| 34 |
-
padding:
|
| 35 |
text-align: center;
|
| 36 |
}
|
| 37 |
h1 {
|
| 38 |
color: var(--primary-color);
|
| 39 |
margin: 0;
|
|
|
|
| 40 |
}
|
| 41 |
.graph-container {
|
|
|
|
| 42 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
| 43 |
flex-grow: 1;
|
| 44 |
-
min-height: 70vh;
|
| 45 |
border: none;
|
| 46 |
}
|
| 47 |
footer {
|
| 48 |
background-color: var(--secondary-color);
|
| 49 |
color: white;
|
| 50 |
text-align: center;
|
| 51 |
-
padding:
|
| 52 |
}
|
| 53 |
.logo {
|
| 54 |
-
max-width:
|
| 55 |
height: auto;
|
| 56 |
-
|
|
|
|
| 57 |
}
|
| 58 |
.social-links {
|
| 59 |
-
display:
|
| 60 |
-
|
| 61 |
-
gap: 15px;
|
| 62 |
-
margin-top: 15px;
|
| 63 |
}
|
| 64 |
.social-links a {
|
| 65 |
opacity: 0.7;
|
| 66 |
transition: opacity 0.3s ease;
|
|
|
|
| 67 |
}
|
| 68 |
.social-links a:hover {
|
| 69 |
opacity: 1;
|
| 70 |
}
|
| 71 |
.social-links img {
|
| 72 |
-
width:
|
| 73 |
-
height:
|
| 74 |
}
|
| 75 |
</style>
|
| 76 |
</head>
|
|
@@ -79,11 +79,8 @@
|
|
| 79 |
<h1>Bunka Network Graph - Hugging Face Users</h1>
|
| 80 |
</header>
|
| 81 |
|
| 82 |
-
<div class="container">
|
| 83 |
-
<
|
| 84 |
-
<!-- Embed the co_user graph here -->
|
| 85 |
-
<iframe src="co_user.html" width="100%" height="100%" frameborder="0"></iframe>
|
| 86 |
-
</div>
|
| 87 |
</div>
|
| 88 |
|
| 89 |
<footer>
|
|
@@ -94,7 +91,6 @@
|
|
| 94 |
<a href="https://www.linkedin.com/company/85881815" target="_blank"><img src="https://qtyhiurxoicqmxzpktkd.supabase.co/storage/v1/object/sign/email-content/LinkedIn_logo_initials.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJlbWFpbC1jb250ZW50L0xpbmtlZEluX2xvZ29faW5pdGlhbHMucG5nIiwiaWF0IjoxNzI0ODQwMDQ1LCJleHAiOjE3ODc5MTIwNDV9.9d6MAK3x9LOmsYyB8KyGk5PPFGkPNoGjsW7wdxiZt3M&t=2024-08-28T10%3A14%3A05.996Z" alt="LinkedIn"></a>
|
| 95 |
<a href="https://discord.gg/3YRPVqXabQ" target="_blank"><img src="https://qtyhiurxoicqmxzpktkd.supabase.co/storage/v1/object/sign/email-content/discord.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJlbWFpbC1jb250ZW50L2Rpc2NvcmQucG5nIiwiaWF0IjoxNzI0ODM5ODc4LCJleHAiOjE3ODc5MTE4Nzh9.w1Ggb_Nh1UnjKeVujp_7ljAW0ZSP3ETNkYJLKuBZ_Zo&t=2024-08-28T10%3A11%3A18.993Z" alt="Discord"></a>
|
| 96 |
</div>
|
| 97 |
-
<p>Created by Bunka. For more information, visit <a href="https://huggingface.co/bunkalab" style="color: white;">bunkalab on Hugging Face</a>.</p>
|
| 98 |
</footer>
|
| 99 |
</body>
|
| 100 |
</html>
|
|
|
|
| 11 |
--background-color: #f8f9fa;
|
| 12 |
--hover-color: #007bff;
|
| 13 |
}
|
| 14 |
+
html, body {
|
| 15 |
+
height: 100%;
|
| 16 |
+
margin: 0;
|
| 17 |
+
padding: 0;
|
| 18 |
+
}
|
| 19 |
body {
|
| 20 |
font-family: 'Arial', sans-serif;
|
| 21 |
line-height: 1.6;
|
| 22 |
color: var(--primary-color);
|
| 23 |
background-color: var(--background-color);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
display: flex;
|
| 25 |
flex-direction: column;
|
| 26 |
}
|
| 27 |
header {
|
| 28 |
background-color: white;
|
| 29 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
| 30 |
+
padding: 10px 0;
|
| 31 |
text-align: center;
|
| 32 |
}
|
| 33 |
h1 {
|
| 34 |
color: var(--primary-color);
|
| 35 |
margin: 0;
|
| 36 |
+
font-size: 1.5em;
|
| 37 |
}
|
| 38 |
.graph-container {
|
| 39 |
+
flex-grow: 1;
|
| 40 |
width: 100%;
|
| 41 |
+
display: flex;
|
| 42 |
+
}
|
| 43 |
+
iframe {
|
| 44 |
flex-grow: 1;
|
|
|
|
| 45 |
border: none;
|
| 46 |
}
|
| 47 |
footer {
|
| 48 |
background-color: var(--secondary-color);
|
| 49 |
color: white;
|
| 50 |
text-align: center;
|
| 51 |
+
padding: 10px 0;
|
| 52 |
}
|
| 53 |
.logo {
|
| 54 |
+
max-width: 100px;
|
| 55 |
height: auto;
|
| 56 |
+
vertical-align: middle;
|
| 57 |
+
margin-right: 10px;
|
| 58 |
}
|
| 59 |
.social-links {
|
| 60 |
+
display: inline-block;
|
| 61 |
+
vertical-align: middle;
|
|
|
|
|
|
|
| 62 |
}
|
| 63 |
.social-links a {
|
| 64 |
opacity: 0.7;
|
| 65 |
transition: opacity 0.3s ease;
|
| 66 |
+
margin: 0 5px;
|
| 67 |
}
|
| 68 |
.social-links a:hover {
|
| 69 |
opacity: 1;
|
| 70 |
}
|
| 71 |
.social-links img {
|
| 72 |
+
width: 20px;
|
| 73 |
+
height: 20px;
|
| 74 |
}
|
| 75 |
</style>
|
| 76 |
</head>
|
|
|
|
| 79 |
<h1>Bunka Network Graph - Hugging Face Users</h1>
|
| 80 |
</header>
|
| 81 |
|
| 82 |
+
<div class="graph-container">
|
| 83 |
+
<iframe src="co_user.html" width="100%" height="100%" frameborder="0"></iframe>
|
|
|
|
|
|
|
|
|
|
| 84 |
</div>
|
| 85 |
|
| 86 |
<footer>
|
|
|
|
| 91 |
<a href="https://www.linkedin.com/company/85881815" target="_blank"><img src="https://qtyhiurxoicqmxzpktkd.supabase.co/storage/v1/object/sign/email-content/LinkedIn_logo_initials.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJlbWFpbC1jb250ZW50L0xpbmtlZEluX2xvZ29faW5pdGlhbHMucG5nIiwiaWF0IjoxNzI0ODQwMDQ1LCJleHAiOjE3ODc5MTIwNDV9.9d6MAK3x9LOmsYyB8KyGk5PPFGkPNoGjsW7wdxiZt3M&t=2024-08-28T10%3A14%3A05.996Z" alt="LinkedIn"></a>
|
| 92 |
<a href="https://discord.gg/3YRPVqXabQ" target="_blank"><img src="https://qtyhiurxoicqmxzpktkd.supabase.co/storage/v1/object/sign/email-content/discord.png?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cmwiOiJlbWFpbC1jb250ZW50L2Rpc2NvcmQucG5nIiwiaWF0IjoxNzI0ODM5ODc4LCJleHAiOjE3ODc5MTE4Nzh9.w1Ggb_Nh1UnjKeVujp_7ljAW0ZSP3ETNkYJLKuBZ_Zo&t=2024-08-28T10%3A11%3A18.993Z" alt="Discord"></a>
|
| 93 |
</div>
|
|
|
|
| 94 |
</footer>
|
| 95 |
</body>
|
| 96 |
</html>
|