test
This commit is contained in:
parent
c161222a04
commit
79ed9c471a
@ -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&ie=UTF8&q=Singapore+410645&t=m&z=15&output=embed"></iframe>
|
src="http://maps.google.com/maps?hl=en&ie=UTF8&q=Singapore+408866&t=m&z=15&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>
|
||||||
|
6
consumerWebsite/public/css/learnmore.css
Normal file
6
consumerWebsite/public/css/learnmore.css
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100vh;
|
||||||
|
}
|
@ -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>
|
||||||
|
@ -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 />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user