-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelopment.html
More file actions
103 lines (98 loc) · 4.47 KB
/
development.html
File metadata and controls
103 lines (98 loc) · 4.47 KB
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
<!DOCTYPE html>
<html lang="en-AU">
<head>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/master.css" media="screen" title="no title" charset="utf-8" />
<meta charset="utf-8" />
<title>Benjamin Developments</title>
</head>
<body>
<header id="header"></header>
<center><img src="assets/load.png" alt="Loading..." id="loadImg" /></center>
<div class="title" id="titleBox">
Benjamin
</div>
<div class="titleSub" id="subTitleBox">
Photographer - Web Developer
</div>
<div class="navBar" id="nvBr"></div>
<div class="privTtl" id="title">
Web Development Services
</div>
<div class="devIntro" id="dvDsc">
Benjamin Developments offers custom web development services. If you wish to build a website which perfectly matches your business goals and individual preferences, we can do it for you!
<br /><br />
For each individual project we put the customer in the center of the development process. Whether you have a brief idea of your future website or a detailed specification, we will apply our technical expertise and help you to bring it to life. You will be able to see results quickly and adjust your requierments on teh go.
<br />
<h2><strong>We build a veriety of websites</strong><br />In particular;</h2>
<div class="privMsgBull">
• <strong>Real estate.</strong> Tools for home owners, buyers and tenants, as well as systems for agents and brokers.
<br />• <strong>Education.</strong> Learning and testing process automation, students databses, personal assessment, interactive textbooks.
<br />• <strong>Marketing and advertising.</strong> Marketing automation tools, classified ads, affiliate and referral systems.
<br />• <strong>E-commerce.</strong> Online marketplace, auctions and group buying websites. Payment gateway integration, billing systems, multi-currency transactions, recurring payments, accounting and reporting tools.
<br />• <strong>Health care.</strong> HIPAA-compliant systems for ambulance, home care, skilled nursing facilities, assisted living facilities and plastic surgery clinics.
</div>
</div>
<div class="devIntro" id="dvInt">
Benjamin Developments is currently <span id="devYesNo"></span>
</div>
<div id="formArea">
<form class="devForm" method="get">
<p>
<label>Full name<br />
<input type="text" name="fullName" required />
</label>
</p><br />
<p>
<label>Email address<br />
<input type="text" name="fullName" required />
</label>
</p><br />
<p>
<label>Budget range<br />
<select name="budgetRange">
<option value="" selected="selected">Select One</option>
<option value="less100">< $100</option>
<option value="100t300">$100 - $300</option>
<option value="300t500">$300 - $500</option>
<option value="500t1000">$500 - $1000</option>
<option value="1000t2000">$1000 - $2000</option>
<option value="more2000">> $2000</option>
</select>
</label>
</p><br />
<p>
<label>Do you have design sketches?<br />
<select name="designSketches">
<option value="" selected="selected">Select One</option>
<option value="less100">Yes</option>
<option value="100t300">No</option>
</select>
</label><br />
</p>
<p>
<label>Additional Notes<br />
<textarea name="msg" maxlength="2000"></textarea>
</label>
</p><br />
<!-- Submit -->
<p>
<button id="submitDev">Submit</button>
</p>
</form>
</div>
<div class="footer" id="ftr">
<a href="https://benandy.github.io/privacy">Privacy Policy</a> - <a href="https://benandy.github.io/cookie">Cookie Policy</a> - <a href="https://benandy.github.io/terms">Terms and Conditions</a>
<br />
Copyright Benjamin Developments © 2015 - All rights reserved
</div>
<script src="js/calls.js"></script>
<script type="text/javascript">
loadSpin = true;
dev = true;
navBar = true;
</script>
<script src="js/main.js"></script>
<script src="https://benandy.github.io/googleanalytics.js"></script>
</body>
</html>