Skip to content

Commit

Permalink
Add favicon and credits
Browse files Browse the repository at this point in the history
  • Loading branch information
optimisan committed May 1, 2022
1 parent eabd7a7 commit dc5af9e
Show file tree
Hide file tree
Showing 32 changed files with 296 additions and 3 deletions.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h2>ABOUT</h2>
<div>BITS</div>
</div>
<div>
<p>
<p data-aos="fade-in">
Established in 1964 by our founder chairman, Dr. G. D. Birla, Birla
Institute of Technology and Science (BITS) is a brainchild of the
founder’s grandfather and his lifelong dream that he made come true.
Expand Down
Binary file added android-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-icon-36x36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-icon-48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android-icon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
81 changes: 81 additions & 0 deletions contact/credits.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SEDS - Credits</title>
<link rel="stylesheet" href="../css/style.css" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&family=Source+Sans+Pro:wght@300;400&display=swap");
body {
text-align: center;
padding-top: 12.6vh;
}
h2,
h1 {
font-size: 3rem !important;
font-family: "Montserrat", sans-serif;
font-weight: 300;
}
h1 {
font-weight: 500;
font-size: 4rem !important;
}
div a {
font-family: "Source Sans Pro", sans-serif !important;
font-size: 2.3rem !important;

color: white !important;
margin-right: 6px;
}
</style>
</head>
<body>
<h1>Credits</h1>
<h2>Renders</h2>
<div>
<a href="#!">Siddhant</a>
<a href="#!">Kushal</a>
</div>
<h2>Devs</h2>
<div>
<a href="#!">Akshat</a>
<a href="#!">Kushal</a>
<a href="#!">Anant</a>
</div>
<!-- NAVBAR -->
<div class="menu" id="menu">
<div
class="close"
onclick="document.getElementById('menu').classList.remove('open')"
>
<i class="fa-solid fa-xmark"></i>
</div>
<h2>Projects</h2>
<div class="divider"></div>
<a class="nav-ele" href="../sacup/">Rocket</a>
<a class="nav-ele" href="../cansat/">CanSat</a>
<a class="nav-ele" href="../cubesat/">CubeSat</a>
<a class="nav-ele" href="../archangel/">R&D</a>
</div>
<nav class="navbar1">
<i
id="menu-open"
onclick="document.getElementById('menu').classList.add('open')"
class="nav-ele fa-solid fa-bars"
style="font-size: 22px"
></i>
<a class="nav-ele" href="../sacup/">Rocket</a>
<a class="nav-ele" href="../cansat/">CanSat</a>
<img src="../assets/images/seds_logo_w.png" alt="SEDS Logo" />
<a class="nav-ele" href="../cubesat/">CubeSat</a>
<a class="nav-ele" href="../archangel/">R&D</a>
<i
class="nav-ele fa fa-search"
style="font-size: 20px"
aria-hidden="true"
></i>
</nav>
</body>
</html>
83 changes: 83 additions & 0 deletions contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,48 @@
<!-- <link rel="stylesheet" href="../css/style.css" /> -->
<link rel="stylesheet" href="./contact.css" />
<title>Contact Us</title>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png" />
<link
rel="apple-touch-icon"
sizes="114x114"
href="/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-icon-192x192.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<style>
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css");

Expand Down Expand Up @@ -172,6 +214,39 @@
a {
text-decoration: none;
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}
.user__form {
height: 500px;
max-height: 87.6vh;
}
footer {
text-align: center;
}
footer {
padding-bottom: 10px;
}
footer span {
margin-right: 5px;
}
footer a {
color: white;
font-weight: 300;
border-right: 1px solid white;
margin-right: 4px;
padding-right: 4px;
transition: 0.4s;
}
footer a:last-child {
border: none;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -256,5 +331,13 @@ <h1 class="contact__main-header">Contact Us</h1>
</form>
</div>
</main>
<footer>
<span>Credits:</span>
<a href="#!">Design Concepts</a>
<a href="#!">Wireframe</a>
<a href="credits.html">Renders</a>
<a href="credits.html">Design</a>
<a href="credits.html">Devs</a>
</footer>
</body>
</html>
43 changes: 42 additions & 1 deletion cubesat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,48 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cubesat - SEDS</title>

<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png" />
<link
rel="apple-touch-icon"
sizes="114x114"
href="/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-icon-192x192.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="../css/scroll.css" />
<link rel="stylesheet" href="label.css" />
Expand Down
Binary file added favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added favicon.ico
Binary file not shown.
47 changes: 46 additions & 1 deletion home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,48 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SEDS - Home</title>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png" />
<link
rel="apple-touch-icon"
sizes="114x114"
href="/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/android-icon-192x192.png"
/>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<style>
*,
*::before,
Expand Down Expand Up @@ -81,6 +123,9 @@
transform: scale(1.1);
}
@media screen and (max-width: 720px) {
#image-slider {
height: 48vh;
}
nav {
filter: invert(0.9);
}
Expand Down Expand Up @@ -140,7 +185,7 @@ <h2>Projects</h2>
<a class="nav-ele" href="../archangel/">R&D</a>
</div>
<!-- Carousel -->
<div class="splide" id="image-slider" style="height: 48vh">
<div class="splide" id="image-slider">
<div class="splide__track">
<ul class="splide__list">
<li class="splide__slide">
Expand Down
41 changes: 41 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "App",
"icons": [
{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",
"type": "image\/png",
"density": "0.75"
},
{
"src": "\/android-icon-48x48.png",
"sizes": "48x48",
"type": "image\/png",
"density": "1.0"
},
{
"src": "\/android-icon-72x72.png",
"sizes": "72x72",
"type": "image\/png",
"density": "1.5"
},
{
"src": "\/android-icon-96x96.png",
"sizes": "96x96",
"type": "image\/png",
"density": "2.0"
},
{
"src": "\/android-icon-144x144.png",
"sizes": "144x144",
"type": "image\/png",
"density": "3.0"
},
{
"src": "\/android-icon-192x192.png",
"sizes": "192x192",
"type": "image\/png",
"density": "4.0"
}
]
}
Binary file added ms-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ms-icon-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ms-icon-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ms-icon-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc5af9e

Please sign in to comment.