-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
82 lines (66 loc) · 3.84 KB
/
Copy pathabout.html
File metadata and controls
82 lines (66 loc) · 3.84 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
<!DOCTYPE HTML>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MJEYZTSHCP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MJEYZTSHCP');
</script>
<title>About Me</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" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="#" class="image avatar"><img src="images/me.jpg" alt="" /></a>
<h1><strong>I'm Mitchell</strong>, a dedicated software engineering student at curtin university
with a keen interest in .NET, Java and backend development.<br />
</div>
<div id="nav-menu" class="left-section">
<ul class="actions stacked">
<li><a href="index.html" class="button">Home</a></li>
<li><a href="about.html" class="button">About Me</a></li>
<li><a href="portfolio.html" class="button">Portfolio</a></li>
</ul>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>Final Year Software Engineering Student</h2>
</header>
<p>Building user-focused applications across web, mobile, and distributed systems.<br /> Currently exploring advanced techniques in AI, distributed computing, and intuitive UI design</p>
</section>
<p><span class="image left"><img src="images/aboutMePhoto.jpg" alt="" /></span> I’m a passionate software developer with a strong foundation in programming and a keen interest in crafting innovative solutions. I completed my Certificate IV in Programming at South Metro TAFE, where I built a solid technical base and honed my skills in software development. Currently, I’m pursuing a Bachelor of Computing with a major in Software Engineering at Curtin University, where I maintain an 82 CWA. My academic journey has allowed me to deepen my knowledge in designing and implementing complex systems, and I’ve grown to appreciate the intricate problem-solving involved in modern software engineering.</p>
<br/><br/><br/>
<p><span class="image right"><img src="images/curtin_Icon.jpg" alt="" /></span>My areas of expertise and interest lie in .NET, Java, mobile development, and distributed computing. These fields resonate with my passion for building scalable, user-centric applications that enhance everyday experiences. Whether it's developing intuitive mobile applications, designing distributed systems, or optimizing backend processes, I’m always eager to explore and push the boundaries of technology. I’m constantly learning, growing, and seeking opportunities to turn my knowledge and skills into impactful solutions.</p>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/mEp3ii2" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:pontague.mitchell@gmail.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Mitchell Pontague</li><li>Design: <a href="http://html5up.net">HTML5 UP</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>