mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Removed search. Fixed Magazine Archives page. Few other css changes
This commit is contained in:
1
source/CNAME
Normal file
1
source/CNAME
Normal file
@ -0,0 +1 @@
|
||||
wona.co.in
|
||||
@ -10,12 +10,6 @@
|
||||
<br/>
|
||||
<div class="alignright search">
|
||||
<a class="button"></a>
|
||||
<div class="container">
|
||||
<form action="{{ site.simple_search }}" method="get">
|
||||
<input type="text" name="q" results="0">
|
||||
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}">
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<nav id="sub-nav" class="alignright">
|
||||
@ -45,9 +39,5 @@
|
||||
<a class="rss" href="{{ site.subscribe_rss }}" title="RSS">RSS</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
<form class="search" action="{{ site.simple_search }}" method="get">
|
||||
<input class="alignright" type="text" name="q" results="0">
|
||||
<input type="hidden" name="q" value="site:{{ site.url | shorthand_url }}">
|
||||
</form>
|
||||
</nav>
|
||||
{% include custom/header.html %}
|
||||
|
||||
@ -3,9 +3,20 @@ layout: default
|
||||
title: Magazine Archives
|
||||
---
|
||||
<h3>2012</h3>
|
||||
<div><object style="width:400px;height:300px" ><param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf?mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" /><param name="allowfullscreen" value="true"/><param name="menu" value="false"/><param name="wmode" value="transparent"/><embed src="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" wmode="transparent" style="width:200px;height:100px" flashvars="mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" /></object><div style="width:200px;text-align:left;"><a href="http://issuu.com/wona-iitr/docs/watchout_magazine/9#download" target="_blank">September 2012</a></div>
|
||||
<div>
|
||||
<object style="width:400px;height:300px" >
|
||||
<param name="movie" value="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf?mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" />
|
||||
<param name="allowfullscreen" value="true"/><param name="menu" value="false"/><param name="wmode" value="transparent"/>
|
||||
<embed src="http://static.issuu.com/webembed/viewers/style1/v2/IssuuReader.swf" type="application/x-shockwave-flash" allowfullscreen="true" menu="false" wmode="transparent" style="width:200px;height:100px" flashvars="mode=mini&autoFlip=true&embedBackground=%2327c0bf&printButtonEnabled=false&backgroundColor=%23222222&documentId=120930052024-50e2b42412b24fb4b1123b29aa550850" />
|
||||
</object>
|
||||
<div style="width:200px;text-align:left;">
|
||||
<a href="http://issuu.com/wona-iitr/docs/watchout_magazine/9#download" target="_blank">September 2012</a>
|
||||
</div>
|
||||
</div>
|
||||
<h3>2011</h3>
|
||||
<div>
|
||||
<img src="/images/sep-2011.gif" alt=""/>
|
||||
<div style="width:200px;text-align:left;"><a id="single_image" href="/images/sep-2011.gif">September 2011</a>
|
||||
</div>
|
||||
<img src="/images/sep-2011.gif" alt=""/>
|
||||
<div style="width:200px;text-align:left;">
|
||||
<a id="single_image" href="/images/sep-2011.gif">September 2011</a>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user