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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
|
<!DOCTYPE html> <html class="no-js">
<head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Winnamore</title> <script src="../js/modernizr.js"></script> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="../css/responsive.css"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Overlock" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="../css/jquery.fancybox.min.css"> <script src="https://use.fontawesome.com/6fac2730d4.js"></script> </head>
<body>
<div id="outer-wrap"> <div id="inner-wrap"> <header id="top" role="banner"> <div class="container"> <div class="block logo"> <a href="index-premier.php"><img src="../img/logo.png"></a> <a class="nav-btn" id="nav-open-btn" href="#nav"></a> </div> <div class="CreateAct"> <div class="AccountDiv"> <div class="Act"> <img src="../img/elements/act.png" /> <div class="CreateActLink"><a href="#"><span class="dynamicHidden">Welcome Back </span>Amy</a> |</div> </div> <div class="Act"> <img src="../img/elements/logout.png" /> <div class="CreateActLink"><a href="membership-application.php">Log-out</a></div> </div> </div>
<div class="HeadMedia"> <a href="#"><img src="../img/elements/facebook.png"> </a> <a href="#"><img src="../img/elements/twitter.png"> </a> <a href="#"><img src="../img/elements/linkin.png"> </a> </div> </div> </div> </header> <div style="display: none;" id="hidden-content"> <div class="LoginContent"> <img src="../img/logo.png"> <form> <div class="loginForm"> <input type="text" placeholder="Email Address:" class="loginInput"> <input type="password" placeholder="Password:" class="loginInput"> <input type="checkbox" name="RememberMe"> Remember Me | <a href="#" class="InputGreenLink">Forgot Password?</a><br> <input type="submit" class="LoginBTN" value="Sign In"><br> Don't have an account yet? <a href="#" class="InputGreenLink">Create Account</a>
</div> </form> </div> </div>
<nav id="nav" role="navigation"> <div class="container"> <div class="block"> <ul> <li> <a href="index-premier.php" id="NavLink">HOME</a> </li> <!-- --> <li> <a href="aboutus-WhoWeAre.php" id="NavLink">ABOUT US</a> </li> <!-- --> <li> <a href="whycrowdfuning-WhyCrowdfunding.php" id="NavLink">WHY CROWDFUNDING</a> </li> <!-- --> <li> <a href="whywinnamore-Peer.php" id="NavLink">WHY WINNAMORE STREET</a> </li> <!-- --> <li> <a href="whatmembership.php" id="NavLink">WHAT MEMBERSHIP PROVIDES</a> </li> <li> <a href="faq.php" id="NavLink">Q&A</a> </li> </ul> <a class="close-btn" id="nav-close-btn" href="#top">Return to Content</a> </div> </div> </nav>
</div>
<!--/#inner-wrap--> <div class="PremierHomeBanner"> <div class="container"> <div class="PremierBanner"> <h1>A Different Approach to Crowdfunding…</h1> <h2>Winnamore Street is a unique crowdfunding network where members can connect with each other – directly</h2> </div> </div> </div> <div class="clear"></div> <div class="PremierSection"> <div class="PremierGreenSide"> <div class="PremierSidePost"> <a href="premier-createpost.php"> <img src="../img/elements/post-opportunity.png"><br> Post An<br>Opportunity </a> </div>
<div class="PremierSidePost"> <a href="premier-searchpost.php"> <img src="../img/elements/search-opportunity.png"><br> Search For<br>Opportunities </a> </div>
<div class="PremierSidePost"> <a href="premier-editpost-allposts.php"> <img src="../img/elements/myPosts.png"><br> My Posts<br><span>Review and Edit your Posts</span> </a> </div>
<div class="GreenSideBarLink"> <h3>Guidelines for posting on Winnamore Street:</h3> <a href="premier-Guidelines-Lender.php">As a Lender</a> <a href="premier-Guidelines-Investor.php">As an Investor</a> <a href="premier-Guidelines-DonateCharity.php">As a Donator to Charity</a> <a href="premier-Guidelines-Borrower.php">As a Borrower</a> <a href="premier-Guidelines-businessInvestment.php">As a Business Seeking Investments</a> <a href="premier-Guidelines-CharityDonations.php">As a Charity seeking Donations</a> <a href="premier-Guidelines-ServiceProvider.php" id="widthLink">As a Professional Crowdfunding Service Provider</a> </div> </div>
<div class="PremierMainContent"> <div class="PremierContainer"> <div class="Contestform"> <h1>Enterprise Most Likely To Succeed Contest</h1> <h2>Welcome to the Winnamore Street Enterprise Most Likely To Succeed Contest.</h2> </div> </div> <div class="Premier-Select"> <h6>Please select one of the following options to enter this Contest</h6> <select onChange="location = this.value;"> <option value="premier-contest-submitMyEnterprise.php">I wish to submit my enterprise in the competition.</option> <option value="premier-voteEnterprise.php">I wish to vote for an enterprise</option> </select> </div>
<div class="PremierContainer"> <div class="Contestform"> <h1>I wish to Submit my Enterprise in the Competition</h1> <h2>Before you submit your form, please take a moment to read through and understand the following:</h2> <p>The Winnamore Street “Enterprise Most Likely to Succeed” Contest is designed to provide up to US$1,000,000 in equity funding for startup businesses. </p> <p>Winnamore Street Premier Members voting for contest entries will be guided to evaluate each entry on the following criteria:</p> <p>In their considered opinion, are the promoters/founders of the startup able to make the proposed business a financial success?</p> <p>In their considered opinion, is the proposed business of the startup unique in some significant way?</p> <p>In their considered opinion, will the proposed business of the startup be beneficial to society in some significant way?</p> <p>In their considered opinion, will the proposed business of the startup be able to achieve the valuation projected by the promoters/founders within [ ] years?</p> <p>In their considered opinion, has the startup and proposed business of the entrant been adequately and effectively promoted to a wide enough audience of potential investors and potential customers?</p> <p><span class="GreenTTxt"><b>Note:</b></span> In order for a voter to be able to select and vote for a particular startup as their chosen Enterprise Most Likely to Succeed, they would need to be current Premier Members, and have answered YES to each of the above criteria. </p> <h2>In order to enter the competition each participant must ensure the following:</h2> <p>Be a Premier Member of Winnamore Street;</p> <p>Be a startup business i.e. a business that is just being launched or has been launched but been in business for less than 3 years;</p> <p>Have successfully posted a request for equity funding to launch or expand the business on the Winnamore Street Crowdfunding Platform and obtained a valid Posting Identification Number (PIN);</p> <p>Filled out and successfully submitted the startup business for the competition and received a Competition Identification Number (CIN).</p> <h2>In order to be shortlisted and therefore remain in the competition until a single winner is declared, each participant must ensure the following:</h2> <p>Complied with all of the above competition entry requirements; and</p> <p>Have received at least one hundred 100 votes from other Winnamore Premier Members.</p> <h2>In order to be selected Winnamore Street’s Enterprise Most Likely to Succeed and receive up to US$1,000,000 in direct equity investment, a completed entry should have the following:</h2> <p>Have received the highest number of votes from other Winnamore Street Premier Members; and </p> <p>Have been accepted by the President of Gainsters Corporation Limited (the owners and operators of the Winnamore Street Crowdfunding Platform) as startups most likely to succeed within the next [number] years.</p> </div> </div> <div class="SubmitMyEnterpriseTerms"> <div class="expansionTextLink"><a href="premier-contest-submitMyEnterprise-TermsConditions.php">Gereral Terms and Conditions</a></div> <div class="CreatePost-ClickTerms"> <input id="checkTerms-1" class="check-custom" name="check-group" type="checkbox"> <label for="checkTerms-1" class="check-custom-label"> </label>I have read and understood Winnamore Street's requirements for submission of my startup in the Winnamore Street Enterprise Most Likely To Succeed Contest. </div> </div>
<div class="PremierContainer"> <div class="SubmitMyEnterPriseForm"> <input placeholder="Name of Premier Member:"> <span>(as register with Winnamore Street:)</span> <input placeholder="PIN:"> <div class="StyleBTN-NoShadow"> <a href="premier-contest-submitMyEnterprise-Form.php">Submit Now</a> </div> </div> </div>
</div>
<div class="PremierDymanicGreenSection"> <div class="GreenSideBarLink"> <h3>Guidelines for posting on Winnamore Street:</h3> <a href="#">As a Lender</a> <a href="#">As an Investor</a> <a href="#">As a Donator to Charity</a> <a href="#">As a Borrower</a> <a href="#">As a Business Seeking Investments</a> <a href="#">As a Charity seeking Donations</a> <a href="#" id="widthLink">As a Professional Crowdfunding Service Provider</a> </div> </div>
<?php include 'include/PremierGreySide.php';?> </div> <div id="MobileMenu"> <div class="MobileMenuGreenBG"> <div class="PremierSidePost"> <a href="premier-createpost.php"> <img src="../img/elements/post-opportunity.png"><br> Post An<br>Opportunity </a> </div>
<div class="PremierSidePost"> <a href="premier-searchpost.php"> <img src="../img/elements/search-opportunity.png"><br> Search For<br>Opportunities </a> </div>
<div class="PremierSidePost"> <a href="premier-editpost-allposts.php"> <img src="../img/elements/myPosts.png"><br> My Posts<br><span>Review and Edit your Posts</span> </a> </div> </div> </div>
<?php include 'include/footer.php';?> </div> <!--/#outer-wrap--> <script src="http://code.jquery.com/jquery-3.1.1.min.js"></script> <script src="../js/jquery.fancybox.min.js"></script>
<script type="text/javascript"> $(window).scroll(function() { if ($(this).scrollTop()) { $('#toTop').fadeIn(); } else { $('#toTop').fadeOut(); } });
$("#toTop").click(function() { $("html, body").animate({scrollTop: 0}, 600); });
$(document).ready(function(){ $("#nav-close-btn").click(function(){ $("#MobileMenu").hide(); }); $("#nav-open-btn").click(function(){ $("#MobileMenu").show(); }); });
</script>
</body>
</html>
|