main
Paul Schneider 1 year ago
parent 9e79edc624
commit 7987fa04a0
3 changed files with 4 additions and 1 deletions

@ -20,7 +20,9 @@ namespace isnd.Data.Catalog
/// <summary> /// <summary>
/// Creates a catalog entry /// Creates a catalog entry
/// </summary> /// </summary>
/// <param name="id">package details url</param> /// <param name="pkg">package id</param>
/// <param name="apiBase">api Base</param>
/// <param name="uri">package permalink</param>
/// <returns></returns> /// <returns></returns>
public PackageDetails(PackageVersion pkg, string apiBase, string uri): base(uri) public PackageDetails(PackageVersion pkg, string apiBase, string uri): base(uri)
{ {

@ -10,6 +10,7 @@
</p> </p>
</div> </div>
<div style="text-align: center;"> <div style="text-align: center;">
<iframe width="560" height="315" src="https://crowdbunker.com/embed/i5PhucYQhBw" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen scrolling="no" ></iframe>
<iframe width="560" height="315" src="https://crowdbunker.com/embed/BumpeEansBp" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen scrolling="no" ></iframe> <iframe width="560" height="315" src="https://crowdbunker.com/embed/BumpeEansBp" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen scrolling="no" ></iframe>
<iframe width="560" height="315" src="https://crowdbunker.com/embed/admChkeiYFP" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen scrolling="no" ></iframe> <iframe width="560" height="315" src="https://crowdbunker.com/embed/admChkeiYFP" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen scrolling="no" ></iframe>
</div> </div>
Loading…