-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
107 lines (71 loc) · 3.01 KB
/
contact.html
File metadata and controls
107 lines (71 loc) · 3.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Homepage of Wei Chen</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="blog, accent, , Homepage of Wei Chen, jekyll">
<meta name="author" content="">
<meta name="description" content="">
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" title="Homepage of Wei Chen RSS" href="/feed.xml" />
<link rel="stylesheet" href="/researcher/css/main.css">
<!-- Facebook Open Graph -->
<meta name="og:description" content="">
<meta name="og:title" content="Homepage of Wei Chen">
<meta name="og:url" content="http://localhost:4000/researcher/contact.html">
<meta name="og:type" content="article">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Homepage of Wei Chen">
<meta name="twitter:description" content="">
<meta name="twitter:url" content="http://localhost:4000/researcher/contact.html">
<meta name="twitter:image" content="">
</head>
<body>
<div class="wrapper">
<div class="navbar container">
<a id="author-name" class="alignable pull-left" href="http://localhost:4000/researcher">Homepage of Wei Chen</a>
<ul id="navlist" class="alignable pull-right navbar-ul">
<li class="alignable pull-left nav-list"><a href="/researcher/">About</a>
/
</li>
<li class="alignable pull-left nav-list"><a href="contact">Contact</a>
</li>
</ul>
</div>
<div style="clear:both"></div>
<hr>
<div class="container content contact">
<ul>
<li>
<p>Email: <a href="mailto:[email protected]">[email protected]</a></p>
</li>
<li>
<p>Phone: <a href="tel:+1-412-736-7931">+1-412-736-7931</a></p>
</li>
</ul>
<hr />
<h2 id="mailing-address">Mailing Address</h2>
<blockquote>
<p>465, Northwestern Ave</p>
<p>Electrical Engineering Building, 122D</p>
<p>West Lafayette, IN 47907</p>
<p>United State</p>
</blockquote>
<hr />
<h2 id="social">Social</h2>
<ol>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Google+</a></li>
</ol>
<hr />
<p style="text-align: center; margin-bottom: 10px">
<a href="https://github.com/ankitsultana" style="color: black"><small>Page design by Ankit Sultana</small></a>
</p>
</div>
</div>
</body>
<footer>
</footer>