-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFpsgame.html
63 lines (61 loc) · 2.7 KB
/
Fpsgame.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
<html lang ="en">
<head>
<script src="https://kit.fontawesome.com/f3348a7004.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" href="resources/logo1.png" type="image/x-icon" />
<title>Shaaf Yousaf</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<meta charset="UTF-8">
<meta name ='viewport' content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body class = 'codeproj'>
<!--<div class = 'bcktopbarmob ShowOnMobile'></div>-->
<!--<div class = 'bckfullmob ShowOnMobile'></div>-->
<div class="bckborder porj">
<div class = 'ShowOnMobile' >
<img class="mobimg" src = 'resources/logo.png' alt = 'logo'></img>
<h3 class ='page' style="color: black;top: 35px;">⊳ projects</h3>
<h2 class ='page' style="color: black;top: 54px;">⊳⊳ carbon tracking app</h2>
<a class="clickedhome" href="projects.html" style="
text-align:center;
align-content: stretch;
color: black;
">
<i class="fa-solid fa-circle-left fa-2xl" ></i></a>
</div>
<div class = 'logo HideOnMobile'>
<a class="clickedhome" href="projects.html" style="
text-align: center;
align-content: stretch;
color: black;
position: absolute;
top: 172px;
left: 20px;
">
<i class="fa-solid fa-circle-left fa-2xl" ></i></a>
<!-- <h1 class = 'watermark'>SY</h1>-->
<img class='deskimg' src = 'resources/logo-black.png' alt = 'logo' ></img>
<h2 class ='page' style="color: black">⊳ projects</h2>
<h2 class ='page' style="color: black; top: 160px;">⊳⊳ carbon tracking app</h2>
</div>
<div class = 'flex_containerC'>
<div class = 'empty ShowOnMobile' style="height: 10vw ;"></div>
<h1 id ='const5' >Created a First Person Shooter game using</h1>
<h1 id ='const4' >Ursina Game Engine</h1>
<h1 id ='const5' >━━━━━━━</h1>
<h1 id ='const5' >Languages used:</h1>
<h1 id ='const7' >Python</h1>
<h1 id ='const5' >Software Used:</h1>
<h1 id ='const7' >PyCharm, Affinity Designer</h1>
<h1 id ='const5' >━━━━━━━</h1>
<p id ='const8' >This project is still under construction.</p>
<h1 id ='const5' >━━━━━━━</h1>
<h1 id ='const5' >HyperLink:</h1>
<a href="https://github.com/ShaafPlayz/Runners-on-the-loose-FPS"
class="fa fa-github prj" target="_blank"></a>
<div class = 'empty ShowOnMobile' style="height: 30vh;"></div>
</div>
</div>
</body>
</html>