Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pvries86 authored Mar 26, 2024
1 parent a4b6678 commit 8b9937e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,23 @@

.small-logo {
width: 6%;
border-radius: 30px;
}

.content {
display: inline-block;
}

.logo:hover, .small-logo:hover {
opacity: 0.7; /* Simple hover effect */
}

</style>
</head>
<body>

<div class="content">
<h1>Tesla Homepage for Theater Apps</h1>
<!-- <h1>Tesla Homepage for Theater Apps</h1> -->
<div>
<!-- Larger logos -->
<a href="https://www.youtube.com/redirect?q=https://tv.apple.com/"><img class="logo" src="./images/appletvplus.png"></a>
Expand All @@ -43,11 +49,12 @@ <h1>Tesla Homepage for Theater Apps</h1>
</div>
<div>
<!-- Smaller logos, using the 'small-logo' class -->
<a href="https://remote.bbio.nl"><img class="logo small-logo" src="./images/bbio.png"></a>
<a href="https://www.youtube.com/redirect?q=https://remote.bbio.nl" target="_blank"><img class="logo small-logo" src="./images/bbio.png"></a>
<a href="https://maps.google.com"><img class="logo small-logo" src="./images/googlemaps.png"></a>
<a href="https://waze.com/livemap"><img class="logo small-logo" src="./images/waze.png"></a>
<a href="https://www.youtube.com/redirect?q=https://instagram.com/"><img class="logo small-logo" src="./images/instagram.png"></a>
<a href="https://abetterrouteplanner.com"><img class="logo small-logo" src="./images/abrp.png"></a>
<a href="https://tesla.flitsmeister.nl/"><img class="logo small-logo" src="./images/flitsmeister.png"></a>
<a href="https://www.youtube.com/redirect?q=https://instagram.com/"><img class="logo small-logo" src="./images/instagram.png"></a>
</div>
</div>

Expand Down

0 comments on commit 8b9937e

Please sign in to comment.