React JS
324
public/css/style.css
Normal file
@@ -0,0 +1,324 @@
|
||||
|
||||
|
||||
.card-product:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
visibility: hidden; }
|
||||
.card-product .price-new, .card-product .price {
|
||||
|
||||
margin-right: 5px; }
|
||||
.card-product .price-old {
|
||||
color: #999; }
|
||||
.card-product .img-wrap {
|
||||
border-radius: 3px 3px 0 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
height: 220px;
|
||||
text-align: center; }
|
||||
.card-product .img-wrap img {
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
object-fit: cover; }
|
||||
|
||||
.card-product .info-wrap {
|
||||
overflow: hidden;
|
||||
padding: 15px;
|
||||
border-top: 1px solid #eee; }
|
||||
.card-product .action-wrap {
|
||||
padding-top: 4px;
|
||||
margin-top: 4px; }
|
||||
.card-product .bottom-wrap {
|
||||
padding: 15px;
|
||||
border-top: 1px solid #eee; }
|
||||
.card-product .title {
|
||||
margin-top: 0; }
|
||||
#flipkart-navbar {
|
||||
background-color: #2874f0;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.row1{
|
||||
padding-top: 10px;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.row2 {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.flipkart-navbar-input {
|
||||
padding: 11px 16px;
|
||||
border-radius: 2px 0 0 2px;
|
||||
border: 0 none;
|
||||
outline: 0 none;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.flipkart-navbar-button {
|
||||
background-color: #ffe11b;
|
||||
border: 1px solid #ffe11b;
|
||||
border-radius: 0 2px 2px 0;
|
||||
color: #565656;
|
||||
padding: 10px 0;
|
||||
height: 43px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cart-button {
|
||||
background-color: #2469d9;
|
||||
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
height: 41px;
|
||||
border-radius: 2px;
|
||||
font-weight: 500;
|
||||
width: 120px;
|
||||
display: inline-block;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.cart-button:hover{
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cart-svg {
|
||||
display: inline-block;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.item-number {
|
||||
border-radius: 3px;
|
||||
background-color: rgba(0, 0, 0, .1);
|
||||
height: 20px;
|
||||
padding: 3px 6px;
|
||||
font-weight: 500;
|
||||
display: inline-block;
|
||||
color: #fff;
|
||||
line-height: 12px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.upper-links {
|
||||
display: inline-block;
|
||||
padding: 0 11px;
|
||||
line-height: 23px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
letter-spacing: 0;
|
||||
color: inherit;
|
||||
border: none;
|
||||
outline: none;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.dropdown:hover {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.dropdown:hover .links {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.dropdown:hover .dropdown-menu {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.dropdown .dropdown-menu {
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
display: none;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
left: 0px;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
box-shadow: 0 4px 8px -3px #555454;
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.links {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.links:hover {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.profile-links {
|
||||
font-size: 12px;
|
||||
font-family: 'Roboto', sans-serif;
|
||||
border-bottom: 1px solid #e9e9e9;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
padding: 0 11px;
|
||||
line-height: 23px;
|
||||
}
|
||||
|
||||
.profile-li{
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.largenav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.smallnav{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.smallsearch{
|
||||
margin-left: 15px;
|
||||
margin-top: 15px;
|
||||
|
||||
}
|
||||
|
||||
.menu{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.largenav {
|
||||
display: block;
|
||||
}
|
||||
.smallnav{
|
||||
display: none;
|
||||
}
|
||||
.smallsearch{
|
||||
margin: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/*Sidenav*/
|
||||
.sidenav {
|
||||
height: 100%;
|
||||
width: 0;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #fff;
|
||||
overflow-x: hidden;
|
||||
transition: 0.5s;
|
||||
box-shadow: 0 4px 8px -3px #555454;
|
||||
padding-top: 0px;
|
||||
}
|
||||
|
||||
.sidenav a {
|
||||
padding: 8px 8px 8px 32px;
|
||||
text-decoration: none;
|
||||
font-size: 25px;
|
||||
color: #818181;
|
||||
display: block;
|
||||
transition: 0.3s
|
||||
}
|
||||
|
||||
.sidenav .closebtn {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 25px;
|
||||
font-size: 36px;
|
||||
margin-left: 50px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@media screen and (max-height: 450px) {
|
||||
.sidenav a {font-size: 18px;}
|
||||
}
|
||||
|
||||
.sidenav-heading{
|
||||
font-size: 36px;
|
||||
color: #fff;
|
||||
}
|
||||
/* Footer */
|
||||
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
|
||||
section {
|
||||
padding: 60px 0;
|
||||
}
|
||||
|
||||
section .section-title {
|
||||
text-align: center;
|
||||
color: #2874f0;
|
||||
margin-bottom: 50px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#footer {
|
||||
background: #2874f0 !important;
|
||||
}
|
||||
#footer h5{
|
||||
padding-left: 10px;
|
||||
border-left: 3px solid #eeeeee;
|
||||
padding-bottom: 6px;
|
||||
margin-bottom: 20px;
|
||||
color:#ffffff;
|
||||
}
|
||||
#footer a {
|
||||
color: #ffffff;
|
||||
text-decoration: none !important;
|
||||
background-color: transparent;
|
||||
-webkit-text-decoration-skip: objects;
|
||||
}
|
||||
#footer ul.social li{
|
||||
padding: 3px 0;
|
||||
}
|
||||
#footer ul.social li a i {
|
||||
margin-right: 5px;
|
||||
font-size:25px;
|
||||
-webkit-transition: .5s all ease;
|
||||
-moz-transition: .5s all ease;
|
||||
transition: .5s all ease;
|
||||
}
|
||||
#footer ul.social li:hover a i {
|
||||
font-size:30px;
|
||||
margin-top:-10px;
|
||||
}
|
||||
#footer ul.social li a,
|
||||
#footer ul.quick-links li a{
|
||||
color:#ffffff;
|
||||
}
|
||||
#footer ul.social li a:hover{
|
||||
color:#eeeeee;
|
||||
}
|
||||
#footer ul.quick-links li{
|
||||
padding: 3px 0;
|
||||
-webkit-transition: .5s all ease;
|
||||
-moz-transition: .5s all ease;
|
||||
transition: .5s all ease;
|
||||
}
|
||||
#footer ul.quick-links li:hover{
|
||||
padding: 3px 0;
|
||||
margin-left:5px;
|
||||
font-weight:700;
|
||||
}
|
||||
#footer ul.quick-links li a i{
|
||||
margin-right: 5px;
|
||||
}
|
||||
#footer ul.quick-links li:hover a i {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@media (max-width:767px){
|
||||
#footer h5 {
|
||||
padding-left: 0;
|
||||
border-left: transparent;
|
||||
padding-bottom: 0px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/img/1.jpg
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
public/img/2020-04-29WIN_20200228_17_05_06_Pro.jpg
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
public/img/2020-04-29javaagent_sample.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
BIN
public/img/2020-04-30800px-ChoeungEk-Darter-8.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
public/img/2020-04-30800px-Choeungek2.JPG
Normal file
|
After Width: | Height: | Size: 125 KiB |
|
After Width: | Height: | Size: 233 KiB |
BIN
public/img/2020-04-30800px-Khmer_rouge_clothing.jpg
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
public/img/2020-04-30Panthéon_May_12,_1960.jpg
Normal file
|
After Width: | Height: | Size: 319 KiB |
BIN
public/img/2020-05-01800px-ChoeungEk-Darter-8.jpg
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
public/img/bg-light.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/img/burger-bg.jpg
Normal file
|
After Width: | Height: | Size: 134 KiB |
BIN
public/img/cheff.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
41
public/img/curl-brn.svg
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Objects" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 41.2 13.7" enable-background="new 0 0 41.2 13.7" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#410A00" d="M11.8,9.4c0,0,0,0-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.3c-0.3,0.2-0.7,0.5-1.3,0.8c-0.3,0.1-0.7,0.2-1.1,0.3
|
||||
C8.5,10.9,8.1,11,7.6,11c-0.5,0-1-0.1-1.5-0.3C5.6,10.5,5,10.2,4.6,9.9C4.1,9.5,3.6,9,3.2,8.5C3.1,8.2,2.9,7.9,2.8,7.6
|
||||
C2.7,7.4,2.6,7.3,2.6,7.1l0-0.1l0,0l0,0c0,0,0,0,0,0l0-0.1l0-0.2C2.3,5.8,2.4,5,2.6,4.3c0.1-0.4,0.3-0.7,0.5-1.1
|
||||
c0.1-0.2,0.2-0.3,0.4-0.5l0.2-0.2l0.2-0.2c0.6-0.6,1.3-1,2.2-1.2l0.1,0l0,0l0.1,0l0,0l0.1,0L6.6,1c0.2,0,0.4-0.1,0.7-0.1
|
||||
c0.4,0,0.8,0,1.2,0.1c0.8,0.1,1.6,0.4,2.3,0.7c0.7,0.3,1.4,0.7,2.1,1.1c0.3,0.2,0.6,0.4,1,0.6c0.3,0.2,0.6,0.4,0.9,0.6
|
||||
c0.6,0.4,1.2,0.8,1.8,1.3c0.6,0.4,1.2,0.9,1.8,1.3c0.6,0.4,1.2,0.8,1.7,1.2c1.1,0.8,2.2,1.5,3.3,2.2c0.3,0.2,0.5,0.3,0.8,0.5
|
||||
c0.3,0.2,0.5,0.3,0.8,0.4c0.5,0.3,1,0.5,1.5,0.7c0.2,0.1,0.5,0.1,0.7,0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0
|
||||
c0.1,0,0.1,0,0.2,0c0.5,0,0.9-0.1,1.3-0.2c0.4-0.1,0.8-0.3,1.1-0.5c0.3-0.2,0.5-0.5,0.7-0.7c0.4-0.5,0.6-1,0.6-1.3
|
||||
c0.1-0.2,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.1s0,0,0,0.1c0,0.1,0,0.2,0,0.4c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.4
|
||||
c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.1-0.1,0.3-0.2,0.4c-0.2,0.3-0.4,0.6-0.7,0.9c-0.3,0.3-0.7,0.5-1.1,0.8c-0.4,0.2-0.9,0.4-1.5,0.4
|
||||
c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.6,0-0.9-0.1c-0.6-0.1-1.2-0.3-1.8-0.6
|
||||
c-0.3-0.1-0.6-0.3-0.9-0.4c-0.3-0.1-0.6-0.3-0.9-0.4c-1.2-0.6-2.3-1.3-3.5-2.1c-1.2-0.8-2.4-1.6-3.6-2.4c-0.6-0.4-1.2-0.8-1.8-1.2
|
||||
c-0.3-0.2-0.6-0.4-0.9-0.6c-0.3-0.2-0.6-0.4-0.9-0.6c-1.2-0.7-2.5-1.4-3.8-1.6C8,2.5,7.7,2.4,7.4,2.4c-0.2,0-0.3,0-0.4,0l-0.3,0
|
||||
l-0.1,0l0,0c0,0,0,0,0,0l0,0l-0.1,0C5.9,2.7,5.3,3,4.9,3.4c-0.9,0.8-1.3,2-1.2,3l0,0.2l0,0.1c0,0,0,0,0,0l0,0l0,0l0,0.1
|
||||
c0,0.1,0.1,0.3,0.1,0.4C3.9,7.4,4,7.7,4.2,7.9c0.3,0.5,0.6,0.9,1,1.2C5.5,9.5,5.9,9.8,6.4,10c0.4,0.2,0.9,0.3,1.3,0.4
|
||||
c0.9,0.1,1.6,0,2.2-0.1c0.6-0.2,1.1-0.4,1.4-0.5c0.2-0.1,0.3-0.1,0.4-0.2C11.7,9.5,11.8,9.4,11.8,9.4z"/>
|
||||
<path fill="#410A00" d="M29.4,4.3c0,0,0,0,0.1-0.1c0.1-0.1,0.2-0.1,0.3-0.3c0.3-0.2,0.7-0.5,1.3-0.8c0.3-0.1,0.7-0.2,1.1-0.3
|
||||
c0.4-0.1,0.8-0.1,1.3-0.1c0.5,0,1,0.1,1.5,0.3c0.5,0.2,1.1,0.5,1.5,0.8c0.5,0.4,0.9,0.8,1.3,1.4c0.2,0.3,0.3,0.6,0.5,0.9
|
||||
c0.1,0.2,0.1,0.3,0.2,0.5l0,0.1l0,0l0,0c0,0,0,0,0,0l0,0.1l0,0.2c0.1,0.7,0.1,1.5-0.2,2.3c-0.1,0.4-0.3,0.7-0.5,1.1
|
||||
c-0.1,0.2-0.2,0.3-0.4,0.5l-0.2,0.2l-0.2,0.2c-0.6,0.6-1.3,1-2.2,1.2l-0.1,0l0,0l-0.1,0l0,0l-0.1,0l-0.3,0.1
|
||||
c-0.2,0-0.4,0.1-0.7,0.1c-0.4,0-0.8,0-1.2-0.1c-0.8-0.1-1.6-0.4-2.3-0.7c-0.7-0.3-1.4-0.7-2.1-1.1c-0.3-0.2-0.6-0.4-1-0.6
|
||||
c-0.3-0.2-0.6-0.4-0.9-0.6c-0.6-0.4-1.2-0.8-1.8-1.3c-0.6-0.4-1.2-0.9-1.8-1.3C22.1,6.8,21.6,6.4,21,6c-1.1-0.8-2.2-1.5-3.3-2.2
|
||||
c-0.3-0.2-0.5-0.3-0.8-0.5c-0.3-0.2-0.5-0.3-0.8-0.4c-0.5-0.3-1-0.5-1.5-0.7c-0.2-0.1-0.5-0.1-0.7-0.2c-0.1,0-0.1,0-0.2,0
|
||||
c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.5,0-0.9,0.1-1.3,0.2c-0.4,0.1-0.8,0.3-1.1,0.5
|
||||
c-0.3,0.2-0.5,0.5-0.7,0.7C9.6,4,9.4,4.5,9.3,4.9C9.3,5,9.3,5.2,9.3,5.3c0,0.1,0,0.1,0,0.1s0,0,0-0.1c0-0.1,0-0.2,0-0.4
|
||||
c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.4c0-0.1,0.1-0.3,0.1-0.4c0.1-0.1,0.1-0.3,0.2-0.4c0.2-0.3,0.4-0.6,0.7-0.9
|
||||
c0.3-0.3,0.7-0.5,1.1-0.8c0.4-0.2,0.9-0.4,1.5-0.4c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0
|
||||
c0.3,0,0.6,0,0.9,0.1c0.6,0.1,1.2,0.3,1.8,0.6c0.3,0.1,0.6,0.3,0.9,0.4c0.3,0.1,0.6,0.3,0.9,0.4c1.2,0.6,2.3,1.3,3.5,2.1
|
||||
c1.2,0.8,2.4,1.6,3.6,2.4C26,7.6,26.6,8,27.2,8.4c0.3,0.2,0.6,0.4,0.9,0.6c0.3,0.2,0.6,0.4,0.9,0.6c1.2,0.7,2.5,1.4,3.8,1.6
|
||||
c0.3,0.1,0.6,0.1,0.9,0.1c0.2,0,0.3,0,0.4,0l0.3,0l0.1,0l0,0c0,0,0,0,0,0l0,0l0.1,0c0.6-0.1,1.1-0.4,1.6-0.8c0.9-0.8,1.3-2,1.2-3
|
||||
l0-0.2l0-0.1c0,0,0,0,0,0l0,0l0,0l0-0.1c0-0.1-0.1-0.3-0.1-0.4C37.2,6.3,37.1,6,37,5.8c-0.3-0.5-0.6-0.9-1-1.2
|
||||
c-0.4-0.3-0.8-0.6-1.2-0.8c-0.4-0.2-0.9-0.3-1.3-0.4c-0.9-0.1-1.6,0-2.2,0.1c-0.6,0.2-1.1,0.4-1.4,0.5c-0.2,0.1-0.3,0.1-0.4,0.2
|
||||
C29.4,4.3,29.4,4.3,29.4,4.3z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
41
public/img/curl-ylw.svg
Normal file
@@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Objects" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 41.2 13.7" enable-background="new 0 0 41.2 13.7" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#F6BC13" d="M11.8,9.4c0,0,0,0-0.1,0.1c-0.1,0.1-0.2,0.1-0.3,0.3c-0.3,0.2-0.7,0.5-1.3,0.8c-0.3,0.1-0.7,0.2-1.1,0.3
|
||||
C8.5,10.9,8.1,11,7.6,11c-0.5,0-1-0.1-1.5-0.3C5.6,10.5,5,10.2,4.6,9.9C4.1,9.5,3.6,9,3.2,8.5C3.1,8.2,2.9,7.9,2.8,7.6
|
||||
C2.7,7.4,2.6,7.3,2.6,7.1l0-0.1l0,0l0,0c0,0,0,0,0,0l0-0.1l0-0.2C2.3,5.8,2.4,5,2.6,4.3c0.1-0.4,0.3-0.7,0.5-1.1
|
||||
c0.1-0.2,0.2-0.3,0.4-0.5l0.2-0.2l0.2-0.2c0.6-0.6,1.3-1,2.2-1.2l0.1,0l0,0l0.1,0l0,0l0.1,0L6.6,1c0.2,0,0.4-0.1,0.7-0.1
|
||||
c0.4,0,0.8,0,1.2,0.1c0.8,0.1,1.6,0.4,2.3,0.7c0.7,0.3,1.4,0.7,2.1,1.1c0.3,0.2,0.6,0.4,1,0.6c0.3,0.2,0.6,0.4,0.9,0.6
|
||||
c0.6,0.4,1.2,0.8,1.8,1.3c0.6,0.4,1.2,0.9,1.8,1.3c0.6,0.4,1.2,0.8,1.7,1.2c1.1,0.8,2.2,1.5,3.3,2.2c0.3,0.2,0.5,0.3,0.8,0.5
|
||||
c0.3,0.2,0.5,0.3,0.8,0.4c0.5,0.3,1,0.5,1.5,0.7c0.2,0.1,0.5,0.1,0.7,0.2c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0
|
||||
c0.1,0,0.1,0,0.2,0c0.5,0,0.9-0.1,1.3-0.2c0.4-0.1,0.8-0.3,1.1-0.5c0.3-0.2,0.5-0.5,0.7-0.7c0.4-0.5,0.6-1,0.6-1.3
|
||||
c0.1-0.2,0.1-0.3,0.1-0.4c0-0.1,0-0.1,0-0.1s0,0,0,0.1c0,0.1,0,0.2,0,0.4c0,0.1,0,0.2,0,0.3c0,0.1-0.1,0.2-0.1,0.4
|
||||
c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.1-0.1,0.3-0.2,0.4c-0.2,0.3-0.4,0.6-0.7,0.9c-0.3,0.3-0.7,0.5-1.1,0.8c-0.4,0.2-0.9,0.4-1.5,0.4
|
||||
c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.6,0-0.9-0.1c-0.6-0.1-1.2-0.3-1.8-0.6
|
||||
c-0.3-0.1-0.6-0.3-0.9-0.4c-0.3-0.1-0.6-0.3-0.9-0.4c-1.2-0.6-2.3-1.3-3.5-2.1c-1.2-0.8-2.4-1.6-3.6-2.4c-0.6-0.4-1.2-0.8-1.8-1.2
|
||||
c-0.3-0.2-0.6-0.4-0.9-0.6c-0.3-0.2-0.6-0.4-0.9-0.6c-1.2-0.7-2.5-1.4-3.8-1.6C8,2.5,7.7,2.4,7.4,2.4c-0.2,0-0.3,0-0.4,0l-0.3,0
|
||||
l-0.1,0l0,0c0,0,0,0,0,0l0,0l-0.1,0C5.9,2.7,5.3,3,4.9,3.4c-0.9,0.8-1.3,2-1.2,3l0,0.2l0,0.1c0,0,0,0,0,0l0,0l0,0l0,0.1
|
||||
c0,0.1,0.1,0.3,0.1,0.4C3.9,7.4,4,7.7,4.2,7.9c0.3,0.5,0.6,0.9,1,1.2C5.5,9.5,5.9,9.8,6.4,10c0.4,0.2,0.9,0.3,1.3,0.4
|
||||
c0.9,0.1,1.6,0,2.2-0.1c0.6-0.2,1.1-0.4,1.4-0.5c0.2-0.1,0.3-0.1,0.4-0.2C11.7,9.5,11.8,9.4,11.8,9.4z"/>
|
||||
<path fill="#F6BC13" d="M29.4,4.3c0,0,0,0,0.1-0.1c0.1-0.1,0.2-0.1,0.3-0.3c0.3-0.2,0.7-0.5,1.3-0.8c0.3-0.1,0.7-0.2,1.1-0.3
|
||||
c0.4-0.1,0.8-0.1,1.3-0.1c0.5,0,1,0.1,1.5,0.3c0.5,0.2,1.1,0.5,1.5,0.8c0.5,0.4,0.9,0.8,1.3,1.4c0.2,0.3,0.3,0.6,0.5,0.9
|
||||
c0.1,0.2,0.1,0.3,0.2,0.5l0,0.1l0,0l0,0c0,0,0,0,0,0l0,0.1l0,0.2c0.1,0.7,0.1,1.5-0.2,2.3c-0.1,0.4-0.3,0.7-0.5,1.1
|
||||
c-0.1,0.2-0.2,0.3-0.4,0.5l-0.2,0.2l-0.2,0.2c-0.6,0.6-1.3,1-2.2,1.2l-0.1,0l0,0l-0.1,0l0,0l-0.1,0l-0.3,0.1
|
||||
c-0.2,0-0.4,0.1-0.7,0.1c-0.4,0-0.8,0-1.2-0.1c-0.8-0.1-1.6-0.4-2.3-0.7c-0.7-0.3-1.4-0.7-2.1-1.1c-0.3-0.2-0.6-0.4-1-0.6
|
||||
c-0.3-0.2-0.6-0.4-0.9-0.6c-0.6-0.4-1.2-0.8-1.8-1.3c-0.6-0.4-1.2-0.9-1.8-1.3C22.1,6.8,21.6,6.4,21,6c-1.1-0.8-2.2-1.5-3.3-2.2
|
||||
c-0.3-0.2-0.5-0.3-0.8-0.5c-0.3-0.2-0.5-0.3-0.8-0.4c-0.5-0.3-1-0.5-1.5-0.7c-0.2-0.1-0.5-0.1-0.7-0.2c-0.1,0-0.1,0-0.2,0
|
||||
c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.5,0-0.9,0.1-1.3,0.2c-0.4,0.1-0.8,0.3-1.1,0.5
|
||||
c-0.3,0.2-0.5,0.5-0.7,0.7C9.6,4,9.4,4.5,9.3,4.9C9.3,5,9.3,5.2,9.3,5.3c0,0.1,0,0.1,0,0.1s0,0,0-0.1c0-0.1,0-0.2,0-0.4
|
||||
c0-0.1,0-0.2,0-0.3c0-0.1,0.1-0.2,0.1-0.4c0-0.1,0.1-0.3,0.1-0.4c0.1-0.1,0.1-0.3,0.2-0.4c0.2-0.3,0.4-0.6,0.7-0.9
|
||||
c0.3-0.3,0.7-0.5,1.1-0.8c0.4-0.2,0.9-0.4,1.5-0.4c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0c0.1,0,0.1,0,0.2,0
|
||||
c0.3,0,0.6,0,0.9,0.1c0.6,0.1,1.2,0.3,1.8,0.6c0.3,0.1,0.6,0.3,0.9,0.4c0.3,0.1,0.6,0.3,0.9,0.4c1.2,0.6,2.3,1.3,3.5,2.1
|
||||
c1.2,0.8,2.4,1.6,3.6,2.4C26,7.6,26.6,8,27.2,8.4c0.3,0.2,0.6,0.4,0.9,0.6c0.3,0.2,0.6,0.4,0.9,0.6c1.2,0.7,2.5,1.4,3.8,1.6
|
||||
c0.3,0.1,0.6,0.1,0.9,0.1c0.2,0,0.3,0,0.4,0l0.3,0l0.1,0l0,0c0,0,0,0,0,0l0,0l0.1,0c0.6-0.1,1.1-0.4,1.6-0.8c0.9-0.8,1.3-2,1.2-3
|
||||
l0-0.2l0-0.1c0,0,0,0,0,0l0,0l0,0l0-0.1c0-0.1-0.1-0.3-0.1-0.4C37.2,6.3,37.1,6,37,5.8c-0.3-0.5-0.6-0.9-1-1.2
|
||||
c-0.4-0.3-0.8-0.6-1.2-0.8c-0.4-0.2-0.9-0.3-1.3-0.4c-0.9-0.1-1.6,0-2.2,0.1c-0.6,0.2-1.1,0.4-1.4,0.5c-0.2,0.1-0.3,0.1-0.4,0.2
|
||||
C29.4,4.3,29.4,4.3,29.4,4.3z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
BIN
public/img/default.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
public/img/dessert.jpg
Normal file
|
After Width: | Height: | Size: 235 KiB |
BIN
public/img/drinks.jpg
Normal file
|
After Width: | Height: | Size: 246 KiB |
BIN
public/img/event1.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/img/event2.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
public/img/event3.jpg
Normal file
|
After Width: | Height: | Size: 72 KiB |
BIN
public/img/happy-hour.jpg
Normal file
|
After Width: | Height: | Size: 415 KiB |
111
public/img/logo-light.svg
Normal file
@@ -0,0 +1,111 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 199 85" enable-background="new 0 0 199 85" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill="#FFFFFF" d="M69.2,31.8c0-0.2,0-0.4,0-0.6c-0.2,0-0.5,0-0.7,0L69.2,31.8z"/>
|
||||
<polygon fill="#FFFFFF" points="99.3,10.3 99.3,10.3 99.3,10.3 "/>
|
||||
<path fill="#FFFFFF" d="M124.6,30.8c-0.7,0-1.5,0-2.2,0l-7.7,0.1l-3.8,0.1c-1.3,0-2.6,0.1-3.8,0.1l-7.7,0.2l-3.8,0.1
|
||||
c-1.3,0-2.6,0.1-3.8,0.1c-1.3,0-2.6,0-3.8,0c-1.3,0-2.6,0-3.8,0c-1.3,0-2.6,0-3.8,0c-1.3,0-2.6,0-3.8-0.1c-2.3-0.1-4.7-0.1-7-0.2
|
||||
c0,0.2,0,0.4,0,0.6l-0.7-0.7c0.2,0,0.5,0,0.7,0c0-0.2,0-0.4,0-0.6c0.1-0.4,0.1-0.8,0.2-1.2c0.2-0.8,0.4-1.6,0.7-2.4
|
||||
c0.1-0.4,0.3-0.8,0.5-1.1l0.3-0.6c0.1-0.2,0.2-0.4,0.3-0.5c0.1-0.2,0.2-0.4,0.3-0.5l0.3-0.5c0.2-0.4,0.5-0.7,0.7-1
|
||||
c0.5-0.7,1-1.3,1.6-1.9c0.6-0.6,1.2-1.2,1.8-1.7c0.3-0.3,0.6-0.5,1-0.8c0.3-0.3,0.7-0.5,1-0.8c0.3-0.3,0.7-0.5,1-0.7
|
||||
c0.3-0.2,0.7-0.5,1.1-0.7c0.7-0.5,1.4-0.9,2.2-1.3c0.7-0.4,1.5-0.8,2.3-1.1c0.4-0.2,0.8-0.3,1.2-0.5c0.4-0.2,0.8-0.3,1.2-0.5
|
||||
c0.4-0.2,0.8-0.3,1.2-0.4c0.4-0.1,0.8-0.3,1.2-0.4c0.4-0.1,0.8-0.2,1.2-0.4c0.4-0.1,0.8-0.2,1.2-0.3c0.8-0.2,1.7-0.3,2.5-0.5
|
||||
c0.4-0.1,0.8-0.1,1.3-0.2l1.3-0.1l1.3,0l1.3,0l1.3,0l1.3,0l1.3,0.1c0.4,0,0.9,0.1,1.3,0.2c0.8,0.1,1.7,0.3,2.5,0.5
|
||||
c0.8,0.2,1.7,0.4,2.5,0.7c0.4,0.1,0.8,0.2,1.2,0.4l0.6,0.2l0.6,0.2c0.4,0.1,0.8,0.3,1.2,0.5c0.4,0.2,0.8,0.3,1.2,0.5
|
||||
c0.8,0.3,1.5,0.7,2.3,1.1c0.7,0.4,1.5,0.8,2.2,1.3c0.7,0.5,1.4,0.9,2.1,1.4c0.7,0.5,1.3,1,1.9,1.6c0.6,0.6,1.2,1.1,1.8,1.8
|
||||
c0.3,0.3,0.6,0.6,0.8,0.9c0.3,0.3,0.5,0.6,0.7,1l0.4,0.5l0.3,0.5c0.1,0.2,0.2,0.3,0.3,0.5l0.3,0.5c0.2,0.4,0.4,0.7,0.5,1.1
|
||||
c0.2,0.3,0.3,0.7,0.4,1.1c0.6-0.4,1.2-0.7,1.9-0.9c-0.1-0.3-0.2-0.6-0.4-0.9c-0.2-0.4-0.4-0.8-0.6-1.2l-0.3-0.6
|
||||
c-0.1-0.2-0.2-0.4-0.4-0.6l-0.4-0.6l-0.4-0.6c-0.3-0.4-0.5-0.7-0.8-1.1c-0.3-0.4-0.6-0.7-0.9-1c-0.6-0.7-1.3-1.3-2-1.8
|
||||
c-0.7-0.6-1.4-1.1-2.1-1.6c-0.7-0.5-1.5-0.9-2.3-1.4c-0.8-0.4-1.6-0.8-2.4-1.1c-0.8-0.4-1.6-0.7-2.4-1c-0.4-0.2-0.8-0.3-1.2-0.4
|
||||
c-0.4-0.1-0.8-0.3-1.3-0.4l-0.6-0.2l-0.6-0.2c-0.4-0.1-0.8-0.2-1.3-0.3c-0.8-0.2-1.7-0.4-2.6-0.5c-0.9-0.1-1.7-0.3-2.6-0.4
|
||||
c-0.9-0.1-1.7-0.2-2.6-0.2l-1.3-0.1l-1.3,0h0L98,10l-1.3,0.1c-0.9,0.1-1.7,0.1-2.6,0.2c-0.9,0.1-1.7,0.2-2.6,0.4
|
||||
c-0.4,0.1-0.9,0.2-1.3,0.2c-0.4,0.1-0.8,0.2-1.3,0.3c-0.4,0.1-0.8,0.2-1.3,0.3c-0.4,0.1-0.8,0.2-1.3,0.3c-0.4,0.1-0.8,0.2-1.2,0.4
|
||||
c-0.4,0.1-0.8,0.3-1.2,0.4c-0.8,0.3-1.6,0.6-2.4,1c-0.8,0.4-1.6,0.7-2.4,1.2c-0.8,0.4-1.5,0.9-2.3,1.4c-0.4,0.3-0.7,0.5-1.1,0.8
|
||||
c-0.4,0.3-0.7,0.5-1,0.8c-0.7,0.6-1.3,1.2-2,1.8c-0.6,0.7-1.2,1.3-1.7,2.1c-0.3,0.4-0.5,0.7-0.8,1.1L70,23.4
|
||||
c-0.1,0.2-0.2,0.4-0.3,0.6c-0.1,0.2-0.2,0.4-0.3,0.6l-0.3,0.6c-0.2,0.4-0.3,0.8-0.5,1.3c-0.3,0.9-0.5,1.7-0.6,2.6
|
||||
C68,29.5,68,30,67.9,30.4c0,0.4,0,0.9,0,1.3l0,0.7l0.7,0c2.6-0.1,5.1-0.2,7.7-0.2c1.3,0,2.6-0.1,3.8-0.1c1.3,0,2.6,0,3.8,0
|
||||
c1.3,0,2.6,0,3.8,0c1.3,0,2.6,0,3.8,0c1.3,0,2.6,0.1,3.8,0.1l3.8,0.1l7.7,0.2c1.3,0,2.6,0.1,3.8,0.1l3.8,0.1l7.7,0.1
|
||||
c0.4,0,0.8,0,1.2,0c0.2-0.4,0.4-0.9,0.6-1.3C124.3,31.3,124.4,31,124.6,30.8z"/>
|
||||
<path fill="#F6BC13" d="M122.3,53.2c-1.3,0-2.6,0.1-3.8,0.1c-1.3,0-2.6,0-3.8,0c-1.3,0-2.6,0-3.8,0c-1.3,0-2.6,0-3.8,0
|
||||
c-1.3,0-2.6-0.1-3.8-0.1L99.3,53l-7.7-0.2c-1.5,0-3-0.1-4.5-0.1l-0.2,1.1c-1.1,5.4-4.5,6.6-7.1,6.6c-2.9,0-4.9-1.8-4.9-4.4
|
||||
c0-1.4,0.5-2.5,1.3-3.4c-2.5,0-5-0.1-7.5-0.1l-1.1,0l0.1,1c0,0.5,0,0.9,0.1,1.4l0.1,0.7c0,0.2,0.1,0.5,0.1,0.7
|
||||
c0.1,0.4,0.2,0.9,0.3,1.3l0.2,0.7c0.1,0.2,0.2,0.4,0.2,0.6c0.1,0.2,0.2,0.4,0.3,0.6l0.3,0.6c0.2,0.4,0.4,0.8,0.6,1.2
|
||||
c0.2,0.4,0.5,0.8,0.7,1.1c0.3,0.4,0.5,0.7,0.8,1.1c0.3,0.3,0.6,0.7,0.9,1c0.3,0.3,0.6,0.7,0.9,1c0.3,0.3,0.6,0.6,1,0.9
|
||||
c0.3,0.3,0.7,0.6,1,0.9c0.3,0.3,0.7,0.5,1,0.8c0.4,0.2,0.7,0.5,1.1,0.7l1.1,0.7l1.1,0.6l1.2,0.6l1.2,0.6c0.8,0.4,1.6,0.7,2.4,1
|
||||
c0.8,0.3,1.6,0.6,2.5,0.8c0.4,0.1,0.8,0.2,1.2,0.4c0.4,0.1,0.8,0.2,1.2,0.3c0.4,0.1,0.8,0.2,1.3,0.3c0.4,0.1,0.8,0.2,1.3,0.2
|
||||
c0.8,0.2,1.7,0.3,2.5,0.4c0.8,0.1,1.7,0.2,2.6,0.2l1.3,0l1.3,0h0l1.3,0l1.3-0.1c0.9-0.1,1.7-0.1,2.6-0.2c0.8-0.1,1.7-0.2,2.5-0.4
|
||||
c0.4-0.1,0.8-0.2,1.3-0.2c0.4-0.1,0.8-0.2,1.3-0.3c0.4-0.1,0.8-0.2,1.2-0.3c0.4-0.1,0.8-0.2,1.2-0.4c0.8-0.2,1.6-0.5,2.5-0.8
|
||||
c0.8-0.3,1.6-0.6,2.4-1l1.2-0.6l1.2-0.6l1.1-0.7l1.1-0.7c0.4-0.2,0.7-0.5,1.1-0.8c0.4-0.3,0.7-0.5,1-0.8c0.3-0.3,0.7-0.6,1-0.9
|
||||
c0.3-0.3,0.6-0.6,1-0.9c0.3-0.3,0.6-0.6,0.9-1c0.3-0.3,0.6-0.7,0.8-1c0.3-0.4,0.5-0.7,0.8-1.1c0.2-0.4,0.5-0.7,0.7-1.1
|
||||
c0.2-0.4,0.4-0.8,0.6-1.2l0.3-0.6c0.1-0.2,0.2-0.4,0.2-0.6c0.1-0.2,0.2-0.4,0.2-0.6l0.2-0.7c0.1-0.4,0.2-0.9,0.3-1.3
|
||||
c0-0.2,0.1-0.4,0.1-0.7l0.1-0.7c0-0.4,0-0.9,0-1.3l0-0.7l-0.7,0L122.3,53.2z"/>
|
||||
<path fill="#FFFFFF" d="M40.2,36.9c2.1-1.2,3.2-3.2,3.2-5.1c0-2.7-2.3-5.2-7.4-5.2c-5.4,0-11.4,4.1-11.4,8.4
|
||||
c0,2.3,1.2,3.2,3.5,3.2c0-0.3-0.5-0.6-0.5-2.2c0-4.9,3.5-7.9,8.8-7.9c2.5,0,3.6,1.7,3.6,3.5c0,2.5-1.9,5.4-4.6,5.4h-0.2l1.6-7.3
|
||||
L32,30.4L27.6,51h4.7l2.7-12.5c0.6-0.1,1.2-0.1,1.6-0.1c2.1,0,3,1.9,3,4c0,2.8-1.4,6-3.2,6c-0.5,0-1.6-0.2-2.2-1.2
|
||||
c-0.3,0.8-0.4,1.5-0.4,2c0,2,1.9,2.2,3.8,2.2c3.6,0,6.5-5.1,6.5-9.3C44,39.7,42.9,37.5,40.2,36.9z"/>
|
||||
<path fill="#FFFFFF" d="M59.7,48c-1.3,0-1.6-0.5-1.6-1.2c0-0.3,0.1-0.5,0.1-0.9L60.6,35h-4.7l-2.3,10.9c-0.1,0.4-0.2,0.7-0.2,1
|
||||
c-0.8,0.6-1.6,1.1-2.3,1.1c-1.3,0-1.6-0.5-1.6-1.3c0-0.3,0.1-0.5,0.1-0.9L51.9,35h-4.7l-2.3,10.9c-0.1,0.6-0.2,1.1-0.2,1.6
|
||||
c0,2.4,1.6,3.5,4.1,3.5c1.4,0,3.2-1.3,4.7-2.7c0.3,1.9,1.8,2.7,4,2.7c0.7,0,1.6-0.4,2.5-1l0.5-2.1C60.1,48,59.9,48,59.7,48z"/>
|
||||
<path fill="#FFFFFF" d="M62.1,46l-0.2,1l0,0l-0.4,1.8c0,0,0,0,0,0l-0.2,1l0,0l-0.2,1c0,0,0,0,0,0l0,0.2h4.7l1.2-5.8l0,0l0.3-1.3
|
||||
l1.2-5.6c0.7-0.7,1.3-1,2.2-1c1,0,0.1,2.1,1.9,2.1c1.6,0,2.4-1.4,2.4-2.5c0-1.2-0.9-2.1-2.3-2.1c-1.4,0-2.7,0.8-3.8,1.8l0.4-1.5
|
||||
h-4.7l-2.2,10c0,0,0,0,0,0L62.1,46"/>
|
||||
<path fill="#FFFFFF" d="M89.2,47.4c-0.8,0.7-1.7,1.4-2.6,1.8L89.6,35H85l-0.4,1.4c-0.5-0.9-1.4-1.6-2.6-1.6c-6.3,0-8,7.4-8,11.9
|
||||
c0,1.9,0.9,4.5,4,4.5c1.5,0,2.8-0.7,3.7-1.6l-0.3,1.7c-1.2,0.4-2.3,0.7-3.2,1.7h0c-1.2,0-2,1.6-2,3.2c0,2.1,1.7,3.1,3.6,3.1
|
||||
c2.1,0,5-0.9,5.9-5.6l0.3-0.9v0l0.3-1.7c1.4-0.5,2.6-1.1,3.6-1.8C89.6,48.6,89.3,48.1,89.2,47.4z M80.4,48.1c-1.4,0-2.4-0.5-2.4-2
|
||||
c0-2.8,1.2-9.5,4.4-9.5c0.6,0,1.3,0.4,1.9,1.4l-1.9,9C81.7,47.6,81,48.1,80.4,48.1z M80.9,53.7c-0.4,1.9-1.2,2.9-1.9,2.9
|
||||
c-0.7,0-1.1-0.6-1.1-1.1c0-1.3,1.3-2.1,3.2-2.8L80.9,53.7z"/>
|
||||
<path fill="#FFFFFF" d="M94.7,45.9c0-0.4,0-0.9,0.1-1.4c3.1-0.4,7.3-2.7,7.3-6.6c0-2.3-1.5-3.4-4.2-3.4c-4.9,0-6.9,4.9-7.5,9
|
||||
c-0.1,0.6-0.1,1.1-0.2,1.7c0,0.2,0,0.5,0,0.7c0,0.1,0,0.3,0,0.4c0,0.7,0.2,1.4,0.4,2c0.1,0.2,0.2,0.4,0.3,0.6
|
||||
c0.1,0.2,0.2,0.4,0.4,0.5c0.8,1,2,1.6,3.6,1.6c2.1,0,3.9-0.8,5.4-2l0.5-2.2c-1.2,1.1-2.6,1.9-3.6,1.9C96.1,48.6,94.7,48,94.7,45.9
|
||||
z M99.1,36.2c1,0,1.1,1.1,1.1,1.8c0,2.3-2.1,4.9-5.1,4.9C95.8,39.8,97.2,36.2,99.1,36.2z"/>
|
||||
<path fill="#FFFFFF" d="M102.2,47.3l-0.3,1.2 M102,48.5l-0.2,1.1c0,0,0,0,0,0l-0.3,1.4h4.7l2.7-12.7c0.7-0.7,1.3-1,2.2-1
|
||||
c1,0,0.1,2.1,1.9,2.1c1.6,0,2.4-1.4,2.4-2.5c0-1.2-0.9-2.1-2.3-2.1c-1.4,0-2.7,0.8-3.8,1.8l0.4-1.5h-4.7l-1.8,8l-0.1,0.6l-0.1,0.6
|
||||
l-0.6,3"/>
|
||||
<path fill="#F6BC13" d="M134,26.6c-1.3,0-2.5,0.2-3.6,0.6c-0.7,0.3-1.3,0.6-1.9,1c-1,0.7-1.8,1.5-2.5,2.5c-0.4,0.6-0.8,1.3-1.1,2
|
||||
c-1.4,3.1-1.9,6.8-1.9,10.1c0,6.7,3.8,8.3,7.1,8.3c2,0,4.7-0.4,6.7-2.1c-0.2-0.6-0.3-1.2-0.3-1.9c-1.2,0.7-2.6,1.1-4.1,1.1
|
||||
c-3.5,0-4.3-1.8-4.3-6.1c0-3,0.7-6.6,1.9-9.4c0.3-0.7,0.6-1.4,1-1.9c1-1.6,2.3-2.7,3.7-2.7c2.1,0,2.2,1.8,2.2,2.3
|
||||
c0,0.8-0.6,2.4-1.4,2.7c0.6,0.7,1.3,0.8,1.9,0.8c1.7,0,2.3-1.3,2.3-3C139.7,27.8,137.1,26.6,134,26.6z"/>
|
||||
<path fill="#F6BC13" d="M138.4,49.4c0.6,1,1.6,1.8,3.5,1.8c2,0,3.4-1.3,4.4-2.7c0.4,1.5,1.6,2.3,3.4,2.4c0.9-0.6,2-0.9,3-1.2
|
||||
l0.4-1.8c-0.2,0.1-0.3,0.1-0.5,0.1c-1.3,0-1.6-0.5-1.6-1.2c0-0.3,0.1-0.5,0.1-0.9l2.3-10.9h-4.7l-0.2,0.7
|
||||
c-0.6-0.5-1.4-0.7-2.2-0.7c-5.2,0-7.5,3.9-8.2,8.9h0c-0.1,0-0.1,0.6-0.2,1.1c0,0.4-0.1,0.7-0.1,1.1c0,0.3,0,0.6,0,1
|
||||
c0,0.3,0,0.6,0.1,0.8c0,0.3,0.1,0.5,0.2,0.8C138.2,48.9,138.3,49.2,138.4,49.4 M146.4,45.8c-0.1,0.4-0.2,0.7-0.2,1.1
|
||||
c-0.6,0.9-1.3,1.6-2.1,1.6c-0.8,0-1.9-0.4-1.9-2.3c0-4.4,1.9-9.6,4.4-9.6c0.5,0,1.1,0.1,1.6,0.6L146.4,45.8z"/>
|
||||
<path fill="#F6BC13" d="M154.8,46.1l-0.2,1c0,0,0,0,0,0l-0.4,1.8c0,0,0,0,0,0l-0.2,1c0,0,0,0,0,0l-0.2,0.8
|
||||
c-1.5,0.4-2.8,0.9-3.8,1.5h0c-1.1,0.6-1.8,1.7-1.8,3.3c0,2.1,1.9,3.5,3.8,3.5c2.1,0,4.8-0.9,5.8-5.5l1.8-8.2l0,0l0.3-1.5l1.7-7.8
|
||||
h2.4l0.2-1h-2.4l0.6-2.7c0.5-2.2,1.6-2.7,2.3-2.7c0.7,0,1.2,0.6,1.2,1.3c0,0.3,0,0.1-0.1,1.1h1.5c0.1-1,0.1-1.1,0.1-1.6
|
||||
c0-2.1-1.9-3.6-3.8-3.6c-2.1,0-4.9,0.8-5.9,5.5L155,45.1c0,0,0,0,0,0L154.8,46.1 M153.2,53.7c-0.4,1.9-1.2,2.5-1.9,2.5
|
||||
c-0.7,0-1.3-0.6-1.3-1.1c0-1.8,1.5-2.7,3.6-3.3L153.2,53.7z"/>
|
||||
<path fill="#F6BC13" d="M167.6,51c3.2,0,6.1-0.9,6.1-4.4c-1.3,1.2-2.6,2.1-4.2,2.1c-1.3,0-2.3-0.6-2.3-2.8c0-0.4,0-0.9,0.1-1.4
|
||||
c3.1-0.4,7.3-2.7,7.3-6.6c0-2.3-1.5-3.4-4.2-3.4c-5.9,0-7.7,7.2-7.7,11.4C162.8,48.6,164.5,51,167.6,51z M171.5,36.2
|
||||
c1,0,1.1,1.1,1.1,1.8c0,2.3-2.1,4.9-5.1,4.9C168.2,39.8,169.7,36.2,171.5,36.2z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#F6BC13" d="M90.1,19.8c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C89.3,18.9,90.2,19.2,90.1,19.8z"/>
|
||||
<path fill="#F6BC13" d="M90.1,19.8c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C89.3,18.9,90.2,19.2,90.1,19.8z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#F6BC13" d="M101.1,15.8c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C100.3,14.9,101.1,15.2,101.1,15.8z"/>
|
||||
<path fill="#F6BC13" d="M101.1,15.8c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C100.3,14.9,101.1,15.2,101.1,15.8z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#F6BC13" d="M101.1,22.6c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C100.3,21.7,101.1,22,101.1,22.6z"/>
|
||||
<path fill="#F6BC13" d="M101.1,22.6c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C100.3,21.7,101.1,22,101.1,22.6z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path fill="#F6BC13" d="M111.8,19.8c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C110.9,18.9,111.8,19.2,111.8,19.8z"/>
|
||||
<path fill="#F6BC13" d="M111.8,19.8c0,0.6-0.6-0.1-1.8-0.1c-1.2,0-1.8,0.7-1.8,0.1c0-0.5,0.8-0.9,1.8-0.8
|
||||
C110.9,18.9,111.8,19.2,111.8,19.8z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 10 KiB |
BIN
public/img/menu-main.jpg
Normal file
|
After Width: | Height: | Size: 243 KiB |
5
public/img/preload.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
<svg width="50px" height="50px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" class="lds-dual-ring" style="background: none;">
|
||||
<circle cx="50" cy="50" ng-attr-r="{{config.radius}}" ng-attr-stroke-width="{{config.width}}" ng-attr-stroke="{{config.stroke}}" ng-attr-stroke-dasharray="{{config.dasharray}}" fill="none" stroke-linecap="round" r="40" stroke-width="4" stroke="#f6bc13" stroke-dasharray="62.83185307179586 62.83185307179586" transform="rotate(18 50 50)">
|
||||
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 50 50;360 50 50" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite"></animateTransform>
|
||||
</circle>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 724 B |
BIN
public/img/profile.jpg
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
public/img/slider-1.jpg
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/img/slider-2.jpg
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
public/img/slider-3.jpg
Normal file
|
After Width: | Height: | Size: 74 KiB |
1
public/img/undraw_posting_photo.svg
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
public/img/user.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
50
public/index.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Web site created using create-react-app"
|
||||
/>
|
||||
<!-- Link Bootstrap to internet -->
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
||||
|
||||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
||||
<!--
|
||||
manifest.json provides metadata used when your web app is installed on a
|
||||
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
||||
-->
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<!--
|
||||
Notice the use of %PUBLIC_URL% in the tags above.
|
||||
It will be replaced with the URL of the `public` folder during the build.
|
||||
Only files inside the `public` folder can be referenced from the HTML.
|
||||
|
||||
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
||||
work correctly both with client-side routing and a non-root public URL.
|
||||
Learn how to configure a non-root public URL by running `npm run build`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root" class="container"></div>
|
||||
<!--
|
||||
This HTML file is a template.
|
||||
If you open it directly in the browser, you will see an empty page.
|
||||
|
||||
You can add webfonts, meta tags, or analytics to this file.
|
||||
The build step will place the bundled scripts into the <body> tag.
|
||||
|
||||
To begin the development, run `npm start` or `yarn start`.
|
||||
To create a production bundle, use `npm run build` or `yarn build`.
|
||||
-->
|
||||
</body>
|
||||
</html>
|
||||
BIN
public/logo192.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
public/logo512.png
Normal file
|
After Width: | Height: | Size: 9.4 KiB |
25
public/manifest.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"short_name": "React App",
|
||||
"name": "Create React App Sample",
|
||||
"icons": [
|
||||
{
|
||||
"src": "favicon.ico",
|
||||
"sizes": "64x64 32x32 24x24 16x16",
|
||||
"type": "image/x-icon"
|
||||
},
|
||||
{
|
||||
"src": "logo192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
},
|
||||
{
|
||||
"src": "logo512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
}
|
||||
],
|
||||
"start_url": ".",
|
||||
"display": "standalone",
|
||||
"theme_color": "#000000",
|
||||
"background_color": "#ffffff"
|
||||
}
|
||||
3
public/robots.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow:
|
||||