Skip to content

Commit

Permalink
web1
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshamtaneja21 committed Oct 9, 2020
1 parent 97daa49 commit 62e4c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body {
font-family: 'Montserrat', sans-serif;
font-size: 7vw;
font-weight: 600;
line-height: 20px;
line-height: 80px;
margin-bottom: 40px;
}
p{
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
data-friction-y="0.1"
data-origin-x="0.0"
data-origin-y="0.0">
<p id="textdisp" class="text layer" data-depth="0.5">cloud.Community.learner</p>
<p id="textdisp" class="text layer" data-depth="0.5">PM Enthusiast | Tech Evangelist | Community Guy</p>
</ul>
<ul id="scene2"
data-calibrate-x="false"
Expand Down
2 changes: 1 addition & 1 deletion js/text-autotype.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var i = 1;
var j= -1;
var list = ['Hacker.Developer.Learner'];
var list = ['PM Enthusiast | Tech Evangelist | Community Guy'];
var a=list[0];
var len = list.length;
var num = 0;
Expand Down

0 comments on commit 62e4c8d

Please sign in to comment.