-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
76 lines (53 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Gnp | Converter</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
</head>
<body>
<div class="transbox">
<div class="center">
<button type="button" id="upload">Dönüşüm Dosyası Seç</button>
</div>
</div>
<footer class="footer-distributed">
<div class="footer-left">
<h3>GNP<span>Mekatronik</span></h3>
<p class="footer-links">
<a href="#">Teknolojiye Dokunun...</a>
</p>
<p class="footer-company-name">gnpmekatronik © 2020</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>Azel Plaza</span> Bağlar, Diyarbakır</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+1 555 123456</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Şirket Hakkında</span>
Machine Learning, Robot Operation System, Desktop-Web-Mobile Application
</p>
<div class="footer-icons">
<a href="https://www.instagram.com/gnpmekatronik/?hl=tr"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/g%C3%BClcan-hamkan-b3b418147/?originalSubdomain=tr"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</footer>
</body>
<script src="./renderer.js"></script>
</html>