-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrevenue-growth.html
328 lines (308 loc) · 11.1 KB
/
revenue-growth.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
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
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="revenue-growth.css" />
<link rel="stylesheet" href="navigation-bar.css" />
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="footer.css">
</head>
<body>
<nav>
<div class="wrapper">
<img class="nav-logo" src="Upraise-logo-2.png" alt="" />
<div class="logo"><a href="#">UPRAISE</a></div>
<input type="radio" name="slider" id="menu-btn" />
<input type="radio" name="slider" id="close-btn" />
<ul class="nav-links">
<label for="close-btn" class="btn close-btn"
><i class="fas fa-times"></i
></label>
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li>
<a href="#" class="desktop-item">Log in/Sign up</a>
<input type="checkbox" id="showDrop" />
<label for="showDrop" class="mobile-item">Log in/Sign up</label>
<ul class="drop-menu">
<li><a href="Register-now-button.html">Sign up</a></li>
<li><a href="Register-now-button.html">log in</a></li>
</ul>
</li>
<li>
<a href="#" class="desktop-item">Menu</a>
<input type="checkbox" id="showMega" />
<label for="showMega" class="mobile-item">Menu</label>
<div class="mega-box">
<div class="content">
<div class="row">
<img src="Upraise-logo-2.png" alt="" />
</div>
<div class="row">
<header>Services</header>
<ul class="mega-links">
<li><a href="#Features">Get Mentorship</a></li>
<li><a href="#Features">Raise Funds</a></li>
<li><a href="#Features">Revenue Growth</a></li>
<li><a href="#">Hunt Co-Founders </a></li>
</ul>
</div>
<div class="row">
<header>Features</header>
<ul class="mega-links">
<li><a href="#">Challenges</a></li>
<li><a href="#Features">Programmes</a></li>
<li><a href="#Blog-Section">Blogs</a></li>
<li><a href="#">Newsletter</a></li>
</ul>
</div>
<div class="row">
<header>Other</header>
<ul class="mega-links">
<li><a href="#">Our Socials</a></li>
<li><a href="#">Careers</a></li>
<li>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSezQDSmG22WLQtOGcn4EfwzoDdsi_q5TEFS5qhLv2BgcFMmBQ/viewform"
>feedback</a
>
</li>
<li><a href="#Contact-US">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</li>
<li>
<a href="#" class="desktop-item" href="#">Profile </a>
<input type="checkbox" id="showDrop" />
<label for="showDrop" class="mobile-item">Profile</label>
<ul class="drop-menu">
<li><a href="profilecard.html">View profile</a></li>
<li>
<a
href="https://docs.google.com/forms/d/e/1FAIpQLSezQDSmG22WLQtOGcn4EfwzoDdsi_q5TEFS5qhLv2BgcFMmBQ/viewform"
>Feedback</a
>
</li>
<li><a href="Register-now-button.html">Log out</a></li>
</ul>
</li>
</ul>
<label for="menu-btn" class="btn menu-btn"
><i class="fas fa-bars"></i
></label>
</div>
</nav>
<br /><br />
<h1><b class="title">Revenue Growth</b></h1> <br><br><br>
<br>
<div class="blog-links">
<a href="blog-1.html">
<button class="raise-funds-button">
<u><b>COMMUNICATION SKILLS EVERY ENTREPRENEUR MUST KNOW ABOUT</b></u>
</button></a>
<br> <br>
<a href="blog-2.html">
<button class="raise-funds-button">
<u><b>HOW TO HUNT FOR PERFECT STARTUP IDEAS</b></u>
</button></a>
<br> <br>
<a href="blog-3.html">
<button class="raise-funds-button">
<u><b>A GUIDE TO SHIFT YOUR BUSINESS ONLINE</b></u>
</button></a>
</div>
<br> <br>
<h1>
<div class="slide-in-container">
<span class="slide-in">Soon launching our courses related to business strategies.</span>
</div><br>
<div class="slide-in-container2">
<span class="slide-in2">STAY TUNED!</span>
</div>
</h1>
<script src="javascript.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<footer class="ct-footer">
<div class="container">
<form name="contentForm" enctype="multipart/form-data" method="post" action="">
<div class="ct-footer-pre text-center-lg">
<div class="inner">
<span>Join Upraise to receive updates, news & events!</span>
</div>
<div class="inner">
<div class="form-group">
<input name="formfields[nl_email]" id="nl_email" class="validate[required]" placeholder="Enter your email address" type="text" value=""> <label for="nl_email" class="sr-only">Email Address</label> <button type="submit" class="btn btn-motive">Join</button>
</div>
</div>
</div>
</form>
<ul class="ct-footer-list text-center-sm">
<li>
<h2 class="ct-footer-list-header">Learn More</h2>
<ul>
<li>
<a href="">Company</a>
</li>
<li>
<a href="">Clients</a>
</li>
<li>
<a href="">News</a>
</li>
<li>
<a href="">Careers</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">Services</h2>
<ul>
<li>
<a href="">Design</a>
</li>
<li>
<a href="">Marketing</a>
</li>
<li>
<a href="">Sales</a>
</li>
<li>
<a href="">Programming</a>
</li>
<li>
<a href="">Support</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">The Industry</h2>
<ul>
<li>
<a href="">Thought Leadership</a>
</li>
<li>
<a href="">Webinars</a>
</li>
<li>
<a href="">Events</a>
</li>
<li>
<a href="">Sponsorships</a>
</li>
<li>
<a href="">Advisors</a>
</li>
<li>
<a href="">Training Program</a>
</li>
<li>
<a href="">Activities & Campaigns</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">Public Relations</h2>
<ul>
<li>
<a href="">Upraise Blog</a>
</li>
<li>
<a href="">Programmes</a>
</li>
<li>
<a href="">Videos</a>
</li>
<li>
<a href="">News Releases</a>
</li>
<li>
<a href="">Newsletters</a>
</li>
</ul>
</li>
<li>
<h2 class="ct-footer-list-header">About</h2>
<ul>
<li>
<a href="">FAQ</a>
</li>
<li>
<a href="">Our Board</a>
</li>
<li>
<a href="">Our Staff</a>
</li>
<li>
<a href="">Contact Us</a>
</li>
</ul>
</li>
</ul>
<div class="ct-footer-meta text-center-sm">
<div class="row">
<div class="col-sm-6 col-md-2">
<img alt="logo" src="Upraise-logo-2.png">
</div>
<div class="col-sm-6 col-md-3">
<address>
<span>UPRAISE<br></span>123 Easy Street<br>
_MP, India, 466114<br>
<span>Phone: <a href="tel:5555555555">(+91) 777-8899</a></span>
</address>
</div>
<div class="col-sm-6 col-md-2 ct-u-paddingTop10">
<a href="" target="_blank"><img alt="app store" src="Social-logos/app-store.png"></a>
</div>
<div class="col-sm-6 col-md-2 ct-u-paddingTop10">
<a href="" target="_blank"><img alt="google play store" src="Social-logos/google-play.png"></a>
</div>
<div class="col-sm-6 col-md-3">
<ul class="ct-socials list-unstyled list-inline">
<li>
<a href="" target="_blank"><img alt="facebook" src="Social-logos/facebook.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="twitter" src="Social-logos/twitter.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="youtube" src="Social-logos/youtube.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="instagram" src="Social-logos/instagram.png"></a>
</li>
<li>
<a href="" target="_blank"><img alt="pinterest" src="Social-logos/pinterest.png"></a>
</li>
</ul>
</ul>
</div>
</div>
</div>
</div>
<div class="ct-footer-post">
<div class="container">
<div class="inner-left">
<ul>
<li>
<a href="#about">FAQ</a>
</li>
<li>
<a href="">News</a>
</li>
<li>
<a href="">Contact Us</a>
</li>
</ul>
</div>
<div class="inner-right">
<p>Copyright © 2022 UPRAISE <a href="#">Privacy Policy</a></p>
<p><a class="ct-u-motive-color" href="" target="_blank">Web Design</a> by Group 95</p>
</div>
</div>
</div>
</footer>
</body>
</html>