You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
538 B
HTML
17 lines
538 B
HTML
<style>
|
|
.visit-us-action-frame {display:grid; grid-template-columns: auto 250px auto;}
|
|
</style>
|
|
<div>
|
|
We encourage you to visit the github repository for examples and various ways to use <b>{{layout.header.title}}</b>
|
|
|
|
<p>
|
|
|
|
<div class="visit-us-action-frame">
|
|
<div></div>
|
|
<div onclick="window.open('https://github.com/lnyemba/data-transport')">
|
|
<div align="center" class="border-round border"><div class="active bold">Github</div></div>
|
|
</div>
|
|
<div></div>
|
|
</div>
|
|
</p>
|
|
</div> |