File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
wwwroot/images/blog/pact/events-demo Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 33<h2 class =" mb-4" >Latest Blogs</h2 >
44<div class =" row row-cols-1 row-cols-md-3 g-4" >
55 <div class =" col" >
6- <Thumbnail ImageUrl =" images/contract_test_intro.webp "
6+ <Thumbnail ImageUrl =" images/blog/pact/intro/header_landscape.png "
77 Title =" Contract testing using PACT in dotnet core: Introduction" Author =" Ajay kumar"
88 Date =" @DateTime.Today.Date.ToLongDateString()" Category =" Pact contract testing"
99 BlogUrl =" /blog/contract-testing-pact-net-intro" />
1010 </div >
1111 <div class =" col" >
12- <Thumbnail ImageUrl =" images/contract_test_intro .webp"
13- Title =" Contract testing using PACT in dotnet core: Introduction " Author =" Ajay kumar"
12+ <Thumbnail ImageUrl =" images/blog/pact/events-demo/contract-testing-events .webp"
13+ Title =" Intro to PACT for .NET Core: Events Based Systems " Author =" Ajay kumar"
1414 Date =" @DateTime.Today.Date.ToLongDateString()" Category =" Pact contract testing"
1515 BlogUrl =" /blog/contract-testing-in-pact-with-events" />
1616 </div >
Original file line number Diff line number Diff line change 66 [Parameter ] public string Category { get ; set ; } = string .Empty ;
77 [Parameter ] public string BlogUrl { get ; set ; } = " #" ;
88}
9+ <style >
10+ .custom-size {
11+ max-width : 400px ;
12+ }
13+ </style >
914
10- <div class =" card shadow-sm" >
15+ <div class =" card shadow-sm custom-size " >
1116 <a href =" @BlogUrl" >
12- <img src =" @ImageUrl" class =" card- img-top " alt =" @Title" >
17+ <img src =" @ImageUrl" class =" img img-fluid img-thumbnail " alt =" @Title" >
1318 </a >
1419 <div class =" card-body" >
1520 <span class =" badge bg-primary" >@Category </span >
You can’t perform that action at this time.
0 commit comments