-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·84 lines (68 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Serif&display=swap" rel="stylesheet">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>DRD hub - Dane Retoryka Dizajn</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<style>
.bg-primary {
background-color: #2C2D6F!important
}
.bg-dark {
background-color: #2C2D6F!important
}
.bg-light2 {
background-color: #2C2D6F!important;
color: #ffffff!important
}
section {
padding: 50px 0;
}
p {
margin-bottom: 0;
}
@media (min-width: 576px ) {
section {
padding: 150px 0;
}
.bottom-align-text {
position: absolute;
bottom: 0;
right: 0;
}
}
</style>
</head>
<body>
<!-- Navigation -->
<section>
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6">
<img width="100%" src="drdleft.png">
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<p class="bottom-align-text">
<img width="100%" src="drdright.png"><br/><br/>
<a style="color:black; font-family: 'IBM Plex Serif', serif;"href="DRDhub_2019.pdf">Pobierz raport DHD hub 2019 >>></a>
</p>
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
</body>
</html>