-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
110 lines (87 loc) · 3.37 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
<!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>Marlo San Miguel</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 class="landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<script src="assets/js/content.js"></script>
</header>
<!-- Banner -->
<section id="banner" class="banner">
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</section>
<!-- Main -->
<section class="container" id="main">
<section class="box special">
<header class="major">
<h2>This website is currently under development</h2>
<p>This is a collection of my work, ranging from modular product design to research towards sleeping methods.</p>
</header>
</section>
<div class="row">
<div class="6u 12u(narrower)">
<section class="box special"><span class="image featured"><a href="idigiation.html"><img alt="" src="images/idigiation.jpg" /></a></span>
<a href="idigiation.html"><h3>I-digi-ation</h3></a>
<p>I-digi-ation is my attempt to bridge the gap between what's physical and what's digital. Its main goal is to replace conventional ways of interacting through the use of a mouse and keyboard.</p>
<ul class="actions">
<li><a class="button alt" href="idigiation.html">Learn More</a></li>
</ul>
</section>
</div>
<div class="6u 12u(narrower)">
<section class="box special"><span class="image featured"><a href="respace.html"><img alt="" src="images/respaceBanner.jpg" /></a></span>
<a href="respace.html"><h3>Respace Project</h3></a>
<p>Respace Project is our attempt at forming a space-efficient standard for all future furniture. Its primarily tackling the issue
of the increasing population in relation to the limited amount of land we have to accommodate the growth.</p>
<ul class="actions">
<li><a class="button alt" href="respace.html">Learn More</a></li>
</ul>
</section>
</div>
</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>