Skip to content

Commit

Permalink
Adding padding of logos for the mobile version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapezza committed Oct 1, 2024
1 parent 522d2f1 commit 46fd5f8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,35 +80,35 @@ <h1>Welcome to<br />
<h2>Partner universities</h2>
<div class="features">
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_TUM.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_TUM.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>Technical Univeristy of Munich (TUM)</h3>
<p>A top-ranked technical university in Germany, known for its cutting-edge research and education in electrical engineering and computer science.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_KTH.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_KTH.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>Royal Institute of Technology (KTH)</h3>
<p>Sweden’s largest and oldest technical university, recognized for its advanced education in embedded systems, microelectronics, and sustainable technologies.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_DTU.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_DTU.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>Technical University of Denmark (DTU)</h3>
<p>A leading European technical university focused on engineering, science, and technology, offering innovative and fexible programs in digital and embedded systems.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_TAU.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_TAU.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>Tampere University (TAU)</h3>
<p>A Finnish university excelling in embedded computing, system-on-chip design, and AI hardware, known for its deep collaboration with the semiconductor industry.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_IMT.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_IMT.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>Institut Mines-Télécom (IMT)</h3>
<p>A French leading institution specializing in microelectronics, embedded systems, and telecommunications, with a strong emphasis on research and innovation.</p>
Expand All @@ -128,28 +128,28 @@ <h3><!-- placeholder --></h3>
<h2>Industrial partners</h2>
<div class="features">
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_FraunhoferIIS.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_FraunhoferIIS.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>Fraunhofer IIS</h3>
<p>Europe’s leading research institute for integrated digital and mixed-signal systems, contributing expertise in chip design, secure systems, and innovative technologies.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_LogiqWorks.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_LogiqWorks.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>LogiqWorks</h3>
<p>A Bulgarian company specializing in high-level digital and analog design automation, providing tools and consulting services for efficient chip development processes.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_MINRES.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_MINRES.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>MINRES Technologies GmbH</h3>
<p>A German company focused on simulation tools and customizable RISC-V core IPs for microcontroller applications in edge and IoT scenarios.</p>
</div>
</article>
<article>
<span class="image" style="margin-right: 2em;"><img src="images/logo_SyoSil.jpg" alt="" style="width: 80px;"></span>
<span class="image" style="margin-right: 2em; padding-top: 0.5em; padding-bottom: 0.5em"><img src="images/logo_SyoSil.jpg" alt="" style="width: 80px;"></span>
<div class="content">
<h3>SyoSil ApS</h3>
<p>A Danish company with expertise in verification technologies, offering methodologies and environments to ensure accurate and reliable chip design.</p>
Expand Down

0 comments on commit 46fd5f8

Please sign in to comment.