Skip to content

Commit

Permalink
Update about.html
Browse files Browse the repository at this point in the history
Remove footer from about us page #86
  • Loading branch information
krishprav authored Oct 24, 2023
1 parent b67b967 commit c32a718
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/responsiveness.css" />

<style>
#footer {
display: none;
}
</style>

</head>

<body>
Expand Down

0 comments on commit c32a718

Please sign in to comment.