-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4,195 changed files
with
1,428,335 additions
and
963 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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 +1 @@ | ||
vmweventbroker.io | ||
vmweventbroker.io |
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,14 @@ | ||
# | ||
# Additional team members that we want to showcase on the list of contributors | ||
# they could be contributing through other repositories, evangelize product etc. | ||
# | ||
contributorlimit: 8 | ||
members: | ||
- name: Denis Chorbadzhiyski | ||
img: https://pbs.twimg.com/profile_images/1344383342989467652/ZOEl0nPv_400x400.jpg | ||
twitter: DChorbadzhiyski | ||
github: dchorbadjiys | ||
- name: Dimitar Milov | ||
img: https://avatars.githubusercontent.com/u/10736688?v=4 | ||
twitter: dimitar_milov | ||
github: dmilov |
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,40 +1,61 @@ | ||
<div class="row mb-0"> | ||
<p> | ||
{{ site.title }} is released as open source software and provides community support through our GitHub project page. | ||
If you encounter an issue or have a question, feel free to reach out on the <strong><a href="{{ site.gh_repo }}/issues" target="_blank">GitHub issues page for {{ site.title }}</a></strong>.</p> | ||
<p> | ||
Our team welcomes contributions from the community! | ||
</p> | ||
<p> | ||
{{ site.title }} is released as open source software and provides community support through our GitHub project page. | ||
If you encounter an issue or have a question, feel free to reach out on the <strong><a href="{{ site.gh_repo }}/issues" target="_blank">GitHub issues page for {{ site.title }}</a></strong>.</p> | ||
<p> | ||
Our team welcomes contributions from the community! | ||
</p> | ||
</div> | ||
|
||
<div class="row mt-0"> | ||
<h2 class="mb-4 mt-3">Top Contributors</h2> | ||
{% if site.people %} | ||
<div class="row thumbnail-grid"> | ||
{% for person in site.github.contributors %} | ||
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2"> | ||
<div class="media thumbnail-item d-flex flex-column align-items-center mb-3"> | ||
{% if person.login == "vmwghbot" %} | ||
<a href="https://www.youtube.com/watch?v=FdSJ0QxhHro" target="_blank" class="p-1 text-center"> | ||
<img src="{{'/assets/img/heroes/veba_banner_sm.png' | relative_url}}" alt="Person" /> | ||
<span id="otto-hack" class="mt-1 p-1 w-100 badge badge-secondary align-middle text-dark"> | ||
\Ò┬Ó⁄ | ||
</span> | ||
</a> | ||
{% else %} | ||
<a href="{{person.html_url}}" target="_blank" class="p-1 text-center"> | ||
<img src="{{ person.avatar_url }}" class="rounded-circle shadow-sm" alt="Person" /> | ||
<span class="mt-1 p-1 w-100 badge badge-secondary align-middle"> | ||
{{ person.login }} | ||
</span> | ||
</a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% if site.peoplelimit > 0 and forloop.index >= site.people_limit %} | ||
{% break %} | ||
{% endif %} | ||
{% endfor %} | ||
<h2 class="mb-4 mt-3">Top Contributors</h2> | ||
{% if site.people %} | ||
<div class="row thumbnail-grid"> | ||
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2"> | ||
<div class="media thumbnail-item d-flex flex-column align-items-center mb-3"> | ||
<a href="https://www.youtube.com/watch?v=FdSJ0QxhHro" target="_blank" class="p-1 text-center"> | ||
<img src="{{'/assets/img/heroes/veba_banner_sm.png' | relative_url}}" alt="Person" /> | ||
<span id="otto-hack" class="mt-1 p-1 w-100 badge badge-secondary align-middle text-dark"> | ||
\Ò┬Ó⁄ | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
{% endif %} | ||
{% for person in site.github.contributors %} | ||
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2"> | ||
<div class="media thumbnail-item d-flex flex-column align-items-center mb-3"> | ||
{% if person.login == "vmwghbot" %} | ||
<!--SKIP--> | ||
{% else %} | ||
<a href="{{person.html_url}}" target="_blank" class="p-1 text-center"> | ||
<img src="{{ person.avatar_url }}" class="rounded-circle shadow-sm" alt="Person" /> | ||
<span class="mt-1 p-1 w-100 badge badge-secondary align-middle"> | ||
{{ person.login }} | ||
</span> | ||
</a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
{% if site.peoplelimit > 0 and forloop.index >= site.people_limit %} | ||
{% break %} | ||
{% endif %} | ||
{% endfor %} | ||
|
||
{% for member in site.data.contributors.members %} | ||
<div class="col-xs-6 col-sm-4 col-md-3 col-lg-2"> | ||
<div class="media thumbnail-item d-flex flex-column align-items-center mb-3"> | ||
<a href="https://github.com/{{member.github}}" target="_blank" class="p-1 text-center"> | ||
<img src="{{ member.img }}" class="rounded-circle shadow-sm" alt="Person" /> | ||
<span class="mt-1 p-1 w-100 badge badge-secondary align-middle"> | ||
{{member.github}} | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
{% if site.data.contributors.contributorlimit > 0 and forloop.index >= site.data.contributors.contributorlimit %} | ||
{% break %} | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
{% endif %} | ||
</div> |
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,36 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
{% include head.html %} | ||
|
||
<body id="{{ page.id }}"> | ||
<div class="container-fluid site-outer-container"> | ||
<div class="site-container"> | ||
{% include site-header.html %} | ||
<div class="post-single-hero bg-color-{{ site.hero.background-color }}"> | ||
<div class="section"> | ||
<div class="section-content"> | ||
<h1>{{ page.title }}</h1> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="post-single-body"> | ||
|
||
<div class="section section-card pb-0"> | ||
<div class="sub-header" id="{{ page.type }}"> | ||
<ul class="nav-menu" id="submenu"> | ||
<li class="knative"><a href="{{ '/examples-knative' | relative_url }}" title="Knative Functions">Knative Functions</a></li> | ||
<li class="openfaas"><a href="{{ '/examples' | relative_url }}" title="OpenFaaS Functions">OpenFaaS Functions</a></li> | ||
</ul> | ||
</div> | ||
<div class="section-content pt-4 pb-4 shadow"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
{% include footer.html %} | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
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,54 @@ | ||
.sub-header { | ||
max-width: $section-content-max-width; | ||
margin: 0 auto; | ||
|
||
.nav-menu{ | ||
list-style: none; | ||
flex: 1; | ||
display: flex; | ||
flex-wrap: wrap; | ||
padding-left: 0; | ||
align-items: center; | ||
justify-content: center; | ||
margin-bottom: 0px; | ||
|
||
li { | ||
font-size: $font-size-base; | ||
font-weight: 400; | ||
padding: 10px 15px 5px 15px; | ||
background-color: #a5a2a2; | ||
border-bottom: 1px solid #ccc9c9; | ||
width: 50%; | ||
text-align: center; | ||
box-shadow: 0px 0px 2px #ccc9c9; | ||
|
||
&.active{ | ||
background-color: #fff; | ||
border: 1px solid #fff; | ||
border-radius: 4px 4px 0px 0px; | ||
box-shadow: none; | ||
} | ||
|
||
a { | ||
color: #fff; | ||
} | ||
|
||
a:link { | ||
text-decoration: none; | ||
text-shadow: 0px 0px 1px #fff; | ||
} | ||
|
||
&.active a{ | ||
cursor: pointer; | ||
font-weight: 600; | ||
color: $link-color; | ||
text-shadow: 0px 0px 1px #727272; | ||
} | ||
|
||
a:focus, a:hover { | ||
cursor: pointer; | ||
color: $link-color; | ||
} | ||
} | ||
} | ||
} |
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.