-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcontact.html
executable file
·91 lines (74 loc) · 4.04 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>The Akimov Research Group: Contact Information</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-119266503-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-119266503-1');
</script>
</head>
<body>
<!-- Title -->
<div class="row">
<div class="col-12"> <img src="images/Logo7.png" class="img-responsive" width="100%"></div>
</div>
<!-- Navigation bar style="margin-top:-2px;" -->
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="research.html">Research</a></li>
<li class="nav-item"><a class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">Group</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="group.html">Present</a>
<a class="dropdown-item" href="group_alumni.html">Former Members and Visitors</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="teaching.html">Teaching</a></li>
<li class="nav-item"><a class="nav-link" href="outreach.html">Outreach</a></li>
<li class="nav-item"><a class="nav-link" href="soft_and_tuts.html">Software & Tutorials</a></li>
<li class="nav-item"><a class="nav-link" href="gallery.html">Gallery</a></li>
<li class="nav-item active"><a class="nav-link" href="contact.html">Contact</a></li>
<li><a href="https://twitter.com/AkimovLab" class="twitter-follow-button" data-show-count="false" data-lang="en-gb">Follow @AkimovLab</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li>
</ul>
</nav>
<xmp theme="bootstrap-responsive"></xmp>
<div class="container" style="width:100%">
<br><br>
<h1><b>Contact Information</b></h1><br>
</div>
<!-- Content -->
<div class="container" style="width:100%">
<div class="row">
<div class="col-12">
Dr. Alexey V. Akimov, Associate Professor<br class="newline"><br>
Mailing address:<br class="newline">
Department of Chemistry<br class="newline">
Natural Sciences Complex 716<br class="newline">
University at Buffalo, The State University of New York<br class="newline">
Buffalo, NY 14260-3000, USA<br class="newline">
<b>Tel.:</b> 716-645-4140<br class="newline">
<b>Email:</b> <a href="mailto:">alexeyak at buffalo.edu</a><br>
<br>
</div>
</div>
</div> <!-- container -->
</body>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.rawgit.com/Naereen/StrapDown.js/master/strapdown.min.js"></script>
</html>