deploy: 10d929b57b
This commit is contained in:
parent
2d866c6316
commit
fff62a9a12
186 changed files with 384 additions and 195 deletions
25
index.html
25
index.html
|
|
@ -35,7 +35,8 @@
|
|||
<nav class="js-navbar-scroll navbar navbar-expand navbar-dark flex-column flex-md-row td-navbar">
|
||||
<a class=navbar-brand href=/>
|
||||
<img src=/images/alguidelines-bclogo-pattern-white.png height=32px>
|
||||
<span class=font-weight-bold>alguidelines.dev - Business Central Design Patterns</span>
|
||||
<span class="font-weight-bold show-desktop">alguidelines.dev - Business Central Design Patterns</span>
|
||||
<span class="font-weight-bold show-mobile" style=display:inline>alguidelines.dev</span>
|
||||
</a>
|
||||
<div class="td-navbar-nav-scroll ml-md-auto" id=main_navbar>
|
||||
<ul class="navbar-nav mt-2 mt-lg-0">
|
||||
|
|
@ -206,7 +207,8 @@ The intent of this pattern is to provide a unified API to a single or a collecti
|
|||
<br>
|
||||
<div class=show-mobile>
|
||||
<div class=community-cards>
|
||||
<a href=https://discord.gg/4wbfNv3><div class=card-shadow>
|
||||
<a href=https://discord.gg/4wbfNv3>
|
||||
<div class=card-shadow>
|
||||
<div class=card-header-custom>
|
||||
<h2 style=padding-right:.8rem><i class="fab fa-discord"></i></h2>
|
||||
<h2 class=section-text-bold>Discord</h2>
|
||||
|
|
@ -214,9 +216,10 @@ The intent of this pattern is to provide a unified API to a single or a collecti
|
|||
<p class=section-text>
|
||||
Join the BC Community to engage with other BC Professionals.
|
||||
</p>
|
||||
</div></a>
|
||||
<p><a href=“<a href=https://github.com/microsoft/alguidelines%22>https://github.com/microsoft/alguidelines"</a>
|
||||
><div class=card-shadow>
|
||||
</div>
|
||||
</a>
|
||||
<a href=https://github.com/microsoft/alguidelines>
|
||||
<div class=card-shadow>
|
||||
<div class=card-header-custom>
|
||||
<h2 style=padding-right:.8rem><i class="fab fa-github"></i></h2>
|
||||
<h2 class=section-text-bold>GitHub</h2>
|
||||
|
|
@ -225,9 +228,10 @@ Join the BC Community to engage with other BC Professionals.
|
|||
Dive into the code. Submit PRs
|
||||
and collaborate with other like-minded contributors.
|
||||
</p>
|
||||
</div></a>
|
||||
<a href=“<a href="https://twitter.com/search?q=%23bcalhelp%22">https://twitter.com/search?q=%23bcalhelp"</a>
|
||||
><div class="card-shadow twitter-card" style=margin-left:auto>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://twitter.com/search?q=%23bcalhelp">
|
||||
<div class="card-shadow twitter-card" style=margin-left:auto>
|
||||
<div class=card-header-custom>
|
||||
<h2 style=padding-right:.8rem><i class="fab fa-twitter"></i></h2>
|
||||
<h2 class=section-text-bold>Twitter</h2>
|
||||
|
|
@ -235,10 +239,11 @@ and collaborate with other like-minded contributors.
|
|||
<p class=section-text>
|
||||
Chat about this with the <b class=text-highlight>#bcalhelp</b> hashtag.
|
||||
</p>
|
||||
</div></a>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div></p>
|
||||
<div class="col-lg-8 community-cards show-desktop">
|
||||
<div class=row>
|
||||
<div class=col-lg-6>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue