-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (80 loc) · 3.73 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
<!DOCTYPE html>
<html xmlns:v-bind="http://www.w3.org/1999/xhtml" xmlns:v-on="http://www.w3.org/1999/xhtml">
<head>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-106564304-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-106564304-1');
</script>
<meta property="og:url" content="" />
<meta property="og:type" content="website" />
<meta property="og:title" content="tajny_projekt" />
<meta property="og:description" content="Warning: this is super hot" />
<meta property="og:image" content="resources/img/projects/faultyNature.png" />
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="vendors/bootstrap/bootstrap.css">
<script src="vendors/jQuery/jquery.min.js"></script>
<script src="vendors/bootstrap/bootstrap.js"></script>
<script src="vendors/vue/vue.min.js"></script>
<link rel="stylesheet" type="text/css" href="resources/css/style.css">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<title>tajny_projekt</title>
<link rel="image_src" href="resources/img/projects/dyplom_1.png" />
<link rel="icon" href="resources/img/projects/dyplom_1.png" />
</head>
<body>
<div class="container-fluid">
<div class="row row-eq-height">
<div class="col-lg-12 left-column">
<div id="title-container" class="title-container">
<div id="box-1" class="box box-1-top"></div>
<div id="box-2" class="box"></div>
<div class="text-container">
TAJNY<br>
PROJEKT
</div>
</div>
<p class="notice">
Zobacz naszą nową stronę oraz portfolio na:<br>
See our new website and portfolio on:<br>
<a href="http://tajnyprojekt.com">tajnyprojekt.com</a>
</p>
<div class="contact-container-wrapper">
<div class="contact-container-area">
<div class="contact-container">
__Contact:
<div>
<div class="info-section">
<a id="email-info" class="contact-link black" href="mailto:hello@tajnyprojekt.com">
hello@tajnyprojekt.com
</a>
</div>
</div>
<div>
<div class="info-section">
<a id="phone-info" class="contact-link black" href="tel:0048605079055">
0048 605 079 055
</a>
</div>
</div>
<div>
<div class="info-section">
<a id="insta-info" class="contact-link white"
href="http://instagram.com/_u/tajnyprojekt/" target="_blank">
<img class="insta-icon" src="resources/img/icons/insta.svg">/tajnyprojekt
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="resources/js/decorations.js"></script>
<script src="resources/js/projects.js"></script>
</body>
</html>