forked from jimmyquidd/toefl-itp-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotherTools.html
78 lines (67 loc) · 2.96 KB
/
otherTools.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Exam Calculator Tools</title>
<meta name="keywords" content="toefl, itp, TOEFL, IBT, score, calculator, puan, hesaplama, converter, calculate" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" href="icon.webp" />
<script src="script.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6141054186060402"
crossorigin="anonymous"></script>
</head>
<body>
<nav>
<button class="hamburger" id="hamburger">☰</button>
<ul id="nav-menu">
<li><a href="index.html">ITP Calculator</a></li>
<li><a href="tips.html">Preparation Tips</a></li>
<li><a href="practice-tests.html">Practice Tests</a></li>
<li><a href="otherTools.html">Other Tools</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
<header>
<div class="header">
<h1 class="primary-title">
<strong>Exam Tools</strong>
</h1>
</div>
</header>
<main>
<section class="body-box">
<div>
<p>Find our other calculator tools below. TOEFL IBT Score Calculator Tool is aligned with the new
version of TOEFL IBT developed in 2023.</p>
<!-- square_ad -->
<br>
<ins class="adsbygoogle" style="display: block" data-ad-client="ca-pub-6141054186060402"
data-ad-slot="9204640472" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<br>
<!-- square_ad -->
<div class="calculator-link-box">
<a href="otherTools/ibt.html" class="calculator-link">TOEFL iBT Score Calculator<strong
style="color: tomato;"> NEW!</strong></a>
<a href="otherTools/ielts.html" class="calculator-link">IELTS Band Score Calculator<strong
style="color: tomato;"> NEW!</strong></a>
<a href="index.html" class="calculator-link">TOEFL ITP Score Calculator</a>
</div>
<div>
</section>
</main>
<footer class="footer">
<p><strong>Disclaimer:</strong></p>
<p>
Please send any feedback or queries to
<a href="mailto:admin@itp-calculator.com">admin@itp-calculator.com</a>.
</p>
<p>Read about our <a href="privacyPolicy.html">privacy policy</a>.</p>
</footer>
</body>
</html>