Skip to content

Commit 2c78a2e

Browse files
committed
creared images folder and aded new link to pfl
1 parent e62c9ce commit 2c78a2e

13 files changed

+14
-7
lines changed

Diff for: Burger

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 5b78e07b6f85b272edfd598465a977f4cf619e0c
1+
Subproject commit 9ec3d6940316f9fd9a214945bdd5c952b59910f3

Diff for: homework 2/.Dk.jpg.icloud

-156 Bytes
Binary file not shown.

Diff for: homework 2/contact.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ <h1>Contact</h1>
3737
<div class="container">
3838
<div class="row">
3939
<div class="col-md-4">
40-
<a href="https://www.instagram.com/kagotho_diana/" target="_blank"><img src="insta.jpg" alt="insta logo" srcset="" height="200px" width= "200px">
40+
<a href="https://www.instagram.com/kagotho_diana/" target="_blank"><img src="images/insta.jpg" alt="insta logo" srcset="" height="200px" width= "200px">
4141
</a>
4242
</div>
4343
<div class="col-md-4">
44-
<a href="mailto:[email protected]"><img src="gm.jpg" alt="gmail logo" srcset="" height="200px" width= "260px">
44+
<a href="mailto:[email protected]"><img src="images/gm.jpg" alt="gmail logo" srcset="" height="200px" width= "260px">
4545
</a>
4646
</div>
4747
<div class="col-md-4">
48-
<a href="https://www.linkedin.com/in/diana-kagotho/" target="_blank"><img src="Ln-1.png" alt="ln logo" srcset="" height="200px" width= "200px">
48+
<a href="https://www.linkedin.com/in/diana-kagotho/" target="_blank"><img src="images/Ln-1.png" alt="ln logo" srcset="" height="200px" width= "200px">
4949
</a>
5050
</div>
5151
</div>

Diff for: homework 2/images/Dk.jpg

3.59 MB
Loading
File renamed without changes.
File renamed without changes.

Diff for: homework 2/images/burger.jpeg

102 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: homework 2/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Meet Diana Kagotho</h2>
4848
</div>
4949
</div>
5050
<div class="col-md-6">
51-
<img src="Dk.jpg" alt="photo of Diana" height="400px" width= "400px"/>
51+
<img src="images/Dk.jpg" alt="photo of Diana" height="400px" width= "400px"/>
5252
</div>
5353
</div>
5454
<div>

Diff for: homework 2/portfolio.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,19 @@ <h1>Portfolio</h1>
3838
<div class="row">
3939
<div class="col-md-12">
4040
<div class="col-md-4 zoom">
41-
<a href="https://dkagotho.github.io/Insta_Food_and_Booz-prj1/" target="_blank"><img src="IFB.png" alt="ln logo" srcset="" height="150px" width= "250px" class= "portfolio-link">
41+
<a href="https://dkagotho.github.io/Insta_Food_and_Booz-prj1/" target="_blank"><img src="images/IFB.png" alt="ln logo" srcset="" height="150px" width= "250px" class= "portfolio-link">
4242
</a>
4343
</div>
4444
<div class="col-md-4 portfolio-tilte">
4545
Welcome to Insta Food and Booz!!
4646
</div>
47+
<div class="col-md-4 zoom">
48+
<a href="https://deey-burger.herokuapp.com/burger" target="_blank"><img src="images/burger.jpeg" alt="ln logo" srcset="" height="150px" width= "250px" class= "portfolio-link">
49+
</a>
50+
</div>
51+
<div class="col-md-4 portfolio-tilte">
52+
Deey-Burger app!!
53+
</div>
4754
</div>
4855
</div>
4956
</div>

Diff for: homework 2/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html {
33
}
44

55
body {
6-
background-image: url(wp.jpg);
6+
background-image: url(images/wp.jpg);
77
margin: 30px 50px;
88
}
99

0 commit comments

Comments
 (0)