-
Notifications
You must be signed in to change notification settings - Fork 52
/
index.html
140 lines (97 loc) · 4.2 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Hi, I am Yoshitha Rathnayake. This is my CALCULATOR that I created. Enjoy it !" />
<meta name="robots" />
<meta name="author" content="YOSHITHA RATHNAYAKE" />
<meta name="keywords" content="CALCULATOR" />
<!-- Facebook OG Tags -->
<meta property="og:title" content="YOSHITHA RATHNAYAKE" />
<meta property="og:type" content="website" />
<meta property="og:url" content="calculator.yoshitha.tk" />
<meta property="og:image" content="assets/img/CALCULATOR.png" alt="CALCULATOR" />
<meta property="og:description"
content="Hi, I am Yoshitha Rathnayake. This is my CALCULATOR that I created. Enjoy it !" />
<meta property="og:site_name" content="CALCULATOR" />
<meta property="og:locale" content="en_US" />
<!-- Font Awesome -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css"
integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous" />
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" />
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<!-- LineIcons -->
<link href="your-project-dir/icon-font/lineicons.css" rel="stylesheet" />
<link href="https://cdn.lineicons.com/3.0/lineicons.css" rel="stylesheet" />
<!-- CSS-->
<link rel="stylesheet" type="text/CSS" href="assets/css/styles.css" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="assets/img/CALCULATOR.png" alt="CALCULATOR" />
<!-- Title -->
<title>CALCULATOR | YOSHITHA</title>
</head>
<body class="bg-img">
<!-- Navigation Bar -->
<nav class="navbar container-fluid">
<div class="brand-title">CALCULATOR | YOSHITHA</div>
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
<div class="navbar-links">
<ul>
<li><a href="#">Home</a>
<a href="#">About</a>
<a href="#">Contact</a>
<div class="animation start-home"></div>
</li>
</ul>
</div>
</nav>
<!-- Main Heading -->
<header class="text-center title py-5"><b>CALCULATOR</b></header>
<!-- Paragraph -->
<center>
<p class="paragraph">
Hi, I am Yoshitha Rathnayake. This is the Calculator App.This app is
made by me using the Python Programming Language. You can download it by
clicking on the "Download" button given below. This app is free from any
kind of virus and you can use it safely.
</p>
</center>
<!-- Calculator Image -->
<center>
<img class="cal-img" src="assets/img/CALCULATOR.png" />
</center>
<br>
<br>
<!-- Download Button -->
<div class="download-btn">
<a href="https://github.com/YoshithaRathnayake/CALCULATOR-WEBSITE/releases/download/Project/CALCULATOR.exe" class="btn btn-success btn-sm hvr-sweep-to-right mb-5 mt-3"><svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-download"
viewBox="0 0 16 16">
<path
d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z" />
<path
d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z" />
</svg>
DOWNLOAD</a>
</div>
<!-- Contact Button -->
<div class="elfsight-app-730763ec-5cbe-45de-b9b9-b079ded31ad1"></div>
<!-- Visitor Count -->
<div class="Visitor">
<div class="elfsight-app-940fe013-5d1d-473a-b420-7641237e8e10"></div>
</div>
<!-- Script Files -->
<script src="https://apps.elfsight.com/p/platform.js" defer></script>
</body>
</html>