-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from sanjaiyan-dev/sanjaiyan-optimizing
Optimizng the `.html` 🚀
- Loading branch information
Showing
1 changed file
with
48 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<!-- Favicons --> | ||
<link rel="icon" type="image/png" href="img/favicon.png"/> | ||
<link rel="icon" type="image/png" href="img/favicon.png" /> | ||
<meta name="theme-color" content="#103863"> | ||
<meta name="og:title" content="FM ROYAL"> | ||
<meta name="og:type" content="website"> | ||
|
@@ -15,20 +15,36 @@ | |
<!-- PWA configurations--> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
<meta name="mobile-web-app-capable" content="yes"> | ||
<meta name="theme-color" content="#103863" /> | ||
<link rel="manifest" href="manifest.json"> | ||
<!-- CSS only --> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" | ||
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
<!-- Custom styles for this template --> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,800;1,900&display=swap" rel="stylesheet"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,800;1,900&display=swap" | ||
rel="stylesheet"> | ||
<link href="style.css" rel="stylesheet"> | ||
<!-- JS, Popper.js, and jQuery --> | ||
<script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" | ||
crossorigin="anonymous"></script> | ||
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" | ||
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" | ||
crossorigin="anonymous"></script> | ||
<title>FM Royal</title> | ||
</head> | ||
|
||
<body class="text-center"> | ||
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> | ||
<main role="main" class="inner cover mt-auto"> | ||
<h1 class="cover-heading text-warning" style="font-weight: 900; font-style: italic; height: 40;">FM ROYAL</h1> | ||
<small class="text-warning" style="font-weight: 900; font-style: italic; font-size: 1rem;">90.1 & 107.3</small> | ||
<h1 class="cover-heading text-warning" style="font-weight: 900; font-style: italic; height: 40;">FM ROYAL | ||
</h1> | ||
<small class="text-warning" style="font-weight: 900; font-style: italic; font-size: 1rem;">90.1 | ||
& 107.3</small> | ||
<div class="botón" onclick="this.classList.toggle('active')"> | ||
<div class="fondo" x="0" y="0" width="200" height="200"></div> | ||
<div class="icono" width="200" height="200"> | ||
|
@@ -37,38 +53,41 @@ <h1 class="cover-heading text-warning" style="font-weight: 900; font-style: ital | |
</div> | ||
<div class="puntero"></div> | ||
</div> | ||
<div class="card text-left text-warning bg-transparent border-warning shadow-sm" style="font-family: 'Poppins', sans-serif; font-weight: 400;"> | ||
<div class="card-header border-transparent pt-2 pb-2 pl-3">Now Playing | ||
<span class="badge badge-pill badge-danger"> | ||
ON AIR | ||
<svg width="1.3em" height="1.3em" viewBox="0 0 16 16" class="bi bi-broadcast" fill="currentColor" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 0 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707z"/> | ||
<path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/> | ||
</svg> | ||
</span> | ||
</div> | ||
<div class="card-body p-sm-3 pb-2 pt-3"> | ||
<div class="row"> | ||
<div class="col-sm-2 my-auto"> | ||
<img src="https://www.indigenousmusicawards.com/img/placeholder-music.png" height="70px" width="70px"> | ||
</div> | ||
<div class="col-sm-10 p-2 pl-3"> | ||
<h5 class="card-title" style="font-size: 1.1rem;">The Drama, a Dramatic Talk</h5> | ||
<small>2.00PM - 4.00PM</small> | ||
<div class="card text-left text-warning bg-transparent border-warning shadow-sm" | ||
style="font-family: 'Poppins', sans-serif; font-weight: 400;"> | ||
<div class="card-header border-transparent pt-2 pb-2 pl-3">Now Playing | ||
<span class="badge badge-pill badge-danger"> | ||
ON AIR | ||
<svg width="1.3em" height="1.3em" viewBox="0 0 16 16" class="bi bi-broadcast" | ||
fill="currentColor" xmlns="http://www.w3.org/2000/svg"> | ||
<path fill-rule="evenodd" | ||
d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 0 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707z" /> | ||
<path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z" /> | ||
</svg> | ||
</span> | ||
</div> | ||
<div class="card-body p-sm-3 pb-2 pt-3"> | ||
<div class="row"> | ||
<div class="col-sm-2 my-auto"> | ||
<img src="https://www.indigenousmusicawards.com/img/placeholder-music.png" decoding="async" | ||
height="70px" width="70px"> | ||
</div> | ||
<div class="col-sm-10 p-2 pl-3"> | ||
<h5 class="card-title" style="font-size: 1.1rem;">The Drama, a Dramatic Talk</h5> | ||
<small>2.00PM - 4.00PM</small> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</main> | ||
<footer class="mastfoot mt-auto"> | ||
<div class="inner" style="font-size: 0.75rem;"> | ||
<p>Download the official app of <a class="text-warning" href>FM Royal</a>. A project by <a class="text-warning" href>Media Unit of Royal College</a> & <a class="text-warning" href>Tech Club of Royal College</a></p> | ||
<p>Download the official app of <a class="text-warning" href>FM Royal</a>. A project by <a | ||
class="text-warning" href>Media Unit of Royal College</a> & <a class="text-warning" href>Tech | ||
Club of Royal College</a></p> | ||
</div> | ||
</footer> | ||
</div> | ||
<!-- JS, Popper.js, and jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> | ||
</body> | ||
|
||
</html> |