-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutwebsite.html
139 lines (104 loc) · 4.86 KB
/
aboutwebsite.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
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
133
134
135
136
137
138
139
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About the website - Conor Henderson LHCb Group @ UC</title>
<meta name="description" content="Compuational Physics Group at Georgia Tech CSE">
<link rel="stylesheet" href="/assets/main.css">
<link rel="canonical" href="/aboutwebsite.html">
<link rel="shortcut icon" type ="image/x-icon" href="/favicon.ico">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
<link rel="preconnect" href="https://player.vimeo.com">
<link rel="preconnect" href="https://i.vimeocdn.com">
<link rel="preconnect" href="https://f.vimeocdn.com">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>About the website | Conor Henderson LHCb Group @ UC</title>
<meta name="generator" content="Jekyll v4.1.1" />
<meta property="og:title" content="About the website" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="About the website." />
<meta property="og:description" content="About the website." />
<link rel="canonical" href="/aboutwebsite.html" />
<meta property="og:url" content="/aboutwebsite.html" />
<meta property="og:site_name" content="Comp. Physics @ GT CSE" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="About the website" />
<script type="application/ld+json">
{"headline":"About the website","url":"/aboutwebsite.html","@type":"WebPage","description":"About the website.","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<nav class="navbar sticky-top navbar-expand-md navbar-dark bg-dark justify-content-center">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/favicon.ico" width="30" height="30" style="margin-right:5px" class="d-inline-block align-top" alt="">
Conor Henderson LHCb Group @ UC
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/publications">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/research">Research</a>
</li>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div id="textid" class="col-sm-12">
<h1 id="computational-physics-at-gt">LHCb Group at UC</h1>
<p>This website is modified from the template, <a href="https://github.com/sbryngelson/academic-website-template">here</a>.</p>
</div>
</div>
</div>
<br/>
<section id="footer">
<div class="container-footer">
<div class="panel-footer">
<div class="row">
<div class="col-sm-4">
<h5>About</h5>
<p><a href="https://www.artsci.uc.edu//" target="_blank">
College of Arts and Sciences
</a><br/> <a href="https://www.artsci.uc.edu/departments/physics.html/" target="_blank">Physics Department</a><br/> University of Cincinnati
</p>
</div>
<div class="col-sm-4">
<h5>Information</h5>
<p><a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope fa-1x"></i> Email Dr.Conor Henderson</a> <br/> <a href="/aboutwebsite.html"><i class="fab fa-github fa-1x"></i> Use this site as a template</a> <br/> <a href="/vacancies.html"><i class="fa fa-users fa-1x"></i> Explore openings</a>
</p>
</div>
<div class="col-sm-4">
<h5>Coordinates</h5>
<p> Geology Physics Building <br/> 155 B McMicken Hall <br/> Cincinnati, OH 45221
</p>
</div>
</div>
<center><p>Last updated on Mar 09, 2022</br>
© 2022 - Conor Henderson LHCb Group @ UC</p></center>
</div>
</div>
</div>
<script src="/assets/javascript/bootstrap/jquery.min.js"></script>
<!-- <script src="/assets/javascript/popper/dist/umd/popper.min.js"></script> -->
<script src="/assets/javascript/bootstrap/bootstrap.bundle.min.js"></script>
<!-- <script src="/assets/javascript/shb.js"></script> -->
</body>
</html>