-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
73 lines (73 loc) · 2.3 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles/styles.css" />
<link rel="stylesheet" href="/styles/portfolio.css" />
<!-- <link rel="stylesheet" href="/styles/about.css" /> -->
<!-- <link
rel="stylesheet"
rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&family=Montserrat&family=Inter+Tight&display=swap"
/> -->
<link rel="icon" href="/images/croppedsun.svg" type="image/x-icon" />
<title>portfolio</title>
</head>
<body>
<script id="nav-replace" src="/scripts/nav.js" title="PORTFOLIO"></script>
<main>
<h2>GAMES</h2>
<div class="grid">
<a
href="https://pizzart.itch.io/versus-snake"
target="_blank"
rel="noopener noreferrer"
><img
src="https://img.itch.zone/aW1nLzEyNzg0Njc0LnBuZw==/315x250%23c/4vQxzI.png"
alt="game"
/>
<p>VERSUS SNAKE</p></a
>
<a
href="https://pizzart.itch.io/package-passage"
target="_blank"
rel="noopener noreferrer"
><img
src="https://img.itch.zone/aW1nLzEyMDcwMjQ2LnBuZw==/315x250%23c/4a7%2FkC.png"
alt="game"
/>
<p>Package Passage</p></a
>
<a
href="https://pizzart.itch.io/ctssagit"
target="_blank"
rel="noopener noreferrer"
><img
src="https://img.itch.zone/aW1nLzEwMTk3MTc3LnBuZw==/315x250%23c/tFPvT8.png"
alt="game"
/>
<p>Cat That Steals Stuff and Gets in Trouble</p></a
>
</div>
<p>
Other games:
<a
href="https://pizzart.itch.io"
target="_blank"
rel="noopener noreferrer"
>itch.io</a
>
</p>
<!-- <h2>MUSIC</h2>
<a
href="https://soundcloud.com/pizzarte"
target="_blank"
rel="noopener noreferrer"
>SoundCloud</a
> -->
</main>
<script src="/scripts/theme.js"></script>
</body>
</html>