Update index.html
Browse files- index.html +10 -4
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>Bunka Network Graph</title>
|
7 |
<style>
|
8 |
:root {
|
9 |
--primary-color: #4a4a4a;
|
@@ -27,13 +27,18 @@
|
|
27 |
header {
|
28 |
background-color: white;
|
29 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
30 |
-
padding:
|
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;
|
@@ -76,7 +81,8 @@
|
|
76 |
</head>
|
77 |
<body>
|
78 |
<header>
|
79 |
-
<h1>Bunka Network Graph -
|
|
|
80 |
</header>
|
81 |
|
82 |
<div class="graph-container">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Bunka Network Graph - Mapping the top 500 HF users</title>
|
7 |
<style>
|
8 |
:root {
|
9 |
--primary-color: #4a4a4a;
|
|
|
27 |
header {
|
28 |
background-color: white;
|
29 |
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
30 |
+
padding: 15px 0;
|
31 |
text-align: center;
|
32 |
}
|
33 |
h1 {
|
34 |
color: var(--primary-color);
|
35 |
+
margin: 0 0 10px 0;
|
36 |
+
font-size: 1.8em;
|
37 |
+
}
|
38 |
+
.subtitle {
|
39 |
+
font-size: 1em;
|
40 |
+
color: var(--secondary-color);
|
41 |
margin: 0;
|
|
|
42 |
}
|
43 |
.graph-container {
|
44 |
flex-grow: 1;
|
|
|
81 |
</head>
|
82 |
<body>
|
83 |
<header>
|
84 |
+
<h1>Bunka Network Graph - Mapping the top 500 HF users</h1>
|
85 |
+
<p class="subtitle">Two users are closer if they are followed by the same people</p>
|
86 |
</header>
|
87 |
|
88 |
<div class="graph-container">
|