mirror of
https://github.com/zoriya/RaccoonWebsite.git
synced 2025-12-05 23:46:09 +00:00
Solving some bugs in the website for mobile.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>Opus - RaccoonSDG</title>
|
||||
<link rel="alternate" href="www.raccoon-sdg.fr/fr" hreflang="fr" />
|
||||
<link rel="shortcut icon" type="image/png" href="../drawables/Opus/logo.png"/>
|
||||
<meta name="theme-color" content="#3949AB"/>
|
||||
<meta name="Description" content="Opus is an android application that allow you to play musics from youtube or from your local storage.">
|
||||
|
||||
<link rel="stylesheet" href="../scss/custom.css" type="text/css">
|
||||
<link rel="stylesheet" href="../style.css" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6 mx-auto p-1 p-md-4 section-img">
|
||||
<img src="../drawables/Opus/Placeholder.png" />
|
||||
<img src="../drawables/Opus/Placeholder.png" style="max-width: 100%;" />
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-right pt-5">
|
||||
<h2>Chromecast <span class="badge badge-primary">Beta</span></h2>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
|
||||
|
||||
<title>Opus - RaccoonSDG</title>
|
||||
<link rel="alternate" href="www.raccoon-sdg.fr/en" hreflang="en" />
|
||||
<link rel="shortcut icon" type="image/png" href="../drawables/Opus/logo.png"/>
|
||||
<meta name="theme-color" content="#3949AB"/>
|
||||
<meta name="Description" content="Opus est une application android qui permet de jouer des musiques depuis youtube ou le stoage local.">
|
||||
|
||||
<link rel="stylesheet" href="../scss/custom.css" type="text/css">
|
||||
<link rel="stylesheet" href="../style.css" type="text/css">
|
||||
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
|
||||
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="row align-items-center">
|
||||
<div class="col-md-6 mx-auto p-1 p-md-4 section-img">
|
||||
<img src="../drawables/Opus/Placeholder.png" />
|
||||
<img src="../drawables/Opus/Placeholder.png" style="max-width: 100%;" />
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-right pt-5">
|
||||
<h2>Chromecast <span class="badge badge-primary">Beta</span></h2>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<!-- <button class="icon navbar-toggler" type="button" data-toggle="collapse" data-target=".mobile-nav" style="position: absolute; top: 0; bottom: 0; left: 0; margin: auto;">
|
||||
<i class="fas fa-bars"></i>
|
||||
</button> -->
|
||||
<button id="searchBtn" class="icon navbar-toggler d-md-block" data-toggle="collapse" data-target=".language" style="position: absolute; top: 0; bottom: 0; right: 0; margin: auto;" type="button">
|
||||
<button class="icon navbar-toggler d-md-block" data-toggle="collapse" data-target=".language" style="position: absolute; top: 0; bottom: 0; right: 0; margin: auto;" type="button">
|
||||
<i class="fas fa-globe-americas"></i>
|
||||
</button>
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ $theme-colors: (
|
||||
background-color: #3d3d3d;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
padding-top: 5rem;
|
||||
padding-bottom: 5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user