mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
121 lines
6.2 KiB
HTML
121 lines
6.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>AzureUI - Term</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,900" rel="stylesheet">
|
|
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/global.style.css" />
|
|
<style>
|
|
.header {
|
|
width:relative;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#backbtn {
|
|
padding: 20px;
|
|
float:left;
|
|
}
|
|
|
|
#heading {
|
|
float:right;
|
|
padding: 20px;
|
|
clear: right;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- Header area start-->
|
|
<div class="header">
|
|
<div id="backbtn">
|
|
<a class="go-back-linkC"><i class="fa fa-arrow-left"></i></a>
|
|
</div>
|
|
|
|
<div id="heading">
|
|
<h1 class="page-title" style="color: #000">Company Profile</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Header area end -->
|
|
<!-- Main Content Start Here -->
|
|
<div class="container">
|
|
<main class="fix-top-menu">
|
|
<section class="container">
|
|
<form>
|
|
<div class="form-row txt-center">
|
|
<div class="profile-image">
|
|
<div class="profile-image-com">
|
|
<img id="CompanyProfile" class="avatar-img" src="images/CIEF.png" width="80" height="80" />
|
|
<label class="update-btn fix">
|
|
<input id="CompanyUpload" type="file" style="display:none" />
|
|
<i class="fa fa-camera"></i>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-row txt-center">
|
|
<label class="update-btn fix">
|
|
<input id="reg_cert" type="file" style="display:none" /> Please upload the registration certificate
|
|
</label>
|
|
</div>
|
|
<br>
|
|
<div class="form-label-divider">
|
|
<span class="label-span">Company Information</span>
|
|
</div>
|
|
|
|
<div class="form-divider"></div>
|
|
|
|
<div class="form-divider"></div>
|
|
|
|
<div class="form-row-group">
|
|
<div class="form-row no-padding">
|
|
<input id="company-name" type="text" class="form-element" placeholder="Company Name" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="registration-no" type="text" class="form-element" placeholder="Registration No" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="tax-no" type="text" class="form-element" placeholder="Tax No" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="tel-no" type="text" class="form-element" placeholder="Tel No" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="fax" type="text" class="form-element" placeholder="Fax" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="address" type="text" class="form-element" placeholder="Address" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="city" type="text" class="form-element" placeholder="City" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="postcode" type="text" class="form-element" placeholder="Postcode" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="state" type="text" class="form-element" placeholder="State" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="country" type="text" class="form-element" placeholder="Country" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="contact-person" type="text" class="form-element" placeholder="Contact Person" required />
|
|
</div>
|
|
<div class="form-row no-padding">
|
|
<input id="contact-person-no" type="text" class="form-element" placeholder="Contact Person No" required />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-divider"></div>
|
|
|
|
<div class="form-row txt-center">
|
|
<a href="#" style="width:50%; margin-left:25%;" class="button block green">Edit</a>
|
|
</div>
|
|
</form>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
<!-- Main Content End Here -->
|
|
</body>
|
|
</html> |