-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
132 lines (117 loc) · 5.58 KB
/
Copy pathcontact.html
File metadata and controls
132 lines (117 loc) · 5.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Zhiying's Personal Website</title>
<link rel="icon" href="assets/images/favicon.ico">
<!-- fonts -->
<link href="https://fonts.googleapis.com/css?family=Mukta:300,400,500,600,700&display=swap" rel="stylesheet">
<!-- font awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/c04e834b9d.js" crossorigin="anonymous"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/live-resume.css">
<!-- custom styling -->
<link rel="stylesheet" href="assets/css/styles.css">
<!-- Vendor Styles-->
<!-- <link rel="stylesheet" media="screen" href="assets/vendor/simplebar/dist/simplebar.min.css"/> -->
<!-- <link rel="stylesheet" media="screen" href="assets/vendor/tiny-slider/dist/tiny-slider.css"/> -->
<!-- Main Theme Styles + Bootstrap-->
<!-- <link rel="stylesheet" media="screen" href="assets/css/theme.min.css"> -->
</head>
<body>
<header>
<a class="btn btn-white btn-share ml-auto mr-3 ml-md-0 mr-md-auto" href="https://www.linkedin.com/in/zhiying-tang-4a9a25209/" target="_blank">
<img src="assets/images/share.svg" alt="share" class="btn-img">Connect
</a>
<nav class="collapsible-nav" id="collapsible-nav">
<a href="index.html" class="nav-link">HOME</a>
<a href="resume.html" class="nav-link">RESUME</a>
<a href="portfolio.html" class="nav-link">PORTFOLIO</a>
<a href="contact.html" class="nav-link active">CONTACT</a>
</nav>
<button class="btn btn-menu-toggle btn-white rounded-circle" data-toggle="collapsible-nav" data-target="collapsible-nav"><img src="assets/images/hamburger.svg" alt="hamburger"></button>
</header>
<div class="content-wrapper">
<aside>
<div class="profile-img-wrapper">
<img src="assets/images/profile.png" alt="profile">
</div>
<br>
<h1 class="profile-name">Zhiying Tang</h1>
<nav class="social-links">
<a href="https://www.linkedin.com/in/zhiying-tang-4a9a25209/" target="_blank" class="social-link"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/zhing22" target="_blank" class="social-link"><i class="fab fa-github"></i></a>
</nav>
<div class="widget">
<h5 class="widget-title">personal information</h5>
<div class="widget-content">
<p>PHONE : +65 88904881</p>
<p>EMAIL : tangzhiying@u.nus.edu</p>
<a href="assets/files/Zhiying.Resume.pdf" target="_blank">
<button class="btn btn-download-cv btn-primary rounded-pill mb-2">
<img src="assets/images/download.svg" alt="download" class="btn-img">Download CV</button></a>
</div>
</div>
<div class="widget card">
<div class="card-body">
<div class="widget-content">
<h5 class="widget-title card-title">EDUCATION</h5>
<p>National University of Singapore</p>
<p>School of Computing</p>
<p>CAP: 4.52 / 5.0</p>
</div>
</div>
</div>
<div class="widget card">
<div class="card-body">
<div class="widget-content">
<h5 class="widget-title card-title">Skills</h5>
<p>Java, Python, C</p>
<p>SQL, AWS</p>
<p>Javascript, CSS, HTML</p>
<p>SwiftUI, React Native</p>
</div>
</div>
</div>
</aside>
<main>
<section class="contact-section">
<h2 class="section-title">GET IN TOUCH</h2>
<p class="mb-4">If you’d like to talk about an intership opening,
my work or anything else, please don't hesitate to drop me a message!</p>
<div class="contact-cards-wrapper">
<div class="contact-card">
<h6 class="contact-card-title">Call/Message Me</h6>
<p class="contact-card-content">+65 88904881</p>
</div>
<div class="contact-card">
<h6 class="contact-card-title">Email Me</h6>
<p class="contact-card-content">tangzhiying@u.nus.edu (School)</p>
<p class="contact-card-content">tangzhiying2001@gmail.com (Personal)</p>
</div>
</div>
<!-- Contact -->
<section class="container">
<div class="text-center center-block">
<p> Get in touch! </p>
<!-- <a href="https://www.facebook.com/profile.php?id=100002588962709" target="_blank"><i class="fa fa-facebook-square fa-3x social"></i></a> -->
<a href="https://www.linkedin.com/in/zhiying-tang-4a9a25209/" target="_blank"><i class="fa fa-linkedin-square fa-3x social"></i></a>
<a href="https://github.com/zhing22" target="_blank"><i class="fa fa-github-square fa-3x social"></i></a>
<a href="mailto:tangzhiying@u.nus.edu" target="_blank"><i class="fa fa-envelope-square fa-3x social"></i></a>
</div>
</section>
<footer>
<div class="font-size-sm text-center text-muted">© All rights reserved. Made by Zhiying and Zac</div>
</footer>
</main>
</div>
<!-- up button -->
<a class="top-link hide" href="" id="js-top"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6"><path d="M12 6H0l6-6z"/></svg> </a>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/live-resume.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>