-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththenext50.html
More file actions
39 lines (36 loc) · 1.04 KB
/
thenext50.html
File metadata and controls
39 lines (36 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: default
title: The Campaign for UC Santa Cruz
---
{% include fancybox.html %}
<!-- LEFT COLUMN -->
<div class="left-half">
<h1>{{ page.title }}</h1>
<ul class="post-list">
{% for post in site.categories.next %}
{{ post.content }}
{% endfor %}
</ul>
</div>
<!-- END COLUMN ONE -->
<!-- END COLUMN TWO -->
<div class="right-half">
<ul class="post-list">
{% for post in site.categories.nextvideo %}
<li>
<div class="ourstories-content">
<h4>
<a href="{{ post.nextvideo }}" class="fancybox-media">{{ post.title }}</a>
</h4>
<div class="video-image">
<a href="{{ post.nextvideo }}" class="fancybox-media" data-fancybox-title="{{ post.alt }}">
<img src="/css/assets/images/youtube-btn.svg" alt="{{ post.alt }}" class="play-btn">
<img src="{{ post.img }}" alt="{{ post.alt }}">
</a>
</div>
</div>
</li>
{% endfor %}
</ul>
</div>
<!-- END COLUMN TWO -->