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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
Thumbs.db
11 changes: 10 additions & 1 deletion source/css/_partial/layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,17 @@
border-radius: 50%;
overflow: hidden;
box-shadow: @boxShadow;
background-image: -webkit-gradient(linear, left top, left bottom, from(#6cc3fe), to(#21a1d0));
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-name: breathe;
-webkit-animation-duration: 2700ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
}
@-webkit-keyframes breathe {
0% { opacity: .2; box-shadow:0 1px 2px rgba(255,255,255,0.1);}
100% { opacity: 1; border:1px solid rgba(59,235,235,1); box-shadow:0 1px 30px rgba(59,255,255,1);}
}

.introduce {
margin: 1em 0 0;
color: @textPrimaryColor;
Expand Down
16 changes: 8 additions & 8 deletions source/css/_partial/variable.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
// font-size
@font-size: 15px;
// Palette generated by Material Palette - materialpalette.com/indigo/pink
@darkPrimaryColor: #303f9f;
@primaryColor: #3f51b5;
@lightPrimaryColor: #c5cae9;
@textPrimaryColor: #fff;
@accentColor: #ff4081;
@primaryTextColor: #212121;
@secondaryTextColor: #727272;
@dividerColor: #b6b6b6;
@darkPrimaryColor: #0288D1;
@primaryColor: #03A9F4;
@lightPrimaryColor: #B3E5FC;
@textPrimaryColor: #FFFFFF;
@accentColor: #00BCD4;
@primaryTextColor: #212121;
@secondaryTextColor: #757575;
@dividerColor: #BDBDBD;
@borderColor: #dadada;
@backColor: #f6f6f6;
@codeBg: #f5f5f5;
Expand Down
Binary file removed source/img/alipay.jpg
Binary file not shown.
Binary file modified source/img/avatar.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 modified source/img/brand.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 removed source/img/wechat.jpg
Binary file not shown.