-
Notifications
You must be signed in to change notification settings - Fork 0
/
design.html
129 lines (122 loc) · 6.21 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Ken Chen's UX/UI Design Portfolio">
<meta name="author" content="Ken Chen">
<meta name="keywords" content="KC, kenchen, UX/UI, Interaction, Design">
<link rel="icon" href="../../favicon.ico">
<title>Ken Chen's UX Portfolio - Design</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">-->
<!-- Custom styles for this template -->
<link href="css/cover.css" rel="stylesheet">
<!-- <script src="js/ie-emulation-modes-warning.js"></script>-->
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<!-- main content -->
<div class="inner cover">
<div class="row">
<div class="col-md-8 col-md-offset-2l col-sm-12 main-header">
<h1>I move squares around, professionaly</h1>
<hr />
</div>
</div>
<!-- <div class="row">
<div class="col-md-6 col-sm-6 work-card-outer">
<a href="http://www.kenchendesign.com/artfuse">
<div class="work-card-inner work-card-BG" style="background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.36)), url(img/webcard/artfuse-web-card.jpg)">
<p class="work-card-heading"> <b>Data Validation</b><br>Lorem Ipsum Dolor Situm</p>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 work-card-outer">
<a href="http://www.kenchendesign.com/volu">
<div class="work-card-inner work-card-BG" style="background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.40)), url(img/webcard/volu-web-card.jpg)">
<p class="work-card-heading"><b>Entity</b><br>Not the Spooky Kind</p>
</div>
</a>
</div>
<div class="col-md-6 col-sm-6 work-card-outer">
<a href="http://www.kenchendesign.com/cm-square">
<div class="work-card-inner work-card-BG" style="background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.36)), url(img/webcard/cm2-web-card.jpg)">
<p class="work-card-heading"> <b>CM Square</b><br>Investing in Real Estate, 1cm² at a time</p>
</div>
</a>
</div> -->
<div class="row">
<div class="col-sm-12 content-list mb-3">
<p>
<a href="https://dk4jo3.github.io/abnormal-crypto-volume-alert/" target="_blank">
CM Square</b>Investing in Real Estate, 1cm² at a time
<br><small>(HTML, CSS, JS, Python)</small></a>
</p>
</div>
<div class="col-sm-12 content-list">
<p>
<a href="https://dk4jo3.github.io/are-alts-bleeding" target="_blank">
Entity: Not the Spooky Kind
<br><small>(HTML, CSS, JS, Python)</small></a>
</p>
</div>
<div class="col-sm-12 content-list">
<p>
<a href="https://dk4jo3.github.io/are-alts-bleeding" target="_blank">
Business Data Validation: Centralize and Quantify Data Checks
<br><small>(HTML, CSS, JS, Python)</small></a>
</p>
</div>
<div class="col-sm-12 content-list">
<p>
<a href="https://dk4jo3.github.io/are-alts-bleeding" target="_blank">
Voice & Tone Guideline: Make People Write Good
<br><small>(HTML, CSS, JS, Python)</small></a>
</p>
</div>
</div>
</div>
<!-- footer -->
<div id="footer"></div>
</div>
</div>
</div>
<!-- </div> -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!--
<script>
window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')
</script>
-->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- <script src="js/ie10-viewport-bug-workaround.js"></script>-->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/header_footer.js"></script>
<script>
(function(h, o, t, j, a, r) {
h.hj = h.hj || function() {
(h.hj.q = h.hj.q || []).push(arguments)
};
h._hjSettings = {
hjid: 2357808,
hjsv: 6
};
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</body>
</html>