-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (51 loc) · 2.23 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
<!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>py Hangman | Ritik Patle</title>
</head>
<body>
<header>
<a href="https://ritik-patle.web.app" class="brand">py Hangman</a>
<div class="menu-btn"></div>
</header>
<section class="about" id="about">
<div class="title">
<h2 class="section-title">About Script</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">py Hangman</h2>
<p class="normal-paraabtm">
<strong class="strhed">Developed by :</strong> Ritik Patle<br><br>
<strong class="strhed">Application Type :</strong> CLI Script<br><br>
<strong class="strhed">Description :</strong> A Command Line Interface Script to play Hangman.<br><br>
<strong class="strhed">Technology Used:</strong> Python<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://github.com/RitikPatle/pyhangman"><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>