-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
37 lines (34 loc) · 1.32 KB
/
contact.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
---
layout: default
title: Contact
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
</head>
<body>
<section>
<h2>Connect with me</h2>
<div id="ContactInfo">
<p>I always love to make new connections, so if you wish to discuss potential collaborations or just share ideas, feel free to reach out via email, or connect with me on social media.</p>
<b>Email:</b> <a href="mailto:[email protected]" style="color: #0D0D0D">[email protected]</a><br>
<b>Address:</b><br>
School of Chemistry, <br>
Joseph Black Building, <br>
The University of Edinburgh King's Buildings Campus, <br>
David Brewster Rd, <br>
Edinburgh EH9 3FJ<br>
<a href="https://maps.app.goo.gl/ji7BDAwicpH4Svhi7" style="color: #0D0D0D;">See it on Google Map</a>
<!-- Social Media Section -->
<section id="social-media">
<h3>Social Media Links</h3>
<div>
<a href="https://twitter.com/Xi_Yang_Ian" class="social-button twitter"><i class="fab fa-twitter"></i>Twitter</a>
<a href="https://www.linkedin.com/in/ianyangxi/" class="social-button linkedin"><i class="fab fa-linkedin-in"></i>LinkedIn</a>
<a href="https://github.com/GrignardReagent" class="social-button github"><i class="fab fa-github"></i>GitHub</a>
</div></section>
</section>
</body>
</html>