Skip to content

Commit f4a7c93

Browse files
committed
Modernize styles and layout
1 parent 1bc7fc1 commit f4a7c93

12 files changed

Lines changed: 1398 additions & 1281 deletions

contrib.html

Lines changed: 100 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,109 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2-
<html xmlns="http://www.w3.org/1999/xhtml">
1+
<!DOCTYPE html>
2+
<html lang="en">
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5-
<link rel="icon" type="image/png" href="favicon.png" />
6-
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
7-
<!-- WIN IE Style Sheets -->
8-
<!--[if IE]>
9-
<![if gte IE 5.5]>
10-
<![if gte IE 7]><link rel="stylesheet"
11-
type="text/css" media="screen,projection"
12-
href="css/ie.css" />
13-
<![endif]>
14-
<![if lt IE 7]><link rel="stylesheet"
15-
type="text/css" media="screen,projection"
16-
href="css/ie.css" />
17-
<![endif]>
18-
<![endif]>
19-
<![if lt IE 5.5]>
20-
<link rel="stylesheet"
21-
type="text/css" media="screen,projection"
22-
href="css/ie.css" />
23-
<![endif]>
24-
<![endif]-->
25-
<title>Intel® Implicit SPMD Program Compiler</title>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<meta name="description" content="Intel® ISPC Contributors - Meet the team behind the high-performance SIMD compiler">
7+
<link rel="icon" type="image/png" href="favicon.png">
8+
<link rel="stylesheet" href="css/style.css">
9+
<title>Contributors - Intel® Implicit SPMD Program Compiler</title>
2610
</head>
2711
<body>
28-
<div id="wrap">
29-
<div id="wrap2">
30-
<div id="header">
31-
<h1 id="logo">Intel® Implicit SPMD Program Compiler</h1>
32-
<div id="slogan">An open-source compiler for high-performance SIMD programming on
33-
the CPU and GPU</div>
34-
</div>
35-
<div id="nav">
36-
<div id="nbar">
37-
<ul>
38-
<li><a href="index.html">Overview</a></li>
39-
<li><a href="features.html">Features</a></li>
40-
<li><a href="downloads.html">Downloads</a></li>
41-
<li><a href="documentation.html">Documentation</a></li>
42-
<li><a href="perf.html">Performance</a></li>
43-
<li id="selected"><a href="contrib.html">Contributors</a></li>
44-
</ul>
12+
<div class="container">
13+
<header class="site-header">
14+
<nav class="main-nav">
15+
<div class="nav-brand">
16+
<h1>Intel® ISPC</h1>
4517
</div>
46-
</div>
47-
<div id="content-wrap">
48-
<div id="sidebar">
49-
<div class="widgetspace">
50-
<h1>Resources</h1>
51-
<ul class="menu">
52-
<li><a href="http://github.com/ispc/ispc">GitHub page</a></li>
53-
<li><a href="https://github.com/ispc/ispc/discussions">Discussions on GitHub</a></li>
54-
<li><a href="http://github.com/ispc/ispc/issues">Issues on Github</a></li>
55-
<li><a href="https://github.com/orgs/ispc/projects/1">Release planning board</a></li>
56-
<li><a href="https://github.com/ispc/ispc/blob/main/CONTRIBUTING.md">Contributing guide</a></li>
57-
<li><a href="http://github.com/ispc/ispc/wiki">Wiki on Github</a></li>
58-
</ul>
59-
</div>
60-
</div>
61-
<div id="content">
62-
<h1>Contributors</h1>
63-
<p>
64-
The Intel® Implicit SPMD Program Compiler (ispc) is currently being
65-
developed by Arina Neshlyaeva and Aleksei Nurmukhametov at Intel,
66-
along with Dmitry Babokin, an open-source contributor from outside Intel.
67-
It was started with by Matt Pharr, Ingo Wald, and Jean-Luc Duprat.
68-
It draws from a number of language features pioneered in Ingo Wald's
69-
IVL compiler as well as parsing code written by Geoff Berry and Tim Foley.
70-
</p>
71-
<p>
72-
Thanks also to the additional contributors:
73-
Alex Reece,
74-
Aleksandr Bezzubikov,
75-
Aleksandr Pronin,
76-
Andreas Wendleder,
77-
Andrey Guskov,
78-
Anton Mitrokhin,
79-
Anton Schreiner,
80-
Ben Harper,
81-
Daniel Schubert,
82-
Deepak Rajendrakumaran,
83-
Dmitry Ryabtsev,
84-
Evghenii Gaburov,
85-
Gabe Weisz,
86-
Giordano Salvador,
87-
Ilia Filippov,
88-
Jan Zielinski,
89-
Jefferson Amstutz,
90-
John Poole,
91-
Lu Guanqun,
92-
Mark Lacey,
93-
Michael Liao,
94-
Nipunn Koorapati,
95-
Peng Tu,
96-
Pete Couperus,
97-
Pierre-Antoine Lacaze and
98-
Vsevolod Livinskij!
18+
<ul class="nav-menu">
19+
<li class="nav-item"><a href="index.html">Overview</a></li>
20+
<li class="nav-item"><a href="features.html">Features</a></li>
21+
<li class="nav-item"><a href="downloads.html">Downloads</a></li>
22+
<li class="nav-item"><a href="documentation.html">Documentation</a></li>
23+
<li class="nav-item"><a href="perf.html">Performance</a></li>
24+
<li class="nav-item active"><a href="contrib.html">Contributors</a></li>
25+
</ul>
26+
</nav>
27+
</header>
28+
29+
<main class="main-content">
30+
<div class="content-grid">
31+
<article class="content-main">
32+
<section class="contributors-section">
33+
<h1>Contributors</h1>
34+
<p>
35+
The Intel® Implicit SPMD Program Compiler (ispc) is currently being
36+
developed by Arina Neshlyaeva and Aleksei Nurmukhametov at Intel,
37+
along with Dmitry Babokin, an open-source contributor from outside Intel.
38+
It was started with by Matt Pharr, Ingo Wald, and Jean-Luc Duprat.
39+
It draws from a number of language features pioneered in Ingo Wald's
40+
IVL compiler as well as parsing code written by Geoff Berry and Tim Foley.
9941
</p>
100-
<p>
101-
ispc is developed "in the open" on github; contributions and
102-
improvements are always welcome.
103-
</p>
104-
</div>
42+
</section>
43+
44+
<section class="additional-contributors-section">
45+
<h2>Additional Contributors</h2>
46+
<p>
47+
Thanks also to the additional contributors:
48+
Alex Reece,
49+
Aleksandr Bezzubikov,
50+
Aleksandr Pronin,
51+
Andreas Wendleder,
52+
Andrey Guskov,
53+
Anton Mitrokhin,
54+
Anton Schreiner,
55+
Ben Harper,
56+
Daniel Schubert,
57+
Deepak Rajendrakumaran,
58+
Dmitry Ryabtsev,
59+
Evghenii Gaburov,
60+
Gabe Weisz,
61+
Giordano Salvador,
62+
Ilia Filippov,
63+
Jan Zielinski,
64+
Jefferson Amstutz,
65+
John Poole,
66+
Lu Guanqun,
67+
Mark Lacey,
68+
Michael Liao,
69+
Nipunn Koorapati,
70+
Peng Tu,
71+
Pete Couperus,
72+
Pierre-Antoine Lacaze and
73+
Vsevolod Livinskij!
74+
</p>
75+
</section>
76+
77+
<section class="open-source-section">
78+
<h2>Open Source Development</h2>
79+
<p>
80+
ispc is developed "in the open" on github; contributions and
81+
improvements are always welcome.
82+
</p>
83+
</section>
84+
</article>
85+
86+
<aside class="sidebar">
87+
<div class="sidebar-section">
88+
<h3>Resources</h3>
89+
<ul class="resource-links">
90+
<li><a href="http://github.com/ispc/ispc">GitHub Repository</a></li>
91+
<li><a href="https://github.com/ispc/ispc/discussions">Community Discussions</a></li>
92+
<li><a href="http://github.com/ispc/ispc/issues">Report Issues</a></li>
93+
<li><a href="https://github.com/orgs/ispc/projects/1">Release Planning</a></li>
94+
<li><a href="https://github.com/ispc/ispc/blob/main/CONTRIBUTING.md">Contributing Guide</a></li>
95+
<li><a href="http://github.com/ispc/ispc/wiki">Documentation Wiki</a></li>
96+
</ul>
97+
</div>
98+
</aside>
10599
</div>
106-
<div class="clearfix"></div>
107-
<div id="footer"> &copy; <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
108-
<!-- Please Do Not remove this link, thank u -->
109-
</div>
110-
</div>
111-
<!-- End Wrap2 -->
100+
</main>
101+
102+
<footer class="site-footer">
103+
<div class="footer-content">
104+
<p>&copy; <strong>Intel Corporation</strong> | <a href="http://validator.w3.org/check?uri=referer">Valid HTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a></p>
105+
</div>
106+
</footer>
112107
</div>
113-
<!-- End Wrap -->
114108
</body>
115109
</html>

0 commit comments

Comments
 (0)