-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommunity.html
More file actions
42 lines (38 loc) · 1.73 KB
/
Copy pathcommunity.html
File metadata and controls
42 lines (38 loc) · 1.73 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Community — Vortex</title>
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32.png">
<link rel="apple-touch-icon" href="assets/img/apple-touch-icon.png">
<meta name="theme-color" content="#003057">
<meta name="description" content="Learn more about the Vortex project, browse the source code, join the mailing list, and interact with the open-source RISC-V GPGPU community.">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body data-page="community">
<div id="site-header"></div>
<main id="main">
<div class="wrap">
<div class="page-head">
<span class="chip">Get Involved</span>
<h1>Community</h1>
</div>
<section>
<div class="comm" id="comm"></div>
</section>
<section class="tight">
<div class="callout">
<h3>Contribute to Vortex</h3>
<p>Undergraduate and graduate students with backgrounds in FPGA, computer architecture, GPU, or GPGPU are welcome to join the project. Start with the <a href="https://github.com/vortexgpgpu/vortex_tutorials" target="_blank" rel="noopener">tutorial assignments</a> to get familiar with the codebase, then email <a href="mailto:vortexgpu@cc.gatech.edu">vortexgpu@cc.gatech.edu</a> to introduce yourself.</p>
</div>
</section>
</div>
</main>
<div id="site-footer"></div>
<script src="assets/js/data.js"></script>
<script src="assets/js/site.js"></script>
</body>
</html>