aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-03-14 12:02:11 -0700
committerclarkzjw <[email protected]>2022-03-14 12:02:11 -0700
commitc1ec576cc339a4bf9ccefbc16236a0b12cd19cb2 (patch)
tree9d10dfe88f63c4f5e25b50561de2659ac1b6551a
parente364686f76cd8fbffe69d217e3a1f255376a6f08 (diff)
downloadPortfolio-c1ec576cc339a4bf9ccefbc16236a0b12cd19cb2.tar.gz
+ add local photo
-rw-r--r--index.html2
-rw-r--r--static/photo.jpgbin0 -> 182941 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 3962349..b57c244 100644
--- a/index.html
+++ b/index.html
@@ -45,7 +45,7 @@
45 <table> 45 <table>
46 <tbody> 46 <tbody>
47 <tr> 47 <tr>
48 <td><img src="https://s3.us-west-1.wasabisys.com/public-assets/photo.jpg" alt="" height="200" 48 <td><img src="./static/photo.jpg" alt="" height="200"
49 border="0"></td> 49 border="0"></td>
50 </tr> 50 </tr>
51 <tr> 51 <tr>
diff --git a/static/photo.jpg b/static/photo.jpg
new file mode 100644
index 0000000..170d756
--- /dev/null
+++ b/static/photo.jpg
Binary files differ
Powered by cgit v1.2.3 (git 2.41.0)