-
Notifications
You must be signed in to change notification settings - Fork 0
/
Register.html
66 lines (62 loc) · 3.32 KB
/
Register.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
<HTML>
<HEAD>
<link rel= "icon" href="My Post.png">
<Title> Register </title>
<ul>
<li><a class= "topbar" href="Channels.html" >Recomeneded Tech Channels</a></li>
<li><a class= "topbar" href="Register.html">Register</a></li>
<li><a class= "topbar" href="index.html">Home</a></li>
<li><a class= "topbar" href="Feedback.html">Feedback</a></li>
<li><a class= "topbar" href="Buy.html" >Buy Some Tech</a></li>
</ul>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: black;
}
li a {
display: block;
color: #000;
padding: 8px 16px;
text-decoration: none;
Color: White;
margin-left: 100px;
}
/* Change the link color on hover */
li a:hover {
background-color: Orange;
color: White;
}
li {
float:left;}
</style>
<p>
Register for our yearly Newsletter that has the smartphone awards of the year
</p>
<center><iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeoWkePrC2YFfqTqVR9W4LTtQaFsk2DIcKk0GoJ5JaeFszMzg/viewform?embedded=true" width="1000" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe></center>
</HEAD>
<BODY bgcolor=#8db600 text=#1857f5>
<p> Here are the smartphone awards for the following years </p>
<h1>2020</h1>
<h2> Blind Camera Test 2020</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/kbeEkwlTeqQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2> Smartphone Awards </h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/cJKQdzopuco" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/e6_t26Q9aVM" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1> 2019 </h1>
<iframe width="644" height="362" src="https://www.youtube.com/embed/4OnwUz-I2GI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1> 2018 </h1>
<iframe width="644" height="362" src="https://www.youtube.com/embed/cpIEWsQpRMk" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1> 2017 </h1>
<iframe width="644" height="362" src="https://www.youtube.com/embed/aMQbRpxgFvs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1> 2016 </h1>
<iframe width="644" height="362" src="https://www.youtube.com/embed/NKY93vCiPIo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1> 2015 </h1>
<iframe width="644" height="362" src="https://www.youtube.com/embed/UBuVR8_Mybw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h1> 2014 </h1>
<iframe width="644" height="362" src="https://www.youtube.com/embed/f6pPIG3EvAs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</BODY>
</HTML>