Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c472833
Merge pull request #1 from DHISHNA-SERVER/master
Jyothis-P Jan 1, 2020
10eda8a
Update index.html
JithinKSatheesh Jan 3, 2020
a2881e4
master push
JithinKSatheesh Jan 3, 2020
5852b07
Merge branch 'master' of https://github.com/DhishnaCusat/summit
JithinKSatheesh Jan 3, 2020
27d43d3
master push
JithinKSatheesh Jan 3, 2020
0316387
style
JithinKSatheesh Jan 3, 2020
048d540
Update index.html
JithinKSatheesh Jan 3, 2020
f83cb95
Update form1.js
JithinKSatheesh Jan 3, 2020
41510e5
Update index.html
JithinKSatheesh Jan 3, 2020
e455696
Update index.html
JithinKSatheesh Jan 3, 2020
5661db7
tim
JithinKSatheesh Jan 3, 2020
6052faf
sponsor push
JithinKSatheesh Jan 3, 2020
36bdefb
push
JithinKSatheesh Jan 3, 2020
e263165
Update index.html
JithinKSatheesh Jan 3, 2020
326a595
Update index.html
JithinKSatheesh Jan 3, 2020
fc1252a
amalan do lot of thing
JithinKSatheesh Jan 3, 2020
a1f1a24
change in form 1
JithinKSatheesh Jan 3, 2020
3aa2cc2
Update index.html
JithinKSatheesh Jan 3, 2020
fc07be1
faq added
JithinKSatheesh Jan 5, 2020
dc5daf3
phone no
JithinKSatheesh Jan 5, 2020
bb8d469
pushing for a change
JithinKSatheesh Jan 11, 2020
e6335ed
Update index.html
JithinKSatheesh Jan 11, 2020
f0a75cc
push
JithinKSatheesh Jan 11, 2020
f51996e
changeeeeee
JithinKSatheesh Jan 11, 2020
df3af5e
speakers
JithinKSatheesh Jan 12, 2020
72535d7
change in team page
JithinKSatheesh Jan 20, 2020
9030e5d
removed help-us-out.txt
Jyothis-P Jan 23, 2020
fdaa220
updated timetable
JithinKSatheesh Jan 23, 2020
f2360ad
Add files via upload
JithinKSatheesh Jan 23, 2020
e6b78b7
speaker change
JithinKSatheesh Jan 23, 2020
e4d2f65
Merge branch 'master' of https://github.com/DhishnaCusat/summit
JithinKSatheesh Jan 23, 2020
c7f2eb7
Add files via upload
JithinKSatheesh Jan 23, 2020
04d1536
Update index.html
JithinKSatheesh Jan 23, 2020
b0602f8
Add files via upload
JithinKSatheesh Jan 23, 2020
2218309
Add files via upload
JithinKSatheesh Jan 23, 2020
f75c334
Update index.html
JithinKSatheesh Jan 23, 2020
1297335
Update team.html
JithinKSatheesh Jan 23, 2020
6a6c0e5
Update index.html
JithinKSatheesh Jan 23, 2020
fa17263
Update index.html
JithinKSatheesh Jan 23, 2020
f515f6f
Delete talk.jpg
JithinKSatheesh Jan 23, 2020
41df404
Add files via upload
JithinKSatheesh Jan 23, 2020
e6cba7d
Delete pehiya.png
JithinKSatheesh Jan 23, 2020
a6d38ab
Update index.html
JithinKSatheesh Jan 23, 2020
5c76c0c
Update index.html
JithinKSatheesh Jan 24, 2020
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
Binary file modified .DS_Store
Binary file not shown.
Binary file added cloudsploit_by_aqua_A02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,337 changes: 2,337 additions & 0 deletions css/fonts/font-awesome-4.7.0/css/font-awesome.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/fonts/font-awesome-4.7.0/css/font-awesome.min.css

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions css/fonts/font-awesome-4.7.0/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 not shown.
Binary file not shown.
Binary file not shown.
34 changes: 34 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/animated.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
// Animated Icons
// --------------------------

.@{fa-css-prefix}-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}

.@{fa-css-prefix}-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}

@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
25 changes: 25 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/bordered-pulled.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// Bordered & Pulled
// -------------------------

.@{fa-css-prefix}-border {
padding: .2em .25em .15em;
border: solid .08em @fa-border-color;
border-radius: .1em;
}

.@{fa-css-prefix}-pull-left { float: left; }
.@{fa-css-prefix}-pull-right { float: right; }

