Visual Studio Code
README.MD
SKILLS.html
github.txt
contact.css
1
2
3
4
5
6
7
8
9
10

# Welcome to My Portfolio

My name is Krystof Kubica, I am currently 15 years old and from the Czech Republic.

i enjoy coding fun projects :)

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

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <title>Skills</title>

  <style>

    body { font-family: sans-serif; }

  </style>

</head>

<body>

  <h1>My Skills</h1>

  <ul>

    <li>HTML</li>

    <li>CSS (Web Design)</li>

    <li>JavaScript</li>

    <li>Python</li>

    <li>Machine learning</li>

    <li>3D modeling with blender</li>

  </ul>

</body>

</html>

1
2
3

GitHub: https://github.com/krystofkubica

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

.contact-form {

  max-width: 300px;

  margin: 10px auto;

  padding: 10px;

}

.contact-form input,

.contact-form textarea {

  padding: 5px;

  border: 1px solid #ccc;

  margin-bottom: 10px;

}

.contact-form button {

  padding: 5px;

  background: #007acc;

  color: #fff;

  border: none;

}

.contact-email::before {

  content: "kkubica912@gmail.com";

  display: block;

  text-align: center;

  color: #007acc;

  margin-bottom: 10px;

}

Ready
main
UTF-8
JavaScript