-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.html
176 lines (161 loc) · 5.32 KB
/
design.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE HTML>
<!--
Forty by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Yuwen's Portfolio - Projects</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" />
<link rel="stylesheet" href="assets/css/noscript.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html" class="logo"><strong>Yuwen</strong> <span>Hu</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="design.html">Design</a></li>
<li><a href="aboutMe.html">About Me</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner" class="major">
<div class="inner">
<header class="major">
<h1>Design</h1>
</header>
<div class="content">
<p>Gallery of my modelling works and graphic design</p>
</div>
</div>
</section>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one" class="spotlights">
<section>
<a href="./design/roomCorner.html" class="image">
<img src="images/design/roomCorner_cover.jpg" alt="" data-position="center center" />
</a>
<div class="content">
<div class="inner">
<header class="major" style="width:auto">
<h3>Room Corner</h3>
</header>
<p>A room in the imagination world</p>
<ul class="actions">
<li><a href="./design/roomCorner.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="./design/2_5D.html" class="image">
<img src="images/design/2_5D_cover.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major" style="width:auto">
<h3>2.5 Dimension</h3>
</header>
<p>A evolution of 2D paper</p>
<ul class="actions">
<li><a href="./design/2_5D.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="./design/seeking.html" class="image">
<img src="images/design/seeking_cover.jpg" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major" style="width:auto">
<h3>Seeking</h3>
</header>
<p>A story of a little monster</p>
<ul class="actions">
<li><a href="./design/seeking.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="./design/contrast.html" class="image">
<img src="images/design/contrast_cover.png" alt="" data-position="top center" />
</a>
<div class="content">
<div class="inner">
<header class="major" style="width:auto">
<h3>Contrast</h3>
</header>
<p>A collection of drawings that only use white and black</p>
<ul class="actions">
<li><a href="./design/contrast.html" class="button">Learn more</a></li>
</ul>
</div>
</div>
</section>
</section>
<!-- Two -->
<section id="two">
<div class="inner">
<p>See the projects that I made or participated</p>
<ul class="actions">
<li><a href="projects.html" class="button next">Projects</a></li>
</ul>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a target="_blank" rel="noopener noreferrer"
href="https://www.facebook.com/profile.php?id=100028883561366"
class="icon brands alt fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/oscilloscope98/"
class="icon brands alt fa-instagram"><span class="label">Instagram</span></a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/Oscilloscope98"
class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a target="_blank" rel="noopener noreferrer"
href="https://www.linkedin.com/in/yuwen-hu-103323179"
class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© 2022 Yuwen Hu. All Rights Reserved</li>
<li>Design: <a target="_blank" rel="noopener noreferrer" href="https://html5up.net">HTML5 UP</a>
Forty</li>
<li>License: <a target="_blank" rel="noopener noreferrer"
href="http://creativecommons.org/licenses/by/3.0/">CCPL</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.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>
<script>
window.location.hash = '#design';
</script>
</body>
</html>