-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
66 lines (58 loc) · 2.62 KB
/
about.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
<!DOCTYPE HTML>
<!--
Alpha by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<link rel="shortcut icon" href="images/icon.ico" />
<title>About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<script src="assets/js/content.js"></script>
</header>
<!-- Main -->
<section id="main" class="container">
<header>
<h2>Generic</h2>
<p>A generic page for every non-generic situation.</p>
</header>
<div class="box">
<span class="image featured"><img src="images/pic01.jpg" alt="" /></span>
<h3>This is a subheading</h3>
<p>I'm 20 years old and I'm on my second year studying a Bachelor of Creative Technologies at Auckland University of Technology.
I've naturally been curious and developed that curiosity to create a mindset that likes to unravel and combine different ideas together. I have mainly used this curiosity to work out the inner workings of the quantitative field, favouring the sciences such as Physics and Chemistry. As I continued on with high school life, I started to use this quantitative knowledge and tried to take a more experimental and explorative path.
Studying Creative Technologies is my approach at improving my conceptual thinking and giving myself the opportunity to be more experimental.</p>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a class="icon fa-twitter" href="https://twitter.com/MarlosmColab?lang=en"><span class="label">Twitter</span></a></li>
<li><a class="icon fa-tumblr" href="http://marlosanmiguel.tumblr.com/"><span class="label">Instagram</span></a></li>
</ul>
<ul class="copyright">
<li>© Marlo San Miguel. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>