Skip to content

Commit

Permalink
2020-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassan Mohiuddin authored and Hassan Mohiuddin committed Sep 19, 2020
1 parent 169e7f1 commit 6508ac6
Show file tree
Hide file tree
Showing 13 changed files with 3,164 additions and 65 deletions.
File renamed without changes.
Binary file added 2020-favicon.ico
Binary file not shown.
2,976 changes: 2,976 additions & 0 deletions Individual_Logo.ai

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Logo_Svg.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 assets/appreader.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 assets/playground.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 assets/splash-2020.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 comingsoonpic.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 70 additions & 7 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,20 @@
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

@font-face {
font-family: Muli;
font-weight: 300;
src: url("/fonts/muli.regular.ttf") format("truetype");
}
@font-face {
font-family: "Muli";
font-weight: 400;
src: url("/fonts/muli.regular.ttf");
format("truetype");
}
body {
font-family: 'Lato';
font-family: 'Muli Bold';
background: linear-gradient(45deg,#96D0F1, #FBCDC2, #96D0F1 );
}

footer {
Expand All @@ -20,12 +31,14 @@ footer {
-moz-box-shadow: 0px 2px 5px 2px #ccc;
-webkit-box-shadow: 0px 2px 5px 2px #ccc;
box-shadow: 0px 2px 5px 2px #ccc;
*/}
}

h1 {
font-size: 3.5em;
}

.page-header{
text-align: center;
}
@media (max-width: 768px) {

h1 {
Expand All @@ -51,7 +64,7 @@ h1 {

.project-link {
text-transform: uppercase;
font-family: 'Montserrat';
font-family: 'Muli';
font-weight: 500;
color: #000;
}
Expand All @@ -63,7 +76,7 @@ h1 {

.montserrat-bold-uppercase {
text-transform: uppercase;
font-family: 'Montserrat';
font-family: 'Muli';
font-weight: 700;
}

Expand All @@ -88,7 +101,7 @@ h1 {
background-color: #fff;
color: #000;
text-transform: uppercase;
font-family: 'Montserrat';
font-family: 'Muli';
}

#opensource {
Expand All @@ -104,3 +117,53 @@ h1 {
#love-icon {
color: #c33;
}
.side-corner-tag {
position: relative;
color: #fff;
display: inline-block;
padding: 5px;
overflow: hidden;
font-family: Arial, sans-serif;
font-weight: 900;
}
.side-corner-tag p {
display: inline;
}
.side-corner-tag p span {
position: absolute;
display: inline-block;
right: -50px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
text-align: center;
text-transform: uppercase;
top: 50px;
background: #d93131;
width: 200px;
padding: 3px 10px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
}
.side-corner-tag p:before {
content: "";
width: 0;
height: 0;
position: absolute;
top: -17px;
right: 69px;
z-index: -1;
border: 17px solid;
border-color: transparent transparent #662121 transparent;
}
.side-corner-tag p:after {
content: "";
width: 0;
height: 0;
position: absolute;
top: 74px;
z-index: -1;
right: -10px;
border: 17px solid;
border-color: #662121 transparent transparent transparent;
}
Binary file added fonts/muli.regular.ttf
Binary file not shown.
Binary file added hack-logo-2.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 hackmit-logo-2020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6508ac6

Please sign in to comment.