-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
72 lines (61 loc) · 3.72 KB
/
about.html
File metadata and controls
72 lines (61 loc) · 3.72 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
<!DOCTYPE html>
<html>
<head>
<title>About Me Najorae</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- link the webpage's stylesheet -->
<link rel="stylesheet" href="/style.css" />
<!-- link the webpage's JavaScript file -->
<script src="/script.js" defer></script>
</head>
<body>
<header>
<div class="container">
<img width="145" src="assets/NJ.gif" alt="A reocurring gif of my initials, NTK, with a red heard above and a black and blue audio wave below in a grey white-outlined circle. The circle slowly appears in a blue backgrounded square along with purple and pink hearts in each corner."/>
<h1 class="textCenter" style="padding-left: 6%;">About</h1>
</div>
</header>
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="STEM.html">STEM</a>
</li>
<li>
<a href="music.html">Music</a>
</li>
<li>
<a href="Video Games.html">Video Games</a>
</li>
<li>
<a href="Social Justice.html">Social Justice</a>
</li>
</ul>
</nav>
<main>
<p>Najorae is a recent high school graduate who studied Audio Production & Engineering following 6 years of Vocal Music. At 3 years old, Najorae wrote and recorded their first song which was put on HBO's documentary ¨Family is a Family.¨ Since then they have written, composed, recorded, produced, arranged, sung, mixed, and mastered their own and other´s music along with working on podcasts, sound for short films, and audio books on Logic Pro X and Pro Tools. They have performed with OSA choirs at the Fox Theater, was the lead in Starmites run by Bay Area Zeta Players, has performed with Young Gifted & Black, and have recorded for and performed with their dad who intermixes science with Hip-Hop.</p>
<p>Najorae was in an organization for young Black girls where they planned the Black Girls March Oakland. At OSA, they have led the Queer & Trans Club for three years and are on the Board of Students of Color. With Zeta Phi Beta, Najorae has volunteered to help feed the homeless. They also attended a 10 week High School Engineering Program with UC Berkeley where they cultivated an environmentally friendly, community oriented tiny homes project on AutoCAD for unhoused communities. On scratch, with block based coding, Najorae created their first game, The Adventures of Starbuck of Stanley, incorporating a self made soundtrack, which led to teaching a few Block Based Coding workshops to Black youth. Najorae plans to create their second video game on Unity, expand their knowledge of coding languages, and release an album or EP.</p>
<p><img id="learner" class="imgCenter" src="assets/learner.png" alt="How I see myself as a learner: A reshaper, helper, perfectionist, and distracted procastinator."/></p>
<div class="textCenter">
<p>
<a href="assets/Resume.pdf" target="_blank" rel="noopener" rel="norefer">My Resume</a> || <a href="assets/A Story of Development .pdf" target="_blank" rel="noopener" rel="norefer">A Story of Development (2020)</a> || <a href="assets/CV.pdf" target="_blank" rel="noopener" rel="norefer">My CV</a>
</p>
</div>
<div class="textCenter">
<p>
<audio controls autoplay class="prettyAudio">
<source src="https://www.dropbox.com/s/mljxeitpffdq0xk/breeze.wav?raw=1" />
Your browser does not support the audio element.
</audio>
</p>
</div>
</main>
</body>
</html>