This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
104 lines (103 loc) · 4.06 KB
/
faq.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>FAQ :: The New Year Clock by Ben Hovinga</title>
<meta
name="keywords"
content="new, year, years, clock, timer, count, down, ben, hovinga, big, screen, dark, full, fullscreen"
/>
<meta
name="description"
content="The New Year Clock by Ben Hovinga is your way to countdown to the new year. Use it anywhere that supports JavaScript."
/>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<div class="container">
<div class="header">
<a href="index.html">Home</a> :: <a href="clock.html">Clock</a> ::
<a href="faq.html">FAQ</a>
</div>
<div class="content">
<div class="contentoverlay">
<div style="padding: 8px 0px 15px 0px">
<h3>FAQ</h3>
<ul style="margin-left: 40px">
<li><a href="#1">What is The New Year Clock?</a></li>
<li><a href="#2">Is the time accurate?</a></li>
<li><a href="#3">How do I use it?</a></li>
<li><a href="#4">How do I change the font size?</a></li>
<li>
<a href="#5">How do I make my browser display full screen?</a>
</li>
</ul>
<p> </p>
<h4><a name="1"></a>What is The New Year Clock?</h4>
<p>
The New Year Clock is a countdown clock to the new year created
using JavaScript. It is intended to be viewed on a big screen or
projector so everyone at your party can countdown together.
</p>
<h4><a name="2"></a>Is the time accurate?</h4>
<p>
The time displayed uses your computers clock to judge the time
left until new year. If your computers clock is not set to the
correct time then the countdown will be off. Set your computers
clock to the correct time before using this program.
</p>
<h4><a name="3"></a>How do I use it?</h4>
<p>
Its as easy as clicking SHOW THE CLOCK on the
<a href="index.html" title="Go Home">home page</a>, adjusting the
font size, and making your browser display in full screen.
</p>
<h4><a name="4"></a>How do I change the font size?</h4>
<p>
In the top left corner there are some preset sizes as well as
increment adjustments. Select the largest size while still keeping
the font on the screen. Using the increment adjustments you can
increas or decreas the font in incriments of 5.
</p>
<h4>
<a name="5"></a>How do I make my browser display full screen?
</h4>
<p>
Each browser is slightly different. Most browsers you can press
F11 to enter and exit full screen browsing. Some require you to go
to your options menu. Best way to find out is google "[YOUR
BROWSER HERE] fullscreen".
</p>
<div style="padding: 5px 0px 5px 20px">
<fb:like
href="http://newyear.hovinga.ca/"
send="true"
layout="button_count"
width="200"
show_faces="true"
font="arial"
></fb:like>
</div>
</div>
</div>
<div class="sectiontop"></div>
<div class="sectionmid">
<div class="sectionbot">
<div style="clear: both"></div>
</div>
</div>
<div class="footer">
© Copyright 2021
<a
href="http://ben.hovinga.ca/"
title="Ben Hovinga's Personal Website"
>Ben Hovinga</a
>
:: <a href="index.html" title="Go Home">Home</a> -
<a href="clock.html" title="Show the countdown clock">Clock</a> -
<a href="faq.html" title="Frequently Asked Questions">FAQ</a> ::
</div>
</div>
</div>
</body>
</html>