-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
261 lines (261 loc) · 8.69 KB
/
Copy pathindex.html
File metadata and controls
261 lines (261 loc) · 8.69 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="style.css" rel="stylesheet" />
<title>Alisa Rose Portfolio</title>
</head>
<body>
<header>
<nav>
<a href="#home">Home</a>
<a href="#projects">Projects</a>
<!-- <a href="#films">Films</a> -->
<a href="#contact">Contact</a>
</nav>
</header>
<main>
<section id="home">
<h1>ALISA ROSE</h1>
<div id="bio">
<h3>Software Engineering Student from Western Australia</h3>
<div class="flex-row">
<ul>
<li>Media</li>
<li>Animation</li>
<li>Web Development</li>
</ul>
<!-- <a href="https://www.linkedin.com/in/alisa-r-703944397/">
<img
src="assets/linkedin_icon.svg"
alt="linkedin icon"
width="28"
height="28"
/>
</a> -->
<a href="https://github.com/Shinetopia">
<img
src="assets/Github_Icon.svg"
alt="github icon"
width="28"
height="28"
/>
</a>
<a
href="mailto:alisarose.air@gmail.com"
onclick="copyEmailToClipboard(event)"
>
<img
src="assets/Email_Icon.svg"
alt="email icon"
width="44"
height="44"
/>
</a>
</div>
</div>
</section>
<section id="projects">
<div class="proj-container active" data-view="colourmania">
<a href="https://colour-mania.onrender.com">
<img class="thumbnail" src="assets/colourmania_thumb 1.png" />
</a>
<p class="spec-title">Colour Mania Specifications</p>
<div class="specifications-grid">
<p class="description">
Web application for data analysis on your ability to differentiate
colours
</p>
<p class="tools">Flask, Bootstrap, SQLAlchemy</p>
<p class="proj-type">University</p>
<div class="flex-row">
<a href="https://colour-mania.onrender.com"
><img
src="assets/Website_Icon.svg"
alt="Website Icon"
width="23"
height="23"
/></a>
<a href="https://colour-mania.onrender.com" class="proj-live"
>Website</a
>
</div>
<div class="flex-row">
<a href="https://github.com/michaelbuwa/The-Agile-Web-Project"
><img
src="assets/Github_Icon_Blue.svg"
alt="Github Icon"
width="23"
height="23"
/></a>
<a
href="https://github.com/michaelbuwa/The-Agile-Web-Project"
class="proj-source"
>Source</a
>
</div>
</div>
</div>
<!-- Robodrone Project -->
<div class="proj-container" data-view="robodrone">
<a href="https://robodrone.codersforcauses.org/">
<img class="thumbnail" src="assets/Robodrone_Thumb.png" />
</a>
<p class="spec-title">Robodrone Specifications</p>
<div class="specifications-grid">
<p class="description">
Leaderboard site to provide information for Australia's Youth
Drone Tournament
</p>
<p class="tools">Figma, React.js, Tailwind CSS, Docker</p>
<p class="proj-type">Volunteering</p>
<div class="flex-row">
<a href="https://robodrone.codersforcauses.org/"
><img
src="assets/Website_Icon.svg"
alt="Website Icon"
width="23"
height="23"
/></a>
<a href="https://robodrone.codersforcauses.org/" class="proj-live"
>Website</a
>
</div>
<div class="flex-row">
<a href="https://github.com/codersforcauses/robodrone"
><img
src="assets/Github_Icon_Blue.svg"
alt="Github Icon"
width="23"
height="23"
/></a>
<a
href="https://github.com/codersforcauses/robodrone"
class="proj-source"
>Source</a
>
</div>
</div>
</div>
<div id="proj-list-container">
<div id="proj-num-bar">
<button data-target="colourmania" class="proj-num-btn active">
01
</button>
<button data-target="robodrone" class="proj-num-btn">02</button>
</div>
<div id="proj-selection">
<h2>Projects</h2>
<ul id="proj-list">
<li>
<button data-target="colourmania" class="proj-title-btn">
Colour Mania <span style="color: #8ba3ab">[2025]</span>
</button>
</li>
<li>
<button data-target="robodrone" class="proj-title-btn">
Robodrone <span style="color: #8ba3ab">[2025]</span>
</button>
</li>
</ul>
</div>
</div>
</section>
<div class="moving-led-separator">
<div class="led-content">
<p class="led-text">THANK YOU FOR VISITING MY SITE!</p>
<p class="led-text">
INTERESTED IN MY WORK? PLEASE DON'T HESITATE TO REACH OUT!
</p>
<p class="led-text">THANK YOU FOR VISITING MY SITE!</p>
<p class="led-text">
INTERESTED IN MY WORK? PLEASE DON'T HESITATE TO REACH OUT!
</p>
</div>
<div class="led-content" aria-hidden="true">
<p class="led-text">THANK YOU FOR VISITING MY SITE!</p>
<p class="led-text">
INTERESTED IN MY WORK? PLEASE DON'T HESITATE TO REACH OUT!
</p>
<p class="led-text">THANK YOU FOR VISITING MY SITE!</p>
<p class="led-text">
INTERESTED IN MY WORK? PLEASE DON'T HESITATE TO REACH OUT!
</p>
</div>
</div>
<section id="learning">
<div class="side-marker"></div>
<div id="learning-container">
<h2>Current Studies: The Odin Project</h2>
<p>Full Stack JavaScript Path</p>
<p>Project Showcase: Sketch-An-Etch</p>
<div class="sketch-container"></div>
</div>
</section>
<div class="wrapper">
<section id="films">
<div id="films-header">
<div class="flex-row">
<img
src="assets/AdobeAnimate_Icon.svg"
width="38"
height="39"
alt="Adobe Animate"
/>
<img
src="assets/DavinciResolve_Icon.svg"
width="44"
height="44"
alt="DaVinci Resolve"
/>
</div>
<p>Short Films 2021 - 2024</p>
</div>
<a
href="https://youtube.com/playlist?list=PLWkR6pjm-KqUsViHsULnFFSEF3jzWJ4RJ&si=__jiswnCJ8jF3eR0"
class="img-wrapper"
>
<img src="assets/Films_Banner.png" alt="Short Films Banner" />
<img
src="assets/ExternalLink_Icon.svg"
class="external-link-icon"
width="28"
height="28"
alt="external link icon"
/>
</a>
</section>
<section id="contact">
<div id="contact-container">
<ul>
<li>CONTACT:</li>
<li>
<a
href="mailto:alisarose.air@gmail.com"
onclick="copyEmailToClipboard(event)"
>EMAIL</a
>
</li>
<li>
<a
href="mailto:alisarose.air@gmail.com"
onclick="copyEmailToClipboard(event)"
>ALISAROSE.AIR@GMAIL.COM</a
>
</li>
<!-- <li>
<a href="https://www.linkedin.com/in/alisa-r-703944397/"
>LINKEDIN</a
>
</li> -->
</ul>
</div>
<p id="copyright">ALISA ROSE © 2026</p>
</section>
</div>
</main>
<footer></footer>
<script src="script.js"></script>
</body>
</html>