This commit is contained in:
Leo 2024-01-17 16:46:14 +08:00
parent c161222a04
commit 79ed9c471a
4 changed files with 15 additions and 5 deletions

View File

@ -75,14 +75,14 @@
<div class="col-lg-8 mb-4"> <div class="col-lg-8 mb-4">
<!-- Embedded Google Map --> <!-- Embedded Google Map -->
<iframe width="100%" height="300px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" <iframe width="100%" height="300px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="http://maps.google.com/maps?hl=en&amp;ie=UTF8&amp;q=Singapore+410645&amp;t=m&amp;z=15&amp;output=embed"></iframe> src="http://maps.google.com/maps?hl=en&amp;ie=UTF8&amp;q=Singapore+408866&amp;t=m&amp;z=15&amp;output=embed"></iframe>
</div> </div>
<!-- Contact Details Column --> <!-- Contact Details Column -->
<div class="col-lg-4 mb-4 contact-right"> <div class="col-lg-4 mb-4 contact-right">
<h3>Contact Details</h3> <h3>Contact Details</h3>
<p> <p>
Blk 555 Jalan Tenaga 50 Ubi Ave 3
<br>S(410555) <br>S(408866)
<br> <br>
</p> </p>
<p> <p>

View File

@ -0,0 +1,6 @@
img {
display: block;
margin: auto;
max-width: 100%;
max-height: 100vh;
}

View File

@ -13,6 +13,7 @@
<link href="css/all.css" rel="stylesheet"> <link href="css/all.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet">
<link href="css/learnmore.css" rel="stylesheet">
</head> </head>
<body> <body>
@ -53,7 +54,10 @@
<br> <br>
<br> <br>
<img src="images/map.png"> <div class="map">
<img src="images/map.png" alt="Map Image">
</div>
<br> <br>
<br> <br>

View File

@ -13,7 +13,7 @@
<section class="wrapper"> <section class="wrapper">
<div class="form signup"> <div class="form signup">
<header>Signup</header> <header>Signup</header>
<form action=""> <form action="user.js" method="get">
<input type="text" id="username" placeholder="Username" required /> <input type="text" id="username" placeholder="Username" required />
<input type="text" id="email" placeholder="Email" required /> <input type="text" id="email" placeholder="Email" required />
<input type="password" id="password" placeholder="Password" required /> <input type="password" id="password" placeholder="Password" required />