-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
55 lines (51 loc) · 2.27 KB
/
Copy pathcontact.html
File metadata and controls
55 lines (51 loc) · 2.27 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
<html>
<head>
<title>KenSoft site</title>
<meta name="descripion" content="KenSoft site">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="static/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous">
<script src="static/js/bootstrap.bundle.min.js"
integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa"
crossorigin="anonymous"></script>
<link rel="stylesheet" href="static/css/custom.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WHP8K9T5PC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WHP8K9T5PC');
</script>
</head>
<body>
<header class="p-3 text-bg-dark">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="/" class="d-flex align-items-center mb-2 mb-lg-0 text-white text-decoration-none">
<svg class="bi me-2" width="40" height="32" role="img" aria-label="Bootstrap"><use xlink:href="#bootstrap"></use></svg>
</a>
<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li><a href="index.html" class="nav-link px-2 text-white">About me</a></li>
<li><a href="kenos.html" class="nav-link px-2 text-white">What is KenOS?</a></li>
<li><a href="others.html" class="nav-link px-2 text-white">Other projects</a></li>
<li><a href="#" class="nav-link px-2 text-secondary">Contact</a></li>
</ul>
<form class="col-12 col-lg-auto mb-3 mb-lg-0 me-lg-3" role="search">
<img src="ken.png" id="ken-header-logo">
</form>
</div>
</div>
</header>
<div class="container mt-4">
<div>
My email:
<a href="mailto: p.szczepanski996@gmail.com">p.szczepanski996@gmail.com</a>
</div>
<div>
Personal github:
<a href="https://github.com/PSzczepanski1996">https://github.com/PSzczepanski1996</a>
</div>
</div>
</body>
</html>