-
Notifications
You must be signed in to change notification settings - Fork 3
/
embed.html
executable file
·43 lines (38 loc) · 1.7 KB
/
embed.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example Embedding of Contributor License Agreement
E-Signing form</title>
<meta name="description" content="The Contributor License Agreement Chooser E-Signing Embed Process from contributoragreements.org.">
<meta name="author" content="http://www.contributorAgreements.org">
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="css/prettify.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<style type="text/css">
/* An example of how to style the embedded esign form */
#e-sign-process {
margin: 0 auto;
display: block;
}
</style>
</head>
<body>
<div class="container">
<h2>Embed Your E-Signing Process</h2>
<p>This is an embed of a Contributor License Agreement E-Signing Form. Copy this html and make sure to change the <code>src</code>,
<code>width</code>, and <code>height</code> to suit your
customized process.</p>
<p>If you want to style the embed, then you may style the customized id,
<code>#e-sign-process</code> or set the <code>id</code> attribute
to an id of your choice and style that customized id with CSS.</p>
<pre>
<iframe id="e-sign-process" src="http://contributoragreements.org/u2s/2l6wz6rv" width="100%" height="100%"></iframe>
</pre>
<br /><br />
</div>
<iframe id="e-sign-process" src="http://contributoragreements.org/u2s/2l6wz6rv" width="650px" height="300px"></iframe>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/prettify.js"></script>
</body>
</html>