-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (186 loc) · 9.11 KB
/
index.html
File metadata and controls
204 lines (186 loc) · 9.11 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Dian Pan</title>
<meta name="description" content="Dian Pan, Full Stack Developer">
<link rel="shortcut icon" href="imgs/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/nav.css">
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Lato:300,400,700'>
</head>
<body>
<div class="wrapper">
<header class="main-header">
<ul class="nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="http://dianpan.github.io/blog/" target="_blank">Blog</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<section id="home" class="row">
<div class="overlay">
<div class="col home-title jiji">
<h1>Dian Pan</h1>
<h2>Full Stack Developer</h2>
</div>
</div>
</section>
<section id="about" class="row">
<div class="page about-content">
<div class="col about-title">
<h3
data-100="-webkit-transform: translateX(100px); opacity:0;"
data-500="-webkit-transform: translateX(0px); opacity:1;"
>About me</h3>
</div>
<div class="col empty"> </div>
<div class="col about-description">
<p
data-100="opacity:0;"
data-500="opacity:1;"
>Curious, creative, passionate about creating beautiful user experiences. Check out my <a href="http://dianpan.github.io/blog/">blog</a> to see how I transitioned from marketing to full stack development.</p>
<a href="https://resume.creddle.io/resume/i9083pnrrl3" class="but" target="_blank">My Resume</a>
</div>
<div class="col empty"> </div>
</div>
</section>
<section id="skills" class="row">
<div class="skills-content page">
<div class="col skills-languages"
data-600="-webkit-transform: translateY(10px); opacity:0;"
data-800="-webkit-transform: translateY(0px); opacity:1;"
>
<ul>
<li>Languages</li>
<li>Ruby</li>
<li>Javascript</li>
<li>HTML5/CSS3</li>
<li>SQL</li>
</ul>
</div>
<div class="col skills-frameworks"
data-600="-webkit-transform: translateY(50px); opacity:0;"
data-800="-webkit-transform: translateY(0px); opacity:1;"
>
<ul>
<li>Frameworks</li>
<li>Ruby on Rails</li>
<li>Sinatra</li>
<li>Capybara</li>
<li>Foundation</li>
</ul>
</div>
<div class="col skills-concepts"
data-600="-webkit-transform: translateY(100px); opacity:0;"
data-800="-webkit-transform: translateY(0px); opacity:1;"
>
<ul>
<li>Concepts</li>
<li>Object Oriented Programming</li>
<li>REST</li>
<li>TDD</li>
<li>Continuous Integration</li>
</ul>
</div>
</div>
</section>
<hr>
<section id="project" class="row">
<div class="project-content page">
<div class="col project-title">
<h3
data-900="-webkit-transform: translateX(-100px); opacity:0;"
data-1300="-webkit-transform: translateX(0px); opacity:1;"
>Projects</h3>
</div>
<div class="col empty"> </div>
<div class="col empty"> </div>
</div>
<div class="project-examples page">
<div class="col project-item"
data-1300="opacity:0;"
data-1400="opacity:1;"
>
<h4>Can I Afford This</h4>
<p>data visualization tool for personal finance</p>
<p><a href="https://github.com/dianpan/Can-I-Afford-This" target="_none">Github</a> | <a href="http://caniaffordthis.herokuapp.com/" target="_none">Site</a></p>
<a href="http://caniaffordthis.herokuapp.com/" target="_none"><img src="imgs/caniaffordthis-homepage.png" alt="Can I Afford This"></a>
</div>
<div class="col project-item"
data-1300="opacity:0;"
data-1400="opacity:1;"
>
<h4>Pique.it</h4>
<p>travel search inspiration app made for the 2015 Emirates Hackathon</p>
<p><a href="https://github.com/piqueit/piqueit" target="_none">Github</a>| <a href="http://piqueit.herokuapp.com" target="_none">Site</a></p>
<a href="http://piqueit.herokuapp.com" target="_none"><img src="imgs/piqueit.png" alt="travel inspiration"></a>
</div>
<div class="col project-item"
data-1300="opacity:0;"
data-1400="opacity:1;"
>
<h4>Dev Connect</h4>
<p>subscription based site where users can connect to a community of investors, entrepreneurs and developers</p>
<p><a href="https://github.com/dianpan/dev-connect" target="_none">Github</a> | <a href="http://dev-connections.herokuapp.com" target="_none">Site</a></p>
<a href="http://dev-connections.herokuapp.com" target="_none"><img src="imgs/dev-connect.png" alt="make connections"></a>
</div>
</div>
<div class="project-examples page">
<div class="col project-item"
data-1300="opacity:0;"
data-1400="opacity:1;"
>
<h4>Sweet Tooth</h4>
<p>Find all of the ice cream spots within a half mile radius of your location.</p>
<p><a href="https://github.com/dianpan/sweet-tooth" target="_none">Github</a> | <a href="http://sweet-tooth.herokuapp.com/" target="_none">Site</a></p>
<a href="http://sweet-tooth.herokuapp.com/" target="_none"><img src="imgs/sweet_tooth_map.png" alt="Sweet Tooth"></a>
</div>
<div class="col project-item"
data-1300="opacity:0;"
data-1400="opacity:1;"
>
<h4>Dev Profiler</h4>
<p>A single page app to search for and see anyone's Github profile and repos.</p>
<p><a href="https://github.com/dianpan/dev_profiler" target="_none">Github</a></p>
<a href="https://github.com/dianpan/dev_profiler" target="_none"><img src="imgs/dev_profiler.png" alt="github profiles"></a>
</div>
</div>
</section>
<hr>
<section id="contact" class="row">
<div class="contact-content page">
<div class="col contact-title">
<h3
data-100="-webkit-transform: translateX(100px); opacity:0;"
data-500="-webkit-transform: translateX(0px); opacity:1;"
>Contact</h3>
</div>
<div class="col empty"> </div>
<div class="col contact-description">
<a href="mailto:dian.di.pan@gmail.com" class="but">dian.di.pan@gmail.com</a>
</div>
<div class="col empty"> </div>
<div class="col span_12 social">
<a class="icon-github" href="https://github.com/dianpan" target="_blank"></a>
<a class="icon-twitter" href="https://twitter.com/lookgoodandwin" target="_blank"></a>
<a class="icon-linkedin" href="https://www.linkedin.com/in/dianpan" target="_blank"></a>
</div>
</div>
</section>
<footer id="footer" class="row">
<div class="footer-content page">
<div class="col f1">
<p>Copyright © 2015</p>
</div>
</div>
</footer>
</div>
<div class="loader"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/skrollr.js"></script>
<script src="js/main.js"></script>
</body>
</html>