|
5 | 5 | height: 100vh; |
6 | 6 | background: #f2f2f2 linear-gradient(to bottom, white 0%, #f2f2f2 100%); } |
7 | 7 |
|
8 | | -/* |
9 | | -
|
10 | | - typography |
11 | | -
|
| 8 | +/* |
| 9 | +
|
| 10 | + typography |
| 11 | +
|
12 | 12 | */ |
13 | 13 | h1, h2, h3, h4, h5, h6 { |
14 | 14 | font-family: 'Quicksand', sans-serif; |
|
33 | 33 | font-family: 'Arimo', sans-serif; |
34 | 34 | line-height: 1.5em; } |
35 | 35 |
|
36 | | -/* |
37 | | -
|
38 | | - View |
39 | | -
|
| 36 | +/* |
| 37 | +
|
| 38 | + View |
| 39 | +
|
40 | 40 | */ |
41 | 41 | .container { |
42 | 42 | height: 100%; |
|
101 | 101 | .about { |
102 | 102 | margin-top: 15vh; |
103 | 103 | display: none; } |
| 104 | + .about-update { |
| 105 | + color: #ccc; |
| 106 | + font-size: 12px; } |
104 | 107 | .about-name { |
105 | 108 | font-family: 'Quicksand', sans-serif; |
106 | 109 | font-size: 5.5em; |
|
283 | 286 | display: inline-block; |
284 | 287 | margin: 1em; |
285 | 288 | box-sizing: border-box; |
286 | | - vertical-align: top; } |
| 289 | + vertical-align: top; |
| 290 | + color: #fff; } |
287 | 291 | @media only screen and (max-width: 960px) { |
288 | 292 | .portfolio_photos-item { |
289 | 293 | width: 100%; |
@@ -1700,41 +1704,41 @@ a[class^="icon-"], a[class*=" icon-"], span[class^="icon-"], span[class*=" icon- |
1700 | 1704 | width: 80%; |
1701 | 1705 | margin: 10em auto; } } |
1702 | 1706 | .code-mock.visible .code-mock_editor-line:nth-child(1) { |
1703 | | - animation: type 0.5s 1s steps(20, end) forwards; } |
| 1707 | + animation: type 0.5s 0s steps(20, end) forwards; } |
1704 | 1708 | .code-mock.visible .code-mock_editor-line:nth-child(1) .code-mock_editor-cursor { |
1705 | | - animation: blink 1s 2s 1 forwards; } |
| 1709 | + animation: blink 0.5s 1s 1 forwards; } |
1706 | 1710 | .code-mock.visible .code-mock_editor-line:nth-child(2) { |
1707 | | - animation: type 0.5s 3s steps(20, end) forwards; } |
| 1711 | + animation: type 0.5s 1s steps(20, end) forwards; } |
1708 | 1712 | .code-mock.visible .code-mock_editor-line:nth-child(2) .code-mock_editor-cursor { |
1709 | | - animation: blink 1s 4s 1 forwards; } |
| 1713 | + animation: blink 0.5s 1.75s 1 forwards; } |
1710 | 1714 | .code-mock.visible .code-mock_editor-line:nth-child(3) { |
1711 | | - animation: type 0.5s 5s steps(20, end) forwards; } |
| 1715 | + animation: type 0.5s 2s steps(20, end) forwards; } |
1712 | 1716 | .code-mock.visible .code-mock_editor-line:nth-child(3) .code-mock_editor-cursor { |
1713 | | - animation: blink 1s 6s 1 forwards; } |
| 1717 | + animation: blink 0.5s 2.5s 1 forwards; } |
1714 | 1718 | .code-mock.visible .code-mock_editor-line:nth-child(4) { |
1715 | | - animation: type 0.5s 7s steps(20, end) forwards; } |
| 1719 | + animation: type 0.5s 3s steps(20, end) forwards; } |
1716 | 1720 | .code-mock.visible .code-mock_editor-line:nth-child(4) .code-mock_editor-cursor { |
1717 | | - animation: blink 1s 8s 1 forwards; } |
| 1721 | + animation: blink 0.5s 3.25s 1 forwards; } |
1718 | 1722 | .code-mock.visible .code-mock_editor-line:nth-child(5) { |
1719 | | - animation: type 0.5s 9s steps(20, end) forwards; } |
| 1723 | + animation: type 0.5s 4s steps(20, end) forwards; } |
1720 | 1724 | .code-mock.visible .code-mock_editor-line:nth-child(5) .code-mock_editor-cursor { |
1721 | | - animation: blink 1s 10s 1 forwards; } |
| 1725 | + animation: blink 0.5s 4s 1 forwards; } |
1722 | 1726 | .code-mock.visible .code-mock_editor-line:nth-child(6) { |
1723 | | - animation: type 0.5s 11s steps(20, end) forwards; } |
| 1727 | + animation: type 0.5s 5s steps(20, end) forwards; } |
1724 | 1728 | .code-mock.visible .code-mock_editor-line:nth-child(6) .code-mock_editor-cursor { |
1725 | | - animation: blink 1s 12s 1 forwards; } |
| 1729 | + animation: blink 0.5s 4.75s 1 forwards; } |
1726 | 1730 | .code-mock.visible .code-mock_editor-line:nth-child(7) { |
1727 | | - animation: type 0.5s 13s steps(20, end) forwards; } |
| 1731 | + animation: type 0.5s 6s steps(20, end) forwards; } |
1728 | 1732 | .code-mock.visible .code-mock_editor-line:nth-child(7) .code-mock_editor-cursor { |
1729 | | - animation: blink 1s 14s 1 forwards; } |
| 1733 | + animation: blink 0.5s 5.5s 1 forwards; } |
1730 | 1734 | .code-mock.visible .code-mock_editor-line:nth-child(8) { |
1731 | | - animation: type 0.5s 15s steps(20, end) forwards; } |
| 1735 | + animation: type 0.5s 7s steps(20, end) forwards; } |
1732 | 1736 | .code-mock.visible .code-mock_editor-line:nth-child(8) .code-mock_editor-cursor { |
1733 | | - animation: blink 1s 16s 1 forwards; } |
| 1737 | + animation: blink 0.5s 6.25s 1 forwards; } |
1734 | 1738 | .code-mock.visible .code-mock_editor-line:nth-child(9) { |
1735 | | - animation: type 0.5s 17s steps(20, end) forwards; } |
| 1739 | + animation: type 0.5s 8s steps(20, end) forwards; } |
1736 | 1740 | .code-mock.visible .code-mock_editor-line:nth-child(9) .code-mock_editor-cursor { |
1737 | | - animation: blink 1s 18s 1 forwards; } |
| 1741 | + animation: blink 0.5s 7s 1 forwards; } |
1738 | 1742 | .code-mock_menu { |
1739 | 1743 | width: 100%; |
1740 | 1744 | box-sizing: border-box; |
|
0 commit comments