-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
154 lines (151 loc) · 7.29 KB
/
index.php
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link href="https://fonts.cdnfonts.com/css/gotham" rel="stylesheet">
<link rel="stylesheet" href="./styles/styles.css">
<title>IronSoftware</title>
</head>
<body>
<?php
include('./inc/nav.php');
include('./inc/modal.php');
?>
<div class="container topIntroSection">
<img src="./assets/colorizedLogo.svg" alt="IronSoftware Logo">
<div class="introContent">
<p class="aboveIntroTitle">Building on the success of IronPDF for .NET</p>
<h1>Beta Software Program</br><span>IronPDF for C++</span></h1>
<small>Coming soon</small>
</div>
</div>
<div class="container-fluid whiteSignUpSection">
<img src="./assets/topRightShape.svg" alt="IronSoftware Shape Logo" class="topRightShape">
<div class="container whiteSignUpContent">
<h1>Be one of the first</h1>
<p>Sign up NOW to get early access!</p>
</div>
<div class="container">
<div class="signUpDiv">
<input type="text" class="emailInput" name="firstEmailInput" placeholder="Enter email adress">
<button class="signupBtn" data-toggle="modal" data-target="#signupModal">Sign up now
›</button>
</div>
<div class="belowSignupFormNotice">
<div class="hashtagBtn">
<span>
# Coming Soon
</span>
</div>
<p>IronPDF Beta Program also coming soon for <span>Python</span> | <span>Node.JS</span> |
<span>Java</span>
</p>
</div>
</div>
</div>
<div class="container-fluid ironPDFForC">
<div class="container">
<h1>IronPDF for C++ <img src="./assets/comingSoonBadge.svg" alt="Coming Soon Badge Icon"></h1>
<div class="ironPDFServicesRow">
<span><b>#</b> Generate PDFs from HTML in C++</span>
<div class="hLine"></div>
<span><b>#</b> Combine, split, and modify PDFs quickly in C++</span>
<div class="hLine"></div>
<span><b>#</b> Extract text and images from PDFs using C++</span>
</div>
</div>
</div>
<div class="container-fluid ironPDFDesc">
<div class="descBack"></div>
<div class="container">
<p>The new <b>IronPDF library for C++</b> will enhance the C++ developer’s tool set with robust PDF
generation and
conversion capabilities. Developers will be able to generate new PDFs from HTML content (from text or
from URL), as well as to combine, split, extract, and modify content from existing PDFs.</p>
<p><b>IronPDF for C++</b> will help developers create C++ applications that can do all of these PDF
processing
tasks and more, with speed, precision, control, and excellence.</p>
</div>
</div>
<div class="container-fluid whySection">
<div class="container imageSectionRow">
<div class="col-12 col-lg-4">
<div class="whyBackBlur"></div>
<img src="./assets/htmlToPdfIcon.svg" alt="HTML to PDF Icon">
</div>
<div class="col-12 col-lg-8">
<h1>Why make a <span>C++ PDF Library</span></h1>
<p>C++ is one of the most popular, oldest, and important programming languages in use, being the
language of choice in low-level systems and network programming and other domains where performance
is critical.</p>
<p>The release of IronPDF for C++ will aid developers in building performant applications that can carry
out PDF-related processing tasks</p>
</div>
</div>
</div>
<div class="container-fluid earlyAccessSection">
<div class="descBack"></div>
<div class="container">
<h1>Early Access to <span>C++ PDF Library<span></h1>
<p>Joining the early access program will allow you to collaborate closely with our engineering team. You
will be playing a key role in the development process as you share your early experiences using the C++
PDF library before its official launch. Your continual feedback after we release the library will be
immensely helpful as we release new features and improve on existing features.</p>
<div class="servicesRow">
<button class="servicesBtn">
<div class="hashtagBtn released">
<span>
# Released
</span>
</div>
<div class="btnTitle">
<img src="./assets/ironPDFText.svg" alt="IronPDF Text Image">
<img src="./assets/Net.svg" alt="Java Image" class="platformSvg">
</div>
</button>
<button class="servicesBtn">
<div class="hashtagBtn">
<span>
# Coming Soon
</span>
</div>
<div class="btnTitle">
<img src="./assets/ironPDFText.svg" alt="IronPDF Text Image">
<img src="./assets/Python.svg" alt="Python Image" class="platformSvg">
</div>
</button>
<button class="servicesBtn">
<div class="hashtagBtn">
<span>
# Coming Soon
</span>
</div>
<div class="btnTitle">
<img src="./assets/ironPDFText.svg" alt="IronPDF Text Image">
<img src="./assets/NodeJS.svg" alt="Java Image" class="platformSvg">
</div>
</button>
</div>
</div>
</div>
<div class="container-fluid signupSection">
<div class="container">
<h1>Early Access to <span>C++ PDF Library<span></h1>
<div class="signUpDiv">
<input type="text" class="emailInput" placeholder="Enter email adress" />
<button type="submit" class="signupBtn" data-toggle="modal" data-target="#signupModal">Sign up now
›</button>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" crossorigin="anonymous">
</script>
</body>
</html>