-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
executable file
·27 lines (26 loc) · 1.18 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
<!DOCTYPE html>
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin=""/>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Firefox Webextensions mentors and events</title>
<link rel="icon" type="image/x-icon" href="https://addons.cdn.mozilla.net/static/img/favicon.ico?b=5fa7d1f9-59ef6e72">
</head>
<body>
<span id="forkongithub">
<a href="https://github.com/firefox-addons/mentor-map" target="_blank">Fork us on GitHub</a>
</span>
<header>
<h1>Firefox Add-ons developer mentors map</h1>
<p>
You can find the mentors either in the map or just search them in the table provided below.
</p>
</header>
</body>
<script src="data/mentors.js"></script>
<script src="build.js"></script>
</html>