-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen.html
91 lines (77 loc) · 3.39 KB
/
en.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
<!doctype html>
<html lang="Default">
<head>
<meta charset="utf-8">
<meta name="keywords" content="UI/UX Desiner, Product Designer, Zeallean, Z2.design">
<meta name="description" content="A product designer's website.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="./css/animate.min.css">
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,800,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/blocs.min.js"></script>
<script src="./js/lazysizes.min.js" defer></script>
<title>Zeallean | A product designer</title>
<!-- Google Analytics -->
<!-- Google Analytics END -->
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- bloc-1 -->
<div class="bloc bgc-black none bloc-fill-screen d-bloc" id="bloc-1">
<div class="container">
<div class="row">
<div class="col-sm-5">
<img src="img/lazyload-ph.png" data-src="img/图层%201@0,25x.png" width="250" srcset="img/图层%201@0,25x.png 2x" class="image-resize-mode mg-sm center-block avatar-img none animSpeedLazy fadeInLeft animated lazyload" />
</div>
<div class="col-sm-7">
<h2 class="section2 mg-lg-xs text-center-xs animDelay04 animSpeedSlow fadeIn mg-clear animated">
Hello! Zeallean here. <br>I am a product designer. <br>
</h2>
<div class="content">
<p class=".write-up mg-clear animDelay08 fadeIn animSpeed10 text-left-xs animated">
<a href="mailto:[email protected]" target="_blank">I believe products should help people.They should enable people to become better versions of themselves. Better versions, as defined by themselves. I believe at their core, products should improve human experiences and complement the human condition.This is why I design. <br>Email is the best way to reach me: </a><a href="index.html">[email protected]</a>.<br>
</p>
<div class="row bottom-sec">
<div class="col-sm-8">
<div>
<ul class="list-horizontal-layout list-unstyled fadeIn animSpeedLazy animDelay2 social-links animated">
<li>
<a href="https://www.behance.net/zeallean" class="pull-left ltc-manatee">Behance</a>
</li>
<li>
<a href="https://dribbble.com/zeallean" class="ltc-manatee">Dribbble</a>
</li>
<li>
<a href="https://www.linkedin.com/in/zeallean/" class="ltc-manatee">Linkedin</a>
</li>
<li>
<a href="http://z2.design" class="ltc-manatee">Z2.Design</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-1 END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"><span class="fa fa-chevron-up"></span></a>
<!-- ScrollToTop Button END-->
</div>
<!-- Main container END -->
<!-- Preloader -->
<div id="page-loading-blocs-notifaction"></div>
<!-- Preloader END -->
</body>
</html>