Skip to content

Commit 7f87bc9

Browse files
committed
ready for deployment.
1 parent 0c9c2c7 commit 7f87bc9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Login/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</style>
2020
</head>
2121
<body>
22-
<a href="../frontpage/index.html"><h1>Home</h1></a>
22+
<a href="../index.html"><h1>Home</h1></a>
2323
<div class="login">
2424
<div class="li_row">
2525
<img src="https://brightline-public-images.s3-us-west-1.amazonaws.com/Logo_Brightline_Orange.png" alt="">

frontpage/index.html renamed to index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Document</title>
8-
<link rel="stylesheet" href="./index.css">
9-
<link rel="stylesheet" href="../components/navbar.css">
10-
<link rel="stylesheet" href="../components/footer.css">
8+
<link rel="stylesheet" href="./frontpage/index.css">
9+
<link rel="stylesheet" href="./components/navbar.css">
10+
<link rel="stylesheet" href="./components/footer.css">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1212
<!-- Swiper CSS -->
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
@@ -227,6 +227,6 @@ <h1 class="learn">Learn about Brightline</h1>
227227
</body>
228228
</html>
229229

230-
<script src="./index.js"></script>
231-
<script src="../components/navbar.js" type="module"></script>
230+
<script src="./frontpage/index.js"></script>
231+
<script src="./components/navbar.js" type="module"></script>
232232

0 commit comments

Comments
 (0)