-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 2.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flip Card</title>
<link rel="stylesheet" type="text/css" href="FCcss.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Audiowide">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Orbitron&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<h1>Software Developer</h1>
</div>
<div class="mid">
<div class="flip-box">
<div class="flip-box-inner">
<div class="flip-box-front">
<img src="sd.jpg" alt="">
</div>
<div class="flip-box-back">
<h2>Main Modules</h2>
<br>
<p>Database Management</p>
<p>Web Development</p>
<p>Desktop Application Development</p>
<p>Mobile Application Development</p>
<br><br>
<p><i class="fa fa-facebook-square" aria-hidden="true"></i> <i class="fa fa-whatsapp" aria-hidden="true"></i> <i class="fa fa-instagram" aria-hidden="true"></i></p>
<p>NVTI Baddegama.</p>
</div>
</div>
</div>
</div>
<div class="footer">
<p>2022 - H.G.R. Shehan</p>
<p><i class="fa fa-facebook-square" aria-hidden="true"></i> <i class="fa fa-whatsapp" aria-hidden="true"></i> <i class="fa fa-instagram" aria-hidden="true"></i></p>
<p>Software Developer Course</p>
</div>
</body>
</html>