-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
175 lines (134 loc) · 6.14 KB
/
index.html
File metadata and controls
175 lines (134 loc) · 6.14 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Internet Technologies - Responsive Web Page</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="icon" type="image/x-icon" href="images/webicon.ico">
<style>
body{
background-image: linear-gradient(to bottom right, #85d4be,#10D164);
background-attachment: fixed;
background-position: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
background-color: #d6e9aa;
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg bg-body-teritiary nav-pills nav-fill" style="background-color: #b6dcb6;">
<div class="container-fluid">
<a href="index.html" class="navbar-brand">
<img src="images/logo.png" alt="Logo" width="30" height="30" class="d-inline-block align-text-top">Bartłomiej Babicz</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup" aria-controls="navbarNacAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link active" aria-current="page">Strona główna</a>
</li>
<li class="nav-item">
<a href="skills.html" class="nav-link">Posiadane umiejętności</a>
</li>
<li class="nav-item">
<a href="Contact.html" class="nav-link">Kontakt</a>
</li>
<li class="nav-sep"></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="card mx-3" style="align-items: center; text-align: center; background-color: transparent; height: 1em; border: none;"></div>
<div class="card mx-3 " style="align-items: center; text-align: center; background-color: transparent; height: 3em; border: none; padding: 1em;">
<h2>Witaj na mojej stronie internetowej</h2>
</div>
<div class="card mx-3" style="align-items: center; text-align: center; background-color: transparent; height: 2em; border: none;"></div>
<div class="card text-center mx-5">
<div class="card-header">
Co potrafie?
</div>
<div class="card-body">
<h5 class="card-title">Posiadane umiejętności</h5>
<p class="card-text">Sprawdź posiadane przeze mnie spektrum umiejętności.</p>
<a href="skills.html" class="btn btn-primary" style="background-color: #b6dcb6;">Kliknij tutaj</a>
</div>
<div class="card-footer">
</div>
</div>
<div class="card mx-4 " style="align-items: center; text-align: center; background-color: transparent; height: 3em; border: none; padding: 1em;">
</div>
<div class="card text-center mx-5">
<div class="card-header">
Masz pytania?
</div>
<div class="card-body">
<h5 class="card-title">Skontaktuj się ze mną</h5>
<p class="card-text">Wyślij do mnie wiadomość. Odpowiem na pytania najszybciej jak tylko będzie to możliwe.</p>
<a href="Contact.html" class="btn btn-primary" style="background-color: #b6dcb6;">Kliknij Tutaj</a>
</div>
<div class="card-footer">
</div>
</div>
<footer class="bg-light text-center text-white fixed-bottom">
<div class="container p-1 pb-0">
<section class="mb-1">
<a
class="btn text-white btn-floating m-1"
style="background-color: #3b5998;"
href="https://www.facebook.com/bartek.babicz09/"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<a
class="btn text-white btn-floating m-1"
style="background-color: #dd4b39;"
href="https://www.youtube.com/@bartekbabicz/"
role="button"
><i class="fab fa-youtube"></i
></a>
<a
class="btn text-white btn-floating m-1"
style="background-color: #ac2bac;"
href="https://www.instagram.com/b_babicz/"
role="button"
><i class="fab fa-instagram"></i
></a>
<a
class="btn text-white btn-floating m-1"
style="background-color: #0082ca;"
href="https://www.linkedin.com/in/bartlomiej-babicz/"
role="button"
><i class="fab fa-linkedin"></i
></a>
<a
class="btn text-white btn-floating m-1"
style="background-color: #333333;"
href="https://github.com/b-babicz"
role="button"
><i class="fab fa-github"></i
></a>
<a
class="btn text-white btn-floating m-1"
style="background-color: #333432;"
href="mailto:kontakt@bartlomiejbabicz.pl"
role="button"
><i class="fas fa-mail-bulk"></i
></a>
</section>
</div>
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2023 Copyright:
<a class="text-white" href="https://bartlomiejbabicz.pl/">Bartłomiej Babicz</a>
</div>
</footer>
<script src="https://kit.fontawesome.com/90b6da3ce4.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
</body>
</html>