Skip to content

Commit dd870d4

Browse files
authored
Merge pull request #7 from christianmartinroffey/portfolio2
Portfolio section
2 parents fd16ae6 + 4b41bce commit dd870d4

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

website/templates/portfolio.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
11
<!-- 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>

0 commit comments

Comments
 (0)