File tree Expand file tree Collapse file tree 5 files changed +4
-23
lines changed
wwwroot/images/blog/pact/intro Expand file tree Collapse file tree 5 files changed +4
-23
lines changed Original file line number Diff line number Diff line change 1010
1111<style >
1212 .content-wrapper {
13- width : 70% ; /* Leaves 20% space on left and right */
14- padding : 20px ;
13+ width : 80% ; /* Leaves 20% space on left and right */
1514 background : white ;
1615 }
1716
Original file line number Diff line number Diff line change 2323 <h1 class =" fw-bold" >@Title </h1 >
2424 <img src =" @Image" alt =" Article Banner" height =" 200" width =" auto" class =" img-fluid rounded mx-auto d-block my-3" >
2525</header >
26-
27- @* <div class="row"> *@
28- @* <div class="col-md-12"> *@
29- @* <h1>@Title</h1> *@
30- @* </div> *@
31- @* </div> *@
32- @* <div class="row"> *@
33- @* <div class="col-md-12"> *@
34- @* <img height="500px" width="500px" src="@Image" alt="PactNet introduction in dotnet"/> *@
35- @* </div> *@
36- @* </div> *@
37- @* @if (!string.IsNullOrEmpty(Description)) *@
38- @* { *@
39- @* <div class="row"> *@
40- @* <div class="col-md-12"> *@
41- @* <p>@Description</p> *@
42- @* </div> *@
43- @* </div> *@
44- @* } *@
Original file line number Diff line number Diff line change 88
99<section >
1010 @{
11- switch (Level ){
11+ switch (Level )
12+ {
1213 case 1 :
1314 < h1 > @Heading < / h1 >
1415 break ;
Original file line number Diff line number Diff line change 33
44<BlogContainer >
55 <Header Title =" Intro to PACT for .NET Core: API contract testing"
6- Image =" /images/blog/pact/intro/contract_test_intro.webp " ></ Header >
6+ Image =" /images/blog/pact/intro/header_landscape.png " / >
77 <Summary />
88 <BuildStepDetection />
99 <HowToSteps />
You can’t perform that action at this time.
0 commit comments