-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from hannahilea/hr/clapping
add blog post - clapping music
- Loading branch information
Showing
19 changed files
with
241 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
### {{ BLOG_TITLE }} | ||
|
||
Contents! They will go here. | ||
TODO: Contents! They will go here. | ||
|
||
--- | ||
- created at: {{ DATE }} | ||
- created: {{ DATE }} | ||
- last updated: {{ DATE }} | ||
- tags: |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>Blog: Clapping music for two flip-disc displays</title> | ||
<link rel="stylesheet" type="text/css" href="../../css/blog.css" /> | ||
<script type="module" src="../../scripts/md-block.js"></script> | ||
<script async src="//www.instagram.com/embed.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar" role="navigation"></nav> | ||
<div class="underline"> | ||
<h4><a href="../..">@hannahilea</a> > <a href="..">blog</a> | ||
</h4> | ||
</div> | ||
</nav> | ||
<div class="blogpost"> | ||
<md-block src="./src.md"></md-block> | ||
</div> | ||
|
||
</body> | ||
|
||
</html> | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
@font-face { | ||
font-family: "OpenSans Light"; | ||
src: url("../fonts/OpenSans-Light.ttf"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Jura Bold"; | ||
src: url("../fonts/Jura-Bold.ttf"); | ||
} | ||
|
||
body { | ||
vertical-align: middle; | ||
font-family: "OpenSans Light"; | ||
color: #03163f; | ||
} | ||
|
||
h1, | ||
h2, | ||
h3 { | ||
font-weight: normal; | ||
margin: 0; | ||
font-family: "Jura Bold"; | ||
/* border-bottom: 2px solid #0843c3; */ | ||
padding-bottom: 2px; | ||
margin-bottom: 3px; | ||
} | ||
|
||
a { | ||
color: #0843c3; | ||
text-decoration: none; | ||
} | ||
|
||
img { | ||
max-width: 550px; | ||
align-self: center; | ||
} | ||
|
||
.blogpost { | ||
align-self: center; | ||
margin: auto; | ||
width: 50%; | ||
} | ||
|
||
.language-, | ||
.language-julia { | ||
background: #eeeff1; | ||
border: 2px solid #ddd; | ||
page-break-inside: avoid; | ||
font-family: monospace; | ||
font-size: 14px; | ||
line-height: 1.6; | ||
max-width: 100%; | ||
overflow: auto; | ||
padding: 1em 1.5em; | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters