Skip to content

Commit d09c6d5

Browse files
committed
update readme and links
1 parent 49356cf commit d09c6d5

File tree

2 files changed

+18
-26
lines changed

2 files changed

+18
-26
lines changed

README.md

+8-22
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![NAVADMIN Viewer icon](https://raw.githubusercontent.com/navadmin-viewer/recognizer/master/assets/Icon128.png)](https://apps.apple.com/us/app/navadmin-viewer/id1345135985)
22

3-
## NAVADMIN Viewer web client
3+
## NAVADMIN Viewer web app
44

5-
A (almost) fully featured web client [demo](https://navadmin-viewer.github.io/) for viewing Navy and Marine Corps administrative messages — a taste of the native apps.
5+
A fully featured [web app](https://navadmin-viewer.github.io/) for viewing Navy and Marine Corps administrative messages — a taste of the native apps.
66

77
[![NAVADMIN Viewer web screenshot](https://raw.githubusercontent.com/navadmin-viewer/navadmin-viewer.github.io/master/assets/navadmin-viewer-web-screenshot.png)](https://navadmin-viewer.github.io/)
88

@@ -39,29 +39,15 @@ Examples:
3939
**Tip:**
4040
*Adding `/view-message/?` path at the end of the URL before parameters will automatically launch the native NAVADMIN Viewer iOS and Android apps if installed. The page will be redirected to the `/` path before displaying the message on Desktop and if no app installs are detected.*
4141

42-
Parameter | Allowed Values | Description
43-
--- | --- | ---
44-
`type` | `NAVADMIN`, `ALNAV`, `MARADMIN`, `ALMAR` | The shared message type.
45-
`year` | 20xx | The shared message year.
46-
`number` | xxx | The shared message number.
42+
Parameter | Allowed Values | Description |
43+
--- | --- | --- |
44+
`type` | `NAVADMIN`, `ALNAV`, `MARADMIN`, `ALMAR` | The message type. |
45+
`year` | 20xx | The message year. |
46+
`number` | xxx | The message number. |
4747

4848
### ❔ FAQ
4949

50-
- Is this an official government product?
51-
52-
No. NAVADMIN Viewer comes with no warranty or claim of accuracy. The user is responsible for verifying information with official sources.
53-
54-
- Is there a native app for this?
55-
56-
Yes. For [iOS](https://apps.apple.com/us/app/navadmin-viewer/id1345135985) and [Android](https://play.google.com/store/apps/details?id=com.ansonliu.navadmin).
57-
58-
- Why not support *XXX* feature and device?
59-
60-
I may not have that device. I currently work on this in my own time for free. You may contact me for consulting by [emailing me](mailto:support@ansonliu.com).
61-
62-
- Can I use your data feed in my own work?
63-
64-
Please let me know before you do. Data transfer costs me money. Don't ruin it for everyone.
50+
See the main [FAQ](https://github.com/navadmin-viewer/?view_as=public)
6551

6652
### 🎉 Credits
6753

index.html

+10-4
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,14 @@ <h1>NAVADMIN Viewer</h1>
4141
<li class="nav-item">
4242
<a class="nav-link" id="nav-app-link" href="https://apps.apple.com/us/app/navadmin-viewer/id1345135985">App</a>
4343
</li>
44-
<li class="nav-item">
45-
<a class="nav-link" href="mailto:support@ansonliu.com">Contact</a>
44+
<li class="nav-item dropdown">
45+
<a class="nav-link dropdown-toggle" href="#" role="button" data-toggle="dropdown" aria-expanded="false">
46+
More
47+
</a>
48+
<div class="dropdown-menu">
49+
<a class="dropdown-item" target="_blank" href="https://github.com/navadmin-viewer">About</a>
50+
<a class="dropdown-item" href="mailto:support@ansonliu.com">Contact</a>
51+
</div>
4652
</li>
4753
</ul>
4854
</div>
@@ -108,10 +114,10 @@ <h1>NAVADMIN Viewer</h1>
108114
<h5>About</h5>
109115
<ul class="list-unstyled text-small">
110116
<li>
111-
<a class="text-muted" href="http://AnsonLiu.com">Anson Liu</a>
117+
<a class="text-muted" href="https://github.com/navadmin-viewer/">NAVADMIN Viewer</a>
112118
</li>
113119
<li>
114-
<a class="text-muted" href="https://github.com/navadmin-viewer/">Code repository</a>
120+
<a class="text-muted" href="http://AnsonLiu.com">Anson Liu</a>
115121
</li>
116122
<li>
117123
<a class="text-muted" href="https://navadmin-viewer.github.io/privacy.html">Privacy Policy</a>

0 commit comments

Comments
 (0)