made a host of little html templates and added changes to inner details css file. regards.
This commit is contained in:
parent
54801b194b
commit
cece1f3779
|
@ -30,3 +30,18 @@ height:114px;
|
||||||
-webkit-box-shadow:2px 2px 2px 1px #999;
|
-webkit-box-shadow:2px 2px 2px 1px #999;
|
||||||
box-shadow:2px 2px 2px 1px #999;
|
box-shadow:2px 2px 2px 1px #999;
|
||||||
margin:10px;}
|
margin:10px;}
|
||||||
|
|
||||||
|
.orange
|
||||||
|
{color:#f7bd00;
|
||||||
|
font-weight:bold;
|
||||||
|
margin-bottom:8px;}
|
||||||
|
|
||||||
|
.linksInnerOrange a
|
||||||
|
{text-decoration:none;
|
||||||
|
display:block;}
|
||||||
|
|
||||||
|
.linksInnerOrange a:hover
|
||||||
|
{text-decoration:underline;}
|
||||||
|
|
||||||
|
.hideText
|
||||||
|
{display:none;}
|
||||||
|
|
10
itf/templates/modules/bestpractices/guidelines.html
Normal file
10
itf/templates/modules/bestpractices/guidelines.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<div class="linksInnerOrange">
|
||||||
|
<a href="" class="orange">Dummy Link 1</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Dummy Link 2</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Dummy Link 3</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Dummy Link 4</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
</div>
|
10
itf/templates/modules/bestpractices/stories.html
Normal file
10
itf/templates/modules/bestpractices/stories.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<!--SANJAY, I HAVE CREATED THIS HTML FILE FOR YOU-->
|
||||||
|
|
||||||
|
<div class="thumbsGallery">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="orange">Dummy title</div>
|
||||||
|
<div>Dummy text</div>
|
18
itf/templates/modules/erang_organised/contribute.html
Normal file
18
itf/templates/modules/erang_organised/contribute.html
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<div class="thumbsGallery">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div>Info text</div>
|
||||||
|
|
||||||
|
<div class="linksInnerOrange">
|
||||||
|
<a href="" class="orange">Contributor 1</a>
|
||||||
|
<div class="hideText">Bios that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Contributor 2</a>
|
||||||
|
<div class="hideText">Bios that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Contributor 3</a>
|
||||||
|
<div class="hideText">Bios that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Contributor 4</a>
|
||||||
|
<div class="hideText">Bios that displays on clicking link</div>
|
||||||
|
</div>
|
|
@ -1,3 +1,23 @@
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
{{ html }}
|
{{ html }}
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
|
||||||
|
<div class="thumbsGallery">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="orange">Dummy title</div>
|
||||||
|
<div>Dummy text</div>
|
||||||
|
|
||||||
|
<div class="linksInnerOrange">
|
||||||
|
<a href="" class="orange">Dummy Link 1</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Dummy Link 2</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Dummy Link 3</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
<a href="" class="orange">Dummy Link 4</a>
|
||||||
|
<div class="hideText">Dummy text that displays on clicking link</div>
|
||||||
|
</div>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{{ name }}: {{ short_bio }}
|
<div class="orange">{{ name }}:</div> {{ short_bio }}
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
<div>{{ title }}</div>
|
<div class="orange">{{ title }}</div>
|
||||||
<div>{{ intro }}</div>
|
<div>{{ intro }}</div>
|
||||||
|
|
5
itf/templates/modules/script-archive/licenses.html
Normal file
5
itf/templates/modules/script-archive/licenses.html
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<div>Dummy text for licenses</div>
|
||||||
|
<div class="linksInnerOrange">
|
||||||
|
<a href="" class="orange">Download PDF</a>
|
||||||
|
<a href="" class="orange">Download PDF</a>
|
||||||
|
</div>
|
8
itf/templates/modules/script-archive/scripts.html
Normal file
8
itf/templates/modules/script-archive/scripts.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<div class="thumbsGallery">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
<img src="" alt="" class="thumbsDetails">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="orange">Dummy title</div>
|
||||||
|
<div>Dummy text</div>
|
Loading…
Reference in New Issue
Block a user