@@ -26,7 +26,7 @@ window.onload = function () {
26
26
27
27
var baseFontSz = window . innerWidth / 10 ;
28
28
29
- var text1 = 'Software Developer and Mentor ' ;
29
+ var text1 = 'Engineer and Creator ' ;
30
30
var text2 = 'This is my website:' ;
31
31
32
32
var redirecting = false ;
@@ -63,7 +63,7 @@ window.onload = function () {
63
63
} else if ( ticker > 1 && ticker < 1.5 ) {
64
64
squareOffset . x = cosineInterpolate (
65
65
0 ,
66
- context . measureText ( 'FradZGenius ' ) . width / 2 + sqDiag * 0.125 ,
66
+ context . measureText ( 'Fred Davidson ' ) . width / 2 + sqDiag * 0.125 ,
67
67
( ticker - 1 ) / 0.5
68
68
) ;
69
69
whiteSquare . size . x = window . innerWidth / 10 ;
@@ -76,15 +76,15 @@ window.onload = function () {
76
76
squareX = window . innerWidth / 2 - ( ticker - 1 ) * 500 ;
77
77
} else if ( ticker > 1.5 && ticker < 2 ) {
78
78
squareOffset . x =
79
- context . measureText ( 'FradZGenius ' ) . width / 2 + sqDiag * 0.125 ;
79
+ context . measureText ( 'Fred Davidson ' ) . width / 2 + sqDiag * 0.125 ;
80
80
context . fillStyle =
81
81
'rgba(255,255,255,' +
82
82
cosineInterpolate ( 0 , 1 , ( ticker - 1.5 ) / 0.5 ) +
83
83
')' ;
84
84
context . textAlign = 'center' ;
85
85
context . textBaseline = 'middle' ;
86
86
context . fillText (
87
- 'FradZGenius ' ,
87
+ 'Fred Davidson ' ,
88
88
window . innerWidth / 2 +
89
89
sqDiag * 1.125 -
90
90
cosineInterpolate ( sqDiag , 0 , ( ticker - 1.5 ) / 0.5 ) ,
@@ -101,12 +101,12 @@ window.onload = function () {
101
101
) ;
102
102
} else if ( ticker > 2 && ticker < 3 ) {
103
103
squareOffset . x =
104
- context . measureText ( 'FradZGenius ' ) . width / 2 + sqDiag * 0.125 ;
104
+ context . measureText ( 'Fred Davidson ' ) . width / 2 + sqDiag * 0.125 ;
105
105
context . fillStyle = 'white' ;
106
106
context . textAlign = 'center' ;
107
107
context . textBaseline = 'middle' ;
108
108
context . fillText (
109
- 'FradZGenius ' ,
109
+ 'Fred Davidson ' ,
110
110
window . innerWidth / 2 + sqDiag * 1.125 ,
111
111
window . innerHeight / 2
112
112
) ; ///0.625
@@ -123,7 +123,7 @@ window.onload = function () {
123
123
cosineInterpolate ( 1 , 0 , ( ticker - 3 ) * 2 ) +
124
124
')' ;
125
125
context . fillText (
126
- 'FradZGenius ' ,
126
+ 'Fred Davidson ' ,
127
127
window . innerWidth / 2 +
128
128
sqDiag * 1.125 -
129
129
cosineInterpolate ( 0 , sqDiag , ( ticker - 3 ) / 0.5 ) ,
@@ -135,7 +135,7 @@ window.onload = function () {
135
135
( ticker - 3 ) / 0.5
136
136
) ;
137
137
squareOffset . x = cosineInterpolate (
138
- context . measureText ( 'FradZGenius ' ) . width / 2 + sqDiag * 0.125 ,
138
+ context . measureText ( 'Fred Davidson ' ) . width / 2 + sqDiag * 0.125 ,
139
139
0 ,
140
140
( ticker - 3 ) / 0.5
141
141
) ;
0 commit comments