-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
136 lines (118 loc) · 5.67 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>Sell Projects</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" />
</head>
<body class="landing">
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<nav id="nav">
<ul id="mob">
<li><a href="index.html">Home</a></li>
<li><a href="http://sellprojects.in/about-us/">About Us</a></li>
<li><a href="http://sellprojects.in/services/">Services</a></li>
<li>
<a href="#" class="icon fa-angle-down">Projects</a>
<ul id="subnav">
<li><a href="http://sellprojects.in/sell-projects/">Sell Projects</a></li>
<li><a href="http://sellprojects.in/buy-projects/">Buy Projects</a></li>
<li><a href="http://sellprojects.in/project-list/">Project List</a></li>
</ul>
</li>
<li><a href="http://sellprojects.in/on-demand/">On Demand</a></li>
<li><a href="http://sellprojects.in/just-support/">Support</a></li>
<li><a href="http://sellprojects.in/contact/">Contact</a></li>
</ul>
</nav>
<a href="#" id="nav-icon"><i id="icon" class="fa fa-bars"></i></a>
</header>
<!-- Banner -->
<section id="banner"></section>
<!-- Main -->
<section id="main" class="container">
<section class="box special">
<header class="major">
<h1>Sell Projects</h1>
<h2>Projects & Startup's
<br />are valuable now.</h2>
<p>SellProjects.in is created to give Student and Startup a platform where
<br />they can showcase their projects to industry and sell their projects.
<br />This is going to give them confidence and a reason to do all hard work
<br />required to develop the best projects that will be useful to public and industry.
</p>
</header>
</section>
<div id="clear"></div>
<div class="row">
<div class="12u 12u(narrower)">
<section class="box special">
<span class="image featured"><img src="images/pic02.png" alt="" /></span>
<h3>Buy and Sell Projects</h3>
<p>There contains some masterpiece created by some great minds which are going to act as your guidance across your startup.
<br />There is no pseudo-information available to you on our site, all are transparent to every user.
<br /><br />Any project you opt to buy, you will have the full right to have the complete information about the project and transaction will be done according to your approval for the product.
<br /><br />Click to <a id="contentlink" href="http://sellprojects.in/buy-projects/">Buy</a> and <a id="contentlink" href="http://sellprojects.in/sell-projects/">Sell</a> Projects.
</p>
<ul class="actions">
<li><a href="http://sellprojects.in/services/" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="12u 12u(narrower)">
<section class="box special">
<span class="image featured"><img src="images/pic03.png" alt="" /></span>
<h3>Add-on Services</h3>
<p>Your Hardwork, Dedication and Innovating ideas Creating Your Startup is going to be connected to the buyers all over the India.
<br />Your work is precious to us, so we care and we can deliver your product its Quality value and Satisfactory services.
<br /><br />Validation - Project validation to ensure that the data entered is sensible and reasonable.
<br /><br />Guidance - Full support and guidance over the project.
<br /><br />Security - Every transaction is secure and trusted.
</p>
<ul class="actions">
<li><a href="http://sellprojects.in/services/" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
<div class="12u 12u(narrower)">
<section class="box special">
<span class="image featured"><img src="images/pic04.png" alt="" /></span>
<h3>Support</h3>
<p>"When there is a will there is a way"
<br />At every step we are there to complete your will of doing your task, helping you through your journey, over Your Mini and Major projects.
<br />Every assistance required to you is been provided by us.
<br /><br />You need not worry!
<br />Support you as your friend.
<br />Help you as Team.
<br />Guide you like Parent.
<br />Rise you like Legend.
</p>
<ul class="actions">
<li><a href="http://sellprojects.in/just-support/" class="button alt">Learn More</a></li>
</ul>
</section>
</div>
</div>
</section>
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/SellProjects" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://twitter.com/sellprojects" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://plus.google.com/+SellProjectsin/posts" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="https://www.youtube.com/channel/UCJzOwz2dulGrqrkCoYuoLIg" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
<script src="js/custom.js" type="text/javascript"></script>
</body>
</html>