Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from FaZeRs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
FaZeRs authored Apr 26, 2018
2 parents 65b8776 + 36bce93 commit 0a4c300
Show file tree
Hide file tree
Showing 28 changed files with 59,660 additions and 41 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ APP_URL=http://localhost
APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_TIMEZONE=UTC
APP_GOOGLE_ANALYTICS=
APP_GOOGLE_RECAPTCHA=

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2018-04-26

### Added
- Added EU Cookie law ([65b8776](https://github.com/FaZeRs/naurislinde.com/commit/c164dc437db60e6f2cf8617e1efd2edc73d86331))
- Added reCaptcha ([c164dc4](https://github.com/FaZeRs/naurislinde.com/commit/2494af209d1b5410a6d22540b1de4ed7ba214333))

### Changed
- Update google analytics script ([e002736](https://github.com/FaZeRs/naurislinde.com/commit/e002736ea3782cbe3779da7edce6fe1fa19cb23c))
- Update favicon ([a547f15](https://github.com/FaZeRs/naurislinde.com/commit/a547f15913c3bac5069b5fe5d1ca4a13dcf88206))
- Use .env values for google analytics & reCaptcha ([20d41eb](https://github.com/FaZeRs/naurislinde.com/commit/20d41eb1d8159925b084384085da9e29a17c64b5))

### Fixed
- Fixed links ([65b8776](https://github.com/FaZeRs/naurislinde.com/commit/65b8776fb48abca9243ae16ec4ad6bea10f140f7)) ([ff90980](https://github.com/FaZeRs/naurislinde.com/commit/ff90980b82eb22d6c24f08e4a72ade4311a529fb)) ([f89ce58](https://github.com/FaZeRs/naurislinde.com/commit/f89ce584103a9c15af4d3e40466207abe0993948))
- Remove duplicate captcha reset ([f7ef4b9](https://github.com/FaZeRs/naurislinde.com/commit/f7ef4b95c93aa38fb6344321aed40aa4f5629ce4))

## 1.0.0 - 2018-04-25
- Initial commit.

[Unreleased]: https://github.com/fazers/naurislinde.com/compare/1.0.0...HEAD
[Unreleased]: https://github.com/fazers/naurislinde.com/compare/1.0.0...HEAD
[1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.0...1.1.0
18 changes: 18 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,22 @@
'log' => env('APP_LOG', 'single'),

'log_level' => env('APP_LOG_LEVEL', 'debug'),

/*
|--------------------------------------------------------------------------
| Google Analytics
|--------------------------------------------------------------------------
| Format example: UA-XXXXXXXX-X
|
*/

'google_analytics' => env('APP_GOOGLE_ANALYTICS', ''),

/*
|--------------------------------------------------------------------------
| Google reCaptcha
|--------------------------------------------------------------------------
*/

'google_recaptcha' => env('APP_GOOGLE_RECAPTCHA', ''),
];
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"v-img": "^0.2.0",
"vee-validate": "^2.0.6",
"vue": "^2.5.16",
"vue-cookie-law": "^1.5.0",
"vue-i18n": "^7.6.0",
"vue-meta": "^1.5.0",
"vue-recaptcha": "^1.1.0",
Expand Down
268 changes: 267 additions & 1 deletion public/css/app.css
Original file line number Diff line number Diff line change
@@ -1 +1,267 @@
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons);.section-title{font-size:36px;text-transform:uppercase;color:#384665;font-weight:400;position:relative;display:inline-block}.block-title{font-size:20px;font-weight:400;color:#000}.facebook-link{color:#3b5998}.twitter-link{color:#00aced}.linkedin-link{color:#007bb6}.github-link{color:#24292e}.upwork-link{color:#37a000}.color-text{color:#1453f2}.back-to-top{position:fixed;z-index:1000;cursor:pointer;bottom:40px;right:30px}.back-to-top .default{width:40px;height:40px;background-image:-webkit-gradient(linear,left top,left bottom,from(#01c1fb),to(#1457f2));background-image:linear-gradient(180deg,#01c1fb 0,#1457f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF01C1FB",endColorstr="#FF1457F2",GradientType=0);color:#fff;text-align:center;padding:7px;border-radius:50%;-webkit-transition:.3s;transition:.3s}.typelist-skill{font-weight:700}.typelist-skill:after{position:relative;top:7px;display:inline-block;height:30px;margin-left:5px;content:" ";-webkit-animation:blink .5s step-end infinite alternate;animation:blink .5s step-end infinite alternate;border-right:2px solid}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.social-intro{color:#fff;padding:10px;display:block;width:40px;height:40px;background:hsla(0,0%,96%,.1);border-radius:4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:5px}.social-intro .fa-hover{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.social-intro:hover{color:#1453f2;background:hsla(0,0%,96%,.8)}.social-intro:hover,.social-intro:hover .fa-hover{-webkit-transform:rotate(0);transform:rotate(0)}.edu-block{padding:40px;background:#fff;border-radius:4px;position:relative;overflow:hidden;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.edu-block,.edu-session{-webkit-box-shadow:0 0 30px 1px rgba(0,0,0,.1);box-shadow:0 0 30px 1px rgba(0,0,0,.1)}.edu-session{position:absolute;top:0;width:60px;height:100%;left:0}.edu-session span{color:#1453f2;left:15px;-webkit-transform:rotate(-90deg) translateX(-50%);transform:rotate(-90deg) translateX(-50%);-webkit-transform-origin:left top 0;transform-origin:left top 0;width:90px;position:absolute;top:50%}.work-exp-block{position:relative;background:#fff;-webkit-box-shadow:0 0 30px 1px rgba(0,0,0,.1);box-shadow:0 0 30px 1px rgba(0,0,0,.1);padding:30px;border-radius:4px;overflow:hidden}.working-duration{float:right;background-image:-webkit-gradient(linear,left top,right top,from(#01c1fb),to(#1457f2));background-image:linear-gradient(90deg,#01c1fb 0,#1457f2);-webkit-background-clip:text;background-clip:text;color:transparent}.work-process-text{border-radius:4px;background:#fff;padding:40px}.contact-block,.work-process-text{-webkit-box-shadow:0 0 30px 1px rgba(0,0,0,.1);box-shadow:0 0 30px 1px rgba(0,0,0,.1)}.contact-block{padding:30px}.contact-block>h4{color:#000;margin-bottom:50px;position:relative}.contact-block>h4:after{width:50px;height:2px;background:#000;content:"";top:100%;position:absolute;left:0;margin-top:15px}
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons);/* Variable and mixin */

/* Global Rules */

.section-title {
font-size: 36px;
text-transform: uppercase;
color: #384665;
font-weight: normal;
position: relative;
display: inline-block;
}

.block-title {
font-size: 20px;
font-weight: normal;
color: #000;
}

.facebook-link {
color: #3b5998;
}

.twitter-link {
color: #00aced;
}

.linkedin-link {
color: #007bb6;
}

.github-link {
color: #24292e;
}

.upwork-link {
color: #37a000;
}

.color-text {
color: #1453f2;
}

.back-to-top-fade-enter-active,
.back-to-top-fade-leave-active {
-webkit-transition: opacity 0.7s;
transition: opacity 0.7s;
}

.back-to-top-fade-enter,
.back-to-top-fade-leave-to {
opacity: 0;
}

.back-to-top {
position: fixed;
z-index: 1000;
cursor: pointer;
bottom: 40px;
right: 30px;
}

.back-to-top .default {
width: 40px;
height: 40px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#01c1fb), to(#1457f2));
background-image: linear-gradient(to bottom, #01c1fb 0%, #1457f2 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF01C1FB', endColorstr='#FF1457F2', GradientType=0);
color: #fff;
text-align: center;
padding: 7px;
border-radius: 50%;
-webkit-transition: 0.3s;
transition: 0.3s;
}

.Cookie--dark-blue {
background: #edeff5;
color: #838391;
padding: 1.25em;
}

.Cookie--dark-blue .Cookie__button {
background: #4b81e8;
padding: 0.625em 3.125em;
color: #fff;
border-radius: 0;
}

.Cookie--dark-blue .Cookie__button:hover {
background: #1e61e2;
}

.typelist-skill {
font-weight: bold;
}

.typelist-skill > .selectedText {
display: none;
}

.typelist-skill::after {
position: relative;
top: 7px;
display: inline-block;
height: 30px;
margin-left: 5px;
content: ' ';
-webkit-animation: blink 0.5s step-end infinite alternate;
animation: blink 0.5s step-end infinite alternate;
border-right: 2px solid;
}

@-webkit-keyframes blink {
0% {
opacity: 1;
}

50% {
opacity: 0;
}

100% {
opacity: 1;
}
}

@keyframes blink {
0% {
opacity: 1;
}

50% {
opacity: 0;
}

100% {
opacity: 1;
}
}

.social-intro {
color: #fff;
padding: 10px;
display: block;
width: 40px;
height: 40px;
background: rgba(244, 244, 244, 0.1);
border-radius: 4px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin: 5px;
}

.social-intro .fa-hover {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.social-intro:hover {
color: #1453f2;
-webkit-transform: rotate(0);
transform: rotate(0);
background: rgba(244, 244, 244, 0.8);
}

.social-intro:hover .fa-hover {
-webkit-transform: rotate(0);
transform: rotate(0);
}

.edu-block {
-webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
padding: 40px;
background: #fff;
border-radius: 4px;
position: relative;
overflow: hidden;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}

.edu-session {
-webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
position: absolute;
top: 0;
width: 60px;
height: 100%;
left: 0;
}

.edu-session span {
color: #1453f2;
left: 15px;
-webkit-transform: rotate(-90deg) translateX(-50%);
transform: rotate(-90deg) translateX(-50%);
-webkit-transform-origin: left top 0;
transform-origin: left top 0;
width: 90px;
position: absolute;
top: 50%;
}

.work-exp-block {
position: relative;
background: #fff;
-webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
border-radius: 4px;
overflow: hidden;
}

.working-duration {
float: right;
background-image: -webkit-gradient(linear, left top, right top, from(#01c1fb), to(#1457f2));
background-image: linear-gradient(to right, #01c1fb 0%, #1457f2 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}

.work-process-text {
-webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
border-radius: 4px;
background: #fff;
padding: 40px;
}

.contact-block {
-webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
padding: 30px;
}

.contact-block > h4 {
color: #000;
margin-bottom: 50px;
position: relative;
}

.contact-block > h4::after {
width: 50px;
height: 2px;
background: #000;
content: '';
top: 100%;
position: absolute;
left: 0;
margin-top: 15px;
}

1 change: 0 additions & 1 deletion public/js/0.c31edb4c2558c671cba0.js

This file was deleted.

Loading

0 comments on commit 0a4c300

Please sign in to comment.