-
Notifications
You must be signed in to change notification settings - Fork 0
/
check4.html
117 lines (104 loc) · 4.69 KB
/
check4.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> Checkpoint 4</title>
</head>
<body>
<header class="WISTIA-header">
<section class="navbar">
<div class="header-left">
<img src="img1.jpg">
<a href=""> Product </a>
<a href=""> Learn </a>
<a href=""> About </a>
<a href=""> Support </a>
<a href=""> Pricing </a>
</div>
<div class="header-right">
<a href=""> Sign In </a>
<a href=""> Login </a>
</div>
</section>
</header>
<main>
<section class="Wistia-content-1">
<div class="div-wistia-1" style="background-color: #CEA0AF">
<p><h2><font color="#ffffff">Video software </font>for
the video-loving business </h2></p>
<input type="button" value="Watch Video">
<iframe width="460" height="315" src="https://www.youtube.com/embed/Du4V2R6syWA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
</iframe>
</div>
</section>
<section class="Wistia-content-2">
<div class="div-wistia-2">
<table style="width:100%; margin-left:auto; margin-right:auto">
<tr>
<th style="background-color:#FED24A">
<img src="img2.jpg">
<p>Wistia Hosting: Market your videos
Try our sleek, customizable player, advanced tools for marketers, and detailed analytics. Learn more
<input type="button" value="Start For Free"></p>
</th>
<th style="background-color: #51C29F">
<img src="img3.jpg">
<p>Soapbox: Create new videos, fast
Make professional videos in minutes with just your computer's camera and a smile. Learn more
<input type="button" value="Start For Free"></p>
</th>
<th style="background-color: #3EA9F5">
<img src="img4.jpg">
<p>Grow your video skills
In-depth guides for making, marketing, and measuring videos. Get inspired and get shooting.
<input type="button" value="Explore and Learn">
</p>
</th>
</tr>
</table>
</div>
</section>
<br><br>
<section class="Wistia-content-3">
<div class="div-wistia-3">
<p>Wistia is proud to help over 300,000 businesses grow with video.</p>
<img src="img5.jpg">
</div>
</section>
<section class="Wistia-content-4">
<div class="div-wistia-4">
<table style="width:100%; margin-left:auto; margin-right:auto">
<tr>
<th>
<a href=""><img src="img6.jpg"></a>
<p><h1>Play Around with Our Video Player</h1>
Change the color, add a Call to Action, or try a lead capture form. It's our product page, but it's fun (we promise).
</p>
<a href="">Go play</a>
</th>
<th>
<a href=""><img src="img7.jpg"></a>
<p><h1>Your Viewers Control</h1>
With Interactive Captions, your viewers can now search within your video. Welcome to a more inclusive, engaging video experience.
</p>
<a href="">Learn More</a>
</th>
<th>
<a href=""><img src="img8.jpg"></a>
<p>Grow your video skills
In-depth guides for making, marketing, and measuring videos. Get inspired and get shooting.
</p>
<a href="">Learn More</a>
</th>
</tr>
</table>
</div>
</section>
</main>
<footer>
<div class="footer">
<p>We've updated our <a href="">Terms of Service.</a></p>
<img src="img9.jpg">
</div>
</footer>
</body>
</html>