-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsrg.html
194 lines (176 loc) · 10.2 KB
/
jsrg.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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Pavlina Psarsky front-end development">
<link rel="shortcut icon" href="./images/favicon-16x16.png" type="image/x-icon">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500&display=swap" rel="stylesheet">
<!-- Font Awsome -->
<script src="https://kit.fontawesome.com/90e639edc5.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="style.css">
<title>Pavlina's Portfolio</title>
</head>
<body id="jsrg">
<!-- theme toggle -->
<div class="theme__container">
<button class="theme__button" aria-label="theme toggle">
<i class="fas fa-adjust"></i>
</button>
</div>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="index.html" class="nav__link">Home</a></li>
<li class="nav__item"><a href="index.html#projects" class="nav__link">Projects</a></li>
<li class="nav__item"><a href="index.html#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="index.html#contact" class="nav__link">Contact</a></li>
</ul>
</nav>
<main>
<section class="jsrg">
<h1 class="title">JavaScript Retro Games</h1>
<p class="section__text">Creating these simple games is a great way to practise JavaScript<br>and also a lot of fun styling, testing and playing. </p>
<div class="jsrg__container">
<!-- template article -->
<!-- <article class="jsrg__item">
<div class="jsrg__item--img-holder">
<a href="" target="_blank">
<img class="jsrg__img" src="./images/jsrg" alt="">
</a>
</div>
<p class="jsrg__item--description">Coded along with
<a class="jsrg__link--tutorial" href="" target="_blank">tutor<span> <i class="fa-solid fa-arrow-up-right-from-square"></i></span></a>
</p>
<div class="jsrg__item--text-holder">
<p class="jsrg__languages">
<a class="jsrg__link--github" href="" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
JavaScript, CSS, HTML
</p>
<a class="jsrg__link--live" href="" target="_blank">
Play game <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</article> -->
<!-- end of template article -->
<!-- Frogger -->
<article class="jsrg__item">
<div class="jsrg__item--img-holder">
<a href="https://pavlinaps.github.io/frogger/" target="_blank">
<img class="jsrg__img" src="./images/jsrg/frogger700x600.jpg" alt="Frogger retro game">
</a>
</div>
<p class="jsrg__item--description">Coded along with
<a class="jsrg__link--tutorial" href="https://youtu.be/ec8vSKJuZTk?t=9080" target="_blank">Ania Kubów<span> <i class="fa-solid fa-arrow-up-right-from-square"></i></span></a>
</p>
<div class="jsrg__item--text-holder">
<p class="jsrg__languages">
<a class="jsrg__link--github" href="https://github.com/PavlinaPs/frogger" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
JavaScript, Sass, HTML
</p>
<a class="jsrg__link--live" href="https://pavlinaps.github.io/frogger/" target="_blank">
Play game <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</article>
<!-- end of Frogger -->
<!-- Breakout -->
<article class="jsrg__item">
<div class="jsrg__item--img-holder">
<a href="https://pavlinaps.github.io/Breakout/" target="_blank">
<img class="jsrg__img" src="./images/jsrg/breakout700x600.jpg" alt="Breakout game">
</a>
</div>
<p class="jsrg__item--description">Coded along with
<a class="jsrg__link--tutorial" href="https://youtu.be/opA9Tc-cqgc" target="_blank">Code Explained<span> <i class="fa-solid fa-arrow-up-right-from-square"></i></span></a>
</p>
<div class="jsrg__item--text-holder">
<p class="jsrg__languages">
<a class="jsrg__link--github" href="https://github.com/PavlinaPs/Breakout" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
JavaScript, CSS, HTML
</p>
<a class="jsrg__link--live" href="https://pavlinaps.github.io/Breakout/" target="_blank">
Play game <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</article>
<!-- Whack-a-mole -->
<article class="jsrg__item">
<div class="jsrg__item--img-holder">
<a href="https://pavlinaps.github.io/Whack-a-mole/" target="_blank">
<img class="jsrg__img" src="./images/jsrg/whack-a-mole700x600.jpg" alt="Whack-a-mole game">
</a>
</div>
<p class="jsrg__item--description">Coded along with
<a class="jsrg__link--tutorial" href="https://youtu.be/ec8vSKJuZTk" target="_blank">Ania Kubów<span> <i class="fa-solid fa-arrow-up-right-from-square"></i></span></a>
</p>
<div class="jsrg__item--text-holder">
<p class="jsrg__languages">
<a class="jsrg__link--github" href="https://github.com/PavlinaPs/Whack-a-mole" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
JavaScript, CSS, HTML
</p>
<a class="jsrg__link--live" href="https://pavlinaps.github.io/Whack-a-mole/" target="_blank">
Play game <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</article>
<!-- Memory game -->
<article class="jsrg__item">
<div class="jsrg__item--img-holder">
<a href="https://pavlinaps.github.io/MemoryGame_v0/" target="_blank">
<img class="jsrg__img" src="./images/jsrg/memory-game700x600.jpg" alt="Memory game">
</a>
</div>
<p class="jsrg__item--description">Coded along with
<a class="jsrg__link--tutorial" href="https://youtu.be/ec8vSKJuZTk" target="_blank">Ania Kubów<span> <i class="fa-solid fa-arrow-up-right-from-square"></i></span></a>
</p>
<div class="jsrg__item--text-holder">
<p class="jsrg__languages">
<a class="jsrg__link--github" href="https://github.com/PavlinaPs/MemoryGame_v0" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
JavaScript, CSS, HTML
</p>
<a class="jsrg__link--live" href="https://pavlinaps.github.io/MemoryGame_v0/" target="_blank">
Play game <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</article>
<!-- Rock Paper Scissors -->
<article class="jsrg__item">
<div class="jsrg__item--img-holder">
<a href="https://pavlinaps.github.io/Rock-paper-scissors/" target="_blank">
<img class="jsrg__img" src="./images/jsrg/rock-paper-scissors700x600.jpg" alt="Rock Paper Scissors">
</a>
</div>
<p class="jsrg__item--description">Coded along with
<a class="jsrg__link--tutorial" href="https://youtu.be/ec8vSKJuZTk" target="_blank">Ania Kubów<span> <i class="fa-solid fa-arrow-up-right-from-square"></i></span></a>
</p>
<div class="jsrg__item--text-holder">
<p class="jsrg__languages">
<a class="jsrg__link--github" href="https://github.com/PavlinaPs/Rock-paper-scissors" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
JavaScript, CSS, HTML
</p>
<a class="jsrg__link--live" href="https://pavlinaps.github.io/Rock-paper-scissors/" target="_blank">
Play game <i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</article>
</div>
</section>
</main>
<script src="./index.js"></script>
</body>
</html>