-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsignup.html
155 lines (149 loc) · 8.16 KB
/
signup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html>
<head>
<title>Master Builder - Better way to secure your Building Permit</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<link href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<link href="font-awesome-4.7.0/css/font-awesome-animation.min.css" rel="stylesheet"/>
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet">
<link href="css/smallerscreen.css" rel="stylesheet">
<link rel="stylesheet" href="css/aos.css" />
</head>
<body>
<header>
<div class="signup-wrapper">
<div class="text-center">
<a href="index.html"><img src="images/signup-logo.png" class="img-fluid signup-logo" alt="Logo"></a>
</div>
<div class="signup-div">
<h5 class="text-center">create an account</h5>
<form>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="form-group">
<label>First Name</label>
<input type="text" name="firstname" class="form-control">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="form-group">
<label>Last Name</label>
<input type="text" name="lastname" class="form-control">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="form-group">
<label>Phone Number</label>
<input type="text" name="phonenumber" class="form-control">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="form-group">
<label>Email</label>
<input type="email" name="email" class="form-control">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="form-group">
<label>Create Password</label>
<input type="password" name="password" class="form-control">
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<div class="form-group">
<label>Confirm Password</label>
<input type="password" name="confirmpassword" class="form-control">
</div>
</div>
</div>
<div class="text-center">
<button class="btn btn-submit">Create account</button>
</div>
</form>
</div>
<div>
<p>By creating an account, you agree to Master Builder’s <a href="">Conditions of Use</a> and <a href="">Privacy Notice</a></p>
<p style="padding-top: 0;">Already have an account? <a href="signin.html">Sign in</a></p>
</div>
</div>
</header>
<article>
<section id="permit-wrapper">
<div class="container">
<div class="consult-div">
<p>Consult and Process your real estate documents with ease</p>
<hr>
</div>
</div>
</section>
<section class="master-builder">
<p><span>Master Builder</span> offers Building Plan Approval Processing, C of O, Building Designs, Architecture, Engineering Designs and Land Survey documentation. It also offers Builders, Construction Engineers, Landlords and tenants in major Nigerian cities (Lagos, Abuja, Abeokuta, Ibadan etc.) a platform to meet and consult professionals in the construction industry who would deliver services in it’s various ethical approach/standard.</p>
<p>Master BUilder has a strong market position and a coherent strategy to not only ensure client satisfaction but also that design standards are maintained. It has established clear steps to achieve its aim which is to build a strong digitized process for town planning practice in Nigerian cities (Lagos, Abuja, Abeokuta, Ibadan etc.)</p>
<p>Master Builder is the first digital platform that provides the best consultancy services for townplanning practice in NIgeria, not only does it make available a platform to access informations regardng town planning practice in top most Nigerian cities, it also allowers it’s users to have a one on one interaction with practicing professionals in relative fiends for online consultancy services.</p>
<p>Master Builder is about promoting sustainable designs, we also train undergraduate designers in the art and craft of sustainability in design to ensure a community of environmental scientists who who champion sustainabilitity in topmost NIgerian cities. Our designs are adaptive, responsive and inovative, much more our services remain efficient and yet cost friendly.</p>
</section>
</article>
<footer data-aos="zoom-in">
<div class="container">
<div class="footer">
<hr>
<div class="mt-30">
<div class="row">
<div class="col-lg-6 col-md-6">
<div>
<h5>GET TO KNOW US</h5>
<div class="mb-30">
<p><a href="">About Us</a></p>
<p><a href="">FAQs</a></p>
<p><a href="">Terms of Use</a></p>
<p><a href="">Privacy Policy</a></p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div>
<a href=""><img src="images/facebook.png" class="img-fluid" alt="facebook"></a>
<a href=""><img src="images/twitter.png" class="img-fluid" alt="twitter"></a>
<a href=""><img src="images/instagram.png" class="img-fluid" alt="instagram"></a>
<a href=""><img src="images/linkedin.png" class="img-fluid linkedin" alt="linkedin"></a>
</div>
<div class="text-right">
<p>Physical Office Address: 33 Wole Adetipe Street, Agege, Lagos, Nigeria.</p>
<p>0700 933 933 933 (Mon-Fri from 9am-5pm) - [email protected]</p>
</div>
</div>
</div>
</div>
<h6>© 2019 Master BUilder Global Limited</h6>
</div>
<a href=""><img src="images/help.png" class="img-fluid ask-questions" alt="Ask questions"></a>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/highlight.min.js"></script>
<script src="js/aos.js"></script>
<script>
AOS.init({
easing: 'ease-out-back',
duration: 1000
});
</script>
<script>
hljs.initHighlightingOnLoad();
$('.hero__scroll').on('click', function(e) {
$('html, body').animate({
scrollTop: $(window).height()
}, 1200);
});
</script>
</body>
</html>