Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim committed Nov 16, 2017
0 parents commit 24d29b9
Show file tree
Hide file tree
Showing 121 changed files with 10,847 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_site/
.sass-cache/
.jekyll-metadata
2 changes: 2 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* ? [F,L]
12 changes: 12 additions & 0 deletions 2016_speakers/_posts/2016-07-16-project-3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Name
name: Name-3
subtitle: Position
layout: 2016_default
modal-id: 1
img: TBD.jpg
thumbnail: TBD.jpg
alt: Picture of TBD
topic: Topic
description: More Info
---
12 changes: 12 additions & 0 deletions 2016_speakers/_posts/2016-07-17-project-2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Name
name: Name-2
subtitle: Position
layout: 2016_default
modal-id: 1
img: TBD.jpg
thumbnail: TBD.jpg
alt: Picture of TBD
topic: Topic
description: More Info
---
12 changes: 12 additions & 0 deletions 2016_speakers/_posts/2016-07-18-project-1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Name
name: Name-1
subtitle: Position
layout: 2016_default
modal-id: 1
img: TBD.jpg
thumbnail: TBD.jpg
alt: Picture of TBD
topic: Topic
description: More Info
---
12 changes: 12 additions & 0 deletions 2017_speakers/_posts/2017-01-01-speaker-01.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Name
name: Name-1
subtitle: Position
layout: 2017_default
modal-id: 1
img: TBD.jpg
thumbnail: TBD.jpg
alt: Picture of TBD
topic: Topic
description: More Info
---
12 changes: 12 additions & 0 deletions 2017_speakers/_posts/2017-01-01-speaker-02.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Name
name: Name-2
subtitle: Position
layout: 2017_default
modal-id: 1
img: TBD.jpg
thumbnail: TBD.jpg
alt: Picture of TBD
topic: Topic
description: More Info
---
12 changes: 12 additions & 0 deletions 2017_speakers/_posts/2017-01-01-speaker-03.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Name
name: Name-3
subtitle: Position
layout: 2017_default
modal-id: 1
img: TBD.jpg
thumbnail: TBD.jpg
alt: Picture of TBD
topic: Topic
description: More Info
---
10 changes: 10 additions & 0 deletions 2017_teams/_posts/2017-05-31-team-1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Name
name: Name 1
subtitle: Position
layout: 2017_default
img: TBS.jpg
thumbnail: TBD.jpg
alt: Picture of Name
description: Info 1
---
10 changes: 10 additions & 0 deletions 2017_teams/_posts/2017-05-31-team-2.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Name
name: Name 2
subtitle: Position
layout: 2017_default
img: TBS.jpg
thumbnail: TBD.jpg
alt: Picture of Name
description: Info 2
---
10 changes: 10 additions & 0 deletions 2017_teams/_posts/2017-05-31-team-3.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Name
name: Name 3
subtitle: Position
layout: 2017_default
img: TBS.jpg
thumbnail: TBD.jpg
alt: Picture of Name
description: Info 3
---
17 changes: 17 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: 2016_default
permalink: /404.html
---
<!--background color-->
<script type="text/javascript">
document.write ('<body style="background: lightgray; background-attachment: fixed;">')
</script>

<div class="page-not-found venue-top">
<h1>404 Page Not Found</h1>
<p>The page that you are looking for is still under construction or not available at the momment.</p>
<p>Thank you for your patience! You will be redirected to <a href="http://google.com">home page</a>
in a few seconds.</p>
</div>

<meta http-equiv="refresh" content="6; URL='http://google.com'" />
Loading

0 comments on commit 24d29b9

Please sign in to comment.