forked from jekyllup/jekyll-theme-massively
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
executable file
·121 lines (95 loc) · 3.73 KB
/
index.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
---
layout: null
title: OpenCon Cascadia
description: The Pacific Northwest OpenCon.
sitemap:
priority: 1.0
lastmod: 2017-11-02
changefreq: weekly
---
<!DOCTYPE HTML>
<!--
Massively by HTML5 UP
html5up.net | @ajlkn
Jekyll integration by somiibo.com
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
{% include head.html %}
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<div class="image small"><img src="/images/OCClogo.png" alt="">
</div>
<h1>OpenCon Cascadia</h1>
<h2>February 1st & 2nd, 2019</h2>
<p><a href="https://goo.gl/maps/YC1dmHqFz4u">Saturday: OHSU Robertson Life Sciences Building</a>, Room 3A001/3A002<br>Portland, Oregon
<br><a href="https://goo.gl/maps/qSNcFG9PpCs">Friday: Mozilla</a>, 3rd floor. 1120 NW Couch St #320<br>Portland, Oregon</p>
<h2><a href="https://openconcascadia.eventbrite.com">Register here!</a></h2>
<!--ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul> -->
</div>
<!--Header>
<header id="header">
<a href="{{ "/" | absolute_url }}" class="logo">{{site.title}}</a>
</header-->
<!-- Nav -->
<nav id="nav">
{% include nav.html %}
</nav>
<!-- Main -->
<div id="main">
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<h2>Let's make scholarship more open, inclusive, and accessible.</h2>
<p>Join us at OpenCon Cascadia to share stories, discuss challenges, and connect with regional colleagues in a fun
and welcoming environment!</p>
</header>
<a href="#" class="image main"><img src="{{ "/images/mthood.jpg" | absolute_url }}" alt="" /></a>
<p>Are you involved in a project with a goal of improving research, academic culture, or public access to scholarly
work? Are you pushing for open research at your institution or organization? Are you involved in a project that
seeks to make research more accessible through citizen science or DIY science? Join us to discuss issues facing research and scholarship today and meet collaborators.</p>
<h2><a href="https://openconcascadia.eventbrite.com">Register Today!</a></h2>
<h2>Keynote Speakers</h2>
<div style="display:flex; align-items: flex-start;">
<div style="flex:1; display: flex; flex-direction: column; align-items: center;">
<div style="flex:1">
<a href=https://datasociety.net/people/ferryman-kadija>Dr. Kadija Ferryman</a><br>
<span style="font-size: 80%">Data & Society, NY</span>
</div>
<a href="https://datasociety.net/people/ferryman-kadija" class="image faces" style="flex:1; border-radius:50%; max-width: 70%;">
<img src="/images/speakers/kadija.jpg" alt="" />
</a>
</div>
<div style="flex:1; display: flex; flex-direction: column; align-items: center;">
<div style="flex:1">
<a href=http://www.utsc.utoronto.ca/~chan>Dr. Leslie Chan</a><br>
<span style="font-size: 80%">University of Toronto Scarborough, Toronto</span>
</div>
<a
style="flex:1; border-radius:50%; max-width: 70%;"
href="http://www.utsc.utoronto.ca/~chan"
class="image faces"
style="flex:1; border-radius:50%; max-width: 80%;">
<img src="/images/speakers/leslie.png" alt="" />
</a>
</div>
</div>
<div>You can find more information about both speakers in our <a href="/program#keynote-speakers">program</a>.</div>
</div>
</article>
</div>
<!-- Footer -->
{% include foot.html %}
</div>
<!-- Scripts -->
{% include scripts-main.html %}
{% include tracking.html %}
</body>
</html>