Update index.html
Browse files- index.html +6 -1
index.html
CHANGED
@@ -26,6 +26,9 @@
|
|
26 |
padding: 2rem;
|
27 |
}
|
28 |
|
|
|
|
|
|
|
29 |
|
30 |
p {
|
31 |
color: rgb(107, 114, 128);
|
@@ -48,7 +51,9 @@
|
|
48 |
</style>
|
49 |
</head>
|
50 |
<body>
|
51 |
-
<div id="title_map"> π Let's build this event together and share our passion worldwide! π
|
|
|
|
|
52 |
<div id="map"></div>
|
53 |
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
54 |
<script src="script.js"></script>
|
|
|
26 |
padding: 2rem;
|
27 |
}
|
28 |
|
29 |
+
#description_map{
|
30 |
+
font-size: 10px;
|
31 |
+
}
|
32 |
|
33 |
p {
|
34 |
color: rgb(107, 114, 128);
|
|
|
51 |
</style>
|
52 |
</head>
|
53 |
<body>
|
54 |
+
<div id="title_map"> π Let's build this event together and share our passion worldwide! π <br>
|
55 |
+
<div id="description-map"> Host a Local Hackathon: Register <a rel="nofollow" href="https://forms.gle/fYQteWn2R2DGBSUy5" target="_blank">here</a></div>
|
56 |
+
</div>
|
57 |
<div id="map"></div>
|
58 |
<script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
|
59 |
<script src="script.js"></script>
|