-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbbb.html
More file actions
106 lines (99 loc) · 4.22 KB
/
Copy pathbbb.html
File metadata and controls
106 lines (99 loc) · 4.22 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE HTML>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Brick Base Battle</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" type="text/css" href="prism.css">
<script src="prism.js"></script>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<!-- Nav -->
<nav class="new-nav">
<ul>
<li><a href="index.html#intro" class="active">About Me</a></li>
<li><a href="index.html#first">Work Experience</a></li>
<li><a href="index.html#second">Projects</a></li>
<li><a href="#footer">Contact Information</a></li>
</ul>
</nav>
<!-- Main -->
<div class="project-page-background">
<!-- Content -->
<section class="main">
<h1 class="project-page-title">Brick Base Battle - UEFN</h1>
<h2 class="project-page-subtitle">Gameplay</h2>
<iframe class="image vid"
src="https://www.youtube.com/embed/jV6JZOXWAlo">
</iframe>
<h2 class="project-page-subtitle">Level Design</h2>
<section id="second" class="main special">
<div class="work-experience-container">
<div class="work-experience-entry">
<div class="project-image-container">
<img src="images/bbblevel.png" alt="Dolby" class="project-logo">
<div class="title-overlay">Bases Overview</div>
</div>
</div>
<div class="work-experience-entry">
<div class="project-image-container">
<img src="images/bbblevel2.png" alt="Dolby" class="project-logo">
<div class="title-overlay">Pregame Lobby Overview</div>
</div>
</div>
<div class="work-experience-entry">
<div class="project-image-container">
<img src="images/bbblevel3.png" alt="Dolby" class="project-logo">
<div class="title-overlay">Pregame Lobby Overview</div>
</div>
</div>
</div>
</section>
<h2 class="project-page-subtitle">Overview</h2>
<ul class="project-page-subtitle">
<li>Designed and implemented ability for players to be able to select their teams in the beginning of the match</li>
<li>Designed and implemented a disaster system which includes spawning in meteor showers, lightning strikes, and floods</li>
<li>Designed and implemented functionality for the game such as round win conditions, a spectator mode, and sending eliminated teams back to the pregame lobby</li>
<li>Designed and implemented an alarm system that triggers when a base's bomb is armed</li>
<li>Designed entire layout of the game, including the bases to the pregame lobby area</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<section>
<h2>Contact information</h2>
<dl class="alt">
<dt>Linkedin</dt>
<a href="https://www.linkedin.com/in/dani-amir/"><dd>https://www.linkedin.com/in/dani-amir/</dd></a>
<dt>Email</dt>
<dd><a href="#">daniamir2001@yahoo.com</a></dd>
</dl>
<ul class="icons">
<li><a href="https://github.com/Htmlpro19/" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/dani-amir/" class="icon brands fa-linkedin alt"><span class="label">Linkedin</span></a></li>
</ul>
</section>
<p class="copyright">© Dani Amir. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>