-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (279 loc) · 15 KB
/
index.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
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>theIanMilan's portfolio</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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One/Top Banner -->
<section class="banner style3 orient-left content-align-left image-position-left fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>Hi! <br>I'm Ian Mandap</h1>
<p class="major">A Full-stack Developer with 2+ years experience as a Certified Public Accountant specializing in Tax Compliance.</p>
<ul class="actions stacked">
<li><a href="https://app.luminpdf.com/viewer/616635d35fff150011c79fbd" class="button big wide smooth-scroll-middle">My Resume</a></li>
<li><a href="#first" class="button big wide smooth-scroll-middle">See my Projects</a></li>
</ul>
</div>
<div class="image">
<img src="images/profilepicture.jpeg" alt="" />
</div>
</section>
<!-- Character Archiver -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in"
id="first">
<div class="content">
<h2>Character Archiver</h2>
<p>Ruby on Rails App social media app for sharing Dungeons and Dragons (D&D) characters and their rich backstories.</p>
<ul class="actions stacked">
<li>
<a href="https://character-archiver.herokuapp.com/" target="_blank" class="button icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/character-archiver" target="_blank" class="button icon solid fa-code">Code</a>
</li>
</ul>
</div>
<div class="image">
<img src="images/Projects/character-archiver.png" alt="Character Archiver Wiki-style Page" />
</div>
</section>
<!-- OurJournal App -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in"
id="first">
<div class="content">
<h2>OurJournal App</h2>
<p>A Ruby on Rails task management app for keeping track of tasks and their respective categories.
</p>
<ul class="actions stacked">
<li>
<a href="https://our-journal.herokuapp.com/" target="_blank" class="button icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/Journal" target="_blank"
class="button icon solid fa-code">Code</a>
</li>
</ul>
</div>
<div class="image">
<img src="images/Projects/Journal.png" alt="StockUp Market" />
</div>
</section>
<!-- Adjacent Artists App -->
<section class="spotlight style1 orient-right content-align-left image-position-center onscroll-image-fade-in"
id="first">
<div class="content">
<h2>Adjacent Artists app</h2>
<p>A JavaScript media discovery application that allows users to explore music, movies, shows, podcasts, or games.
</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Adjacent%20Artists/index.html" target="_blank" class="button icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Adjacent%20Artists" target="_blank" class="button icon solid fa-code">Code</a>
</li>
</ul>
</div>
<div class="image">
<img src="https://github.com/theIanMilan/avion/raw/main/Avion%20Projects/Adjacent%20Artists/assets/images/adjacent_artists_gif.gif" alt="Adjacent Artist Demo" />
</div>
</section>
<!-- Other Projects -->
<!-- Items -->
<section class="wrapper style1 align-center">
<div class="inner">
<h2>Other Projects</h2>
<p>Websites/apps built during Avion School and The Odin Project.</p>
<div class="items onscroll-fade-in style3 small">
<section>
<span class="image fit"><img src="images/Projects/StockUp.png" alt="StockUp App" /></span>
<h3>StockUp App</h3>
<p>A Full-stack Ruby on Rails app that simulates stock trading with initial data provided by an API.</p>
<ul class="actions stacked">
<li>
<a href="https://stockup-trading.herokuapp.com/" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/stock-trading-app" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Blog-App-1.png" alt="Journal App" /></span>
<h3>Blog</h3>
<p>Ruby on Rails blog app</p>
<ul class="actions stacked">
<li>
<a href="http://www.ians-avion-blog.herokuapp.com/" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/Blog" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="https://github.com/theIanMilan/avion/raw/main/Avion%20Projects/Tic-Tac-Toe/assets/tictactoe_gif.gif" alt="" /></span>
<h3>Emoji Tic-Tac-Toe</h3>
<p>A JavaScript web app that allows users to play Tic-Tac-Toe against an A.I. using emojis on a 3x3 to 7x7 grid.</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Tic-Tac-Toe/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Tic-Tac-Toe" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img
src="https://github.com/theIanMilan/avion/raw/main/Avion%20Projects/Banking%20App/assets/images/Bank-Home.png"
alt="Banking App and Budget Tracker" /></span>
<h3>Banking App and Budget Tracker</h3>
<p>JavaScript Banking App Admin Dashboard and Budget Tracker for users.</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Banking%20App/index.html" target="_blank"
class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Banking%20App" target="_blank"
class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Calculator.png" alt="Calculator Web App" /></span>
<h3>Calculator</h3>
<p>Working Calculator built with JavaScript</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/odin-projects/Calculator/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/odin-projects/tree/main/Calculator" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/EtchSketch.png" alt="Etch-a-sketch" /></span>
<h3>Etch-a-sketch</h3>
<p>Web App built to explore JavaScript onchange events</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/odin-projects/Etch-a-sketch/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/odin-projects/tree/main/Etch-a-sketch" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Momentum.png" alt="Momentum App" /></span>
<h3>Momentum App Clone</h3>
<p>Momentum Chrome Extension clone built to explore Document Object Model (DOM).</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Momentum%20(App)/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Momentum%20(App)" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/RPS.png" alt="Rock Paper Scissors App" /></span>
<h3>Rock-Paper-Scissors</h3>
<p>Rock-Paper-Scissors web game</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/odin-projects/Rock%20Paper%20Scissors/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/odin-projects/tree/main/Rock%20Paper%20Scissors" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Product.png" alt="Product Landing Page" /></span>
<h3>Product Landing Page</h3>
<p>Mockup Landing Page for coffee beans</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Product%20Landing%20Page/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Product%20Landing%20Page" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Chess_Grid.png" alt="Chessboard (Grid)" /></span>
<h3>Chessboard (Grid)</h3>
<p>Chessboard built to learn about Grid</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Chessboard%20(grid)/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Chessboard%20(grid)" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Chess_Flex.png" alt="Chessboard (Flex)" /></span>
<h3>Chessboard (Flex)</h3>
<p>Chessboard built to learn about Flexbox</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Chessboard%20(flex)/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Chessboard%20(flex)" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Survey.png" alt="Survey Form" /></span>
<h3>Survey Form</h3>
<p>Event form mockup to learn about HTML forms</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Survey%20Form/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Survey%20Form" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Tribute.png" alt="Tribute Page" /></span>
<h3>Tribute Page</h3>
<p>First website built with HTML and CSS</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/avion/Avion%20Projects/Tribute%20Page/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/avion/tree/main/Avion%20Projects/Tribute%20Page" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
<section>
<span class="image fit"><img src="images/Projects/Google.png" alt="Google Homepage" /></span>
<h3>Google Homepage</h3>
<p>An attempt to copy the Google Homepage to learn about CSS.</p>
<ul class="actions stacked">
<li>
<a href="https://theianmilan.github.io/odin-projects/Google%20Homepage/index.html" target="_blank" class="button small icon solid fa-eye">Demo</a>
<a href="https://github.com/theIanMilan/odin-projects/tree/main/Google%20Homepage" target="_blank" class="button small icon solid fa-code">Code</a>
</li>
</ul>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<p>Reach me through the following channels:</p>
<ul class="icons">
<!-- <li><a href="#" class="icon brands style2 fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li> -->
<li><a href="https://www.linkedin.com/in/ianmandap/" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="https://www.github.com/theIanMilan" class="icon brands style2 fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon style2 fa-envelope"><span class="label">Email</span></a></li>
</ul>
<p>© Ian Mandap. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</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>