forked from seriesseedin/seriesseedin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·75 lines (68 loc) · 2.76 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>series seed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="static/css/series-seed.css">
<link rel="stylesheet" type="text/css" href="static/css/custom.css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ["Montserrat:400,700","Source Sans Pro:300,400,600,700"]
}
});
</script>
<link rel="shortcut icon" type="image/x-icon" href="https://humblepaper.com/static/img/hp-logo.png">
<link rel="apple-touch-icon" href="https://humblepaper.com/static/img/logo.png"></head>
<body>
<a href="https://github.com/seriesseedin/seriesseedin.github.io">
<img style="position: absolute; top: 0;z-index:99999; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<style>
.button {
background: transparent;
border:1px solid #fff;
}
</style>
<header class="boson-top-nav">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-4 w-clearfix brand-column">
<a href="http://termsheet.io" class="company">Termsheet</a>
</div>
<div class="w-col w-col-8">
<ul class="nav nav-bar pull-right">
<!-- <li class="nav-link" ng-hide="logged">
<a href="http://termsheet.io/learning-center/" >Learning Center</a>
</li>
--> <li class="nav-link">
<a href="http://termsheet.io/faq/" >About Termsheet</a>
</li>
<li class="nav-link active">
<a href="#" target="_blank">Series Seed India</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<div class="section hero" style="padding-top:20px;">
<div class="w-container">
<h1 class="hero-heading">Standardized Investment Docs for Startups</h1>
<p class="hero-subhead" style="padding-bottom:20px;">
Download open source legal documents for angel rounds in India
</p>
<img src="static/img/investmentagreement.png" class="mainimage">
<div class="button-group" style="padding-top:20px;">
<a class="btn btn-green" href="docs/v1/investment-agreement.pdf">DOWNLOAD</a>
<!-- <a class="btn" href="#">LEARN MORE</a> -->
</div>
</div>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--[if lte IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script>
<![endif]-->
</body>
</html>