-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathace-of-trades.html
More file actions
46 lines (32 loc) · 1.54 KB
/
Copy pathace-of-trades.html
File metadata and controls
46 lines (32 loc) · 1.54 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Ace of Trades(2018)</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="main-header">
<nav class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://drive.google.com/file/d/1foctmAN097R_awbkkWLcjgwPf0bLGi9s/view" target="blank">Resume</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
</header>
<h1 class = "project-header">Ace of Trades</h1>
<div class="project-container">
<iframe src="https://drive.google.com/file/d/1qN8X0tJJgHfO2VGV5Nx5noGnPFMJabcv/preview" class="feature-img" height="640"></iframe>
<div class = "feature-img">
<div class="info-block">
<div>
<h2>About</h2>
<p>Play as a leader of your own country. Protect and raise your industries’ productivity from foreign competition and be the next World Power. Do you have what it takes to lead your country against the rest of the world to achieve Financial Supremacy?</p>
<hr>
<p>Role: Gameplay/Concept</p>
<p>Developed in a team of 5 over the course of 15 weeks.</p>
</div>
</div>
</div>
</div>
</body>