-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (130 loc) · 5.64 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Thomas Nouri-Azari</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/headshot.jpg" alt="" /></a>
<h1>
I am <strong>Thomas Nouri-Azari</strong>.
<br> Software Engineer.
<br> Final Year Student @ ANU.
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>About Me.</h2>
</header>
<p>
I am energetic, eager to learn and ready to create real value for people and organisations.
</p>
<p>
Currently based in Canberra, Australia, I'm a B.I.T. and B.Comm. student at the Australian National University and work for the Australian Government as a Software Engineer.
</p>
<p>
Having started my coding journey in high school with basic HTML and JS games based on classic board games like Risk.
I learnt that I enjoy the problem-solving-journey of problem discovery, solution generation and execution.
</p>
<p>
When I'm not studying or working, I'm probably enjoying music <a href="#LENS2022">(or doing both)</a>.
Whether that is performing, listening, collecting, or talking on my university radio show!
</p>
<p>
<a href="#contact-me">I'd love to hear from you!</a>
</p>
</section>
<!-- Two -->
<section id="two">
<h2>Projects.</h2>
<h3>LLMs in Government.</h3>
<p>
<span class="image left"><img src="images/robot.png" alt="Robot emoji" /></span>
Through COMP3820 at ANU, I completed a proof of concept project for the Department of Employment and Workplace Relations showcasing the use of large language models in interpreting,
summarising and explaining complex cyber security policies.
It lead to a cost and benefit understanding of AI in government that has effectively informed future planning.
</p>
<p><strong>Tech:</strong> Cloud, Python, React, IaC</p>
<h3 id="LENS2022">LENS2022.</h3>
<p>
<span class="image right"><img src="images/LENS2022.png" alt="" /></span>
Developed an electronic instrument using PureData and smart phone motion controls.
<br><br>Composed and performed a piece of music for a final performance at Llewellyn Hall, ANU.
<br><br><strong>You can watch the performance here:</strong> <a href="https://www.youtube.com/watch?v=XkXR43q7ZjU" target="_blank">YouTube</a>
</p>
<h3>Too Normal Audio.</h3>
<p>
<span class="image left"><img src="images/Too_Normal_Audio.png" alt="The Too Normal Audio website homepage" /></span>
I created an online magazine about all things music with HTML, CSS and JS.
Using Firebase for authentication, and storing content from the community contribution feature!
</p>
<p>
<strong>Visit here:</strong> <a href="https://stuweb.cecs.anu.edu.au/~u7285974/index.html" target="_blank">Too Normal Audio</a>
<br><i>Some features are temporarily disabled.</i>
</p>
</section>
<!-- Three -->
<section id="three">
<h2 id="contact-me">Contact Me.</h2>
<ul class="labeled-icons">
<li>
<h3 class="icon solid fa-file"><span class="label">My CV</span></h3>
<a href="./u7285974_CV.pdf" target="_blank">My CV.</a>
</li>
<li>
<h3 class="icon brands fa-linkedin"><span class="label">LinkedIn</span></h3>
<a href="https://www.linkedin.com/in/tnouriazari" target="_blank">My LinkedIn.</a>
</li>
<li>
<h3 class="icon brands fa-github"><span class="label">Github</span></h3>
<a href="https://github.com/tomazari" target="_blank">My Github.</a>
</li>
<li>
<h3 class="icon solid fa-envelope"><span class="label">Email</span></h3>
<a href="mailto: [email protected]" target="_blank">[email protected]</a>
</li>
</ul>
</section>
<section id="four">
<p>
© Thomas Nouri-Azari
<br>Design: <a href="http://html5up.net">HTML5 UP</a>
<br>Telstra Tower image by <a href="https://www.flickr.com/photos/pvk/3071721960/">Pascal Vuylsteker</a> licenced under <a href="https://creativecommons.org/licenses/by-sa/2.0/">creative commons.</a>
</p>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://www.linkedin.com/in/tnouriazari" target="_blank" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/tomazari" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto: [email protected]" target="_blank" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.poptrox.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>