This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.html
92 lines (92 loc) · 3.29 KB
/
header.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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<div>
<a href="http://openmobilealliance.org/" target="_blank"><img src="/Images/oma_logo.jpg" /></a>
<a href="http://openmobilealliance.org/feed/" target="_blank"><img src="/Images/oma_Feed.jpg " HEIGHT="40" WIDTH="40" BORDER="0" /></a>
<a href="https://www.facebook.com/OpenMobileAlliance" target="_blank"><img src="/Images/oma_facebook.jpg " HEIGHT="40" WIDTH="40" BORDER="0" /></a>
<a href="https://www.linkedin.com/company/52819?trk=tyah" target="_blank"><img src="/Images/oma_linkedin.jpg " HEIGHT="40" WIDTH="40" BORDER="0" /></a>
<a href="https://twitter.com/openmobilea" target="_blank"><img src="/Images/oma_twitter.jpg " HEIGHT="40" WIDTH="40" BORDER="0" /></a>
<a href="https://www.youtube.com/user/openmobilealliance?feature=results_main" target="_blank"><img src="/Images/oma_youtube.jpg " HEIGHT="40" WIDTH="40" BORDER="0" /></a>
</div>
<header>
<nav>
<div class="technical-item">
<div>
<a href="/index.html">Specifications</a>
</div>
<div>
<small>Technical Documents</small>
</div>
</div>
<div class="technical-item">
<div>
<a href="/API_Inventory.html">API</a>
</div>
<div>
<small>Inventory</small>
</div>
</div>
<div class="technical-item">
<div>
<a href="/public_documents.html">Public Documents </a>
</div>
<div>
<small>Public Access</small>
</div>
</div>
<div class="technical-item">
<div>
<a href="/supporting_data.html">Supporting Data</a>
</div>
<div>
<small>Machine Readable Files</small>
</div>
</div>
<div class="technical-item">
<div>
<a href="/Affiliates.html">Affiliates</a>
</div>
<div>
<small>Organisation Integration</small>
</div>
</div>
<div class="community-item">
<div>
<a href="/registries.html">Registries</a>
</div>
<div>
<small>Allocate ID</small>
</div>
</div>
<div class="community-item">
<div>
<a href="https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/wiki">Developers</a>
</div>
<div>
<small>Toolkit</small>
</div>
</div>
<div class="community-item">
<div>
<a href="/testfest.html">TestFest</a>
</div>
<div>
<small>Tools</small>
</div>
</div>
<div class="feedback-item">
<div>
<a href="/comments.html">Comments</a>
</div>
<div>
<small>Contact us</small>
</div>
</div>
<div class="feedback-item">
<div>
<a href="/guest.shtml" target="_blank">Guest Policy</a>
</div>
<div>
<small>Join us!</small>
</div>
</div>
</nav>
</header>