Skip to content

Commit a4c5a0e

Browse files
Initial commit.
0 parents  commit a4c5a0e

File tree

3,739 files changed

+3662211
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,739 files changed

+3662211
-0
lines changed

.github/workflows/build.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: Generate Website
2+
3+
on:
4+
push:
5+
branches: [ 'main' ]
6+
pull_request:
7+
branches: [ 'main' ]
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
15+
concurrency:
16+
group: 'pages'
17+
cancel-in-progress: false
18+
19+
jobs:
20+
build:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Checkout
24+
uses: actions/checkout@v4
25+
26+
- name: Upload artifact
27+
uses: actions/upload-artifact@v4
28+
with:
29+
name: static
30+
path: _site
31+
32+
deploy:
33+
if: github.ref == 'refs/heads/main'
34+
environment:
35+
name: github-pages
36+
url: ${{ steps.deployment.outputs.page_url }}
37+
runs-on: ubuntu-latest
38+
steps:
39+
- name: Deploy to GitHub Pages
40+
id: deployment
41+
uses: actions/deploy-pages@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
developer.codeplay.com

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# developer.codeplay.com - Portal
2+
3+
This is the static website for developer.codeplay.com.
4+
5+
## License
6+
7+
Apache License 2.0

static/apple-touch-icon.html

