-
Notifications
You must be signed in to change notification settings - Fork 0
/
qr-code-generator-logo.html
44 lines (35 loc) · 2.03 KB
/
qr-code-generator-logo.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
<html><head>
<title>Python project</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link href="https://koalateen.github.io/css/stylesnavbar.css" rel="stylesheet">
<link href="https://koalateen.github.io/css/styles.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="https://koalateen.github.io/img/favicon.ico">
<script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<div id="main-bar"></div>
<!-- Menu bar -->
<script src="https://koalateen.github.io/js/nav.js" id="nav-bar"></script>
<!-- End menu bar-->
<!--end CssMenu-->
</div>
<div class="Python">
<h1>Python QR code generator</h1>
<p style="width:100%;">With this Python project I have made it posible to make a QR code with a custom logo. You can insert your image via your filepath. This qr code generator was made with a api and some basic knowledge of Python.</p>
<img src="https://koalateen.github.io/img/code.png" width="100%" height="100%">
</div>
<div class="related-links">
<h5>Related-Links</h5>
<p><a href="https://github.com/KoalaTeen/QR-code-gen/tree/main/Qr_code_png"style="text-decoration: none;">Project files on GitHub</a></p>
</div>
<div class="socials-links">
<h5>Socials</h5>
<div class="socials">
<a href="https://github.com/KoalaTeen" class="github"><i class="fa fa-github" style=" color: white; border-radius: 1000px;"></i></a>
<a href="https://twitter.com/teen_koala" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/marco-van-der-vlag-8748b5167/" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCNi1Eq429OmPub-u8UulS5g" class="youtube"><i class="fa fa-youtube"></i></a>
</div>
</div>