.@{fa-css-prefix} {
&.@{fa-css-prefix}-pull-left { margin-right: .3em; }
&.@{fa-css-prefix}-pull-right { margin-left: .3em; }
}

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }
.pull-left { float: left; }

.@{fa-css-prefix} {
&.pull-left { margin-right: .3em; }
&.pull-right { margin-left: .3em; }
}
12 changes: 12 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/core.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Base Class Definition
// -------------------------

.@{fa-css-prefix} {
display: inline-block;
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}
6 changes: 6 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/fixed-width.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Fixed Width Icons
// -------------------------
.@{fa-css-prefix}-fw {
width: (18em / 14);
text-align: center;
}
18 changes: 18 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/font-awesome.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

@import "variables.less";
@import "mixins.less";
@import "path.less";
@import "core.less";
@import "larger.less";
@import "fixed-width.less";
@import "list.less";
@import "bordered-pulled.less";
@import "animated.less";
@import "rotated-flipped.less";
@import "stacked.less";
@import "icons.less";
@import "screen-reader.less";
789 changes: 789 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/icons.less

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/larger.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// Icon Sizes
// -------------------------

/* makes the font 33% larger relative to the icon container */
.@{fa-css-prefix}-lg {
font-size: (4em / 3);
line-height: (3em / 4);
vertical-align: -15%;
}
.@{fa-css-prefix}-2x { font-size: 2em; }
.@{fa-css-prefix}-3x { font-size: 3em; }
.@{fa-css-prefix}-4x { font-size: 4em; }
.@{fa-css-prefix}-5x { font-size: 5em; }
19 changes: 19 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/list.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// List Icons
// -------------------------

.@{fa-css-prefix}-ul {
padding-left: 0;
margin-left: @fa-li-width;
list-style-type: none;
> li { position: relative; }
}
.@{fa-css-prefix}-li {
position: absolute;
left: -@fa-li-width;
width: @fa-li-width;
top: (2em / 14);
text-align: center;
&.@{fa-css-prefix}-lg {
left: (-@fa-li-width + (4em / 14));
}
}
60 changes: 60 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/mixins.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// Mixins
// --------------------------

.fa-icon() {
display: inline-block;
font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration
font-size: inherit; // can't have font-size inherit on line above, so need to override
text-rendering: auto; // optimizelegibility throws things off #1094
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}

.fa-icon-rotate(@degrees, @rotation) {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})";
-webkit-transform: rotate(@degrees);
-ms-transform: rotate(@degrees);
transform: rotate(@degrees);
}

.fa-icon-flip(@horiz, @vert, @rotation) {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)";
-webkit-transform: scale(@horiz, @vert);
-ms-transform: scale(@horiz, @vert);
transform: scale(@horiz, @vert);
}


// Only display content to screen readers. A la Bootstrap 4.
//
// See: http://a11yproject.com/posts/how-to-hide-content/

.sr-only() {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}

// Use in conjunction with .sr-only to only display content when it's focused.
//
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
//
// Credit: HTML5 Boilerplate

.sr-only-focusable() {
&:active,
&:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
}
15 changes: 15 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/path.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/* FONT PATH
* -------------------------- */

@font-face {
font-family: 'FontAwesome';
src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}');
src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'),
url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'),
url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'),
url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'),
url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg');
// src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
font-weight: normal;
font-style: normal;
}
20 changes: 20 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/rotated-flipped.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Rotated & Flipped Icons
// -------------------------

.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); }
.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); }
.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); }

.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); }
.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); }

// Hook for IE8-9
// -------------------------

:root .@{fa-css-prefix}-rotate-90,
:root .@{fa-css-prefix}-rotate-180,
:root .@{fa-css-prefix}-rotate-270,
:root .@{fa-css-prefix}-flip-horizontal,
:root .@{fa-css-prefix}-flip-vertical {
filter: none;
}
5 changes: 5 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/screen-reader.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Screen Readers
// -------------------------

.sr-only { .sr-only(); }
.sr-only-focusable { .sr-only-focusable(); }
20 changes: 20 additions & 0 deletions css/fonts/font-awesome-4.7.0/less/stacked.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Stacked Icons
// -------------------------

.@{fa-css-prefix}-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.@{fa-css-prefix}-stack-1x { line-height: inherit; }
.@{fa-css-prefix}-stack-2x { font-size: 2em; }
.@{fa-css-prefix}-inverse { color: @fa-inverse; }
Loading