Lines changed: 322 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,322 @@
1+
<!DOCTYPE html>
2+
<html lang="en-US" class="">
3+
<head>
4+
<!-- Basics -->
5+
<title>404 - Page Not Found - Codeplay Developer</title>
6+
<meta name="description" content="The Codeplay Developer Portal is the best place for downloads, guides,
7+
updates and API reference for ComputeCpp&amp;trade;, ComputeSuite&amp;trade; for R-Car, Acoran&amp;trade; and more." />
8+
<meta name="keywords" content="developer, codeplay, c++, cpp, sycl, computecpp, computesuite, acoran, oneapi" />
9+
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
10+
<meta name="viewport" content="width=device-width, initial-scale=1" />
11+
12+
<!-- Open Graph -->
13+
<meta name="title" property="og:title" content="404 - Page Not Found - Codeplay Developer" />
14+
<meta name="type" property="og:type" content="website" />
15+
<meta name="image" property="og:image" content="http://127.0.0.1/assets/img/og-header.png" />
16+
<meta name="url" property="og:url" content="http://127.0.0.1" />
17+
<meta name="description" property="og:description" content="The Codeplay Developer Portal is the best place for downloads, guides,
18+
updates and API reference for ComputeCpp&amp;trade;, ComputeSuite&amp;trade; for R-Car, Acoran&amp;trade; and more." />
19+
20+
<!-- Fonts -->
21+
<link href="/assets/css/material.css"
22+
rel="stylesheet preload prefetch"
23+
as="style" />
24+
25+
<!-- Fav icon -->
26+
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
27+
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
28+
<link rel="shortcut icon" href="/favicon.ico" />
29+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
30+
31+
<link type="text/css"
32+
href="/assets/css/responsive.css"
33+
rel="stylesheet"/>
34+
35+
<script src="https://cdn.usefathom.com/script.js" data-site="XBWVDDFP" defer></script>
36+
37+
<!-- Stylesheets -->
38+
<link type="text/css"
39+
href="/assets/css/jquery.cookiepolicyprompt.css"
40+
rel="stylesheet preload prefetch"
41+
as="style"/>
42+
<link type="text/css"
43+
href="/assets/css/jquery.popupdialog.css"
44+
rel="stylesheet preload prefetch"
45+
as="style"/>
46+
<link type="text/css"
47+
href="/assets/css/dialogs.css"
48+
rel="stylesheet preload prefetch"
49+
as="style"/>
50+
<link type="text/css"
51+
href="/assets/css/Pages/IndexPage.style.css"
52+
rel="stylesheet preload prefetch"
53+
as="style"/>
54+
<link type="text/css"
55+
href="/assets/css/Pages/Errors/PageNotFoundErrorPage.style.css"
56+
rel="stylesheet preload prefetch"
57+
as="style"/>
58+
59+
<!-- Scripts -->
60+
<script src="/assets/js/jquery-3.6.3.min.js"></script>
61+
<script src="/assets/js/jquery.copyright.js"></script>
62+
<script src="/assets/js/jquery.cookiepolicyprompt.js"></script>
63+
<script src="/assets/js/jquery.popupdialog.js"></script>
64+
<script src="/assets/js/Pages/IndexPage.script.js"></script>
65+
66+
<script>
67+
document.querySelectorAll('link').forEach((el) => {this.onload=null;this.rel='stylesheet';});
68+
</script>
69+
</head>
70+
<body data-deprecated="">
71+
72+
<!-- Header -->
73+
<header>
74+
<nav class="main">
75+
<div>
76+
<a aria-label="Navigation Bar Logo" href="/">
77+
<div id="codeplay-logo"></div>
78+
</a>
79+
</div>
80+
<div>
81+
<a title="Click to change production selection">
82+
<div>
83+
<h2>Products</h2>
84+
<h1>Click to Select</h1>
85+
</div>
86+
</a>
87+
</div>
88+
<div>
89+
<ul>
90+
</ul>
91+
</div>
92+
<div>
93+
<ul>
94+
<li>
95+
<a href="/support/" title="Get Support">
96+
<span class="material-icons">help_outline</span>
97+
</a>
98+
</li>
99+
<li>
100+
<a id="burger"
101+
title="Show Navigation Menu">
102+
<span class="material-icons">menu</span>
103+
</a>
104+
</li>
105+
</ul>
106+
</div>
107+
</nav>
108+
109+
<!-- The burger menu, designed for mobile -->
110+
<div id="burger-menu">
111+
<ul>
112+
<li>
113+
<h1>Main Menu</h1>
114+
<ul>
115+
<li>
116+
<a href="/">Home</a>
117+
</li>
118+
<li>
119+
<h1>Products</h1>
120+
<ul>
121+
<li>
122+
<a href="/products/computecpp/ce/">ComputeCpp CE</a>
123+
</li>
124+
<li>
125+
<a href="/products/computecpp/pe/">ComputeCpp PE</a>
126+
</li>
127+
<li>
128+
<a href="/products/computesuitercar/ce/">ComputeSuite for R-Car CE</a>
129+
</li>
130+
<li>
131+
<a href="/products/computesuitercar/pe/">ComputeSuite for R-Car PE</a>
132+
</li>
133+
</ul>
134+
</li>
135+
<li>
136+
<a href="/cookies">Cookie Policy</a>
137+
</li>
138+
<li>
139+
<a href="https://codeplay.com/support/contact">Contact Us</a>
140+
</li>
141+
</ul>
142+
</li>
143+
</ul>
144+
</div>
145+
</header>
146+
147+
<!-- Main element -->
148+
<main>
149+
150+
<div id="error">
151+
<div id="console">
152+
<b>[code]:</b> 404<br />
153+
154+
<b>[message]:</b> The page could not be found. We have logged the 404 event. If you believe this
155+
error is in error, please check back soon!
156+
157+
<br />
158+
<br />
159+
<b>Actions:</b>
160+
<ul>
161+
<li><a href="/">Goto Developer Portal Home</a></li>
162+
<li><a href="/support/">Contact Us</a></li>
163+
<li><a href="#" class="show-search">Search Developer Portal</a></li>
164+
</ul>
165+
</div>
166+
</div>
167+
</main>
168+
169+
<!-- Product Selector-->
170+
<div id="productSelectorDialog" class="popupDialog">
171+
<div class="side-by-side-panel panel">
172+
<div id="products">
173+
<div>
174+
<h1>Select a Product</h1>
175+
</div>
176+
<ul>
177+
<li>
178+
<a class="productSelection oneapi" data-product="oneapi">
179+
oneAPI
180+
</a>
181+
</li>
182+
</ul>
183+
</div>
184+
<div id="product-selection">
185+
<div id="no-product">
186+
Please select a product
187+
</div>
188+
<div id="product">
189+
<div id="product-oneapi" class="product-view">
190+
<h1>
191+
192+
oneAPI
193+
</h1>
194+
<p>oneAPI is a cross-industry, open, standards-based unified programming model that delivers a common developer experience across accelerator architecture - for faster application performance, more productivity, and greater innovation.</p>
195+
<ul id="variants">
196+
<li>
197+
<a href="/products/oneapi/construction-kit/">
198+
<div>
199+
Construction Kit
200+
</div>
201+
<div>
202+
<i class="material-icons">arrow_right</i>
203+
</div>
204+
</a>
205+
</li>
206+
<li>
207+
<a href="/products/oneapi/amd/">
208+
<div>
209+
for AMD GPU
210+
</div>
211+
<div>
212+
<i class="material-icons">arrow_right</i>
213+
</div>
214+
</a>
215+
</li>
216+
<li>
217+
<a href="/products/oneapi/nvidia/">
218+
<div>
219+
for NVIDIA® GPUs
220+
</div>
221+
<div>
222+
<i class="material-icons">arrow_right</i>
223+
</div>
224+
</a>
225+
</li>
226+
</ul>
227+
</div>
228+
</div>
229+
</div>
230+
</div>
231+
</div>
232+
233+
<!-- Color Scheme Selector-->
234+
<div id="colorSchemeDialog" class="popupDialog">
235+
<div>
236+
<div class="selectDarkMode">
237+
<div>
238+
<img src="/assets/img/darkmode.png" alt="Dark Mode" />
239+
</div>
240+
<div>
241+
<i class="material-icons">brightness_2</i>
242+
<h1>Dark Mode</h1>
243+
<p>Light text on a dark background.</p>
244+
</div>
245+
</div>
246+
<div class="selectLightMode">
247+
<div>
248+
<img src="/assets/img/lightmode.png" alt="Light Mode" />
249+
</div>
250+
<div>
251+
<i class="material-icons">lightbulb_outline</i>
252+
<h1>Light Mode</h1>
253+
<p>Dark text on a light background.</p>
254+
</div>
255+
</div>
256+
</div>
257+
</div>
258+
259+
<!-- Site Selector -->
260+
<div id="siteSelectorDialog" class="popupDialog">
261+
<div class="panel" id="profile-panel">
262+
<header>
263+
<div>
264+
<i class="material-icons">public</i>
265+
</div>
266+
<div>
267+
<h1>Also,</h1>
268+
<h2>part of our network</h2>
269+
</div>
270+
</header>
271+
<ul>
272+
<li>
273+
<a href="https://www.codeplay.com" target="_blank" rel="nofollow noopener noreferrer">
274+
<h1>Codeplay.com</h1>
275+
<p>Find out about Codeplay, the latest company news and blog posts.</p>
276+
</a>
277+
</li>
278+
<li>
279+
<a href="https://www.sycl.tech" target="_blank" rel="nofollow noopener noreferrer">
280+
<h1>SYCL.tech</h1>
281+
<p>Find out about the latest SYCL news, videos and projects.</p>
282+
</a>
283+
</li>
284+
<li class="selected">
285+
<a>
286+
<img src="/assets/img/you-are-here.png" alt="You Are Here Logo" />
287+
<h1>Codeplay Developer</h1>
288+
<p>Get the latest documentation and release packages for ComputeCpp and ComputeSuite</p>
289+
</a>
290+
</li>
291+
<li>
292+
<a href="https://github.com/codeplaysoftware" target="_blank" rel="nofollow noopener noreferrer">
293+
<h1>Codeplay Open Source</h1>
294+
<p>Browse our open source projects and frameworks on GitHub.</p>
295+
</a>
296+
</li>
297+
</ul>
298+
</div>
299+
</div>
300+
301+
<!-- Footer section -->
302+
<footer class="section-padding">
303+
<div class="content-wrapper">
304+
<div>
305+
<h1>&copy; Codeplay Software Ltd</h1>
306+
<div id="copyright"></div>
307+
</div>
308+
<div>
309+
<ul>
310+
<li><a href="https://codeplay.com" target="_blank" rel="noopener">
311+
Visit codeplay.com</a></li>
312+
<li><a href="https://codeplay.com/company/privacy/" target="_blank" rel="noopener">
313+
View Our Privacy Policy</a></li>
314+
<li><a href="/cookies/">
315+
Read Our Cookie Policy</a></li>
316+
</ul>
317+
</div>
318+
</div>
319+
</footer>
320+
321+
</body>
322+
</html>

0 commit comments

Comments
 (0)