-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
72 lines (56 loc) · 2.62 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Ritik Patle's bq Scanner">
<meta name="keywords"
content="Ritik,Ritik Patle,Writer,Web Developer,Programmer,Flutter Developer,Javascript,Katangi,Bhopal,Madhya Pradesh,MP,Flutter,e-Dastak,VSS,Vikas Samvad Samiti,VSSMP,bq Scanner, QR Code, Scanner, Barcode, Generator, Reader">
<meta name="author" content="Ritik Patle">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./statics/style.css" rel="stylesheet" media="all">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" media="all">
<title>e-Dastak | Ritik Patle</title>
</head>
<body>
<header>
<a href="https://ritik-patle.web.app" class="brand">e-Dastak VSS</a>
<div class="menu-btn"></div>
</header>
<section class="about" id="about">
<div class="title">
<h2 class="section-title">About Application</h2>
</div>
<div class="content">
<div class="column col-left">
<div class="img-card">
<img src="./statics/logo.png" alt="">
</div>
</div>
<div class="column col-right" style="align-self: center;">
<h2 class="content-title">e-Dastak</h2>
<p class="normal-paraabtm">
<strong class="strhed">Developed by :</strong> Ritik Patle<br><br>
<strong class="strhed">Application Type :</strong> Android<br><br>
<strong class="strhed">Description :</strong> An awareness propogating application about various govt schemes developed for Vikas Samvad Samiti MP.<br><br>
<strong class="strhed">Technology Used:</strong> Flutter<br><br>
</p>
<div class="buttonz">
<a href="https://ritik-patle.web.app"><button class="btn"><i class="fab fa fa-globe"></i> | Ritik's
Portfolio</button></a>
<a href="https://play.google.com/store/apps/details?id=com.vssmp.edastak"><button class="btn"><i class="fab fa-google-play"></i> |
Google Play</button></a>
</div>
<div class="buttonz">
<a href="https://vssmp.org/"><button class="btn"><i class="fab fa fa-globe"></i> | VSS's Website</button></a>
<a href="https://github.com/RitikPatle/e-Dastak"><button class="btn"><i class="fab fa-github-square"></i> |
Source Code</button></a>
</div>
</div>
</div>
</section>
<footer class="footer">
<span class="footer-title">Ritik Patle</span>
</footer>
<script src="./statics/style.js"></script>
</body>
</html>