Skip to content

Commit 3aa40fa

Browse files
committed
Moved to layout structure
1 parent 14fa3b7 commit 3aa40fa

File tree

4 files changed

+12
-70
lines changed

4 files changed

+12
-70
lines changed

documentation.html

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
2+
layout: default
23
---
3-
<html>
4-
<head>
5-
<link rel="stylesheet" type="text/css" href="./assets/style.css">
6-
<link rel="stylesheet" href="./Font-Awesome/css/font-awesome.min.css">
7-
<meta charset="UTF-8">
8-
</head>
9-
<body>
10-
<div id="container">
11-
{% include /nav.html %}
124
<div>
135
<h1>Installation</h1>
146
<p>quarry ships with arc</p>
@@ -54,10 +46,4 @@ <h1>Contribute</h1>
5446
<img src="./assets/quarrybtc.png" width="80px">
5547
1GiWfz9Ghk8vrp4sb4G4UWmhobDZLuvnYX
5648
</div>
57-
</div>
58-
<footer><i class="fa fa-2x fa-github-square"></i> <i class="fa fa-2x fa-facebook-square"></i> <i class="fa fa-2x fa-twitter-square"></i> © 2016 Hugues de Payns</footer>
59-
60-
</div>
61-
62-
</body>
63-
</html>
49+
</div>

exampleStone.html

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
---
2+
layout: default
23
---
3-
<html>
4-
<head>
5-
<link rel="stylesheet" type="text/css" href="./assets/style.css">
6-
<link rel="stylesheet" href="./font-awesome.min.css">
7-
<meta charset="UTF-8">
8-
</head>
9-
<body>
10-
<div id="container">
11-
{% include /nav.html %}
4+
125
<div id='instructions'>
136
<div>
147
<h1>arc-news</h1>
@@ -46,11 +39,3 @@ <h3> Contributors</h3>
4639
<h3> Repository </h3>
4740
<a href='github.com/arc-news/arc-news'>github.com/arc-news/arc-news</a>
4841
</div>
49-
50-
51-
<footer><i class="fa fa-2x fa-github-square"></i> <i class="fa fa-2x fa-facebook-square"></i> <i class="fa fa-2x fa-twitter-square"></i> © 2016 Hugues de Payns</footer>
52-
53-
</div>
54-
55-
</body>
56-
</html>

index.html

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
---
2+
layout: default
23
---
3-
<html>
4-
<head>
5-
<link rel="stylesheet" type="text/css" href="./assets/style.css">
6-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
7-
<meta charset="UTF-8">
8-
</head>
9-
<body>
10-
<div id="container">
11-
{% include /nav.html %}
124
<div>
135

146
<h1 display="inline-block"> quarry: </h1>
@@ -27,16 +19,10 @@ <h1>What is Arc? The Hundred Year Language</h1>
2719

2820

2921

30-
<p>Now we have two ideas that, if you combine them, suggest interesting possibilities: (1) the hundred-year language could, in principle, be designed today, and (2) such a language, if it existed, might be good to program in today. When you see these ideas laid out like that, it's hard not to think, why not try writing the hundred-year language now?</p>
22+
<p>Now we have two ideas that, if you combine them, suggest interesting possibilities: (1) the hundred-year language could, in principle, be designed today, and (2) such a language, if it existed, might be good to program in today. When you see these ideas laid out like that, it's hard not to think, why not try writing the hundred-year language now?</p>
3123

32-
<p>When you're working on language design, I think it is good to have such a target and to keep it consciously in mind. When you learn to drive, one of the principles they teach you is to align the car not by lining up the hood with the stripes painted on the road, but by aiming at some point in the distance. Even if all you care about is what happens in the next ten feet, this is the right answer. I think we can and should do the same thing with programming languages.</p>
33-
<hr>
24+
<p>When you're working on language design, I think it is good to have such a target and to keep it consciously in mind. When you learn to drive, one of the principles they teach you is to align the car not by lining up the hood with the stripes painted on the road, but by aiming at some point in the distance. Even if all you care about is what happens in the next ten feet, this is the right answer. I think we can and should do the same thing with programming languages.</p>
25+
<hr>
3426
<h1>Contribute</h1>
3527
<p> The Arc Community is growing rapidly and you should totally join. You know, if you think you're up to it.</p>
36-
</div>
37-
<footer><i class="fa fa-2x fa-github-square"></i> <i class="fa fa-2x fa-facebook-square"></i> <i class="fa fa-2x fa-twitter-square"></i> © 2016 Hugues de Payns</footer>
38-
39-
</div>
40-
41-
</body>
42-
</html>
28+
</div>

mason.html

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
---
2+
layout: default
23
---
3-
<html>
4-
<head>
5-
<link rel="stylesheet" type="text/css" href="./assets/style.css">
6-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
7-
<meta charset="UTF-8">
8-
</head>
9-
<body>
10-
<div id="container">
11-
{% include /nav.html %}
4+
125
<div id='instructions'>
136
<div>
147
<h1>PG</h1>
@@ -31,12 +24,4 @@ <h3>3 Packages by pg </h3>
3124
<a href='github.com/pg'>github.com/pg</a>
3225
<br>
3326
<a href='twitter.com/pg'>twitter.com/pg</a>
34-
</div>
35-
36-
37-
<footer><i class="fa fa-2x fa-github-square"></i> <i class="fa fa-2x fa-facebook-square"></i> <i class="fa fa-2x fa-twitter-square"></i> © 2016 Hugues de Payns</footer>
38-
39-
</div>
40-
41-
</body>
42-
</html>
27+
</div>

0 commit comments

Comments
 (0)