File tree 2 files changed +49
-8
lines changed
2 files changed +49
-8
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,44 @@ h2 {
125
125
/* Custom Items */
126
126
.callout {
127
127
margin-top : 25px ;
128
-
129
128
display : flex;
130
129
flex-wrap : wrap;
131
130
align-items : center;
132
131
justify-content : space-between;
132
+ row-gap : 20px ;
133
+ column-gap : 50px ;
133
134
padding : 30px ;
134
135
border-radius : 10px ;
135
136
border : 1px solid gray;
137
+
138
+ background : # 222 ;
139
+ color : white;
140
+ }
141
+
142
+ .callout form {
143
+ margin : 0 ;
144
+ display : flex;
145
+ flex-direction : column;
146
+ flex-grow : 1 ;
147
+ min-width : 250px ;
148
+ max-width : 500px ;
149
+ }
150
+
151
+ .callout input [type = "email" ] {
152
+ padding : 10px ;
153
+ border-radius : 5px ;
154
+ border : 1px solid darkgray;
155
+ background : white;
156
+ color : black;
157
+ }
158
+
159
+ .callout input [type = "submit" ] {
160
+ margin-top : 10px ;
161
+ cursor : pointer;
162
+ color : white;
163
+ background : var (--vp-button-brand-bg );
164
+ border-radius : 5px ;
165
+ padding : 5px ;
136
166
}
137
167
138
168
.projects {
@@ -148,15 +178,17 @@ h2 {
148
178
cursor : pointer;
149
179
border : 1px solid darkgray;
150
180
border-radius : 10px ;
181
+ background : var (--vp-button-alt-bg );
151
182
}
152
183
153
184
.project h3 {
154
185
margin : 0 ;
155
186
font-size : 1.5rem ;
187
+ color : black;
156
188
}
157
189
158
190
.project h6 {
159
- color : dimgray ;
191
+ color : var ( --vp-button-alt-text ) ;
160
192
font-size : 0.85rem ;
161
193
margin-bottom : 5px ;
162
194
}
Original file line number Diff line number Diff line change @@ -17,11 +17,20 @@ hero:
17
17
We make brain-computer interfaces accessible to everyone.
18
18
19
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>
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
+ <form
25
+ action="https://buttondown.com/api/emails/embed-subscribe/neuralinterfaces"
26
+ method="post"
27
+ target="popupwindow"
28
+ onsubmit="window.open('https://buttondown.com/neuralinterfaces', 'popupwindow')"
29
+ class="embeddable-buttondown-form"
30
+ >
31
+ <input type="email" name="email" placeholder="Enter your email"/>
32
+ <input type="submit" value="Subscribe" />
33
+ </form>
25
34
</div >
26
35
27
36
## Projects
@@ -37,7 +46,7 @@ Our work at Neural Interfaces allows you to access brain-responsive applications
37
46
</div >
38
47
39
48
<div class =" project " >
40
- <a href="https://commoners.dev " target="_blank">
49
+ <a href="https://github.com/neuralinterfaces/commoners " target="_blank">
41
50
<h6>Cross-Platform Development for the Rest of Us</h6>
42
51
<h3>Commoners</h3>
43
52
</a>
You can’t perform that action at this time.
0 commit comments