File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
input {
13
13
font-family : "Poppins" , sans-serif;
14
14
}
15
-
15
+ a {
16
+ text-decoration : none;
17
+ }
16
18
main {
17
19
width : 100% ;
18
20
min-height : 100vh ;
Original file line number Diff line number Diff line change 60
60
</div >
61
61
<div class =" flex" >
62
62
<span class =" title-font font-medium text-2xl text-gray-900" >April 26th, 2024</span >
63
- <button class =" flex ml-auto text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded" >Register Now</button >
63
+ <button onclick = " window.location.href='/register' " class =" flex ml-auto text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded" >Register Now</button >
64
64
</div >
65
65
</div >
66
66
<img alt =" ecommerce" class =" lg:w-1/2 w-full lg:h-auto h-64 object-cover object-center rounded" src =" images/assets/hackathon-poster.jpg" >
Original file line number Diff line number Diff line change 16
16
<form action =" index.html" autocomplete =" off" class =" sign-in-form" >
17
17
<div class =" logo" style =" width : 100% ;" >
18
18
<!-- <img src="./img/logo2.jpg" alt="easyclass" height="100px" width="250px"/> -->
19
- <h1 style =" color : #151111 ;" >CodeForge< ; /> ; </h1 >
19
+ <a href = " / " >< h1 style =" color : #151111 ;" >CodeForge< ; /> ; </h1 ></ a >
20
20
21
21
</div >
22
22
Original file line number Diff line number Diff line change 16
16
<form action =" index.html" autocomplete =" off" class =" sign-in-form" >
17
17
<div class =" logo" style =" width : 100% ;" >
18
18
<!-- <img src="./img/logo2.jpg" alt="easyclass" height="100px" width="250px"/> -->
19
- <h1 style =" color : #151111 ;" >CodeForge< ; /> ; </h1 >
19
+ <a href = " / " >< h1 style =" color : #151111 ;" >CodeForge< ; /> ; </h1 ></ a >
20
20
21
21
</div >
22
22
You can’t perform that action at this time.
0 commit comments