mailr27570 - /website/head.html


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 06, 2015 - 09:06:
Author: bugman
Date: Fri Feb  6 09:06:43 2015
New Revision: 27570

URL: http://svn.gna.org/viewcvs/relax?rev=27570&view=rev
Log:
Added the viewport metadata to all of the http://www.nmr-relax.com webpages.

This is via the SSI included head.html file.  The configured viewport should 
result in better
rendering of http://www.nmr-relax.com on mobile devices.


Modified:
    website/head.html

Modified: website/head.html
URL: 
http://svn.gna.org/viewcvs/relax/website/head.html?rev=27570&r1=27569&r2=27570&view=diff
==============================================================================
--- website/head.html   (original)
+++ website/head.html   Fri Feb  6 09:06:43 2015
@@ -4,6 +4,9 @@
   <meta name="keywords" content="Software, model-free analysis, NMR 
relaxation data (R1 and R2 exponential curve-fitting, steady-state NOE 
calculation), reduced spectral density mapping, relaxation dispersion, 
N-state model, frame order dynamics theories, stereochemistry, conformational 
analysis, organic molecules, proteins, RNA, DNA, sugars, and other 
biomolecules, modelfree analysis." />
 
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+  <!--Mobile device support-->
+  <meta name=viewport content="width=device-width, initial-scale=1">
 
   <!--relax css-->
   <link rel="stylesheet" type="text/css" 
href="http://www.nmr-relax.com/relax.css"/>




Related Messages


Powered by MHonArc, Updated Fri Feb 06 10:20:05 2015