Skip to content

Commit befff81

Browse files
committed
update dapr descriptive copy and willow logo
1 parent 15c62d9 commit befff81

17 files changed

Lines changed: 58 additions & 26 deletions

config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://oam-dev.github.io/
1+
baseURL: https://openappmodel.io/
22
languageCode: en-us
33
title: OAM | Open Application Model Specification
44
theme: clean-landing
@@ -51,7 +51,10 @@ params:
5151
socialmedia:
5252
- link: https://twitter.com/oam_dev
5353
icon: twitter
54+
name: Twitter
5455
- link: https://gitter.im/oam-dev/
55-
icon: slack
56+
icon: users
57+
name: Gitter
5658
- link: https://github.com/oam-dev/spec
57-
icon: github
59+
icon: github
60+
name: Github

public/categories/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Categories on OAM | Open Application Model Specification</title>
5-
<link>https://oam-dev.github.io/categories/</link>
5+
<link>https://openappmodel.io/categories/</link>
66
<description>Recent content in Categories on OAM | Open Application Model Specification</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
99

10-
<atom:link href="https://oam-dev.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="https://openappmodel.io/categories/index.xml" rel="self" type="application/rss+xml" />
1111

1212

1313
</channel>

public/css/style.min.6a78621bc5b8139647fe4cbac56798b514f1ea73b19a1f644842d4d937cd156f.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/index.html

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
});
2020
}
2121
else {
22-
ga('create', 'UA-149996186-1, 'www.openappmodel.io');
22+
ga('create', 'UA-149996186-1', 'www.openappmodel.io');
2323
}
2424
ga('send', 'pageview');
2525
</script>
@@ -28,10 +28,10 @@
2828
<meta http-equiv="x-ua-compatible" content="ie=edge">
2929
<title>OAM | Open Application Model Specification</title>
3030

31-
<link rel="icon" type="image/png" href="https://oam-dev.github.io/images/favicon.png" />
31+
<link rel="icon" type="image/png" href="https://openappmodel.io/images/favicon.png" />
3232
<link href="https://fonts.googleapis.com/css?family=Work&#43;Sans:400,600" rel="stylesheet">
33-
<link rel="stylesheet" type="text/css" href="/css/style.min.ac48532f485c8424e988b1b0bbfc09d6bb4c7830b3f8d27c6d27f7a9b8bd5e07.css" integrity="sha256-rEhTL0hchCTpiLGwu/wJ1rtMeDCz&#43;NJ8bSf3qbi9Xgc=">
34-
<link rel="stylesheet" type="text/css" href="https://oam-dev.github.io/css/icons.css">
33+
<link rel="stylesheet" type="text/css" href="/css/style.min.6a78621bc5b8139647fe4cbac56798b514f1ea73b19a1f644842d4d937cd156f.css" integrity="sha256-anhiG8W4E5ZH/ky6xWeYtRTx6nOxmh9kSELU2TfNFW8=">
34+
<link rel="stylesheet" type="text/css" href="https://openappmodel.io/css/icons.css">
3535

3636
</head>
3737
<body>
@@ -52,7 +52,7 @@
5252
</a>
5353
</div>
5454
<div class="inner">
55-
<ul>
55+
<ul id="nav">
5656
<li><a href="/#home" class="sidebar-item is-secondary">
5757
The Spec
5858
</li></a>
@@ -377,7 +377,7 @@ <h4>Community</h4>
377377
<span class="icon"><i class="fa fa-twitter"></i></span> Twitter
378378
</a>
379379
<a class="" href="https://gitter.im/oam-dev/">
380-
<span class="icon"><i class="fa fa-slack"></i></span> Slack
380+
<span class="icon"><i class="fa fa-users"></i></span> Gitter
381381
</a>
382382
<a class="" href="https://github.com/oam-dev/spec">
383383
<span class="icon"><i class="fa fa-github"></i></span> Github
@@ -402,9 +402,19 @@ <h4>Community</h4>
402402
<div id="backtotop"><a href="#"></a></div>
403403

404404
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script> <script src="https://unpkg.com/feather-icons"></script>
405-
<script src="https://oam-dev.github.io/js/landing.js"></script>
406-
<script src="https://oam-dev.github.io/js/jquery.panelslider.min.js"></script>
405+
<script src="https://openappmodel.io/js/landing.js"></script>
406+
<script src="https://openappmodel.io/js/jquery.panelslider.min.js"></script>
407+
<script src="https://openappmodel.io/js/jquery.scrollspy.min.js"></script>
407408
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
408409
<script async defer src="https://buttons.github.io/buttons.js"></script>
410+
<script>
411+
window.onload = function () {
412+
scrollSpy('#nav', {
413+
sectionClass: '. main-wrapper > section',
414+
menuActiveTarget: '.sidebar-item',
415+
offset: 100
416+
})
417+
}
418+
</script>
409419
</body>
410420
</html>

public/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>OAM | Open Application Model Specification</title>
5-
<link>https://oam-dev.github.io/</link>
5+
<link>https://openappmodel.io/</link>
66
<description>Recent content on OAM | Open Application Model Specification</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
99

10-
<atom:link href="https://oam-dev.github.io/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="https://openappmodel.io/index.xml" rel="self" type="application/rss+xml" />
1111

1212

1313
</channel>

public/js/jquery.scrollspy.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
44

55
<url>
6-
<loc>https://oam-dev.github.io/categories/</loc>
6+
<loc>https://openappmodel.io/categories/</loc>
77
</url>
88

99
<url>
10-
<loc>https://oam-dev.github.io/</loc>
10+
<loc>https://openappmodel.io/</loc>
1111
</url>
1212

1313
<url>
14-
<loc>https://oam-dev.github.io/tags/</loc>
14+
<loc>https://openappmodel.io/tags/</loc>
1515
</url>
1616

1717
</urlset>

public/tags/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
44
<title>Tags on OAM | Open Application Model Specification</title>
5-
<link>https://oam-dev.github.io/tags/</link>
5+
<link>https://openappmodel.io/tags/</link>
66
<description>Recent content in Tags on OAM | Open Application Model Specification</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
99

10-
<atom:link href="https://oam-dev.github.io/tags/index.xml" rel="self" type="application/rss+xml" />
10+
<atom:link href="https://openappmodel.io/tags/index.xml" rel="self" type="application/rss+xml" />
1111

1212

1313
</channel>

resources/_gen/assets/sass/style.sass_5ad6f408b0e3e473c748aac88af0ea18.content

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6946,6 +6946,8 @@ body {
69466946
opacity: 1;
69476947
left: 0;
69486948
bottom: 0; }
6949+
.sidebar-wrapper .sidebar ul li a.active {
6950+
color: #2681D6; }
69496951
.sidebar-wrapper .sidebar ul li a:hover {
69506952
color: #2681D6;
69516953
background-color: #f0f5fa; }

resources/_gen/assets/sass/style.sass_cf66e63debe6917c04534d6c7b66f623.content

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)