Merge pull request #673 from fkloft/website

Website: some changes
This commit is contained in:
Jon Atkins 2013-12-02 12:12:23 -08:00
commit 10b662d8c1
6 changed files with 20 additions and 24 deletions

View File

@ -11,3 +11,17 @@ table tr.category_header {
table .description {
font-style: italic;
}
.icon-chevron-desktop,
.icon-chevron-mobile {
background-image: url("../img/glyphicons-devices.png");
background-position: 0 0;
}
.nav-list > .active > a > .icon-chevron-desktop,
.nav-list > .active > a > .icon-chevron-mobile
{
background-image: url("../img/glyphicons-devices-white.png");
}
.icon-chevron-mobile {
background-position: 0 -14px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 848 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 B

View File

@ -102,8 +102,8 @@ $pages = Array (
'home' => '<i class="icon-home"></i> Home',
'news' => '<i class="icon-list"></i> News',
'faq' => '<i class="icon-question-sign"></i> FAQ',
'desktop' => '<i class="icon-chevron-right"></i> Desktop',
'mobile' => '<i class="icon-chevron-right"></i> Mobile',
'desktop' => '<i class="icon-chevron-desktop"></i> Desktop',
'mobile' => '<i class="icon-chevron-mobile"></i> Mobile',
'test' => '<i class="icon-wrench"></i> Test Builds',
'developer' => '<i class="icon-cog"></i> Developers',
'about' => '<i class="icon-info-sign"></i> About',

View File

@ -2,23 +2,6 @@
<ul>
<li>
<h4 id="mobile-login">Login on mobile doesn't work!</h4>
<p>
Many users are seeing the error message <b>Error: Server Error</b> when attempting to log in on mobile.
To get past this and log in successfully, you can try to
<ol>
<li>Exit IITC and try again. Some people have success after a number of tries, <i>or</i></li>
<li>Cancel when asked to choose an account, and manually enter your email address and password into the web page</li>
</ol>
</p>
<p>
As far as we can tell this isn't an IITC Mobile issue - using the Chrome browser on android, which also supports
Google login, can give similar issues. Further discussion on this is happening in
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/497">github issue #497</a>.
</p>
</li>
<li>
<h4 id="not-activated">I get a message saying my account isn't activated</h4>
<p>

View File

@ -24,12 +24,11 @@ install from the link below.
<h3>Known issues</h3>
<p>
IITC Mobile is still in the early stages of development. Many things do not yet work right. Major known issues are:
IITC Mobile has some known problems, major issues are:
<ol>
<li>Some users get <b>Error: Server Error</b> when logging in. See the FAQ for possible workarounds.</li>
<li>Some plugins do not work well, or at all, at this time.</li>
<li>Serious issues exist on Android 4.0 devices.
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/90">details</a>.</li>
<li>Some plugins do not work well, or at all.</li>
<li>Pinch zoom hangs on some devices.
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/257">details</a>.</li>
</ol>
</p>