Skip to content

Commit be14d59

Browse files
committed
Update website with latest information
1 parent a2a9760 commit be14d59

File tree

8 files changed

+130
-30
lines changed

8 files changed

+130
-30
lines changed

.vitepress/config.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,21 @@ export default defineConfig({
3030

3131
head: [["link", { rel: "icon", href: "/favicon.ico" }]],
3232

33+
appearance: false,
34+
3335
themeConfig: {
3436

3537
nav: [
3638
{ text: 'Home', link: '/' },
37-
{ text: 'Projects', link: '/projects/' },
38-
{ text: 'Blog', link: `/${blogDir}/` },
39+
// { text: 'Blog', link: `/${blogDir}/` },
40+
{ text: 'Team', link: '/team' }
3941
],
4042

4143
socialLinks: [
4244
{ icon: 'github', link: 'https://github.com/neuralinterfaces' },
4345
],
4446

4547
footer: {
46-
message: 'Built with 🧠 by Garrett Flynn',
4748
copyright: siteCopyright
4849
}
4950
},

.vitepress/theme/style.css

+61-2
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,72 @@
107107
}
108108

109109
.VPHero {
110-
height: calc(100vh - var(--vp-nav-height) - 50px);
110+
/* height: calc(100vh - var(--vp-nav-height) - 50px); */
111+
height: calc(100vh - var(--vp-nav-height) - 400px);
111112
display: flex;
112113
justify-content: center;
113114
align-items: center;
114-
115+
background: url('/hero-min.jpg') right/cover no-repeat;
116+
background-color: rgba(255,255,255,0.5);
117+
background-blend-mode: lighten;
118+
}
119+
120+
h2 {
121+
border: 0 !important;
122+
margin-top: 30px !important;
123+
}
124+
125+
/* Custom Items */
126+
.callout {
127+
margin-top: 25px;
128+
129+
display: flex;
130+
flex-wrap: wrap;
131+
align-items: center;
132+
justify-content: space-between;
133+
padding: 30px;
134+
border-radius: 10px;
135+
border: 1px solid gray;
136+
}
137+
138+
.projects {
139+
display: flex;
140+
flex-direction: column;
141+
gap: 20px;
142+
margin-top: 30px;
143+
margin-bottom: 50px;
144+
}
145+
146+
.project {
147+
padding: 30px;
148+
cursor: pointer;
149+
border: 1px solid darkgray;
150+
border-radius: 10px;
151+
}
152+
153+
.project h3 {
154+
margin: 0;
155+
font-size: 1.5rem;
156+
}
157+
158+
.project h6 {
159+
color: dimgray;
160+
font-size: 0.85rem;
161+
margin-bottom: 5px;
162+
}
163+
164+
.project a {
165+
text-decoration: none;
166+
color: inherit;
167+
}
168+
169+
.team {
170+
display: flex;
171+
gap: 10px;
172+
flex-wrap: wrap;
115173
}
116174

175+
.member {}
117176

118177
@media (min-width: 640px) {
119178
:root {

index.md

+43-10
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,50 @@ layout: home
33

44
hero:
55
name: Neural Interfaces
6-
# text: Neural Interfaces
76
tagline: Brain-Computer Interfaces for the Rest of Us
8-
image:
9-
src: /logo_dark.png
10-
alt: Neural Interfaces Logo
11-
127
actions:
138
- theme: brand
14-
text: Browse Our Projects
15-
link: /projects
9+
text: Meet the Team
10+
link: /team
1611
- theme: alt
17-
text: Contact Us
18-
link: mailto:[email protected]
19-
---
12+
text: View on GitHub
13+
link: https://github.com/neuralinterfaces
14+
---
15+
16+
## Our Mission
17+
We make brain-computer interfaces accessible to everyone.
18+
19+
<div class="callout">
20+
<div>
21+
<h5>Interested in using our products?</h5>
22+
<small>Sign up to be notified for updates and early access.</small>
23+
</div>
24+
<small>Coming soon...</small>
25+
</div>
26+
27+
## Projects
28+
Our work at Neural Interfaces allows you to access brain-responsive applications across multiple platforms using modern web technologies.
29+
30+
<div class="projects">
31+
32+
<div class="project">
33+
<a href="https://github.com/neuralinterfaces/neurosys" target="_blank">
34+
<h6>Neurofeedback for the Rest of Us</h6>
35+
<h3>Neurosys</h3>
36+
</a>
37+
</div>
38+
39+
<div class="project">
40+
<a href="https://commoners.dev" target="_blank">
41+
<h6>Cross-Platform Development for the Rest of Us</h6>
42+
<h3>Commoners</h3>
43+
</a>
44+
</div>
45+
46+
<div class="project">
47+
<a href="https://brainsatplay.com" target="_blank">
48+
<h6>Developing BCIs with Everyone</h6>
49+
<h3>Brains@Play</h3>
50+
</a>
51+
</div>
52+
</div>

projects.md

-15
This file was deleted.
File renamed without changes.

public/hero-min.jpg

761 KB
Loading

public/hero.jpg

1.81 MB
Loading

team.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Team
3+
sidebar: false
4+
---
5+
<div class="team">
6+
<div class="member">
7+
<h3>Garrett Flynn</h3>
8+
<small>Interdisciplinary software engineer</small>
9+
<p>Garrett currently works at <a href="https://www.universal-brain.com">Universal Brain</a> to transform depression treatment with at-home neurofeedback and neurotyping solutions.</p>
10+
</div>
11+
<div class="member">
12+
<h3>Jordan Harb</h3>
13+
<small>Political organizer</small>
14+
<p>Jordan was recently accepted into the Schwarzman Scholars program and will be starting a Masters in Global Affairs at Tsinghua University in Beijing in Fall 2025.</p>
15+
</div>
16+
</div>
17+
18+
## Want to Join Us?
19+
We are currently not recruiting for any specific roles, but are always open to a conversation with talented individuals.
20+
21+
Please reach out to us at **contact[at]neuralinterfaces[dot]com**
22+

0 commit comments

Comments
 (0)