mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Make the GF web site more mobile friendly
Most of the pages on the GF web site have an exemplary simple design, with just one column of text. This make them adapt exceptionally well to screens of different sizes. In particular, they should be easy to read even on smartphones. However, smartphone browsers like Mobile Safari and the default Android Browser assume that pages do *not* adapt well to small screens, so by default they emulate a big screen, forcing the user to zoom in to a part of the page to be able to read it. By adding the meta tag <meta name = "viewport" content = "width = device-width"> the big screen emulation can be turned off, allowing pages to be formatted to fit the actual screen size and text to be displayed at a readable size.
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
|
||||
<META NAME="generator" CONTENT="http://txt2tags.org">
|
||||
<LINK REL="stylesheet" TYPE="text/css" HREF="../css/style.css">
|
||||
<TITLE>Grammatical Framework Bibliography</TITLE>
|
||||
<meta name = "viewport" content = "width = device-width"><TITLE>Grammatical Framework Bibliography</TITLE>
|
||||
</HEAD><BODY BGCOLOR="white" TEXT="black">
|
||||
<P ALIGN="center"><CENTER><H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>Grammatical Framework Bibliography</H1>
|
||||
<FONT SIZE="4">
|
||||
<I>Aarne Ranta</I><BR>
|
||||
Wed Dec 14 18:13:03 2011
|
||||
</FONT></CENTER>
|
||||
<CENTER>
|
||||
<H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>Grammatical Framework Bibliography</H1>
|
||||
<FONT SIZE="4"><I>Aarne Ranta</I></FONT><BR>
|
||||
<FONT SIZE="4">Fri Sep 28 22:11:33 2012</FONT>
|
||||
</CENTER>
|
||||
|
||||
<P></P>
|
||||
<HR NOSHADE SIZE=1>
|
||||
<P></P>
|
||||
|
||||
<UL>
|
||||
<LI><A HREF="#toc1">Publications on GF</A>
|
||||
<LI><A HREF="#toc2">Background for GF</A>
|
||||
@@ -22,8 +23,10 @@ Wed Dec 14 18:13:03 2011
|
||||
<P></P>
|
||||
<HR NOSHADE SIZE=1>
|
||||
<P></P>
|
||||
|
||||
<A NAME="toc1"></A>
|
||||
<H2>Publications on GF</H2>
|
||||
|
||||
<P>
|
||||
In reverse temporal order:
|
||||
</P>
|
||||
@@ -773,8 +776,10 @@ The type theory and type checker of GF.
|
||||
<br>
|
||||
<I>Concise theoretical presentation of GF, using the old notation prior to v0.9</I>.
|
||||
</P>
|
||||
|
||||
<A NAME="toc2"></A>
|
||||
<H2>Background for GF</H2>
|
||||
|
||||
<P>
|
||||
In alphabetical order:
|
||||
</P>
|
||||
@@ -864,6 +869,6 @@ A. Ranta.
|
||||
<I>Interprets Lambek Calculus in type theory and defines some extensions</I>.
|
||||
</P>
|
||||
|
||||
<!-- html code generated by txt2tags 2.5 (http://txt2tags.sf.net) -->
|
||||
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
|
||||
<!-- cmdline: txt2tags -thtml ./doc/gf-bibliography.t2t -->
|
||||
</BODY></HTML>
|
||||
|
||||
Reference in New Issue
Block a user