Skip to content

Commit

Permalink
importing template
Browse files Browse the repository at this point in the history
  • Loading branch information
armeetj committed Jan 9, 2021
1 parent d709ab3 commit 7658200
Show file tree
Hide file tree
Showing 69 changed files with 7,364 additions and 12,540 deletions.
56 changes: 56 additions & 0 deletions evpc-hacks-2021/CREDITS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
--------------------------------------------
Resources Credits :
--------------------------------------------

Bootstrap :
Website URL : http://getbootstrap.com/
License : The MIT License
License URL : https://github.com/twbs/bootstrap/blob/master/LICENSE

HTML5 Shiv :
Website URL : https://github.com/aFarkas/html5shiv
License : The MIT License
License URL : https://github.com/aFarkas/html5shiv/blob/master/MIT%20and%20GPL2%20licenses.md


Slick SLider :
Website URL : http://kenwheeler.github.io/slick/
License : The MIT License
License URL : https://github.com/kenwheeler/slick/blob/master/LICENSE

Ajax Contact Form :
Website URL : https://github.com/matt-west/ajax-contact-form
License : MIT
License URL : https://github.com/matt-west/ajax-contact-form/blob/master/LICENSE.txt

The Final Countdown :
Website URL : http://hilios.github.io/jQuery.countdown/
License : MIT
License URL : https://github.com/hilios/jQuery.countdown/blob/master/LICENSE.md


Font Awesome :
Website URL : http://fortawesome.github.io/Font-Awesome/
License : MIT
License URL : http://fortawesome.github.io/Font-Awesome/license/


Google Fonts :

Open Sans Font:
Website URL : https://fonts.google.com/specimen/Open+Sans
License : Apache License, version 2.0
License URL : http://www.apache.org/licenses/LICENSE-2.0.html

Montserrat Font:
Website URL : https://fonts.google.com/specimen/Open+Sans
License : SIL Open Font License, Version 1.1.
License URL : http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL








10 changes: 10 additions & 0 deletions evpc-hacks-2021/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@



The MIT License (MIT) Copyright (c) 2017 markups.io

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6 changes: 0 additions & 6 deletions evpc-hacks-2021/STRUCTURE.md

This file was deleted.

6 changes: 6 additions & 0 deletions evpc-hacks-2021/assets/css/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions evpc-hacks-2021/assets/css/font-awesome.min.css

Large diffs are not rendered by default.

313 changes: 313 additions & 0 deletions evpc-hacks-2021/assets/css/slick.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,313 @@
/* Slider */
.slick-slider
{
position: relative;

display: block;
box-sizing: border-box;

-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;

-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list
{
position: relative;

display: block;
overflow: hidden;

margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track
{
position: relative;
top: 0;
left: 0;

display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;

content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}

.slick-slide
{
display: none;
float: left;

height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
/*max-width: none;*/
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;

height: auto;

border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/* Slick Theme Color */

/* Arrows */
.slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;

position: absolute;
top: 50%;

display: block;

width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);

cursor: pointer;

color: transparent;
border: none;
outline: none;
background: #000;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
font: normal normal normal 14px/1 FontAwesome;
font-size: 25px;
line-height: 1;
color: white;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.slick-prev{
left: 40px;
width: 50px;
height: 50px;
z-index: 999;
}
[dir='rtl'] .slick-prev
{
right: 40px;
left: auto;
}
.slick-prev:before
{
content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
content: '\f054';
}

.slick-next{
right: 40px;
width: 50px;
height: 50px;
z-index: 999;
}


[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '\f054';
}
[dir='rtl'] .slick-next:before
{
content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}

.slick-dots
{
position: absolute;
bottom: -25px;

display: block;

width: 100%;
padding: 0;
margin: 0;

list-style: none;

text-align: center;
}
.slick-dots li
{
position: relative;

display: inline-block;

width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;

cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;

display: block;

width: 20px;
height: 20px;
padding: 5px;

cursor: pointer;

color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;

position: absolute;
top: 0;
left: 0;

width: 20px;
height: 20px;

content: '•';
text-align: center;

opacity: .25;
color: black;

-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}

Loading

0 comments on commit 7658200

Please sign in to comment.