-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvideo.html
58 lines (49 loc) · 2.4 KB
/
video.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
53
54
55
56
57
58
<!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 class="current_page_item"><a href="video.html">Video Production</a></li>
<li><a href="animation.html">Animation</a></li>
<li><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>Educational Video</h2>
<p>I made a video about vibrant tapestry of India, with a focus on its rich culture, diversity, and captivating tourist attractions.
The creative journey was done using iMovie Maker application on my Mac, which facilitated a seamless and engaging storytelling process. To elevate viewer experience, I incorporated background music. For the voice, I leveraged the Mac Text-to-Voice feature which I seamlessly integrated it into the iMovie maker.
I used smooth transitions to connect images, for a consistent visual story. Making the video was more enjoyable than I expected. When it all came together at the end, I felt really satisfied with it. </p>
<div class="quiz-buttons">
<a href="https://www.youtube.com/watch?v=sTnzcGuWOko" class="button">About INDIA</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/sTnzcGuWOko" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
<!-- Footer from the existing HTML -->
</div>
</body>
</html>