Skip to content

Commit

Permalink
Update background images and add backdrop filter to privacy policy an…
Browse files Browse the repository at this point in the history
…d terms of service pages
  • Loading branch information
g9aerospace committed Apr 2, 2024
1 parent e14dcb2 commit de8f288
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="icon" href="assets/images/g9aerospace.png" type="image/png">
<title>Privacy Policy</title>

<style>
body {
background-image: url('assets/images/background/bg2.svg');
backdrop-filter: blur(7px);
}
</style>
</head>

<body>
Expand Down
7 changes: 7 additions & 0 deletions terms-of-service.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="icon" href="assets/images/g9aerospace.png" type="image/png">
<title>Terms of Service</title>

<style>
body {
background-image: url('assets/images/background/bg4.svg');
backdrop-filter: blur(3px);
}
</style>
</head>

<body>
Expand Down

0 comments on commit de8f288

Please sign in to comment.