-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtranslator.html
69 lines (61 loc) · 1.92 KB
/
translator.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pidgin.wiki</title>
<!-- custom css styles -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/comming-soon.css">
</head>
<body>
<!-- Header section -->
<header>
<div class="hamburger">
<span class="ham-1"></span>
<span class="ham-2"></span>
<span class="ham-3"></span>
</div>
<div class="logo">
<a class="logo-text" href="index.html">Pidgin.wiki</a>
</div>
<nav>
<ul>
<!-- <li><a href="">Home</a></li> -->
<li><a href="translator.html">Translator</a></li>
<li><a href="">Contribute</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</nav>
</header>
<!-- end of the header section -->
<!-- Start of the Translator page -->
<div class="container">
<h3>Stay tuned</h3>
<h1>We will launch the Translator soon</h1>
<p>Subscribe to get a notification as soon as we launch</p>
<form action="">
<input type="text" name="" id="">
<button>Submit</button>
</form>
</div>
<!-- End of the Translator page -->
<!-- footer -->
<footer>
<p>Pidgin.Wiki © 2020</p>
<nav>
<ul>
<li>
<a class="twitter-icon" href=""><img src="assets/icons/icon-twitter.svg" alt=""></a>
</li>
<li>
<a class="facebook-icon" href=""><img src="assets/icons/icons8-facebook-f.svg" alt=""></a>
</li>
</ul>
</nav>
</footer>
<!-- end of footer -->
<script src="js/app.js"></script>
</body>
</html>