mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-21 23:59:11 -04:00
lang switch initial
This commit is contained in:
parent
9370c19039
commit
7c09d9066d
10
en.html
10
en.html
@ -49,19 +49,17 @@
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.language-button {
|
||||
padding: 5px;
|
||||
font-size: 50%;
|
||||
padding: 6px;
|
||||
font-size: 70%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a href="https://www.youtube.com/watch?v=UIp6_0kct_U" class="language-button">LT</a>
|
||||
<!-- Primary Page Layout
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="column" style="margin-top: 10%">
|
||||
@ -71,7 +69,7 @@
|
||||
<h1 role="heading">Anime Nights</h1>
|
||||
|
||||
<a class="button" href="https://bit.ly/AN24Tickets" target="_blank" rel="noopener" role="button"><img class="icon" src="images/musu/ticket.png" alt="">Buy tickets to the night part of Anime Nights 2024 here!</a><br>
|
||||
<!-- Short Bio -->
|
||||
|
||||
<p>Contests:</p>
|
||||
|
||||
|
||||
|
28
index.html
28
index.html
@ -35,22 +35,42 @@
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="icon" href="images/icons/an.png">
|
||||
|
||||
<style>
|
||||
.language-button {
|
||||
position: fixed;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
border: 2px solid #fff;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
text-decoration: none; /* Remove underline for anchor */
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.language-button {
|
||||
padding: 6px;
|
||||
font-size: 70%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Primary Page Layout
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<!--<a href="https://infoshow.info/en/AN/" class="language-button">EN</a>-->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="column" style="margin-top: 10%">
|
||||
|
||||
|
||||
<img src="images/musu/anc.png" class="avatar" srcset="images/musu/anc.png 2x" alt="">
|
||||
|
||||
<h1 role="heading">Anime Nights</h1>
|
||||
|
||||
<a class="button" href="https://bit.ly/AN24Tickets" target="_blank" rel="noopener" role="button"><img class="icon" src="images/musu/ticket.png" alt="">Pirk bilietus į Anime Nights 2024 naktinę dalį čia!</a><br>
|
||||
<!-- Short Bio -->
|
||||
|
||||
<p>Renginio metu vykstantys konkursai:</p>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user