-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_index-old.html
79 lines (63 loc) · 2.42 KB
/
_index-old.html
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
title: SIGCSE 2015
layout: flat
includeBlogPosts: true
noTitle: true
---
<div class="col-lg-12" style="padding: 10px;">
<div class="row" style="margin-bottom: 10px;">
<div class="col-md-8 text-center">
<img src="/images/carousel/height-400px/Exterior_Wide_1211.png" alt="KC Conference Venue"
style="padding-top: 20px;">
</div> <!-- / md-8 -->
<div class="col-md-4 text-center">
<img src="/images/logos/kc-full-page-purple-400.png"
class="image-responsive"
style="padding-top: 20px;">
</div> <!-- / md-4 -->
</div> <!-- row -->
<div class = "row" style="padding:10px;">
<div class="text-center">
<h3>SIGCSE IS</h3>
</div>
</div>
</div> <!-- / lg-12 -->
<div class="row">
<div class="col-lg-12">
<div class="col-lg-6 ">
<h1>While At the Symposium...</h1>
<p style="padding-left: 15px;">{% include small-follow-links.html %}</p>
<p>
<ul>
{% for item in site.data.whileatthesymposium %}
{% if item.link %}
<li> <a href="{{item.link}}">{{item.title}}</a></li>
{% endif %}
{% endfor %}
</ul>
</p>
<div class="text-center">
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fsigcse2015&width=519&height=260&colorscheme=light&show_faces=true&header=false&stream=false&show_border=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:519px; height:260px;" allowTransparency="true"></iframe>
</div>
</div> <!-- col-lg-6 -->
<div class="col-lg-6 text-center">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/SIGCSE_TS" data-widget-id="569669624586067968">Tweets by @SIGCSE_TS</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div> <!-- row -->
<div class="row">
{% include onsiteregistration.md %}
</div>
{% for link in site.data.nav %}
{% assign inc = link.include | remove: 'homepage/' | remove: '.html' %}
<hr>
<div class="row" style="margin-top: 20px;">
<div class="col-lg-12">
<div class="{{inc}}" id="{{inc}}">
{% include {{link.include}} %}
</div>
</div>
</div>
{% endfor %}
<hr>