-
Notifications
You must be signed in to change notification settings - Fork 0
/
eurofab.html
175 lines (161 loc) · 8.63 KB
/
eurofab.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
<!DOCTYPE html>
<!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
<!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
<!--[if IE 8]><html class="preIE9"><![endif]-->
<!--[if gte IE 9]><!-->
<html>
<!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- Theme Color for Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#F5F5F5">
<!-- Short description of the document (limit to 150 characters) -->
<meta name="description" content="Hi, I'm Warren. I am a passionate and versatile UX and Visual designer based in Toronto, Canada.">
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<!-- Control the behavior of search engine crawling and indexing -->
<meta name="robots" content="index,follow"><!-- All Search Engines -->
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
<!-- Tells Google not to show the sitelinks search box -->
<meta name="google" content="nositelinkssearchbox">
<!-- Tells Google not to provide a translation for this document -->
<meta name="google" content="notranslate">
<!-- Verify website ownership -->
<!-- <meta name="google-site-verification" content="verification_token"> -->
<!-- Short description of your document's subject -->
<meta name="subject" content="UX Designer Portfolio Website">
<!-- Gives a general age rating based on the document's content -->
<meta name="rating" content="General">
<!-- Disable automatic detection and formatting of possible phone numbers -->
<meta name="format-detection" content="telephone=no">
<!-- Geo tags -->
<meta name="geo.region" content="Canada">
<meta name="geo.placename" content="Toronto, Ontario">
<title>Warren Yen | Eurofab</title>
<meta name="author" content="Warren Yen">
<link rel="stylesheet" href="/styles.scss" type="text/css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-Y']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') +
'.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<main id="swup" class="transition-fade">
<!-- nav -->
<nav id="myNav" class="navbar fixed-top navbar-expand-lg bg-light transition-fadeInDown">
<a class="navbar-brand" href="/">
<img src="/img/warren_yen_logo.svg" alt="Warren Yen Logo">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navCollapse" aria-controls="hamburgerMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navCollapse">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="/">Projects <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about.html">About Me</a>
</li>
<!-- resume PDF doc -->
<li class="nav-item">
<a class="nav-link" href="/warrenyen_resume.pdf" download="Warren_Yen_CV">Resume</a>
</li>
<!-- resume PDF doc -->
</ul>
</div>
</nav>
<!-- /nav -->
<div class="container mt-4 pt-4">
<!-- header: one column, full-width, centered variation -->
<div class="jumbotron jumbotron-fluid rounded p-5 mt-4 bg--eurofab">
<div class="row d-flex">
<div class="col-md-6 flex-right flex-center-sm">
<img class="w-100" src="/img/eurofab_top.png" alt="">
</div>
<div class="col-md-6 flex-left flex-center-sm pt-4 pb-0 px-2">
<h1 class="font-weight-bold">Eurofab</h1>
<p class="m-0">Cross platform blockchain wallet, exchange, markets and news - all in one app.</p>
</div>
</div>
</div>
<!-- /header -->
<!-- text component -->
<div class="row">
<div class="col-sm-12 pt-3">
<h1 class="pb-3">Overview</h1>
<p>This high-end fabric store needed a website to showcase their products. A <span class="font-weight-bold">custom built backend inventory system</span> was also required to manage all the products.</p>
<hr class="my-5"/>
</div><!--end col-->
<div class="col-sm-12">
<h1 class="pb-3">Challenges and Solutions</h1>
<p>With the large amount of products, the challenge was creating a management system that was robust, scalable, yet easy to use. In addition, user administration with full user access control needed to be created.</p>
<p>The large amount of diversity of within the products created a challenge with categorization. Eurofab needed the ability to create any category and associated sub-categories, and edit or remove them in real-time. The <span class="font-weight-bold">system needed to be flexible</span> enough to handle all use cases, yet easy enough to use for the staff.</p>
</div>
<!-- 1 column image row -->
<div class="col-sm-12 py-3">
<img class="w-100 mb-3" src="/img/eurofab_home.png" alt="">
</div>
<!-- 1 column image row -->
<div class="col-sm-12">
<h3>Product Management</h3>
<p>Eurofab's entire inventory that appears on the store front is managed by an administrator back-end. Staff can add categories, sub-categories, product images, and even custom fields.</p>
<p>Staff can also create photo galleries to showcase their product line.</p>
</div>
<!-- 1 column image row -->
<div class="col-sm-12 py-3">
<img class="w-100 mb-3" src="/img/eurofab_backend.png" alt="">
</div>
<!-- 1 column image row -->
<div class="col-sm-12">
<h3>Fully Responsive</h3>
<p>Though initially designed for desktop, the site was re-configured at a later stage for tablet and mobile.</p>
</div>
<!-- 1 column image row -->
<div class="col-sm-12 py-3">
<img class="w-100 mb-3" src="/img/eurofab_responsive.png" alt="">
</div>
<!-- 1 column image row -->
</div><!-- /end row-->
</div><!--/end container-->
<!-- footer -->
<footer>
<div class="row my-3">
<div class="offset-sm-2"></div>
<div class="col-sm-4 flex-right flex-center-sm p-3">
<a href="mailto:[email protected]" target="_blank">
<img src="/img/mail-icon.svg" alt=""> <span>[email protected]</span>
</a>
</div>
<div class="col-sm-4 flex-left flex-center-sm p-3">
<a href="https://www.linkedin.com/in/warren-yen-toronto/" target="_blank">
<img src="/img/linkedin-icon.svg" alt=""> <span>tinyurl.com/sn4bmmx</span>
</a>
</div>
<div class="offset-sm-2"></div>
<div class="col-sm-12 text-center">
<p id="copyright" class="my-3"></p>
</div>
</div>
</footer>
<!-- /end footer -->
<!-- end main -->
</main>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js" type="text/javascript"></script>
<script src="/index.js"></script>
</body>
</html>