-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (54 loc) · 1.72 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FinderX - Your Gateway to Global Opportunities</title>
<!-- Css Link -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Coming Soon Section -->
<section class="container">
<div class="image"></div>
<header>FinderX - Coming soon</header>
<p>
Your Passport to Global Opportunities. Stay tuned as we simplify your journey to international education and careers with expert
guidance on visas, scholarships, internships, and job placements. Your global adventure begins here.
</p>
<!-- <p>
Our website is under construction. We're working hard to improve our
website and we'll ready to launch after.
</p> -->
<div class="time-content">
<div class="time days">
<span class="number"></span>
<span class="text">days</span>
</div>
<div class="time hours">
<span class="number"></span>
<span class="text">hours</span>
</div>
<div class="time minutes">
<span class="number"></span>
<span class="text">minutes</span>
</div>
<div class="time seconds">
<span class="number"></span>
<span class="text">seconds</span>
</div>
</div>
<div class="email-content">
<p>Subscribe now to get the latest updates!</p>
<div class="input-box">
<input type="email" placeholder="Enter your email" />
<button>Notify Me</button>
</div>
</div>
<div class="logo">
<a href="#">Finder <span style="color: #C70039;">X</span></a>
</div>
</section>
<script src="script.js"></script>
</body>
</html>