Skip to content

Commit a820c14

Browse files
committed
Basic template
Adds website template after extensive cleanup
1 parent 1742975 commit a820c14

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+9473
-0
lines changed

404.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
permalink: /404.html
4+
---
5+
<!--background color-->
6+
<script type="text/javascript">
7+
document.write ('<body style="background: lightgray; background-attachment: fixed;">')
8+
</script>
9+
10+
<div class="page-not-found venue-top">
11+
<h1>404 Page Not Found</h1>
12+
<p>The page that you are looking for is still under construction or not available at the momment.</p>
13+
<p>Thank you for your patience! You will be redirected to <a href="http://google.com">home page</a>
14+
in a few seconds.</p>
15+
</div>
16+
17+
<meta http-equiv="refresh" content="6; URL='http://google.com'" />

LICENSE

+674
Large diffs are not rendered by default.

_config.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
title: Bitcoin Research Day
2+
description: > # this means to ignore newlines until "baseurl:"
3+
First edition of the Bitcoin Research Day
4+
baseurl: "" # the subpath of your site, e.g. /blog
5+
url: "Your-Link.github.io" # the base hostname & protocol for your site
6+
# Build settings
7+
markdown: kramdown
8+
9+
logo: "../css/img/icon-large.png"
10+
11+
include: ['_pages']
12+
13+
plugins:
14+
- jekyll-sitemap
15+
16+
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
17+
social:
18+
- title: twitter
19+
url: https://twitter.com/ChaincodeLabs
20+
21+
# Build settings
22+
markdown: kramdown
23+
permalink: pretty

_data/agenda.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- time: 8:00 AM - 12:00 PM
2+
info: "<u>Title</u><br><b>Name</b><br><i>Position</i><br><br>Topic"
3+
4+
- time: 12:00 PM - 3:00 PM
5+
info: "<u>Title</u><br><b>Name</b><br><i>Position</i><br><br>Topic"

_data/home_about_data.yml

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
- inverted:
2+
img: icon-about.jpeg
3+
name: Presentations
4+
info: Academics and developers will present their work. We aim to cater to different tastes, yet for the first time we might focus more on cryptography as this is a very popular topic. We expect that the researchers will present contemporary theoretical work, while developers will present applied solutions. We will encourage presenting future work and open questions
5+
6+
- inverted: timeline-inverted
7+
img: icon-agenda.jpeg
8+
name: Open tables
9+
info: Split into small groups dedicated to the discussion of a specific topic or a specific open problem. The groups should consist of both academics and developers. To encourage the discussion to continue after the event, we will try to place at least one young researcher or another person that is both excited about the topic and has the capacity to work on it
10+
11+
- inverted:
12+
img: icon-team.jpeg
13+
name: Bitcoin Research Prise Ceremony
14+
info: An announcement of the winner and the runner-ups, followed by a presentation of the winner
15+
16+
- inverted: timeline-inverted
17+
img: icon-venue.jpeg
18+
name: Rump session
19+
info: Spontaneous short talks about different topics
20+
21+
- inverted:
22+
img: icon-faq.jpeg
23+
name: Lightning talks
24+
info: Short (~5 min) talks by PhD students and early-stage developers, that give an introduction to a topic they are working on

_data/speakers.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
- title: Name
2+
name: Name-1
3+
subtitle: Position
4+
img: TBD.jpg
5+
thumbnail: TBD.jpg
6+
alt: Picture of TBD
7+
topic: Topic
8+
description: More Info
9+
10+
- title: Name
11+
name: Name-2
12+
subtitle: Position
13+
img: TBD.jpg
14+
thumbnail: TBD.jpg
15+
alt: Picture of TBD
16+
topic: Topic
17+
description: More Info
18+
19+
- title: Name
20+
name: Name-3
21+
subtitle: Position
22+
img: TBD.jpg
23+
thumbnail: TBD.jpg
24+
alt: Picture of TBD
25+
topic: Topic
26+
description: More Info

_data/template.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Color settings (hex-codes without the leading hash-tag)
2+
color:
3+
primary: fed136
4+
secondary: fedd6e
5+
secondary-dark: 00283c
6+
muted: 777
7+
8+
# Font Families
9+
font:
10+
primary: 'Montserrat, "Helvetica Neue",Helvetica,Arial,sans-serif'
11+
secondary: '"Droid Serif", "Helvetica Neue", Helvetica,Arial,sans-serif'

0 commit comments

Comments
 (0)