master
Camilo G 2 years ago
parent 4d15409c5b
commit 6dc0f3bde8

@ -25,8 +25,8 @@
<div class="header-tab">
<h2 class="tab" id="colophon">⤷ colophon</h2>
<div class="tab-info" id="colophon-show" style="display:none;">
<p><strong>Attempting diffraction</strong> (2022) is carefully developed, designed, and hosted by Camilo Garcia with the help of wonderful people. Thank you all for your support, care and advice. Special thanks to Avital Barkai, Maria Paris, Manetta Berends, Michael Murtaugh, Aymeric Mansoux, Femke Snelting, Kimmy Spreeuwenberg and Natasha Soobramanien. </p>
<p>This website is were all the experiments inhabit. It was made to give all of them a home and to explore with SVG's. It will grow slowly but steadly. Sorry, It can be lagy as well, it is autonomously hosted and mainted in a <a style="text-decoration: underline 1pt solid blue;"href="http://garden.attempt.press">temporary garden</a> by us.</p>
<p><strong>Attempting diffraction</strong> (2022) is carefully being developed, designed, and hosted by Camilo Garcia with the help of wonderful people. Thank you all for your support, care and advice. Special thanks to Avital Barkai, Maria Paris, Manetta Berends, Michael Murtaugh, Natasha Soobramanien, Aymeric Mansoux, Femke Snelting, and Kimmy Spreeuwenberg. </p>
<p>This website is were all the experiments inhabit. It was made to give all of them a home and to explore with SVG's. It will grow slowly but steadly. Sorry, It can be lagy as well, it is autonomously hosted and mainted in a <a style="text-decoration: underline 1pt solid blue;"href="http://garden.attempt.press">temporary garden</a>.</p>
</div>
</div>
<div class="header-tab">
@ -50,13 +50,13 @@
x="0px" y="0px" width="100vw" height="100vh" viewBox="0 0 1295.9 814.6" preserveAspectRatio="none">
<defs>
<filter id="blurMe" >
<!-- <filter id="blurMe" >
<feGaussianBlur stdDeviation="4"></feGaussianBlur>
</filter>
<filter id="Erode6">
<feMorphology operator="dilate" in="SourceGraphic" radius="4" />
</filter>
</filter> -->
</defs>
<g id="permeable">

@ -243,3 +243,21 @@ ellipse{
stroke: #ff6633;
}
@media screen and (min-width: 1400px) {
#diffraction {
font-size: 11pt;
}
.tab-info{
font-size: 10pt;
}
.tab-info p{
margin-bottom: 2.5%;
}
#diffraction a{
font-size: 10pt;
}
}

Loading…
Cancel
Save