File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!-- your html code here -->
2
- < p > Hello, I'm the portfolio.html</ p >
2
+ < div class ="container ">
3
+ < h2 > Portfolio</ h2 >
4
+ < p > Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</ p >
5
+ < div class ="row ">
6
+ < div class ="col ">
7
+ < div class ="card border-0 " style ="width: 18rem; ">
8
+ < img src ="https://i.picsum.photos/id/1005/700/400.jpg?hmac=k6ZkTaOnkbXKVfdCjTHcZk1dYCy13Cxj3mlWK8e-OXU " class ="card-img-top " alt ="... ">
9
+ < div class ="card-body px-0 ">
10
+ < h5 class ="card-title text-primary "> Project Name</ h5 >
11
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
12
+ </ div >
13
+ </ div >
14
+ </ div >
15
+ < div class ="col ">
16
+ < div class ="card border-0 " style ="width: 18rem; ">
17
+ < img src ="https://i.picsum.photos/id/1056/700/400.jpg?hmac=nxqsiJ4-5VhWPBaBahl5VFhGrW52bVvdI7LY4LCCTTY " class ="card-img-top " alt ="... ">
18
+ < div class ="card-body px-0 ">
19
+ < h5 class ="card-title text-primary "> Project Name</ h5 >
20
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
21
+ </ div >
22
+ </ div >
23
+ </ div >
24
+ < div class ="col ">
25
+ < div class ="card border-0 " style ="width: 18rem; ">
26
+ < img src ="https://i.picsum.photos/id/316/700/400.jpg?hmac=ONlW1QPbO2gcUU1vxU8m23OGbhmIDUFRAk4zzoHprHM " class ="card-img-top " alt ="... ">
27
+ < div class ="card-body px-0 ">
28
+ < h5 class ="card-title text-primary "> Project Name</ h5 >
29
+ < p class ="card-text "> Some quick example text to build on the card title and make up the bulk of the card's content.</ p >
30
+ </ div >
31
+ </ div >
32
+ </ div >
33
+ </ div >
34
+ </ div >
You can’t perform that action at this time.
0 commit comments