forked from themefisher/airspace-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·42 lines (41 loc) · 1.11 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
38
39
40
41
42
---
layout: page
title: Contact
permalink: /contact/
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Contact Me</h1>
<p>Send me a message and I will get back to you as soon as possible</p>
</div>
</div>
</div>
</div>
</section>
<!-- contact form start -->
<section id="contact-form">
<div class="container">
<div id="contact-box" class="row">
<div class="col-md-6 col-sm-12">
<div class="block">
<h2>Contact Info</h2>
<ul class="address-block">
<li>
<i class="fa fa-map-marker"></i>San Diego, CA
</li>
<li>
<i class="fa fa-envelope-o"></i>Email: <a href="mailto: [email protected]">[email protected]</a>
</li>
<li>
<i class="fa fa-linkedin" style="color:black"></i>LinkedIn: <a href="https://www.linkedin.com/in/r-zhao/">/r-zhao</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>