Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
957 changes: 957 additions & 0 deletions Recursion_team.html

Large diffs are not rendered by default.

Binary file added Recursion_team_files/Rishabh.jpg
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 Recursion_team_files/SG.jpg
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 Recursion_team_files/SKG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
165 changes: 165 additions & 0 deletions Recursion_team_files/application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,165 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*





*/
/* line 1, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper {
position: fixed;
top: 20px;
right: 20px;
width: 301px;
z-index: 9999;
}
/* line 8, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper.top-left {
left: 20px;
right: auto;
}
/* line 13, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper.bottom-right {
top: auto;
left: auto;
bottom: 20px;
right: 20px;
}
/* line 20, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
#gritter-notice-wrapper.bottom-left {
top: auto;
right: auto;
bottom: 20px;
left: 20px;
}

/* line 28, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item-wrapper {
position: relative;
margin: 0 0 10px 0;
background: url(url(/assets/ie-spacer-548f2d6f4d0d820c6c5ffbeffcbd7f0e73193e2932eefe542accc84762deec87.gif));
}

/* line 34, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-top {
background: url(url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left -30px;
height: 10px;
}

/* line 38, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-top {
background-position: right -30px;
}

/* line 41, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-bottom {
background: url(url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left bottom;
height: 8px;
margin: 0;
}

/* line 46, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-bottom {
background-position: bottom right;
}

/* line 50, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item {
display: block;
color: #eee;
padding: 2px 11px 8px 11px;
font-size: 11px;
font-family: verdana;
-webkit-filter: inherit;
filter: inherit;
}
/* line 58, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item.gritter-css2 {
background: url(url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left -40px;
}
/* line 61, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item.gritter-css3 {
background: rgba(0, 0, 0, 0.8);
border-radius: 10px;
padding-top: 12px;
padding-bottom: 16px;
}
/* line 70, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-item p {
padding: 0;
margin: 0;
}

/* line 75, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-item.gritter-css2 {
background-position: right -40px;
}

/* line 78, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.hover .gritter-item.gritter-css3 {
padding: 10px 9px 14px 9px;
border: solid 2px #fff;
}

/* line 83, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-close {
display: none;
position: absolute;
top: 5px;
left: 3px;
cursor: pointer;
width: 30px;
height: 30px;
-webkit-filter: inherit;
filter: inherit;
}

/* line 93, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-css2 .gritter-close {
background: url(url(/assets/gritter-25e1cc73a3dd60281ade9c1257ed8b772fc99c4ce5b3c6e07134115fa4a38a04.png)) no-repeat left top;
}

/* line 96, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-css3 .gritter-close {
background: url(url(/assets/gritter-close-76efc9d3f6a516a817908cad53584510a8cbf5d4ac482e80c5ec93bababccf15.png)) no-repeat;
}

/* line 100, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-title {
font-size: 14px;
font-weight: bold;
padding: 0 0 7px 0;
display: block;
text-shadow: 1px 1px #000;
/* Not supported by IE :( */
}

/* line 107, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-image {
width: 48px;
height: 48px;
float: left;
}

/* line 112, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-with-image,
.gritter-without-image {
padding: 0 0 5px 0;
}

/* line 116, /home/jeyasurya/.gem/ruby/2.4.1/gems/gritter-1.2.0/app/assets/stylesheets/gritter.css.scss */
.gritter-with-image {
width: 220px;
float: right;
}
Binary file added Recursion_team_files/ashutosh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading