Skip to content

Commit

Permalink
removed photos
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrT27 committed Jan 28, 2024
1 parent d10d701 commit 62abe6f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Binary file modified __pycache__/app.cpython-311.pyc
Binary file not shown.
6 changes: 6 additions & 0 deletions aboutus.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.p {
font-family: "Inter", "sans-serif";
font-size: 20px;
}

Expand Down Expand Up @@ -39,4 +40,9 @@ img {
width: 100%;
height: auto;
opacity: 0.3;
}

body {


}
8 changes: 6 additions & 2 deletions templates/aboutus.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<html lang="en">

<head>
<link rel="stlyesheet" href="aboutus.css">
<link rel="preconnect" href="https://fonts.googleapis.com%22%3E/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter&display=swap" rel="stylesheet">
<link rel="stylesheet" href="{{url_for('static', filename='aboutus.css')}}">
<!--<link rel="stlyesheet" href="aboutus.css">-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

Expand All @@ -11,7 +15,7 @@

</style>
</head>
<body background="/static/photos/homebg.png" style="background-size: cover;">
<body>

<div class="container">
<img src="/static/photos/Group_13.png" alt="badge" width="100px" height="100px" style="float: left;">
Expand Down

0 comments on commit 62abe6f

Please sign in to comment.