Skip to content

Commit

Permalink
chore: move css files, and js files into folders. remove wireframe do…
Browse files Browse the repository at this point in the history
…cs now
  • Loading branch information
henrylin03 committed Aug 27, 2024
1 parent 6d7b045 commit 49b6e98
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
File renamed without changes.
4 changes: 0 additions & 4 deletions style.css → css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ a {
color: inherit;
}

a:visited {
color: inherit;
}

li {
list-style-type: none;
}
Expand Down
4 changes: 0 additions & 4 deletions docs/wireframe.drawio.svg

This file was deleted.

6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="normalise.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="./css/normalise.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
Expand Down Expand Up @@ -76,7 +76,7 @@ <h1>Match with a mentor who gets you</h1>
src="https://docs.google.com/forms/d/e/1FAIpQLScIm03IfDkwEId4CVHcoOFZYia_HXLTSPLg6LVXtpsAPck-zg/viewform?embedded=true">Loading…</iframe>
</dialog>

<script src="script.js"></script>
<script src="./js/script.js"></script>
</body>

</html>
File renamed without changes.

0 comments on commit 49b6e98

Please sign in to comment.