-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
57 lines (50 loc) · 2.15 KB
/
about.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
<!DOCTYPE html>
<html lang="bg">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/startStyle.css" rel="stylesheet" type="text/css">
<title>Bulls and Cows Game</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
</head>
<body>
<div class="wrapper">
<p class="info">This game is build as a custom project as a way to test new learned skills in Javascript
language while
studying in Softuni. Everything is writhen and there is nothing "copy-paste"-ed in order to gain and
practising the new learned skills.
The game is not а part of homework or other exercise from the course in Softuni. It a private decision and
as such it brings some mistakes and incompleteness.
I tried to do every part of the project including "FavIcon" - stupid pixel by pixel drawing. The only part
that is web resource is bull head for background changing, but also moded by me in two colors according
requirements of the theme.
And ,yes , the dark theme is inspired by the GutHub dark theme...</p>
<p class="info">
Thanks a lot to my mentor Plamen Popov for his advices and his patience!</p>
<p>
The project is not on final stage.
</p>
<p>
Try it! Guess the number and tell me your opinion!
</p>
<br><br>
<p>
TODO: clean the code
</p>
<p>
changes:
<li>changed functionality of theme button. No more reloading the page!</li>
<li>Last user number is added to the top of the list</li>
<li>added "back" button</li>
</p>
<div class="infoBtn">
<a href="index.html" class="backToPlay">Back</a>
</div>
<div class="myInfo">
<p>© 2022 <a href="yuchormanski@gmail.com" type="email">yuchormanski@gmail.com</a></p>
</div>
</div>
</body>
</html>