-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebwork.html
More file actions
119 lines (96 loc) · 5.25 KB
/
webwork.html
File metadata and controls
119 lines (96 loc) · 5.25 KB
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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="styles/style.css">
<title>E Portfolio-WEBSITE WORK</title>
</head>
<body>
<div id="mynavbar" class="mynavbar perfect-center">
<img class="navicon" src="images/escx_white.png">
<div>
<div id="rspNavBar" class="navbar">
<a href="index.html">HOME</a>
<div class="dropdown">
<a href="work.html" class="active">WORK</a>
<div class="dropdown-content">
<a href="webwork.html">WEB</a>
<a href="graphic_design.html">GRAPHIC</a>
</div>
</div>
<a href="javascript:void(0)"; style="font-size: 15px;" class="icon" onclick="responsiveNav()">☰</a>
</div>
</div>
</div>
<div style="background-color: #ffe0b2;padding: 40px 0;">
<div class="flex-row">
<div class="flex-column-quarter"></div>
<div class="flex-column-half perfect-center web-display"><img src="images/work/vc%20display_1@0,5x.png" style="width: 100%;height: auto" ></div>
<div class="flex-column-quarter"></div>
</div>
<div class="flex-row">
<div class="flex-column-athird"></div>
<div class="flex-column-athird">
<p2 class="brief-web">I built a website for E Verify Services in early 2017. The website provides due diligence services upon companies locates in China. <br style="line-height: 3em">
The website was based on WordPress with E-commerce installed per request.<br style="line-height: 1em">
</p2>
</div>
<div class="flex-column-athird"></div>
</div>
</div>
<div style="background-color:#ABDEED;padding: 40px 0">
<div class="flex-row">
<div class="flex-column-quarter"></div>
<div class="flex-column-half perfect-center web-display"><img src="images/work/2HBC@0,5x.png" style="width: 100%;height:auto;"></div>
<div class="flex-column-quarter"></div>
</div>
<div class="flex-row">
<div class="flex-column-athird"></div>
<div class="flex-column-athird">
<p2 class="brief-web">The TwoHandbag Investment Club was founded to support equal opportunity and gender diversity. As a female front-end developer myself, I appreciate the opportunity they gave me to contribute to promoting equality and female entrepreneur.<br style="line-height: 3em">
The website itself is fairly simple, a blog section serves as a community bring all working females together to share their thoughts and have their voice heard. A real-time social media feed section keeps the website active and interactive. <br style="line-height: 1em">
</p2>
</div>
<div class="flex-column-athird"></div>
</div>
</div>
<div style="background-color:#ffe6e6;padding: 40px 0;">
<div class="flex-row">
<div class="flex-column-quarter"></div>
<div class="flex-column-half perfect-center web-display"><img src="images/work/wertheim%20display@0,5x.png" style="width: 100%;height: auto"></div>
<div class="flex-column-quarter"></div>
</div>
<div class="flex-row">
<div class="flex-column-athird"></div>
<div class="flex-column-athird">
<p2 class="brief-web">Many western companies expand their market to Asia especially China. Wertheim Piano is one of them. They needed a website for the potential market in China where they present their wide-range pianos and promote the brand.<br style="line-height: 3em">
A darker tone as main theme color along with their golden color logo represents the classic and mature nature of the brand.
</p2><br style="line-height: 1em">
</div>
<div class="flex-column-athird"></div>
</div>
</div>
<div class="gotop-btn">
<a href="#mynavbar"><img src="https://eschenx.github.io/images/top.png" style="width:40px;z-index:4"></a>
</div>
<footer class="footer">
<div id="contact">
<div style="text-align:center">
<a href="https://github.com/ESCHENX" target="_blank" title="Facebook"><img src="/images/GitHub-Mark-64px.png" class="social-icon" style="padding: 13px 13px"></a>
<a href="mailto:esther.chenx@gmail.com" target="_blank" title="Email To Me"><img src="/images/email_logo.png" class="social-icon"></a>
<a href="https://www.upwork.com/o/profiles/users/_~0130be18f1a55199c2/" target="_blank" title="UpWork"><img src="images/upwork.ico" class="social-icon"></a>
<a href="https://www.fiverr.com/s2/cac5751f4b" target="_blank" title="Fiverr"><img src="images/fiverr-logo-01.png" class="social-icon"></a>
</div>
</div>
<div class="footer-text">
<p2> © 2018 All rights reserved by <a href="mailto:esther.chenx@gmail.com" target="_blank" title="EmailMe" style="color: darkslategray;font-weight: bold">EstherChen</a> </p2>
</div>
<br>
</footer>
<script src="scripts/JavaScript.js"></script>
</body>