Skip to content

Commit 17bb391

Browse files
committed
change logo, insert typewriter class"
1 parent e56a5e9 commit 17bb391

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</head>
1111
<body>
1212
<header>
13-
<img src="images/SCRIPTLABNOBGpng.png" alt="ScriptLab" class="siteLogo" usemap="#ScriptLabLogo">
13+
<img src="images/scriptbigfont-removebg-preview.png" alt="ScriptLab" class="siteLogo" usemap="#ScriptLabLogo">
1414

1515
<!--Define logo image map-->
1616
<map name="ScriptLabLogo">
@@ -39,15 +39,15 @@
3939

4040
<!--Insert video background-->
4141
<video autoplay loop muted playsinline class="videoBackground">
42-
<source src="videos/movingBg.mp4" type="video/mp4">
42+
<source src="videos/blueWaves.mp4" type="video/mp4">
4343
Your browser does not support the video tag.
4444
</video>
4545
<!--Create video overlay-->
4646
<div class="videoOverlay"></div>
4747

4848
<!--Create video overlay text-->
4949
<div class="heroContent">
50-
<h2>Welcome to ScriptLab</h2>
50+
<h2 class="typeWriter">Welcome to <span>ScriptLab</span></h2>
5151

5252
<!--Insert projects link-->
5353
<a href="#projects">view projects</a>
@@ -62,7 +62,7 @@ <h2>About ScriptLab</h2>
6262
<!--Create container to hold img and text-->
6363
<div class="aboutContainer">
6464
<!--Insert company logo-->
65-
<img src="images/SCRIPTLABNOBGpng.png" alt="ScriptLab">
65+
<img src="images/scriptbigfont-removebg-preview.png" alt="ScriptLab">
6666

6767
<p>
6868
Script Lab is a portfolio website meant for showing Intermediate

0 commit comments

Comments
 (0)