-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreencast.html
52 lines (48 loc) · 2.52 KB
/
screencast.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Web Projects</title>
<link href="http://fonts.googleapis.com/css?family=Oxygen:400,700,300" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
<div id="menu-wrapper">
<div id="menu" class="container">
<ul>
<!-- NAVIGATION MENU. THERE SHOULD BE ONE LIST ITEM FOR EACH BUTTON IN YOUR NAVIGATION BAR. -->
<!-- REPLACE THE # IN THE LINK WITH THE FILE NAME OF THE APPROPRIATE PAGE. -->
<li><a href="index.html">About</a></li>
<li><a href="image.html">Image Editing</a></li>
<li><a href="web.html">Web Design</a></li>
<li><a href="video.html">Video Production</a></li>
<li><a href="animation.html">Animation</a></li>
<li class="current_page_item"><a href="screencast.html">Screencast</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</div>
</div>
<div id="page" class="container">
<div class="centered-content">
<h2>Screencast Tutorial</h2>
<p>Checkout out the Screencast Tutorial on "How to set up automatic replies". I created this using the trial version of Camtasia 2023. In the video, I demonstrated how to set up automatic replies in Gmail. The process began with downloading the Camtasia application and initiating the screen recording feature to capture the entire tutorial. Once the recording phase was complete, I used built-in editing features of the Camtasia app. I incorporated various effects, such as blur to highlight specific areas, cursor magnification to draw attention to important clicks, and a selection of smooth transitions to enhance the overall viewing experience. After completing the editing process, I was able to export the video directly from the app to YouTube.</p>
<div class="quiz-buttons">
<a href="https://www.youtube.com/watch?wN8VMCjlEEs" class="button">Gmail Automatic Replies
</a>
</div>
</div>
</div>
<div id="page" class="container">
<div class="centered-content">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wN8VMCjlEEs" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Footer from the existing HTML -->
</div>
</body>
</html>