Skip to content

Commit d0c9d5f

Browse files
committed
[darwin] regenerated from d1420fa
265155b...d1420fa
1 parent bc34e30 commit d0c9d5f

Some content is hidden

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

60 files changed

+3445
-8749
lines changed

404.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<script>WebFont.load({google:{families:["Play:400,700:latin"]}})</script>
1111
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
1212
<meta name="viewport" content="width=device-width, initial-scale=1"/>
13-
<meta name="google-site-verification" content="N_xzdr6ymSUQFhAEvQg7f-sp1JAeJCdW2JuaRg-da0w"/>
14-
<meta property="fb:admins" content="antonin.hildebrand"/>
1513
<link href="https://feeds.feedburner.com/binaryage-blog" type="application/atom+xml" rel="alternate" title="Ideas from BinaryAge"/>
1614
<script>function defer$(e){window.jQuery?e():setTimeout(function(){defer$(e)},50)}</script>
1715
</head>
@@ -89,8 +87,6 @@
8987
</div>
9088
</div>
9189
<script src="/shared/js/code.js"></script>
92-
<script type="text/javascript">window.ga=function(){}</script>
93-
<script>window.ga=void 0,function(e,a,n,t,i,o,c){e.GoogleAnalyticsObject=i,e[i]=e[i]||function(){(e[i].q=e[i].q||[]).push(arguments)},e[i].l=1*new Date,o=a.createElement(n),c=a.getElementsByTagName(n)[0],o.async=1,o.src=t,c.parentNode.insertBefore(o,c)}(window,document,"script","//www.google-analytics.com/analytics.js","ga"),ga("create","UA-8404259-1","auto",{allowLinker:!0}),ga("send","pageview"),ga("require","linker"),ga("linker:autoLink",["fastspring.com"],!0)</script>
9490
<script type="text/javascript" charset="utf-8">defer$(function(){$(function(){setTimeout(function(){var i=location.hash.substring(1);"o-"==i.substring(0,2)&&$("#"+i).trigger("click")},500)})})</script>
9591
</body>
9692
</html>

shared/css/404.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#main-404 {
2+
.error-box {
3+
margin: 80px 0;
4+
font-size: 20px;
5+
line-height: 30px;
6+
text-align: center;
7+
8+
.error404 {
9+
font-weight: bold;
10+
margin-top: 30px;
11+
font-size: 28px;
12+
line-height: 28px;
13+
text-shadow: var(--color-white) 0 1px 1px; /* #FFF */
14+
text-align: center;
15+
}
16+
17+
.desc404 {
18+
margin-top: 10px;
19+
}
20+
21+
.home404 {
22+
font-weight: bold;
23+
margin-top: 30px;
24+
}
25+
}
26+
}

shared/css/about.css

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
#about {
2+
margin-bottom: 20px;
3+
4+
h2 {
5+
font-size: 3em;
6+
}
7+
}
8+
9+
#people {
10+
margin-bottom: 20px;
11+
12+
h3 {
13+
font-size: 2em;
14+
margin-top: 40px;
15+
}
16+
}
17+
18+
.people-text {
19+
margin-top: 134px;
20+
}
21+
22+
.person {
23+
text-align: center;
24+
25+
.photo {
26+
margin: auto;
27+
height: 256px;
28+
display: block;
29+
}
30+
31+
.name {
32+
font-size: 18px;
33+
display: block;
34+
}
35+
36+
.role {
37+
display: block;
38+
color: var(--color-gray-medium); /* #999 */
39+
}
40+
41+
.contact {
42+
display: block;
43+
margin-top: 10px;
44+
}
45+
}

0 commit comments

Comments
 (0)