-
Notifications
You must be signed in to change notification settings - Fork 0
/
index 2.html
156 lines (141 loc) · 6.97 KB
/
index 2.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112307082-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112307082-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="img/favicon.ico"/>
<title>Huaiwei Sun | Philosophia</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Loaded font -->
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet">
<!-- Main CSS -->
<link rel="stylesheet" href="css/styles.css">
<!-- Navigation Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<style>
body{
background-color: rgb(250,250,250);
}
</style>
</head>
<body class="first">
<!-- Page Content -->
<div class="container-fluid">
<!-- Navigation -->
<div id="header">
<div class="row">
<div class="header-content clearfix col-lg-12">
<a class="logo" href="#"><img src="img/logo.png" alt="Huaiwei Sun"></a>
<nav id='navigation' class="navigation" role="navigation">
<ul class="primary-nav">
<li><a href="#" style="color: #FF9C21;">Projects</a></li>
<!-- <li><a href="profile.html">Profile</a></li> -->
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<a href="#" class="nav-toggle">Menu<span></span></a>
</div>
</div>
</div>
<!-- Intro -->
<div class="row">
<div class="introduction_laptop">
<div class="col-lg-6 col-lg-push-2 col-md-6 col-md-push-2 col-sm-6 col-sm-push-2">
<p class="intro_laptop_1">
Hi there,
</p>
<p class="intro_laptop_2">I’m Huaiwei Sun. A passionate designer with philosophía</p>
</div>
</div>
</div>
<div class="row introduction_laptop">
<div class="col-lg-3 col-lg-push-5 col-md-3 col-md-push-5 col-sm-3 col-sm-push-5" >
<p class="intro_laptop_3">Connecting the dots through reading, thinking and creating</p>
</div>
</div>
<div class="row">
<div class="col-lg-12 footer introduction_laptop" >
<span class="signature-1">
<a href="https://www.linkedin.com/in/scottsun94/" target="_blank" style = "color: rgb(150,150,150);">© 2019 Huaiwei Sun</a>
|
</span>
<span class="signature-2">
Thanks to all the amazing libraries and inspirations
</span>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-12 introduction_mobile">
<p class="intro_mobile_1">Hi there</p>
<p class="intro_mobile_2">I’m Huaiwei Sun. A passionate designer with philosophía</p>
</div>
</div>
<div class="row">
<div class="col-8 col-sm-8 col-xs-10 introduction_mobile">
<p class="intro_mobile_3">Connecting the dots through reading, thinking and creating</p>
<div class="arrow_down_mobile">
<a href="#secondPage"><img src="img/arrow.png"></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 footer introduction_mobile" >
<span class="signature-1">
<a href="https://www.linkedin.com/in/scottsun94/" target="_blank" style = "color: rgb(150,150,150);">© 2019 Huaiwei Sun</a>
|
</span>
<span class="signature-2">
Thanks to all the amazing libraries and inspirations
</span>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<!-- Bootstrap required JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Responsive navigation control -->
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/main.js"></script>
<!-- <script src="js/retina.min.js"></script> -->
<!-- <script src="js/modernizr.js"></script> -->
<!-- <script src="js/main-dev.js"></script> -->
<!-- Nodes garden animation -->
<script src="js/animation.js"></script>
<!-- Fade in animation -->
<script src="js/jquery-ui.js"></script>
<!-- Disable Hover on mobile -->
<script type="text/javascript" src="js/hover_fix_mobile.js"></script>
<!-- customized js for scroll & fadein effect -->
<script type="text/javascript">
$(document).ready(function() {
/* Every time the window is scrolled ... */
$(window).scroll( function(){
/* Check the location of each desired element */
$('.hideme').each( function(i){
var bottom_of_object = $(this).offset().top + $(this).outerHeight();
var bottom_of_window = $(window).scrollTop() + $(window).height();
/* If the object is completely visible in the window, fade it it */
if( bottom_of_window > bottom_of_object ){
$(this).animate({'opacity':'1'},500);
}
});
});
});
</script>
</body>
</html>