-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquiz.html
46 lines (46 loc) · 1.94 KB
/
quiz.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bitcoin Engineering School</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<header>
<div class="hero">
<h1>Bitcoin Engineering School</h1>
<p >This is the Bitcoin Engineering School where you find all you need to become a Great Bitcoin Engineer & Developer</br>
If you are a Bitdev, Engineer or thinking of starting your journey in the Bitcoin Tech Industry, let's connect and share ressources.</br>
<a href="https://twitter/mehounme">Twitter</a></p>
</div>
<div class="nav">
<button><a href="index.html">Ressources</a></button>
<button><a href="course.html">Courses</a></button>
<button><a href="quiz.html">Bitdev Quiz</a></button>
</div>
</header>
<div class="container">
<h2>Bitdev Quiz</h2>
<section class="quiz">
<p>Click below to start the Bitcoin Quiz</p>
<a href="https://kloo.me/btcexam"><button>Start Quiz</button></a>
<p>Good Luck</p>
<a href="course.html"><p>Click to learn more about Bitcoin with our courses</p></a>
<a href="./index.html">Home</a>
</section>
<section id="contact" class="ressourcebox">
<h2>Contact</h2>
<p>Do you have any ressource that can help me ? Would you like to talk about the project ? Do not hesitate to contact</p>
<a href="https://github.com/AlphonseMehounme">Github</a>
<a href="https://twitter.com/mehounme">Twitter</a>
</section>
</div>
<footer>
<h2>Bitcoin School Engineering</h2>
<p>We Keep Learning & Building...</p>
<p>Building with ♥ by @mehounme</p>
</footer>
</div>
</body>
</html>