-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfooter.html
36 lines (24 loc) · 1.01 KB
/
footer.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
<footer>
<div class="container">
<div class="row justify-content-center">
<div class="contianer-fluid">
<div class="row justify-content-center head">KnowEnG: Big Data To Knowledge Center of Excellence</div>
<div class="row justify-content-center addr">1206, West Gregory Drive, MC 195, Urbana IL, 61801</div>
<div class="row justify-content-center addr">Email: [email protected]</div>
</div>
</div>
<div class="row justify-content-center head">
<div class="img-box">
<img src="./img/ui_logo.png" alt="ui-logo">
<img src="./img/Fisk_University_logo.png" alt="fisk-logo">
<img src="./img/NIH_BD2K.png" alt="nig-logo">
</div>
</div>
<div class="row justify-content-center fund">
The KnowEnG BD2K center is supported by grant U54GM114838 awarded by NIGMS through funds provided by the trans-NIH Big Data to Knowledge (BD2K) initiative.
</div>
<div class="row justify-content-center fund">
Created by Minji Kim, Yeonsung Kim, Lei Qian and Jun S. Song.
</div>
</div>
</footer>