-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_postlog.html
More file actions
51 lines (49 loc) · 1.64 KB
/
index_postlog.html
File metadata and controls
51 lines (49 loc) · 1.64 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>iED Digi-ID</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="keywords" content="id, digital, online, identity, card">
<meta name="description" content="ID Online">
<meta name="author" content="GROUP 6">
<style>
body {background: #E5E5E5; }
</style>
</head>
<body>
<section class="box">
<img src="images/bar.png" id="imgbar" alt="img_bar" title="img_bar">
<nav>
<a href="id.html"><div id="nav1"></div></a>
<a href="index_postlog.html"><div id="nav2"></div></a>
<a href="calendar.html"><div id="nav3"></div></a>
<div id="bknav"></div>
</nav>
<div class="bk"></div>
<span class="intro1">Hello,</span><span class="intro2">Welcome</span>
<a href="login.html"><div class="bc_2"></div></a><span class="bc2">Become E-citizen and Enjoy the convinience</span>
<div class="img_ID">
<img src="images/ID_img.png">
</div>
<span class="an">Announcement</span>
<div class="app"></div><a href="application.html"><span class="app_2">START APPLICATION</span></a>
<span class="ied">iED Service</span>
<div class="section2">
<div class=s3>
<div class="contb">
<span class="pr">Prerequisites</span>
<span class="rm">Read more</span>
<span class="cm"><input type="checkbox"> 1 of 3 completed</span>
<span class="bf">Before you start the process of applying ID card, you need to make sure that you are eligible to apply for ID card in Finland</span>
</div>
</div>
<div class="points">
<div class="p1"></div>
<div class="p2"></div>
<div class="p3"></div>
</div>
</div>
</section>
</body>
</html>