Skip to content

Commit dbac00f

Browse files
committed
add links
1 parent 44fd7f3 commit dbac00f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap"
2828
rel="stylesheet"
2929
/>
30+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css">
3031

3132
<link rel="stylesheet" href="./styles.css" />
3233
</head>
@@ -42,6 +43,10 @@
4243
<div class="col">
4344
<h1 class="font-source-sans">Generate GeoJSON from coordinates</h1>
4445
</div>
46+
<div class="col-4 text-end">
47+
<a href="https://generate-geojson-from-cordinates.netlify.app/" target="_blank"><i class="bi bi-globe2 mx-1" style="color: #fff; font-size: 2.3rem"></i></a>
48+
<a href="https://github.com/emamut/generate-geojson-from-cordinates" target="_blank"><i class="bi bi-github mx-1" style="color: #fff; font-size: 2.3rem"></i></a>
49+
</div>
4550
</header>
4651
<div class="container">
4752
<div class="row mt-4">

0 commit comments

Comments
 (0)