-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (94 loc) · 5.34 KB
/
index.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
<!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">
<title>Ziying Zhang: Design and Build</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Courgette' rel='stylesheet' type='text/css'>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- start of main screen -->
<div id="loading-spinner">
<img src="img/loader.gif" id="loading-spinner-image" class="img-responsive">
</div>
<div class="container center vpadding fullheight margin-none">
<div class="hero-unit vpadding2">
<h1 class="fadein fancy-font"><a href="#aboutme">Ziying Zhang</a></h1>
</div>
<div class="row">
<div class="col-md-4 vpadding">
<h3 class="fadein"><strong>Engineering Student</strong> part-time</h3>
</div>
<div class="col-md-4 vpadding">
<h3 class="fadein"><strong>Developer</strong> part-time</h3>
</div>
<div class="col-md-4 vpadding">
<h3 class="fadein"><strong>Dream Chaser</strong> full-time</h3>
</div>
</div>
<a href="#aboutme"><button type="button" id="btn-anim" class="btn btn-primary btn-lg vpadding">Find out more <span class="glyphicon glyphicon-collapse-down"></span></button></a>
</div>
<!-- End of main screen -->
<!-- Start of intro section-->
<div class="jumbotron margin-none margin-none">
<div class="container" id="aboutme">
<h2>Hey there! I'm Zi, nice to meet you.</h2>
<div class="row">
<div class="col-md-6" style="padding-top:20px;">
<img src="img/IMG_9997.jpg" class="img-responsive img-rounded" alt="Ziying Zhang">
</div>
<div class="col-md-6 margin-none">
<h2><span class="glyphicon glyphicon-user"></span> About me</h2>
<p>I'm an aspiring innovator passionate about improving human interaction with technology. Naturally, I love building usable products that have the potential to make people's lives easier. At the <a href="https://uwaterloo.ca/systems-design-engineering/" target="_blank">University of Waterloo</a>, I'm studying how to do just that.</p>
<p>Outside the classroom, I'm the Lead Front-End Developer at <a href="http://nspire.org" target="_blank">Nspire</a>, where we're building the website and platform to connect, empower, and inspire Canada's business and technology leaders. I've interned with industry leaders like <a href="http://www.genesys.com/" target="_blank">Genesys</a> and <a href="http://www.chapters.indigo.ca/home/" target="_blank">Indigo</a>, where I've learned how to make valuable contributions in software development and internet marketing.</p> <p>I'm ready to tackle the next big challenge.</p>
<a href="doc/ZiyingCV.pdf" target="_blank"><button type="button" id="btn-anim" class="btn btn-primary btn-lg">Check out my résumé <span class="glyphicon glyphicon-file"></span></button></a>
</div>
</div>
</div>
</div>
<!-- End of intro section -->
<!-- Start of footer -->
<div id="footer" class="container-fluid">
<h2><span class="glyphicon glyphicon-globe"></span> Connect with me </h2>
<div class="row">
<div class="col-xs-2 center">
<a href="mailto:zy8zhang@uwaterloo.ca?subject=Let's chat"><img src="img/email.png" class="img-responsive" alt="email"></a>
</div>
<div class="col-xs-2 center">
<a href="http://www.linkedin.com/in/amaziying" target="_blank"><img src="img/linkedin.png" class="img-responsive" alt="linkedin"></a>
</div>
<div class="col-xs-2 center">
<a href="https://github.com/amaziying" target="_blank"><img src="img/github.png" class="img-responsive" alt="github"></a>
</div>
<div class="col-xs-2 center">
<a href="https://twitter.com/ziyingz" target="_blank"><img src="img/twitter.png" class="img-responsive" alt="twitter"></a>
</div>
<div class="col-xs-2 center">
<a href="https://www.facebook.com/amaziying" target="_blank"><img src="img/facebook.png" class="img-responsive" alt="facebook"></a>
</div>
<div class="col-xs-2 center">
<a href="http://instagram.com/amaziying" target="_blank"><img src="img/instagram.png" class="img-responsive" alt="instagram">
</a></div>
</div>
<p style="padding-top:20px;">New website + portfolio in development. Stay tuned!</p>
<p><strong>Designed and developed by Ziying Zhang <span class="glyphicon glyphicon-ok-sign"></span></strong></p>
</div>
<!-- End of footer -->
<!-- Thank you to Tink Tank for the social media icons -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>