-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDWG8.html
More file actions
70 lines (67 loc) · 2.37 KB
/
Copy pathDWG8.html
File metadata and controls
70 lines (67 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UN Open GIS</title>
<meta name="author" content="UN Open GIS" />
<meta
name="description"
content="The official site for the UN Open GIS Initiative."
/>
<!-- reset default CSS -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="style.css" />
<script defer src="script.js"></script>
</head>
<body>
<div id="header"></div>
<section class="wrapper">
<article class="content-main">
<article class="sub-nav">
<a href="index.html"
><img src="./Overview_files/sub-nav-home.png" alt="home-icon"
/></a>
<u
><img src="./Overview_files/sub-nav-arrow.png" alt="arrow-icon"
/></u>
<span> What We Do</span>
</article>
<article class="sub-title">
<p>DWG 8: Open-source implemetation of IGIF</p>
</article>
<section class="underline">
<div class="dwg8-content">
<p>
Working Group 8 aims to support the long-term adoption and use of
Spatial Data Infrastructures (SDIs) in UN member states by
promoting open-source technology as a key tool for implementing
the IGIF's "Strategic Pathway 7: Technology and Infrastructure."
The goal is to ensure interoperability, efficiency,
sustainability, and equitable access to geospatial information.
<br /><br />
Please access our
<a href="https://unopengis.github.io/DWG8/" target="_blank"
>DWG8 website</a
>
if you are interested in participating with us! Again, we are an
open community of practice.
</p>
<a href="https://unopengis.github.io/DWG8/" target="_blank">
<img src="./DWG8_files/DWG8pic.png" alt="DWG 8: pic" />
</a>
</div>
</section>
</article>
</section>
<div class="bar"></div>
<div id="footer"></div>
</body>
</html>