Skip to content

Commit

Permalink
remove border=0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 6, 2023
1 parent 5568b01 commit 2dfed23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poster/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ <h4>FAI poster and flyer</h4>
<div class="col s12 m6">
<a href="/poster/flyer-de.pdf">
<figure>
<img alt="flyer german" src="flyer-de-thumb.png" border="0">
<img alt="flyer german" src="flyer-de-thumb.png">
<figcaption>FAI flyer, german version</figcaption>
</figure>
</a>

<a href="/poster/flyer-en.pdf">
<figure>
<img alt="flyer english" src="flyer-en-thumb.png" border="0">
<img alt="flyer english" src="flyer-en-thumb.png">
<figcaption>FAI flyer, english version</figcaption>
</figure>
</a>
Expand Down
4 changes: 2 additions & 2 deletions screenshots/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h4>Videos</h4>
<h4>The fai-monitor GUI</h4>
<p>The FAI monitor daemon (fai-monitor) receives small messages from each install client (<a href="/logs/fai-monitor.log">sample log file of fai-monitor</a>), which describes what each client is doing at the moment. The GUI creates a nice table and is showing all actions in real time for all clients.</p>

<a href="fai-monitor.gif"><img alt="An example of the fai-monitor-gui" src="faimond.png" width="600" border="0"></a>
<a href="fai-monitor.gif"><img alt="An example of the fai-monitor-gui" src="faimond.png" width="600"></a>
<p>(Click on screenshot for animated gif)</p>
</div>
</div>
Expand Down Expand Up @@ -210,7 +210,7 @@ <h4>The new autodiscover function of FAI 5.0</h4>
<div class="row">
<div class="col s12">
<h4>A slideshow of an installation via CD</h4>
<a href="/slideshow/"><img alt="slideshow overview" src="slideshow-overview.png" border="0"></a>
<a href="/slideshow/"><img alt="slideshow overview" src="slideshow-overview.png"></a>
</div>
</div>
-->
Expand Down

0 comments on commit 2dfed23

Please sign in to comment.