Skip to content

Commit

Permalink
I fixed the error with the banner on workshops
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo236 committed Nov 1, 2024
1 parent e000e15 commit 5804819
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions workshops.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>CommuniCare - About Us</title>
<title>CommuniCare - Workshops</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="workshops.css">
<link rel="stylesheet" href="banner.css">
<link rel="stylesheet" href="workshops.css">
<link rel="stylesheet" href="footer.css">

<meta charset="UTF-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Domine:[email protected]&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>

<meta http-equiv="X-UA-Compatible™" content="IE-edge">

</head>
Expand Down

0 comments on commit 5804819

Please sign in to comment.