Skip to content

Commit e9aa8c5

Browse files
committed
disable video preview on landing page
1 parent 611c8d2 commit e9aa8c5

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

index.html

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,23 @@
107107
</nav>
108108

109109
<!-- my header -->
110-
<header class="header" id="myheader"
110+
<!-- outcomment to bring header back -->
111+
<!-- <header class="header" id="myheader"
111112
style="filter:grayscale(0);-webkit-filter: grayscale(0.2);">
112113
<div class="overlay">
113114
</div>
114115
<div class="container no-quasar">
115-
<div class="row" style="justify-content: center;">
116+
<div class="row" style="justify-content: center;"> -->
117+
<!-- end of outcomment to bring header back -->
116118
<!-- <div id="chart"></div>
117119
<div id="chart2"></div> -->
118120

119-
<div id="intro" style="color:white;position:absolute;top:8em;text-align:left;padding:0.25em">
121+
<!-- outcomment to bring header back -->
122+
<!-- <div id="intro" style="color:white;position:absolute;top:8em;text-align:left;padding:0.25em">
120123
<h1 id="introbrainweb" style="margin-bottom:-1.5rem">BrainWeb</h1>
121124
<h1 class="introneurocollab" style="font-size:1.5rem">NEUROSCIENCE COLLABORATION</h1>
122-
125+
-->
126+
<!-- end of outcomment to bring header back -->
123127
<!-- <h1
124128
class="introneurocollab"
125129
style="font-size:1.5rem;margin-top:3rem;margin-bottom:1rem"
@@ -172,7 +176,8 @@ <h2 style="font-size:3rem;margin-bottom:3rem">
172176
<!-- <span style="font-size:38px;">&#x1F916;</span> -->
173177
<!-- </div> -->
174178
<!-- <div> -->
175-
<iframe
179+
<!-- Philipp Gunz -->
180+
<!-- <iframe
176181
width="1000px"
177182
height="600px"
178183
frameborder="0"
@@ -185,20 +190,24 @@ <h2 style="font-size:3rem;margin-bottom:3rem">
185190
webkitallowfullscreen="true"
186191
mozallowfullscreen="true"
187192
allow="microphone; camera;"
188-
></iframe>
189-
</div>
193+
></iframe> -->
194+
195+
<!-- outcomment 7 lines below below to bring header back -->
196+
<!-- </div>
190197
191198
<span class="btn-scroll-down scroll"></span>
192199
193200
</div>
194201
</div>
195-
</header>
202+
</header> -->
196203

197204

198205
<!-- BrainWeb description -->
199206
<div class="row mainpageparts hide" id="home">
200207
<div class="container">
201-
<h1>BrainWeb</h1>
208+
<!-- <h1>BrainWeb</h1> -->
209+
<h1 id="introbrainweb" style="margin-bottom:-1.5rem;">BrainWeb</h1>
210+
<h1 class="introneurocollab" style="font-size:1.5rem;padding-bottom:2rem;">NEUROSCIENCE COLLABORATION</h1>
202211
<div class="row">
203212
<!-- left side 1 -->
204213
<div class="col-lg-4 col-md-4 col-sm-12">

0 commit comments

Comments
 (0)