Skip to content

Commit 5d1a3e2

Browse files
authored
Add files via upload
1 parent 7ed342c commit 5d1a3e2

File tree

13 files changed

+786
-745
lines changed

13 files changed

+786
-745
lines changed

app.css

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ body {
55
height: 100vh;
66
background: #f2f2f2 linear-gradient(to bottom, white 0%, #f2f2f2 100%); }
77

8-
/*
9-
10-
typography
11-
8+
/*
9+
10+
typography
11+
1212
*/
1313
h1, h2, h3, h4, h5, h6 {
1414
font-family: 'Quicksand', sans-serif;
@@ -33,10 +33,10 @@ p {
3333
font-family: 'Arimo', sans-serif;
3434
line-height: 1.5em; }
3535

36-
/*
37-
38-
View
39-
36+
/*
37+
38+
View
39+
4040
*/
4141
.container {
4242
height: 100%;
@@ -101,6 +101,9 @@ p {
101101
.about {
102102
margin-top: 15vh;
103103
display: none; }
104+
.about-update {
105+
color: #ccc;
106+
font-size: 12px; }
104107
.about-name {
105108
font-family: 'Quicksand', sans-serif;
106109
font-size: 5.5em;
@@ -283,7 +286,8 @@ p {
283286
display: inline-block;
284287
margin: 1em;
285288
box-sizing: border-box;
286-
vertical-align: top; }
289+
vertical-align: top;
290+
color: #fff; }
287291
@media only screen and (max-width: 960px) {
288292
.portfolio_photos-item {
289293
width: 100%;
@@ -1700,41 +1704,41 @@ a[class^="icon-"], a[class*=" icon-"], span[class^="icon-"], span[class*=" icon-
17001704
width: 80%;
17011705
margin: 10em auto; } }
17021706
.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; }
17041708
.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; }
17061710
.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; }
17081712
.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; }
17101714
.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; }
17121716
.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; }
17141718
.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; }
17161720
.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; }
17181722
.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; }
17201724
.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; }
17221726
.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; }
17241728
.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; }
17261730
.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; }
17281732
.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; }
17301734
.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; }
17321736
.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; }
17341738
.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; }
17361740
.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; }
17381742
.code-mock_menu {
17391743
width: 100%;
17401744
box-sizing: border-box;

0 commit comments

Comments
 (0)