Changeset c031cd92 in darkpeak-website
- Timestamp:
- Apr 23, 2015, 6:02:28 PM (6 years ago)
- Branches:
- master
- Children:
- dad195b4
- Parents:
- cbf6e331
- Files:
-
- 7 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
index.html
rcbf6e331 rc031cd92 52 52 </p> 53 53 </div> 54 <hr/> 55 <div class="container-fluid"> 56 <div class="col-md-6" style="margin-bottom: 15px;"> 57 <div class="media"> 58 <div class="media-left"> 59 <a href="https://wiki.darkpeak.org/index.php?title=Static_Hosting"> 60 <img class="media-object" style="width: 78px" src="img/html5.png" /> 61 </a> 62 </div> 63 <div class="media-body"> 64 <h4 class="media-heading">Static web-hosting</h4> 65 <p>With git push and custom domain support.</p> 66 </div> 67 </div> 68 <div class="media"> 69 <div class="media-left"> 70 <a style="display: inline-block; width: 78px; height: 78px; overflow: hidden;" href="https://wiki.darkpeak.org/index.php?title=Gitolite"> 71 <img class="media-object" style="height: 128px" src="img/gitolite_config.png" /> 72 </a> 73 </div> 74 <div class="media-body"> 75 <h4 class="media-heading">Flexible git hosting with gitolite</h4> 76 <p>Fine grained access-control, managable with just a text-editor.</p> 77 </div> 78 </div> 79 <div class="media"> 80 <div class="media-left"> 81 <a style="display: inline-block; width: 78px; height: 78px; overflow: hidden;" href="https://wiki.darkpeak.org/index.php?title=SOP:Activating_Two-Factor_Authentication"> 82 <img class="media-object" style="width: 78px" src="img/freeotp.png" /> 83 </a> 84 </div> 85 <div class="media-body"> 86 <h4 class="media-heading">Two-factor authentication</h4> 87 <p>Compatible with the widely available FreeOTP mobile client</p> 88 </div> 89 </div> 90 </div> 91 <div class="col-md-6" style="margin-bottom: 15px;"> 92 <div class="media"> 93 <div class="media-left"> 94 <a href="https://wiki.darkpeak.org/index.php?title=Reader"> 95 <img class="media-object" style="width: 78px" src="img/ttrss-android.png" /> 96 </a> 97 </div> 98 <div class="media-body"> 99 <h4 class="media-heading">RSS Reader</h4> 100 <p>Based on TinyTinyRSS, with native mobile clients available</p> 101 </div> 102 </div> 103 <div class="media"> 104 <div class="media-left"> 105 <a style="display: inline-block; width: 78px; height: 78px; overflow: hidden;" href="https://wiki.darkpeak.org/index.php?title=Principles"> 106 <img class="media-object" style="height: 128px" src="img/principles.png" /> 107 </a> 108 </div> 109 <div class="media-body"> 110 <h4 class="media-heading">Founded on clear principles</h4> 111 <p>Visit the <a href="http://wiki..darkpeak.org/index.php?title=Principles">wiki</a> for a full description.</p> 112 </div> 113 </div> 114 <div class="media"> 115 <div class="media-left"> 116 <a href="http://uk.coop"> 117 <img class="media-object" style="width: 78px" src="img/coopsuk.png" /> 118 </a> 119 </div> 120 <div class="media-body"> 121 <h4 class="media-heading">Co-operative registered in the UK</h4> 122 <p>We're a democratically run and owned by our members.</p> 123 </div> 124 </div> 125 </div> 126 </div> 54 127 </div> 55 128 <div class="col-md-4"> … … 78 151 </div> 79 152 </div> 153 <!-- 154 <p class="pull-right"><a href="http://www.uk.coop/membership/join" alt="Find out how you can help make a fair society through membership of Co-operatives UK" title="Find out how you can help make a fair society through membership of Co-operatives UK"><img width="175" height="77" alt="Find out how you can help make a fair society through membership of Co-operatives UK" src="http://www.uk.coop/sites/default/files/co-operatives_uk_member.png" title="Find out how you can help make a fair society through membership of Co-operatives UK" /><span style="display: none;">Find out how you can help make a fair society through membership of Co-operatives UK</span></a></p> 155 --> 80 156 </div> 81 157 </div>
Note: See TracChangeset
for help on using the changeset viewer.