-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.83 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NRVS Labs</title>
<link rel="stylesheet" href="style.css">
<!-- Custom Font -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Hero Section -->
<section class="hero">
<div class="hero-content">
<img src="assets/NRVS_mini_rounded.png" alt="Logo" class="logo">
<h1>NRVS</h1>
<h2>Neurotechnology and Research Ventures through Software</h2>
<hr>
<p>We believe that by creating unified tools and documentation, we can enhance the world’s capacity<br>to develop software for utilizing, conducting research with, and creating Neurotechnologies.</p>
</div>
</section>
<section class="subsection">
<div class="subsection-content">
<p>Check out our <a href="https://github.com/NRVS-Labs/.github/blob/main/docs/CONTRIBUTING.md">Contribution Guidelines</a> for information on contributing to projects through NRVS</p>
<p>For information on how to set up your own innovative neurotech software through NRVS, check out our <a href=https://github.com/NRVS-Labs/NRVS-Project-Template>Project Template</a></p>
<br>
<p>Join our <a href="https://discord.gg/2NmxS9DJdd">Discord</a> and our <a href="https://www.linkedin.com/groups/12965141/">LinkedIn</a> to get involved.<br>Follow us on <a href="https://github.com/NRVS-Labs">Github</a>!</p>
</div>
</section>
<section class="emails-subsection">
<div class="emails-subsection-content">
<p>Contact us at <a href="[email protected]">[email protected]</a></p>
</div>
</section>
</body>
</html>