-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Projects Gerodes</title>
</head>
<body>
<div id="buttons">
<h4>My Web Projects</h4>
<input type="button" onclick="location.href='https://htmlpreview.github.io/?https://github.com/sgerodes/magnetic_circles.github.io/blob/master/index.html';" value="Magic Circles" />
<input type="button" onclick="location.href='https://github.com/sgerodes/magnetic_circles.github.io';" value="Git Hub" />
<br><br>
<input type="button" onclick="location.href='http://htmlpreview.github.com/?https://github.com/sgerodes/game-of-life-js/blob/master/index.html';" value="Game of Life" />
<input type="button" onclick="location.href='https://github.com/sgerodes/game-of-life-js';" value="Git Hub" />
<br><br>
<input type="button" onclick="location.href='http://htmlpreview.github.com/?https://github.com/sgerodes/Snake/blob/master/src/index.html';" value="Snake" />
<input type="button" onclick="location.href='https://github.com/sgerodes/Snake';" value="Git Hub" />
</div>
<div>
<h4>My Codewars progress</h4>
<img src="https://www.codewars.com/users/sgerodes/badges/large">
</div>
</body>
</html>