-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
186 lines (174 loc) · 7.7 KB
/
Copy pathindex.html
File metadata and controls
186 lines (174 loc) · 7.7 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!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>Dani Amir - Home</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 -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.svg" alt="" /></span>
<h1>Dani Amir</h1>
<p>Software Engineer and Game Developer</p>
<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>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#intro" class="active">About Me</a></li>
<li><a href="#first">Work Experience</a></li>
<li><a href="#second">Projects</a></li>
<li><a href="#footer">Contact Information</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Introduction -->
<section id="intro" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>About Me</h2>
</header>
<p>Hi, my name is Dani Amir, and I'm a recent graduate from the University of Texas at Austin with a major in Computer Science and a minor in Entrepreneurship. I'm originally from Dallas, TX, and I got my first taste of programming when I was in high school, learning how to make games using Roblox!</p>
<p>I have experience in gameplay programming, AI programming, and XR development. I'm experienced in several different game engines and programming languages, including Unreal Engine 4/5, Unity, C++, C#, Python, and Lua. Outside of game development, I've had some exposure to frontend development using JavaScript, HTML, CSS, and React. </p>
<p>Some of my favorite games are Skyrim, Halo 3, The Forest, Call of Duty Black Ops, and Star Wars Battlefront 2.</p>
</div>
<span class="image"><img src="images/daniimage.jpg" alt="" /></span>
</div>
</section>
<!-- First Section -->
<section id="first" class="main special">
<header class="major">
<h2>Work Experience</h2>
</header>
<div class="work-experience-container">
<div class="work-experience-entry">
<img src="images/dolbyicon.png" alt="Dolby" class="work-experience-logo">
<div class="work-experience-text">
<h3 class="work-experience-title">VR Software Developer Intern</h3>
<p class="work-experience-dates">June 2023 - August 2023</p>
</div>
</div>
<div class="work-experience-entry">
<img src="images/eaicon.png" alt="Dolby" class="work-experience-logo">
<div class="work-experience-text">
<h3 class="work-experience-title">Software Engineer Intern</h3>
<p class="work-experience-dates">May 2022 - August 2022</p>
</div>
</div>
<!-- Repeat for other entries -->
</div>
</section>
<!-- Second Section -->
<section id="second" class="main special">
<header class="major">
<h2>Projects</h2>
</header>
<div class="work-experience-container">
<div class="work-experience-entry">
<a href="bbb.html">
<div class="project-image-container">
<img src="images/bbb.png" alt="Dolby" class="project-logo">
<div class="title-overlay">Brick Base Battle</div>
</div>
</a>
<div class="work-experience-text">
<p class="work-experience-dates">A team based objective game made in Unreal Engine Editor for Fortnite where players must expode the enemy bases and be the last team standing</p>
</div>
</div>
<!-- Project 1 -->
<div class="work-experience-entry">
<a href="automaton.html">
<div class="project-image-container">
<img src="images/automaton.png" alt="Dolby" class="project-logo">
<div class="title-overlay">Automaton</div>
</div>
</a>
<div class="work-experience-text">
<p class="work-experience-dates">A horror game developed in Unity 3D where the player must collect clues, evade enemies, and escape a mansion</p>
</div>
</div>
<!-- Project 2 -->
<div class="work-experience-entry">
<a href="soccersim.html">
<div class="project-image-container">
<img src="images/soccersim.PNG" alt="Dolby" class="project-logo">
<div class="title-overlay">Soccer Simulation</div>
</div>
</a>
<div class="work-experience-text">
<p class="work-experience-dates">A 5 vs 5 soccer game developed using Unreal Engine 4</p>
</div>
</div>
<!-- Project 3 -->
<div class="work-experience-entry">
<a href="vrsimon.html">
<div class="project-image-container">
<img src="images/simonsays.PNG" alt="Dolby" class="project-logo">
<div class="title-overlay">VR Simon Says</div>
</div>
</a>
<div class="work-experience-text">
<p class="work-experience-dates">VR Simon Says game developed using Unreal Engine 4</p>
</div>
</div>
<!-- Project 4 -->
<div class="work-experience-entry">
<a href="wipeout.html">
<div class="project-image-container">
<img src="images/wipeout.PNG" alt="Dolby" class="project-logo">
<div class="title-overlay">Wipeout</div>
</div>
</a>
<div class="work-experience-text">
<p class="work-experience-dates">A game developed using the Godot engine where the player must get through an obstacle course and reach the trophy at the end to win</p>
</div>
</div>
<!-- Repeat for other entries -->
</div>
</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>