Skip to content

Commit c0dd666

Browse files
committed
add a photo
1 parent f09ee81 commit c0dd666

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

www/src/components/footer.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
import React from "react";
22

3+
34
function Footer() {
45
const newDate = new Date();
56
const year = newDate.getFullYear();
67
return (
78
<footer className="flex-1 w-full max-w-4xl px-4 py-8 mx-auto md:px-8 text-center">
8-
<div className="border-4 border-blue-300 mb-12 py-16">
9-
<p className="text-lg text-gray-700 pb-1">
9+
<div className="border-4 border-blue-300 mb-12 pb-10">
10+
<img
11+
alt="codebar workshop"
12+
className="pt-10 px-10"
13+
src={require("../images/workshop.jpg")}
14+
/>
15+
<p className="text-lg text-gray-700 py-2">
1016
Looking for a way to support codebar? Please consider making a
1117
donation
1218
</p>

www/src/images/codebar-icon.png

-1.06 KB
Loading

www/src/images/workshop.jpg

197 KB
Loading

0 commit comments

Comments
 (0)