-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
39 lines (31 loc) · 1.45 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Esri Canada is on GitHub!</title>
<meta name="description" content="" />
<meta name="author" content="Esri Canada" />
<meta name="viewport" content="width=device-width; initial-scale=1.0" />
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="header">
<div class="banner">
<div class="description">
<h1>Esri Canada is on GitHub!</h1>
<p class="desc">We're excited about helping developers build and share software. Browse our open source code and get started with our powerful ArcGIS platform.</p>
</div><!-- end description div -->
<div class="button">
<a href="https://github.com/EsriCanada"><img src="images/button.png" width="392" height="79" alt="Browse on GitHub"></a>
</div><!-- end button div -->
<div class="footer">
<p>Need an <a href="http://developers.esri.com/" target="_blank">ArcGIS Subscription</a>? Start developing today for <a href="https://developers.arcgis.com/en/plans/" target="_blank">free</a>.</p>
</div><!-- end header div -->
</div><!-- end banner div -->
</div><!-- end header div -->
</body>
</html>