-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (78 loc) · 2.66 KB
/
Copy pathindex.html
File metadata and controls
88 lines (78 loc) · 2.66 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
<!DOCTYPE html>
<html lang=pl>
<head>
<meta charset=utf-8>
<link rel="stylesheet" href="style.css" type="text/css">
<title>grzeg2010</title>
</head>
<body>
<div id="container">
<header>
<!-- <span class="warning">Work in progress</span> -->
<span class="warning">Unfinished website</span>
<h3>Grzegorz Śnieżko</h3>
</header>
<div id="content">
<h2>websites</h2>
<h3>Personal</h3>
<div class="gallery websites">
<!-- Sklep w React.js -->
<a href="http://grzeg2010.github.io/react-sklep/" target="_blank" rel="noopener noreferrer" title="Sklep w React.js">
<img class="website-logo" src="images/logos/react.webp" alt="react.js">
<h3>Sklep</h3>
<p>React.js</p>
</a>
</div>
<h3>Bsite</h3>
<div class="gallery websites">
<!-- Animalion.pl -->
<a href="http://animalion.pl/" target="_blank" rel="noopener noreferrer" title="animalion.pl">
<img src="images/screenshots/animalion.webp" alt="animalion.pl">
<h3>Animalion</h3>
<p>Based on asp.net</p>
</a>
<!-- Gamerfuel -->
<a href="images/screenshots/shoper-preview.webp" target="_blank" title="GamerFuel">
<img src="images/screenshots/shoper.webp" alt="gamerfuel.pl">
<h3>GamerFuel</h3>
<p>Shoper</p>
</a>
<!-- Kaktus24.pl -->
<a href="http://kaktus24.pl/" target="_blank" rel="noopener noreferrer" title="Kaktus24">
<img src="images/screenshots/kaktus24.webp" alt="kaktus24.pl">
<h3>Kaktus24</h3>
<p>IdoSell</p>
</a>
<!-- Ermac24.pl -->
<a href="http://ermac24.pl/" target="_blank" rel="noopener noreferrer" title="Ermac24">
<img src="images/screenshots/ermac.webp" alt="ermac24.pl">
<h3>Ermac24</h3>
<p>IdoSell</p>
</a>
<!-- RedSnail -->
<a href="http://redsnail.pl/" target="_blank" rel="noopener noreferrer" title="Redsnail">
<img class="website-logo" src="images/logos/redsnail.jpg" alt="redsnail.pl">
<h3>RedSnail</h3>
<p>IdoSell</p>
</a>
<!-- Terrastyll -->
<a href="http://terrastyll.pl/" target="_blank" rel="noopener noreferrer" title="Terrastyll">
<img src="images/screenshots/terrastyll.webp" alt="terrastyll.pl">
<h3>Terrastyll</h3>
<p>IdoSell</p>
</a>
<!-- 4soul -->
<a href="http://4soul.pl/" target="_blank" rel="noopener noreferrer" title="4soul">
<img class="website-logo" src="images/logos/4SOUL.webp" alt="4soul.pl">
<h3>4soul</h3>
<p>IdoSell</p>
</a>
</div>
</div>
</div>
<footer>
<a href="mailto:grzesniem@outlook.com" title="Email contact">Mail</a>
<a href="https://github.com/grzeg2010/grzeg2010.github.io" title="GitHub repository for this page">GitHub</a>
</footer>
</body>
</html>