Skip to content

Commit

Permalink
files added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaz1997 authored Oct 1, 2018
1 parent bc1ebaa commit ac38cc4
Show file tree
Hide file tree
Showing 87 changed files with 11,392 additions and 1 deletion.
4 changes: 4 additions & 0 deletions 404-files/css/font-awesome.min.css

Large diffs are not rendered by default.

175 changes: 175 additions & 0 deletions 404-files/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body {
padding: 0;
margin: 0;
}

#notfound {
position: relative;
height: 100vh;
}

#notfound .notfound-bg {
position: absolute;
width: 100%;
height: 100%;
background-image: url('../img/bg.jpg');
background-size: cover;
}

#notfound .notfound-bg:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
}

#notfound .notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

#notfound .notfound:after {
content: '';
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50% , -50%);
-ms-transform: translate(-50% , -50%);
transform: translate(-50% , -50%);
width: 100%;
height: 600px;
background-color: rgba(255, 255, 255, 0.7);
-webkit-box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
box-shadow: 0px 0px 0px 30px rgba(255, 255, 255, 0.7) inset;
z-index: -1;
}

.notfound {
max-width: 600px;
width: 100%;
text-align: center;
padding: 30px;
line-height: 1.4;
}

.notfound .notfound-404 {
position: relative;
height: 200px;
}

.notfound .notfound-404 h1 {
font-family: 'Passion One', cursive;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 220px;
margin: 0px;
color: #222225;
text-transform: uppercase;
}

.notfound h2 {
font-family: 'Muli', sans-serif;
font-size: 26px;
font-weight: 400;
text-transform: uppercase;
color: #222225;
margin-top: 26px;
margin-bottom: 20px;
}

.notfound-search {
position: relative;
padding-right: 120px;
max-width: 420px;
width: 100%;
margin: 30px auto 20px;
}

.notfound-search input {
font-family: 'Muli', sans-serif;
width: 100%;
height: 40px;
padding: 3px 15px;
color: #fff;
font-weight: 400;
font-size: 18px;
background: #222225;
border: none;
}

.notfound-search button {
font-family: 'Muli', sans-serif;
position: absolute;
right: 0px;
top: 0px;
width: 120px;
height: 40px;
text-align: center;
border: none;
background: #ff00b4;
cursor: pointer;
padding: 0;
color: #fff;
font-weight: 400;
font-size: 16px;
text-transform: uppercase;
}

.notfound a {
font-family: 'Muli', sans-serif;
display: inline-block;
font-weight: 400;
text-decoration: none;
background-color: transparent;
color: #222225;
text-transform: uppercase;
font-size: 14px;
}

.notfound-social {
margin-bottom: 15px;
}
.notfound-social>a {
display: inline-block;
height: 40px;
line-height: 40px;
width: 40px;
font-size: 14px;
color: #fff;
background-color: #222225;
margin: 3px;
-webkit-transition: 0.2s all;
transition: 0.2s all;
}
.notfound-social>a:hover {
color: #fff;
background-color: #ff00b4;
}

@media only screen and (max-width: 480px) {
.notfound .notfound-404 {
height: 146px;
}

.notfound .notfound-404 h1 {
font-size: 146px;
}

.notfound h2 {
font-size: 22px;
}
}
Binary file added 404-files/fonts/FontAwesome.otf
Binary file not shown.
Binary file added 404-files/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions 404-files/fonts/fontawesome-webfont.svg
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 404-files/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added 404-files/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added 404-files/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added 404-files/img/bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 50 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->

<title>404 HTML Template by Colorlib</title>

<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Muli:400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Passion+One" rel="stylesheet">

<!-- Font Awesome Icon -->
<link type="text/css" rel="stylesheet" href="404-files/css/font-awesome.min.css" />

<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="404-files/css/style.css" />


</head>

<body>

<div id="notfound">
<div class="notfound-bg"></div>
<div class="notfound">
<div class="notfound-404">
<h1>404</h1>
</div>
<h2>Oops! Page Not Found</h2>
<form class="notfound-search">
<input type="text" placeholder="Search...">
<button type="button">Search</button>
</form>
<div class="notfound-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</div>
<a href="#">Back To Homepage</a>
</div>
</div>

</body>

</html>
18 changes: 18 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
How to Contribute
=================

1) Fork this repository to your github account.
2) Clone the forked repository.
``git clone https://github.com/username/STAC-IITMandi.github.io.git``
3) Create a new branch.
``git checkout -b NewBranchName``
4) Make your changes.
5) Stage the changes.
``git add path/to/changed-files``
6) Commit your changes.
``git commit -m "Appropriate Commit Message"``
7) Push your Changes
``git push origin NewBranchName``
8) Create a Pull request
9) Mention someone to review it.
10) Celebrate your Contribution :rocket:
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Sk Ayaz
Copyright (c) 2018 Space Technology and Astronomy Cell

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
STAC-Website
============

Website of Space Technology and Astronomy Cell, IIT Mandi

View [Contribtion Guidelines](https://github.com/STAC-IITMandi/STAC-IITMandi.github.io/blob/master/CONTRIBUTING.rst) to contribute to this repo.

Current version : 0.2[dev]

Loading

0 comments on commit ac38cc4

Please sign in to comment.