mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Merge branch 'newdesign' of https://github.com/kyledrake/neocities-web
This commit is contained in:
commit
d67f480f47
2 changed files with 34 additions and 1 deletions
|
@ -1,6 +1,39 @@
|
|||
<div class="content">
|
||||
|
||||
<div class="c-Row">
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Put browse code here
|
||||
|
||||
|
||||
|
||||
<% count = 0 %>
|
||||
<% @sites.each_with_index do |site,i| %>
|
||||
<% if count == 0 %>
|
||||
<div class="c-Row">
|
||||
<% end %>
|
||||
<% count += 1 %>
|
||||
|
||||
<div class="col col-25">
|
||||
DERPIE PIKACHU
|
||||
</div>
|
||||
|
||||
<% if count == 4 %>
|
||||
</div>
|
||||
<% count = 0 %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
</div> <!-- end .content -->
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
<!-- scripts -->
|
||||
<script src="assets/scripts/jquery-1.10.1.min.js"></script>
|
||||
<script src="assets/scripts/app.min.js"></script>
|
||||
<script src="assets/scripts/nav.min.js"></script>
|
||||
<!-- Script block allowing child pages to inject their own scripts -->
|
||||
|
||||
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID.
|
||||
|
|
Loading…
Add table
Reference in a new issue