-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutDeveloper.html
35 lines (33 loc) · 1.39 KB
/
AboutDeveloper.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
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'>
<title>ABOUT ME</title>
<style>
body{
margin: 10px;
background: url(bg.png);
font-family: 'Righteous', cursive;
font-size: 25px;
color: white;
}
.img-circle{
border-radius: 50%;
}
</style>
</head>
<body>
<center><img class = "img-circle" src = "photo.png" width="15%" height="30%">
<br>
<br>
<span>My name is Adil Rabbani.I want to be a game developer and thats the only reason i enjoy assignments/projects<br>
that involve making games.In each of the semester I try to learn new things in game development. This game<br>
is an example of how i can make an exact replica of a previously made game and on a different platform. <br>
Nothing has been taken from the internet apart from the tutorials that i watched to get familiar with the <br>
Canvas and JavaScript on HTML.<br>
<p style = "color:#001a33;">Email : [email protected]<br>
Total Hours Spent : 20-24 (I do take games seriously)<br></p>
</span>
<img src = "game.svg" width="30%" height="30%">
</center>
</body>
</html>