Skip to content

Commit

Permalink
add a photo
Browse files Browse the repository at this point in the history
  • Loading branch information
KimberleyCook committed Oct 20, 2022
1 parent f09ee81 commit c0dd666
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions www/src/components/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
import React from "react";


function Footer() {
const newDate = new Date();
const year = newDate.getFullYear();
return (
<footer className="flex-1 w-full max-w-4xl px-4 py-8 mx-auto md:px-8 text-center">
<div className="border-4 border-blue-300 mb-12 py-16">
<p className="text-lg text-gray-700 pb-1">
<div className="border-4 border-blue-300 mb-12 pb-10">
<img
alt="codebar workshop"
className="pt-10 px-10"
src={require("../images/workshop.jpg")}
/>
<p className="text-lg text-gray-700 py-2">
Looking for a way to support codebar? Please consider making a
donation
</p>
Expand Down
Binary file modified www/src/images/codebar-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added www/src/images/workshop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c0dd666

Please sign in to comment.